summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."Florian Hahn2020-01-041-1/+0
* [SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).Florian Hahn2020-01-041-0/+1
* [CodeMoverUtils] Added an API to check if an instruction can be safelyTsang Whitney W.H2019-11-221-0/+1
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [SVFS] Inject TLI Mappings in VFABI attribute.Francesco Petrogalli2019-11-151-0/+1
* [debugify] Move the Debugify pass from tools/opt to lib/Transform/UtilsDaniel Sanders2019-11-071-0/+1
* Reland "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek2019-09-111-0/+1
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Dmitri Gribenko2019-09-111-1/+0
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-111-0/+1
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek2019-09-101-1/+0
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-101-0/+1
* [PGO] Profile guided code size optimization.Hiroshi Yamauchi2019-04-151-0/+1
* [ThinLTO] Handle chains of aliasesTeresa Johnson2019-01-041-0/+1
* [NFC] Move OrderedInstructions and InstructionPrecedenceTracking to AnalysisMax Kazantsev2018-08-301-2/+0
* [NFC] Factor out guard utility methods into a separate fileMax Kazantsev2018-08-291-0/+1
* [NFC] Split logic of ImplicitControlFlowTracking to allow generalizationMax Kazantsev2018-08-271-1/+1
* [NFC] Factor out implicit control flow logic from GVNMax Kazantsev2018-08-071-0/+1
* [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
OpenPOWER on IntegriCloud