OSDN Git Service

android: DebugInfo/PDB: update sources list
[android-x86/external-llvm.git] / tools / llvm-profdata /
2020-03-24 Mauro RossiDO NOT MERGE: android: translate Android.mk build rules...
2020-03-24 Mauro RossiDO NOT MERGE: android: translate Android.mk build rules...
2020-03-24 Qiang YuLLVM_GEN_ to LLVM70_GEN_
2020-03-24 Qiang YuLLVM_HOST_BUILD_MK to LLVM70_HOST_BUILD_MK
2020-03-24 Qiang YuLLVM_ROOT_PATH to LLVM70_ROOT_PATH
2020-03-24 Qiang Yurename libLLVM to libLLVM70
2020-03-24 Qiang Yumove all mk file
2019-07-08 Rong Xullvm-profdata] Handle the cases of overlapping input...
2019-04-30 Rong Xu[llvm-profdata] Add overlap command to compute similari...
2019-03-15 Fangrui Song[llvm-profdata] Deleted unused Cutoffs added by D16005
2019-02-28 Rong Xu[PGO] Context sensitive PGO (part 2)
2019-02-21 Fangrui SongFix some include order and file headers issues. NFC
2019-02-05 Petar Jovanovic[PGO] Fix the type of the formated variable
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-08 Rong Xu[llvm-profdata] add value-cutoff functionality in show...
2019-01-08 Rong Xu[PGO] Revert r350579 to fix commit message.
2019-01-07 Rong Xu[PGO] Use SourceFileName rather module name in PGOFuncName
2018-09-13 Richard SmithAdd flag to llvm-profdata to allow symbols in profile...
2018-08-24 Richard SmithMake llvm-profdata show -text work as advertised in...
2018-06-12 Wei Mi[NFC] Change sample profile format enum name SPF_Raw_Bi...
2018-06-12 Wei MiFix a typo in rL334447.
2018-06-11 Wei Mi[SampleFDO] Add a new compact binary format for sample...
2018-04-18 Jonas Devlieghere[llvm-profdata] Use WithColor for printing errors
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2017-11-17 Vedant Kumar[llvm-profdata] Don't treat non-fatal merge errors...
2017-11-17 Vedant Kumar[llvm-profdata] Fix a dangling reference to an error...
2017-11-14 Adam Nemet[llvm-profdata] Report if profile data file is IR-...
2017-10-04 Rafael EspindolaBring r314809 back.
2017-10-04 Daniel NeilsonRevert D38481 due to missing cmake check for CPU_COUNT
2017-10-03 Rafael EspindolaUse sched_getaffinity instead of std::thread::hardware_...
2017-07-11 Xinliang David Li[ProfileData] Add new option to dump topn hottest functions
2017-07-10 David Blaikiellvm-profdata: Reduce memory usage by using Error callb...
2017-07-06 David BlaikiePrototype: Reduce llvm-profdata merge memory usage...
2017-06-20 Vedant Kumar[ProfileData] PR33517: Check for failure of symtab...
2017-05-24 Teresa JohnsonFix a couple of typos in memory intrinsic optimization...
2017-03-16 Rong XuResubmit r297897: [PGO] Value profile for size of memor...
2017-03-16 Eric LiuRevert "[PGO] Value profile for size of memory intrinsi...
2017-03-15 Rong Xu[PGO] Value profile for size of memory intrinsic calls
2017-03-09 Rong Xu[PGO] Refactor profile dumping function for ease of...
2016-11-18 Chris Bieneman[CMake] llvm-profdata depends on intrinsics_gen
2016-10-19 Rong Xu[PGO] Fix a use-after-move. NFC.
2016-10-19 Rong Xu[PGO] Fix bogus warning for merging empty llvm profile...
2016-10-08 Mehdi AminiTurn cl::values() (for enum) from a vararg function...
2016-09-20 Xinliang David Li[Profile] dump ic value profile value/site-count histogram
2016-08-03 Justin Bognerllvm-profdata: Clarify the top level help
2016-07-22 Benjamin Kramer[llvm-profdata] Bring back reading profile data from...
2016-07-21 Benjamin Kramer[profdata] Remove constructor that MSVC 2013 pretends...
2016-07-20 Xinliang David LiReapply r276185
2016-07-20 Xinliang David LiRevert r276185 -- build bot failure
2016-07-20 Xinliang David Li[Profile] support directory reading in profile merging
2016-07-19 Vedant KumarRetry: [llvm-profdata] Speed up merging by using a...
2016-07-19 Vedant KumarRevert "[llvm-profdata] Speed up merging by using a...
2016-07-18 Vedant Kumar[llvm-profdata] Speed up merging by using a thread...
2016-06-17 Benjamin KramerApply another batch of fixes from clang-tidy's performa...
2016-06-09 Richard SmithSearch for llvm-symbolizer binary in the same directory...
2016-06-07 Vedant KumarRetry^4 "[llvm-profdata] Add option to ingest filepaths...
2016-06-06 Vedant KumarRevert "Retry^2 "[llvm-profdata] Add option to ingest...
2016-06-06 Vedant KumarRetry^2 "[llvm-profdata] Add option to ingest filepaths...
2016-06-06 Vedant KumarRevert "Retry "[llvm-profdata] Add option to ingest...
2016-06-06 Vedant KumarRetry "[llvm-profdata] Add option to ingest filepaths...
2016-06-04 Chandler Carruth[llvm-profdata] Revert r271709 and the 3 subsequent...
2016-06-04 Vedant Kumar[llvm-profdata] Clean up the way we create the input...
2016-06-03 Vedant Kumar[llvm-profdata] Fix use-after-free from discarded Memor...
2016-06-03 Vedant Kumar[llvm-profdata] Fix option description (NFC)
2016-06-03 Vedant Kumar[llvm-profdata] Add option to ingest filepaths from...
2016-06-03 Vedant KumarTrim some spaces (NFC)
2016-05-23 Xinliang David Li[profile] show more statistics
2016-05-19 Easwaran RamanRemove specializations of ProfileSummary
2016-05-19 Easwaran RamanMove ProfileSummary to IR.
2016-05-19 Vedant KumarRetry^3 "[ProfileData] (llvm) Use Error in InstrProf...
2016-05-16 Vedant KumarRevert "Retry^2 "[ProfileData] (llvm) Use Error in...
2016-05-16 Vedant KumarRetry^2 "[ProfileData] (llvm) Use Error in InstrProf...
2016-05-14 Chandler CarruthRevert "Retry "[ProfileData] (llvm) Use Error in InstrP...
2016-05-13 Vedant KumarRetry "[ProfileData] (llvm) Use Error in InstrProf...
2016-05-13 Vedant KumarRevert "(HEAD -> master, origin/master, origin/HEAD...
2016-05-13 Vedant Kumar[ProfileData] (llvm) Use Error in InstrProf and Coverag...
2016-05-03 Vedant KumarRemove unused header, NFC
2016-04-14 Mehdi AminiRemove every uses of getGlobalContext() in LLVM (but...
2016-02-17 Easwaran RamanAdd a profile summary class specific to instrumentation...
2016-02-10 Rong Xu[PGO] Differentiate Clang instrumentation and IR level...
2016-02-08 Rong Xu[PGO] Revert r260146 as it breaks Darwin platforms.
2016-02-08 Rong Xu[PGO] Differentiate Clang instrumentation and IR level...
2016-02-04 Easwaran RamanRefactor profile summary support code. NFC.
2016-01-29 Vedant Kumar[Profiling] Add a -sparse mode to llvm-profdata merge
2016-01-26 Chris BienemanRemove autoconf support
2016-01-16 Xinliang David Li[PGO] fix a bug in profile summary computation
2016-01-14 Xinliang David Li[PGO] Move profile summary interface/impl into InstrPro...
2016-01-14 NAKAMURA Takumillvm-profdata.cpp: Fix comment lines. [-Wdocumentation]
2016-01-13 Easwaran RamanDisplay detailed profile summary in llvm-profdata tool.
2015-12-20 Xinliang David Li[PGO] Improve Indexed Profile Reader efficiency
2015-12-16 Nathan Slingerland[PGO] Handle and report overflow during profile merge...
2015-12-15 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
2015-12-14 Diego NovilloFix formatting. NFC.
2015-12-04 Nathan SlingerlandRevert "[llvm-profdata] Add support for weighted merge...
2015-12-04 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
2015-11-23 Xinliang David Li[PGO] Add --text option for llvm-profdata show|merge...
2015-11-18 Nathan Slingerland[llvm-profdata] Use SmallSet rather that std::set for...
2015-11-18 Nathan Slingerland[llvm-profdata] Fix unhandled enumeration values warning
2015-11-17 Nathan Slingerland[llvm-profdata] Show hint for other mismatch errors...
2015-11-17 Nathan Slingerland[llvm-profdata] Improve error messaging when merging...
next