OSDN Git Service

[Support] Move Parallel algorithms from LLD to LLVM.
[android-x86/external-llvm.git] / unittests / ProfileData /
2017-03-11 Simon PilgrimFix signed/unsigned comparison warning
2016-11-20 Simon PilgrimFix spelling mistakes in Tools/Tests comments. NFC.
2016-10-14 Vedant Kumar[Coverage] Support loading multiple binaries into a...
2016-10-13 Vedant Kumar[unittests] Remove a redundant test fixture (NFC)
2016-10-12 Vedant Kumar[unittests] Delete even more copy constructors (NFC)
2016-10-12 Vedant Kumar[unittests] Delete some copy constructors (NFC)
2016-10-12 Vedant Kumar[unittest] Pass a reference instead of making a copy...
2016-08-12 David MajnemerUse the range variant of find_if instead of unpacking...
2016-07-21 Benjamin KramerRename StringMap::emplace_second to try_emplace.
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-05-19 Easwaran RamanRemove specializations of ProfileSummary
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-13 Xinliang David LiRemove runtime specific code from common header
2016-05-12 Vedant Kumar[unittests] Use coveragemap_error in CoverageMappingRea...
2016-05-10 Easwaran RamanRevert r269131
2016-05-10 Easwaran RamanReapply r266477 and r266488
2016-05-05 Igor Kudrin[Coverage] Combine counts of expansion regions if there...
2016-05-03 Vedant Kumar[ProfileData] Assert NoError in CoverageMappingTest
2016-05-03 Vedant Kumar[ProfileData] Assert NoError in InstrProfTest
2016-04-29 Easwaran RamanMove coverage related code into a separate library.
2016-04-28 Eugene ZelenkoFix some Clang-tidy modernize and Include What You...
2016-04-25 Igor Kudrin[Coverage] Restore the correct count value after proces...
2016-04-22 David MajnemerFix some spelling mistakes
2016-04-18 Igor KudrinReapply "[Coverage] Prevent detection of false instanti...
2016-04-18 Eric LiuRevert "Replace the use of MaxFunctionCount module...
2016-04-18 Mehdi Amini[NFC] Header cleanup
2016-04-15 Easwaran RamanReplace the use of MaxFunctionCount module flag
2016-04-15 Igor KudrinRevert "[Coverage] Prevent detection of false instantia...
2016-04-15 Igor Kudrin[Coverage] Prevent detection of false instantiations...
2016-04-15 Igor Kudrin[Coverage] Add support for making test data for more...
2016-04-14 Mehdi AminiRemove every uses of getGlobalContext() in LLVM (but...
2016-04-14 Igor Kudrin[Coverage] Update testing methods to support more than...
2016-04-10 Xinliang David LiFix asan test failure
2016-04-10 Xinliang David Li[PGO] Fix deserialize bug
2016-04-10 Xinliang David LiClean up test case
2016-03-30 Rong Xu[PGO] Use ArrayRef in annotateValueSite()
2016-03-28 Easwaran RamanSample profile summary cleanup
2016-03-28 Vedant KumarReapply (2x) "[PGO] Fix name encoding for ObjC-like...
2016-03-28 Vedant KumarRevert "Reapply "[PGO] Fix name encoding for ObjC-like...
2016-03-28 Vedant KumarReapply "[PGO] Fix name encoding for ObjC-like functions"
2016-03-28 Vedant KumarRevert "[PGO] Fix name encoding for ObjC-like functions"
2016-03-28 Vedant Kumar[PGO] Fix name encoding for ObjC-like functions
2016-03-28 Vedant Kumar[Coverage] Strip <unknown> from PGO names if no filenam...
2016-03-28 Vedant Kumar[Coverage] Fix the way we load "<unknown>:func" records
2016-03-22 Vedant Kumar[unittests] clang-format a line, NFC
2016-03-18 Easwaran RamanInterface to get/set profile summary metadata to module
2016-03-14 Easwaran RamanRemove code added for debugging purposes. NFC.
2016-03-03 Easwaran RamanFix memory leak in tests.
2016-03-03 Dehao ChenUse LineLocation instead of CallsiteLocation to index...
2016-03-01 Easwaran RamanMetadata support for profile summary.
2016-02-19 Easwaran RamanAdd profile summary support for sample profile.
2016-02-17 Easwaran RamanAdd a profile summary class specific to instrumentation...
2016-02-12 Rong Xu[PGO] Add another interface for annotateValueSite
2016-02-10 Rong Xu[PGO] Make the number of records for each value site...
2016-02-10 Xinliang David Li[PGO] fix prof symbol lookup bug
2016-02-09 Xinliang David LiAdd comments to some tests
2016-02-09 Xinliang David LiFurther reduce test overhead
2016-02-09 David BlaikieSimplify some expressions involving unique_ptr and...
2016-02-04 Xinliang David Li[PGO] Add interfaces to annotate instr with VP data
2016-02-04 Xinliang David Li[PGO] Profile interface cleanup
2016-02-03 Xinliang David Li[PGO] Profile summary reader/writer support
2016-01-30 Xinliang David LiFurther reduce test time
2016-01-29 Vedant Kumar[Profiling] Add a -sparse mode to llvm-profdata merge
2016-01-29 Xinliang David LiImprove test speed/trial 2
2016-01-29 Xinliang David LiRevert 259242, 259243 -- irrelvante changes pulled in
2016-01-29 Xinliang David LiUse range for loop
2016-01-29 Xinliang David LiImprove test speed (interchange loop, reducing padding)
2016-01-26 Chris BienemanRemove autoconf support
2016-01-26 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr and modernize...
2016-01-22 Xinliang David LiRevert 258486 -- for a better fix coming soon
2016-01-22 Xinliang David Li[PGO] add an interface needed by icall promotion
2016-01-22 Xinliang David Li[PGO] eliminate use of static variable
2016-01-20 Xinliang David LiFix a bug in test
2016-01-20 Xinliang David Li[PGO] Add a new interface to be used by Indirect Call...
2016-01-08 NAKAMURA TakumiInstrProfTest.cpp: Fix a warning. [-Wsign-compare]
2016-01-08 Xinliang David LiAdd value site truncation unit test
2016-01-08 Xinliang David Li[PGO] Ensure vp data in indexed profile always sorted
2016-01-08 Xinliang David Li[PGO] Fix a bug in InstProfWriter addRecord
2016-01-04 Xinliang David LiAdd explicit string checks in test
2015-12-31 Xinliang David Li[PGO]: Implement Func PGO name string compression
2015-12-27 NAKAMURA TakumiInstrProfTest.cpp: Don't assume string literals are...
2015-12-19 Xinliang David LiImprove InstrProfSymtab test coverage
2015-12-19 Xinliang David Li[PGO] Add hash to name mapping in InstrProfSymtab
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-10 Nathan Slingerland[ProfileData] Add unit test infrastructure for sample...
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-12-02 Nathan Slingerland[llvm-profdata] Change instr prof counter overflow...
2015-12-01 Xinliang David LiUse nullptr (NFC)
2015-11-28 Xinliang David Li[PGO] Allow value profile writer interface to allocated...
2015-11-25 Xinliang David Li[PGO] Implement ValueProfiling Closure interfaces for...
next