summaryrefslogtreecommitdiff
path: root/lib/profile
AgeCommit message (Expand)Author
2016-07-15[Profile] instroduce portability macro for dir separator(sXinliang David Li
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-06-23Use CreateFileA and add a FIXME to switch to the wide variantReid Kleckner
2016-06-17Fix most MSVC warnings in compiler-rt profiling libraryReid Kleckner
2016-06-14[profile] Update a warning message (NFC)Vedant Kumar
2016-06-10[profile] cleanup file setting codeXinliang David Li
2016-06-08[profile] in-process merging support part-3Xinliang David Li
2016-06-08[profile] Hide some external symbols in InstrProfData.incVedant Kumar
2016-06-08[profile] Pass extra build flags (feature enabling macros) to Darwin buildXinliang David Li
2016-06-08[profile] Un-hide two symbolsVedant Kumar
2016-06-08[profile] Hide a few external symbols (NFCI)Vedant Kumar
2016-06-06[profile] code cleanup /NFCXinliang David Li
2016-06-06[profile] in-process mergeing support (part-2)Xinliang David Li
2016-05-31[profile] Fix PR/27917Xinliang David Li
2016-05-31Local var name change /NFCXinliang David Li
2016-05-27[profile] Avoid unused variable warning.Sean Silva
2016-05-26Add portable macro in common headerXinliang David Li
2016-05-26Add segment prefix for darwinXinliang David Li
2016-05-26Fix windows bot failureXinliang David Li
2016-05-26[profile] pre-allocate a small counter set in profile runtimeXinliang David Li
2016-05-25[profile] Add early checking to bypass node pointer updateXinliang David Li
2016-05-25[profile] Don't return `Node` when it is null.Sean Silva
2016-05-25[profile] Further cleanup/refactor file handling codeXinliang David Li
2016-05-25Fix braced initializer list (NFC)Teresa Johnson
2016-05-24[profile] clean up profile file handling codeXinliang David Li
2016-05-24Fix typo in commentXinliang David Li
2016-05-24[profile] clean up file initialization codeXinliang David Li
2016-05-23[profile] clean up runtime warnings.Xinliang David Li
2016-05-22[profile] initialize static pool properly Xinliang David Li
2016-05-22bug fix: trim section specifier name lengthXinliang David Li
2016-05-21Fix a typo (darwin only)Xinliang David Li
2016-05-21Fix typoXinliang David Li
2016-05-21[profile] Static counter allocation for value profiling (part-2)Xinliang David Li
2016-05-20Use C-style comment.Sean Silva
2016-05-20Fix bot failureXinliang David Li
2016-05-20[profile] PROF_ERR, PROF_WARNXinliang David Li
2016-05-20[profile] Remove anther malloc useXinliang David Li
2016-05-20Add #include for PS4 getenv shim.Sean Silva
2016-05-20Small typo and whitespace fix.Sean Silva
2016-05-19[profile] entry eviction support in value profilerXinliang David Li
2016-05-19Reapply^3 "[ProfileData] (compiler-rt) Use Error in InstrProf and Coverage, NFC"Vedant Kumar
2016-05-19Fix typo.Sean Silva
2016-05-18[profile] Allow max vals per site to be controllable at runtimeXinliang David Li
2016-05-18[profile] add runtime variable documentationXinliang David Li
2016-05-16Avoid leak. Free before resetting.Sean Silva
2016-05-16[profile] Add portability macro for atomic fetch_and_addXinliang David Li
2016-05-16Revert "Reapply^2 "[ProfileData] (compiler-rt) Use Error in InstrProf and Cov...Vedant Kumar
2016-05-16Reapply^2 "[ProfileData] (compiler-rt) Use Error in InstrProf and Coverage, NFC"Vedant Kumar
2016-05-16[profile] minor code restructuring /NFCXinliang David Li
2016-05-16[PS4] Change the names of some "environmental" things to what ourPaul Robinson