summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/GlobalOpt.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* Recommit r236670: [opaque pointer type] Pass explicit pointer type through GE...David Blaikie2015-05-071-4/+2
* Revert "[opaque pointer type] Pass explicit pointer type through GEP constant...David Blaikie2015-05-061-2/+4
* [opaque pointer type] Pass explicit pointer type through GEP constant foldingDavid Blaikie2015-05-061-4/+2
* [opaque pointer type] API migration for GEP constant factoriesDavid Blaikie2015-04-021-6/+9
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-1/+1
* [opaque pointer type] more gep API migrationsDavid Blaikie2015-03-141-1/+1
* [opaque pointer type] Start migrating GEP creation to explicitly specify the ...David Blaikie2015-03-141-5/+5
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-10/+9
OpenPOWER on IntegriCloud