summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.Peter Collingbourne2013-07-091-0/+1
* Sink the AddressingModeMatcher helper class into an anonymous namespaceChandler Carruth2013-01-051-1/+0
* Implement new LibCallSimplifier classMeador Inge2012-10-131-0/+1
* New utility for expanding integer division for targets that don't support it.Michael Ilseman2012-09-181-0/+1
* llvm/lib/Transforms/Utils/CMakeLists.txt: Update.NAKAMURA Takumi2012-09-111-0/+1
* Generic Bypass Slow DivPreston Gurd2012-09-041-0/+1
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-241-0/+2
* Remove the basic inliner. This was added in 2007, and hasn't reallyChandler Carruth2012-03-151-1/+0
* Refactor code used in InstCombine::FoldAndOfICmps to new file.Pete Cooper2011-12-171-0/+1
* Add -unroll-runtime for unrolling loops with run-time trip counts.Andrew Trick2011-12-091-0/+1
OpenPOWER on IntegriCloud