summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/CFGMST.h
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* Use llvm::stable_sortFangrui Song2019-04-231-5/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [TI removal] Make variables declared as `TerminatorInst` and initializedChandler Carruth2018-10-151-1/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-7/+7
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [PGO] add MST min edge selection heuristic to ensure non-zero entry countXinliang David Li2017-12-181-7/+67
* Revert r320104: infinite loop profiling bug fixXinliang David Li2017-12-081-20/+4
* [PGO] detect infinite loop and form MST properlyXinliang David Li2017-12-071-4/+20
* Revert r319794: [PGO] detect infinite loop and form MST properly: memory lea...Xinliang David Li2017-12-051-20/+2
* [PGO] detect infinite loop and form MST properlyXinliang David Li2017-12-051-2/+20
* Remove unneeded use of #undef DEBUG_TYPE. NFCSam Clegg2017-07-121-3/+9
* [PGO] Fix PGO use ICE when there are unreachable BBsRong Xu2016-12-021-0/+8
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* [PGO] Resubmit "MST based PGO instrumentation infrastructure" (r254021)Rong Xu2015-12-091-0/+217
* [PGO] Revert revision r254021,r254028,r254035Rong Xu2015-11-241-210/+0
* [PGO] Fix build errors in x86_64-darwinRong Xu2015-11-241-1/+1
* [PGO] MST based PGO instrumentation infrastructureRong Xu2015-11-241-0/+210
OpenPOWER on IntegriCloud