aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/GlobalOpt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-6/+9
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-57/+49
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-4/+4
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-41/+68
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-14/+31
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-210/+59
* Update to LLVM 3.5a.Stephen Hines2014-04-241-154/+159
* Merging r197178:Bill Wendling2013-12-141-2/+11
* Remove dead codeShuxin Yang2013-11-041-6/+0
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-271-1/+0
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-231-0/+1
* Use more type helper functionsMatt Arsenault2013-10-211-4/+2
* Optimize more linkonce_odr values during LTO.Rafael Espindola2013-10-211-208/+2
* Rename fields of GlobalStatus to match the coding style.Rafael Espindola2013-10-171-43/+41
* rename SafeToDestroyConstant to isSafeToDestroyConstant and clang-format.Rafael Espindola2013-10-171-10/+12
* Simplify the interface of AnalyzeGlobal a bit and rename to analyzeGlobal.Rafael Espindola2013-10-171-14/+22
* Revert r191834 until we measure the effect of this benchmarks and maybe find ...Alexey Samsonov2013-10-071-3/+56
* Remove "localize global" optimizationAlexey Samsonov2013-10-021-56/+3
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-221-8/+2
* Use type form of getIntPtrTypeMatt Arsenault2013-09-111-2/+2
* Don't shrink atomic ops to bool in GlobalOpt.Eli Friedman2013-09-091-4/+7
* Remove unused argument.Rafael Espindola2013-09-051-3/+1
* Revert "Add r159136 back now that pr13124 has been fixed."Rafael Espindola2013-09-041-11/+0
* Add r159136 back now that pr13124 has been fixed.Rafael Espindola2013-09-031-0/+11
* Respect llvm.used in Internalize.Rafael Espindola2013-07-251-21/+3
* Check that TD isn't NULL before dereferencing it down this path.Nick Lewycky2013-07-251-1/+1
* Make these methods const correct.Rafael Espindola2013-07-251-2/+2
* Don't crash when llvm.compiler.used becomes empty.Rafael Espindola2013-07-201-0/+5
* s/compiler_used/compiler.used/.Rafael Espindola2013-07-191-7/+7
* Fix commentEli Bendersky2013-07-081-3/+2
* Always remove an alias when we rename the target.Rafael Espindola2013-06-121-3/+1
* Change how globalopt handles aliases in llvm.used.Rafael Espindola2013-06-111-100/+156
* GlobalOpt: fix an issue where CXAAtExitFn points to a deleted function.Manman Ren2013-05-141-3/+3
* Don't replace an alias in llvm.used with its target.Rafael Espindola2013-05-091-2/+102
* Use a worklist to avoid a sneaky iterator invalidation.Bill Wendling2013-04-021-3/+3
* Retain the name of the new internal global that's been shrunk.Bill Wendling2013-02-131-2/+5
* Remove some introspection functions.Bill Wendling2013-01-251-2/+3
* Use the new 'getSlotIndex' method to retrieve the attribute's slot index.Bill Wendling2013-01-251-1/+1
* Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling2013-01-231-2/+1
* GlobalOpt: Avoid jump on uninitialized value.Benjamin Kramer2013-01-121-1/+1
* Fixed whitespace.Michael Gottesman2013-01-111-61/+61
* Added debug messages to GlobalOpt.Michael Gottesman2013-01-111-17/+110
* Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...Joey Gouly2013-01-101-1/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-8/+8
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-3/+3
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-1/+1
* Remove unused field.Jakub Staszak2012-12-061-6/+1
* Remove trailing spaces.Jakub Staszak2012-12-061-25/+25
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-9/+9
* Revert previous check in r168581, r169079 as they are still in code review st...Zhou Sheng2012-12-011-22/+4