summaryrefslogtreecommitdiff
path: root/lib/profile
AgeCommit message (Expand)Author
2016-08-02[Profile] track ownership of filename pattern stringXinliang David Li
2016-07-25Define compatibility flag if not defined with -std=c++Xinliang David Li
2016-07-22[Profile] cleanup: do not reference name directly of vars shared between rt a...Xinliang David Li
2016-07-21[Profile] deprecate __llvm_profile_override_default_filename (part2)Xinliang David Li
2016-07-21[Profile] bug fix: profile dir not recursively createdXinliang David Li
2016-07-20Sync up with llvm copy /NFCXinliang David Li
2016-07-20Minor cleanup -- clear name structure before parsingXinliang David Li
2016-07-20[Profile] implement interface to get profile path prefixXinliang David Li
2016-07-19[Profile] introduce reusable internal interfaces to find dir separator \NFCXinliang David Li
2016-07-19[Profile] move utility interfaces to the right header /NFCXinliang David Li
2016-07-19[Profile] use portable macro /NFCXinliang David Li
2016-07-18Code refactoring: extract path prefix handling codeXinliang David Li
2016-07-15Fix a typeo.George Burgess IV
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