summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/GlobalOpt.cpp
Commit message (Expand)AuthorAge
* GlobalOpt: fix an issue where CXAAtExitFn points to a deleted function.Manman Ren2013-05-14
* Don't replace an alias in llvm.used with its target.Rafael Espindola2013-05-09
* Use a worklist to avoid a sneaky iterator invalidation.Bill Wendling2013-04-02
* Retain the name of the new internal global that's been shrunk.Bill Wendling2013-02-13
* Remove some introspection functions.Bill Wendling2013-01-25
* Use the new 'getSlotIndex' method to retrieve the attribute's slot index.Bill Wendling2013-01-25
* Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling2013-01-23
* GlobalOpt: Avoid jump on uninitialized value.Benjamin Kramer2013-01-12
* Fixed whitespace.Michael Gottesman2013-01-11
* Added debug messages to GlobalOpt.Michael Gottesman2013-01-11
* Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...Joey Gouly2013-01-10
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-07
* Remove unused field.Jakub Staszak2012-12-06
* Remove trailing spaces.Jakub Staszak2012-12-06
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Revert previous check in r168581, r169079 as they are still in code review st...Zhou Sheng2012-12-01
* The patch is to improve the memory footprint of pass GlobalOpt. Zhou Sheng2012-12-01
* Make GlobalOpt be conservative with TLS variables (PR14309)Hans Wennborg2012-11-15
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Use the Attributes::get method which takes an AttrVal value directly to simpl...Bill Wendling2012-10-16
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-15
* Attributes RewriteBill Wendling2012-10-15
* Remove the bitwise NOT operator from the Attributes class. Replace it with th...Bill Wendling2012-10-14
* Remove the final bits of Attributes being declared in the AttributeBill Wendling2012-10-10
* Create enums for the different attributes.Bill Wendling2012-10-09
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Use method to query for attributes.Bill Wendling2012-10-04
* GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ...Benjamin Kramer2012-09-28
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-29
* It's not safe to blindly remove invoke instructions. This happens when weNick Lewycky2012-07-25
* Don't delete one more instruction than we're allowed to. This should fix theNick Lewycky2012-07-24
* Teach globalopt to not nuke all stores to globals. Keep them around of theyNick Lewycky2012-07-24
* Revert r160602.Nick Lewycky2012-07-21
* Teach globalopt to play nice with leak checkers. This is a reapplication ofNick Lewycky2012-07-21
* Revert r160529 due to crashes.Nick Lewycky2012-07-19
* Don't wipe out global variables that are probably storing pointers to heapNick Lewycky2012-07-19
* GlobalOpt forgot to handle bitcast when analyzing globals. Found by inspection.Duncan Sands2012-07-02
* Revert r159136 due to PR13124.Matt Beaumont-Gay2012-06-27
* If a constant or a function has linkonce_odr linkage and unnamed_addr, mark itRafael Espindola2012-06-25
* Tab to spaces. No functionality change.Nick Lewycky2012-06-24
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-23
* fix whitespace in my last commit.Nuno Lopes2012-06-22
* remove extractMallocCallFromBitCast, since it was tailor maded for its sole u...Nuno Lopes2012-06-22
* Some optimizations done by globalopt are safe only for internal linkage, notRafael Espindola2012-06-15
* Implement the isSafeToDiscardIfUnused predicate and use it in globalopt andRafael Espindola2012-06-14