summaryrefslogtreecommitdiff
path: root/lib/ProfileData/InstrProf.cpp
AgeCommit message (Expand)Author
2017-12-01Mark all library options as hidden.Zachary Turner
2017-07-21[ProfData] Detect if zlib is availableDavid Blaikie
2017-07-10llvm-profdata: Reduce memory usage by using Error callback rather than memberDavid Blaikie
2017-06-29llvm-profdata: Indirect infrequently used fields to reduce memory usageDavid Blaikie
2017-06-27[ProfData] Make the method threadsafeXinliang David Li
2017-06-20[ProfileData] PR33517: Check for failure of symtab creationVedant Kumar
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-28[InstrProf] Use more ArrayRef/StringRef.Benjamin Kramer
2017-04-15[ProfileData] Unify getInstrProf*SectionName helpersVedant Kumar
2017-04-14[Profile] Make host tool aware of object format when quering prof section names Xinliang David Li
2017-04-13[Profile] PE binary coverage bug fixXinliang David Li
2017-04-04[PGO] Memory intrinsic calls optimization based on profiled sizeRong Xu
2017-03-14SamplePGO ThinLTO ICP fix for local functions.Dehao Chen
2017-03-03[ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko
2017-02-27Fix comments. NFC.Rong Xu
2017-02-25[PGO] Directory name stripping in global identifier for static functionsRong Xu
2017-01-17[WebAssembly] Add triple support for the new wasm object formatDan Gohman
2017-01-17Recommit r292214 "[Support/Compression] - Change zlib API to return Error ins...George Rimar
2017-01-17Revert r292214 "[Support/Compression] - Change zlib API to return Error inste...George Rimar
2017-01-17[Support/Compression] - Change zlib API to return Error instead of custom sta...George Rimar
2017-01-11Resubmit "[PGO] Turn off comdat renaming in IR PGO by default"Rong Xu
2017-01-10Revert "[PGO] Turn off comdat renaming in IR PGO by default"Rong Xu
2017-01-10[PGO] Turn off comdat renaming in IR PGO by defaultRong Xu
2016-10-19Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner
2016-10-19[PGO] Fix bogus warning for merging empty llvm profile fileRong Xu
2016-08-29[ThinLTO] Indirect call promotion fixes for promoted local functionsTeresa Johnson
2016-07-21[PGO] Make needsComdatForCounter() available (NFC)Rong Xu
2016-07-12[PGO] Don't include full file path in static function profile counter namesXinliang David Li
2016-06-10Bug fix remove another illegal char from prof symbol nameXinliang David Li
2016-05-29[ProfileData] Clean up string handling a bit.Benjamin Kramer
2016-05-24Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne
2016-05-19Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar
2016-05-16Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar
2016-05-16Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar
2016-05-14Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth
2016-05-13Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar
2016-05-13Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar
2016-05-13[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar
2016-05-11[ProfileData] Use SoftInstrProfErrors to count soft errors, NFCVedant Kumar
2016-05-11Use an emplace_back for consistency, NFCVedant Kumar
2016-05-03[ProfileData] Add error codes for compression failuresVedant Kumar
2016-05-02Remove redundant return, NFCVedant Kumar
2016-04-22[PGO] change the interface for createPGOFuncNameMetadata()Rong Xu
2016-04-14[PGO] Do not attach VP metadata if value count at site is 0 [NFC] Betul Buyukkurt
2016-04-11Add code comment/NFCXinliang David Li
2016-04-10[PGO] Fix deserialize bug Xinliang David Li
2016-04-01Fix buildbot lldb-amd64-ninja-netbsd7 failureRong Xu
2016-04-01[PGO] Refactor PGOFuncName meta data code to be used in clangRong Xu
2016-03-31[PGO] use emplace_back. NFC.Rong Xu
2016-03-30[PGO] PGOFuncName in LTO optimizationsRong Xu