summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/Utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SVFS] Inject TLI Mappings in VFABI attribute.Francesco Petrogalli2019-11-151-0/+1
* [LLVM-C] Expose the "Add Discriminators" Pass To LLVM-CRobert Widmann2019-03-151-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ThinLTO] Handle chains of aliasesTeresa Johnson2019-01-041-0/+1
* [instsimplify] Move the instsimplify pass to use more obvious file namesChandler Carruth2018-06-291-1/+0
* llvm-c: Split Utils out of Scalar.hDavid Blaikie2018-03-291-1/+1
* [Transforms] Make sure to include the c binding header when defining c bindin...Benjamin Kramer2018-03-291-0/+1
* Oops - moved slightly too many things from Scalar to Utils. Move LoopSimplify...David Blaikie2018-03-281-4/+0
* Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...David Blaikie2018-03-281-0/+16
* Move the initialization of the Meta Renamer pass over to IPO along with the r...David Blaikie2018-03-221-1/+0
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* MemorySSA: Move to Analysis, from Transforms/Utils. It's used asDaniel Berlin2017-04-111-2/+0
* Add PredicateInfo utility and printing passDaniel Berlin2017-02-071-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
* [PM] Port LowerInvoke to the new pass managerMichael Kuperstein2016-08-121-1/+1
* [PM] Port NameAnonFunction pass to new pass managerTeresa Johnson2016-08-121-1/+1
* [MemorySSA] Reinstate the legacy printer and verifier.Chad Rosier2016-07-061-0/+1
* [PM] Port Add discriminator pass to new PMXinliang David Li2016-06-151-1/+1
* [PM] Port Mem2Reg to the new pass manager.Davide Italiano2016-06-141-1/+1
* [PM] Port LCSSA to the new PM.Easwaran Raman2016-06-091-1/+1
* [MemorySSA] Port to new pass managerGeoff Berry2016-06-011-2/+1
* Add a pass to name anonymous/nameless functionMehdi Amini2016-04-121-0/+1
* This patch adds MemorySSA to LLVM.George Burgess IV2016-02-021-0/+2
* Pass to emit DWARF path discriminators.Diego Novillo2014-03-031-0/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-1/+1
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-0/+1
* Add a pass that renames everything with metasyntatic names. This works well a...Alex Rosenberg2012-09-111-0/+1
* Add a new convenience pass for testing InstructionSimplify. PreviouslyDuncan Sands2010-12-201-0/+1
* Next step on the getting-rid-of-static-ctors train: begin adding per-libraryOwen Anderson2010-10-071-0/+36
OpenPOWER on IntegriCloud