summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [UnrollAndJam] New Unroll and Jam passDavid Green2018-07-011-0/+1
* [instsimplify] Move the instsimplify pass to use more obvious file namesChandler Carruth2018-06-291-1/+0
* Revert 333358 as it's failing on some builders.David Green2018-05-271-1/+0
* [UnrollAndJam] Add a new Unroll and Jam passDavid Green2018-05-271-0/+1
* [PR16756] Add SSAUpdaterBulk.Michael Zolotukhin2018-04-091-0/+1
* [LoopRotate] Restructuring LoopRotation.cpp to create Loop Rotation Pass with...David Green2018-03-291-0/+1
* Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...David Blaikie2018-03-281-0/+1
* Move MetaRenamer from Transforms/UTils to Transforms/IPO since it implements ...David Blaikie2018-03-221-1/+0
* [PGO] Make indirect call promotion a utilityMatthew Simpson2017-12-061-0/+1
* Rename CountingFunctionInserter and use for both mcount and cygprofile calls,...Hans Wennborg2017-11-141-0/+1
* Recommit r310869, "[InstSimplify][InstCombine] Modify the interface of decomp...Craig Topper2017-08-141-1/+0
* Revert r310869 "[InstSimplify][InstCombine] Modify the interface of decompose...Craig Topper2017-08-141-0/+1
* [InstSimplify][InstCombine] Modify the interface of decomposeBitTestICmp and ...Craig Topper2017-08-141-1/+0
* Add a dominanance check interface that uses caching for instructions within s...Xin Tong2017-06-061-0/+1
* MemorySSA: Move to Analysis, from Transforms/Utils. It's used asDaniel Berlin2017-04-111-2/+0
* Move memory coercion functions from GVN.cpp to VNCoercion.cpp so they can be ...Daniel Berlin2017-03-101-0/+1
* NVPTX: Extract mem intrinsic expansions into utilitiesMatt Arsenault2017-02-081-0/+1
* Add PredicateInfo utility and printing passDaniel Berlin2017-02-071-0/+1
* MemorySSA: Move updater to its own fileDaniel Berlin2017-01-281-0/+1
* [LoopUnroll] Implement profile-based loop peelingMichael Kuperstein2016-11-301-0/+1
* [CMake] NFC. Updating CMake dependency specificationsChris Bieneman2016-11-171-2/+3
* [tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during...Kuba Brecka2016-11-141-0/+1
* Make the FunctionComparator of the MergeFunctions pass a stand-alone utility.Erik Eckstein2016-11-111-0/+1
* Add -strip-nonlinetable-debuginfo capabilityMichael Ilseman2016-10-251-0/+1
* [StripGCRelocates] New pass to remove gc.relocates added by RS4GCAnna Thomas2016-10-211-0/+1
* Conditionally eliminate library calls where the result value is not usedRong Xu2016-10-181-0/+1
* Revert "Add -strip-nonlinetable-debuginfo capability"Michael Ilseman2016-10-061-1/+0
* Add -strip-nonlinetable-debuginfo capabilityMichael Ilseman2016-10-061-0/+1
* Rename NameAnonFunctions to NameAnonGlobals to match what it is doing (NFC)Mehdi Amini2016-09-161-1/+1
* Added ThinLTO inlining statisticsPiotr Padlewski2016-07-291-0/+1
* Add a pass to name anonymous/nameless functionMehdi Amini2016-04-121-0/+1
* [ThinLTO] Move global processing from Linker to TransformUtils (NFC)Teresa Johnson2016-02-101-0/+1
* Transforms: Move GlobalOpt's Evaluator to Utils where it can be reused.Peter Collingbourne2016-02-031-0/+1
* This patch adds MemorySSA to LLVM.George Burgess IV2016-02-021-0/+1
* Introduce sanstats tool and llvm::CreateSanitizerStatReport function.Peter Collingbourne2016-01-161-0/+1
* TransformUtils: Introduce module splitter.Peter Collingbourne2015-08-211-0/+1
* [LoopDist/LoopVer] Move LoopVersioning to a new module, NFCAdam Nemet2015-07-101-0/+1
* Move VectorUtils from Transforms to Analysis to correct layering violationDavid Blaikie2015-06-261-1/+0
* Fix ODR violation waiting to happen by making static function definitions in ...David Blaikie2015-06-261-0/+1
* [NFC] Refactor identification of reductions as common utility function.Karthik Bhat2015-04-201-0/+1
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-111-0/+4
* [PM] Move the LowerExpectIntrinsic pass to the Scalar library.Chandler Carruth2015-01-241-1/+0
* Transforms: sort source files in buildSaleem Abdulrasool2014-11-081-4/+4
* Transform: add SymbolRewriter passSaleem Abdulrasool2014-11-071-0/+1
* Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.Alexey Samsonov2014-07-091-1/+0
* Teach GlobalDCE how to remove empty global_ctor entries.Nico Weber2014-05-021-0/+1
* Pass to emit DWARF path discriminators.Diego Novillo2014-03-031-0/+1
* [asan] rewrite asan's stack frame layoutKostya Serebryany2013-12-061-0/+1
* Optimize more linkonce_odr values during LTO.Rafael Espindola2013-10-211-0/+1
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-061-0/+1
OpenPOWER on IntegriCloud