summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/GlobalOpt.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)David L. Jones2017-01-231-2/+2
* IR: Move NumElements field from {Array,Vector}Type to SequentialType.Peter Collingbourne2016-12-021-12/+2
* IR: Change the gep_type_iterator API to avoid always exposing the "current" t...Peter Collingbourne2016-12-021-13/+7
* [GlobalOpt] Dead Eliminate declarationsMehdi Amini2016-09-151-2/+2
* Use range algorithms instead of unpacking begin/endDavid Majnemer2016-08-111-1/+1
* Consistently use ModuleAnalysisManagerSean Silva2016-08-091-1/+1
* [ConstnatFolding] Teach the folder how to fold ConstantVectorDavid Majnemer2016-07-291-3/+3
* Don't remove side effecting instructions due to ConstantFoldInstructionDavid Majnemer2016-07-221-1/+3
* Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.Benjamin Kramer2016-06-261-4/+2
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-141-6/+13
* [GlobalOpt] Propagate operand bundlesDavid Majnemer2016-04-291-5/+10
* [TLI] Unify LibFunc signature checking. NFCI.Ahmed Bougacha2016-04-271-12/+5
* PM: Port GlobalOpt to the new pass managerJustin Bogner2016-04-261-38/+57
* PM: Convert the logic for GlobalOpt into static functions. NFCJustin Bogner2016-04-261-66/+71
* [GlobalOpt] Allow constant globals to be SRA'dJames Molloy2016-04-251-5/+9
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-0/+3
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-3/+0
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-0/+3
* [ThinLTO] Prevent importing of "llvm.used" valuesTeresa Johnson2016-04-201-1/+0
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Don't IPO over functions that can be de-refinedSanjoy Das2016-04-081-1/+1
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-061-3/+2
* [GlobalOpt] Don't look through aliases when sorting names of globals.Benjamin Kramer2016-03-151-2/+3
* Transforms: Move GlobalOpt's Evaluator to Utils where it can be reused.Peter Collingbourne2016-02-031-655/+1
* Make sure that any new and optimized objects created during GlobalOPT copy al...Sergei Larin2016-01-221-0/+4
* [opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...Eduard Burtescu2016-01-191-1/+1
* [opaque pointer types] Alloca: use getAllocatedType() instead of getType()->g...Eduard Burtescu2016-01-181-1/+1
* GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob2016-01-161-10/+9
* Also add unnamed_addr to functions.Rafael Espindola2015-12-221-13/+24
* Delete dead GlobalAliases.Rafael Espindola2015-12-221-1/+8
* Merge duplicated code.Rafael Espindola2015-12-221-21/+28
* Use early continue to reduce indentation.Rafael Espindola2015-12-221-19/+21
* Simplify iterator management. NFC.Rafael Espindola2015-12-221-45/+27
* [GlobalOpt] Localize some globals that have non-instruction usersJames Molloy2015-11-191-1/+60
* [GlobalOpt] Address post-commit review comments on r253168James Molloy2015-11-161-3/+17
* [GlobalOpt] Demote globals to locals more aggressivelyJames Molloy2015-11-151-7/+76
* [GlobalOpt] Make sure all debug lines end with '\n'James Molloy2015-11-131-2/+2
* [GlobalOpt] Coding style - remove function names from doxygen commentsJames Molloy2015-11-131-126/+115
* GlobalOpt should maintain externally_initialized when splitting aggregatesOliver Stannard2015-11-091-0/+2
* [GlobalOpt] Add newlines to DEBUG messagesJames Molloy2015-10-281-4/+4
* IPO: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-131-18/+21
* GlobalOpt does not treat externally_initialized globals correctlyOliver Stannard2015-10-121-1/+1
* [GlobalOpt] Sort members of llvm.used deterministicallySean Silva2015-09-281-1/+2
* Assume intrinsic handling in global optPiotr Padlewski2015-08-251-0/+4
* Revert "Improve merging of stores from static constructors in GlobalOpt"Anthony Pesch2015-07-221-249/+77
* Revert "IPO: Avoid brace initialization of a map, some versions of libc++ don...Anthony Pesch2015-07-221-4/+1
* IPO: Avoid brace initialization of a map, some versions of libc++ don't like itJustin Bogner2015-07-221-1/+4
* Improve merging of stores from static constructors in GlobalOptAnthony Pesch2015-07-221-77/+249
* Test commit, added blank lineAnthony Pesch2015-07-221-0/+1
* Use foreach loop over constant operands. NFC.Pete Cooper2015-06-251-4/+2
OpenPOWER on IntegriCloud