OSDN Git Service

android: Transforms/Vectorize: update sources list
[android-x86/external-llvm.git] / tools / llvm-profdata /
2018-06-09 Qiang YuLLVM_GEN_ to LLVM70_GEN_
2018-06-09 Qiang YuLLVM_HOST_BUILD_MK to LLVM70_HOST_BUILD_MK
2018-06-09 Qiang YuLLVM_ROOT_PATH to LLVM70_ROOT_PATH
2018-06-09 Qiang Yurename libLLVM to libLLVM70
2018-06-09 Qiang Yumove all mk file
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...
2015-11-13 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-12 Nathan Slingerlandreverting r252916 to investigate test failure
2015-11-12 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-02 Xinliang David Li[PGO] Value profiling (index format) code cleanup and...
2015-10-08 Diego NovilloRe-apply r249644: Handle inline stacks in gcov-encoded...
2015-09-29 Justin BognerInstrProf: Support for value profiling in the indexed...
2015-09-17 Diego NovilloCheck for errors after reading a sample profile in...
2015-06-16 Duncan P. N. Exon... modules: Move ProfileKinds to an anonymous namespace
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-09 Benjamin KramerMake helper functions static.
2015-01-22 Chris BienemanAssigning and copying command line option objects shoul...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-11-03 Diego NovilloUse ErrorOr for the ::create factory on instrumented...
2014-11-01 NAKAMURA Takumi[CMake] llvm-profdata requires Core.
2014-11-01 Diego NovilloAdd show and merge tools for sample PGO profiles.
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-07-14 Justin BognerSupport: Fix option handling when using cl::Required...
next