OSDN Git Service

[SCEV] Use Operator::getOpcode instead of manual dispatch; NFC
[android-x86/external-llvm.git] / lib / ProfileData /
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 Easwaran RamanProfile summary cleanup.
2016-03-28 Adam Nemet[PGO] Comment how function pointers for indirect calls...
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-16 Xinliang David LiVariable name cleanup /NFC
2016-03-16 Vedant Kumar[ProfileData] Make a utility method public, NFC
2016-03-15 Teresa JohnsonMove global ID computation from Function to GlobalValue...
2016-03-03 Dehao ChenUse LineLocation instead of CallsiteLocation to index...
2016-03-01 David BlaikieFix some warnings a bit harder/different
2016-03-01 Reid KlecknerFix -Wnon-virtual-dtor warnings
2016-03-01 Easwaran RamanFix breakage caused by r262360.
2016-03-01 Easwaran RamanMetadata support for profile summary.
2016-02-23 Dehao ChenAdd prefix based function layout when profile is available.
2016-02-23 Duncan P. N. Exon... Revert "Add prefix based function layout when profile...
2016-02-22 Dehao ChenAdd prefix based function layout when profile is available.
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 Rong Xu[PGO] Differentiate Clang instrumentation and IR level...
2016-02-09 Teresa JohnsonRefactor PGO function naming and MD5 hashing support...
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-08 Xinliang David Li[PGO] Enable compression in pgo instrumentation
2016-02-05 Benjamin KramerMove classes defined in a cpp file into an anonymous...
2016-02-04 Xinliang David LiFunction name change /NFC
2016-02-04 Easwaran RamanRefactor profile summary support code. NFC.
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 LiFix a typo in comment
2016-02-03 Xinliang David LiFix uninitiazed variable use problem
2016-02-03 Xinliang David Li[PGO] Profile summary reader/writer support
2016-01-29 Vedant Kumar[Profiling] Add a -sparse mode to llvm-profdata merge
2016-01-29 Yaron KerenAnnotate dump() methods with LLVM_DUMP_METHOD, addressi...
2016-01-26 Xinliang David Li[PGO] allow pgo name collector to disable compression...
2016-01-26 Chris BienemanRemove autoconf support
2016-01-26 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr and modernize...
2016-01-22 Xinliang David Li[PGO] Remove use of static variable. /NFC
2016-01-22 Xinliang David LiRevert 258486 -- for a better fix coming soon
2016-01-22 Xinliang David Li[PGO] eliminate use of static variable
2016-01-20 Xinliang David Li[PGO] Add a new interface to be used by Indirect Call...
2016-01-19 Xinliang David LiFix a coverage reading bug
2016-01-18 Xinliang David Li[Coverage] move a local var to be BinaryCoverageReader...
2016-01-15 Xinliang David LiFix -Wmismatched-tags warning/error
2016-01-15 Xinliang David Li[PGO] Commonize (more) index profile file and buffer...
2016-01-14 Xinliang David Li[PGO] Move profile summary interface/impl into InstrPro...
2016-01-14 Xinliang David LiRename local variable to avoid conflict
2016-01-14 Xinliang David LiCleanup: shorten prefix to consistent with other decls...
2016-01-14 Xinliang David Li[PGO] clean up and documentation
2016-01-14 Xinliang David LiAdd virtual dtor
2016-01-13 Xinliang David Li[Coverage] introduce class hierarchy (funcRecordReader...
2016-01-13 Xinliang David LiRevert r257699 -- windows buildbot failure TBI
2016-01-13 Xinliang David Li[Coverage] introduce class hierarchy (funcRecordReader...
2016-01-13 Xinliang David Li[Coverage] Refactor coverage mapping reader code
2016-01-13 Xinliang David LiRollback r257551 -- unexpected test failures TBI
2016-01-13 Xinliang David Li[Coverage] Refactor coverage mapping reader code /NFC
2016-01-13 Xinliang David LiRollback r257547 -- buildbot failure TBI
2016-01-13 Xinliang David Li[Coverage] Refactor coverage mapping reader code /NFC
2016-01-12 Nathan Slingerland[Support] Add saturating multiply-add support function
2016-01-10 Xinliang David LiMove coveragemap_error enum into coverage namespace...
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-07 Xinliang David Li[PGO] Minor refactoring /NFC
2016-01-04 Xinliang David Li[PGO] Simplify string parsing
2016-01-04 Xinliang David Li[PGO] Refactor string writer code
2016-01-04 Xinliang David Li[PGO]: Use efficient 'join' API for uncompressed string
2016-01-04 Xinliang David Li[PGO]: reserve space for string to avoid excessive...
2016-01-03 Xinliang David Li[PGO] Code refactoring to use header struct def /NFC
2016-01-03 Xinliang David Li[PGO] simple refactoring (NFC)
2015-12-31 Xinliang David Li[PGO]: Implement Func PGO name string compression
2015-12-24 Benjamin Kramer[ProfileData] Make helper function static.
2015-12-20 Xinliang David LiFix a latent UAF bug in profwriter
2015-12-20 Xinliang David Li[PGO] Improve Indexed Profile Reader efficiency
2015-12-20 Xinliang David LiMinor clean up -- move large single use method out...
2015-12-18 Xinliang David Li[PGO] Cleanup: Move large member functions out of line...
2015-12-18 Xinliang David Li[PGO] Simplify computehash interface (NFC)
2015-12-17 Xinliang David Li[PGO] InstrPGO and coverage code refactoring (NFC)
2015-12-16 Nathan Slingerland[PGO] Handle and report overflow during profile merge...
2015-12-15 Xinliang David LiInitialize all bytes in vp data (msan error)
2015-12-15 Xinliang David LiCoverage code refactoring /NFC
2015-12-15 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
2015-12-14 Xinliang David Li[PGO] Value profiling text format reader/writer support
2015-12-12 Xinliang David Li[PGO] Stop using invalid char in instr variable names.
2015-12-11 Xinliang David Li[PGO] Revert r255365: solution incomplete, not handling...
2015-12-11 Xinliang David Li[PGO] Stop using invalid char in instr variable names.
2015-12-11 Xinliang David Li[PGO] Read VP raw data without depending on the Value...
2015-12-11 Vedant Kumar[ProfileData] clang-format TextInstrProfReader::hasForm...
2015-12-10 Xinliang David LiFormat fix (NFC)
2015-12-10 Nathan Slingerland[ProfileData] Add unit test infrastructure for sample...
2015-12-05 Xinliang David Li[PGO] Add version to getPGOFuncName method
2015-12-04 Nathan SlingerlandRevert "[llvm-profdata] Add support for weighted merge...
2015-12-04 Xinliang David Li[PGO] Unify VP data format between raw and indexed...
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...
next