summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PGO][CHR] Guard against 0-to-0 branch weight and avoid division by zero crash.Hiroshi Yamauchi2020-01-131-0/+4
* Add missing includes needed to prune LLVMContext.h include, NFCReid Kleckner2019-11-141-0/+1
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* [CHR] Fixed null check after dereferencing warning. NFCI.Dávid Bolvanský2019-11-031-1/+1
* [PGO][CHR] Speed up following long, interlinked use-def chains.Hiroshi Yamauchi2019-09-051-5/+14
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [IR] SelectInst: add swapValues() utilityRoman Lebedev2019-08-011-4/+1
* [PGO][CHR] Speed up following long use-def chains.Hiroshi Yamauchi2019-05-221-9/+25
* [PGO][CHR] A bug fix.Hiroshi Yamauchi2019-05-011-6/+21
* Use llvm::stable_sortFangrui Song2019-04-231-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ProfileSummary] Standardize methods and fix commentVedant Kumar2018-11-191-1/+1
* Use llvm::copy. NFCFangrui Song2018-11-171-1/+1
* Move some helpers from the global namespace into anonymous ones.Benjamin Kramer2018-10-131-3/+4
* [PGO][CHR] Add opt remarks.Hiroshi Yamauchi2018-09-181-5/+75
* [PGO] Fix some style issue of ControlHeightReductionFangrui Song2018-09-071-33/+30
* [PGO][CHR] Build/warning fixHiroshi Yamauchi2018-09-071-0/+2
* [PGO][CHR] Small cleanup.Hiroshi Yamauchi2018-09-071-36/+17
* [ControlHeightReduction] Remove unused includesBenjamin Kramer2018-09-051-5/+5
* Prevent unsigned overflow.Richard Trieu2018-09-051-7/+9
* Fix -Wunused-function in release build after rL341386Fangrui Song2018-09-051-7/+10
* Fix a memory leak after rL341386.Hiroshi Yamauchi2018-09-041-1/+1
* Fix unused variable warningReid Kleckner2018-09-041-2/+2
* Fix build failures after rL341386.Hiroshi Yamauchi2018-09-041-0/+8
* [PGO] Control Height ReductionHiroshi Yamauchi2018-09-041-0/+2010
OpenPOWER on IntegriCloud