aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Globals.cpp
Commit message (Expand)AuthorAgeFilesLines
* make GlobalValue::removeDeadConstantUsers() const.Chris Lattner2009-03-091-7/+7
* Use mayBeOverridden here, in anticipation of theDuncan Sands2009-01-081-2/+2
* Make safer variant of alias resolution routine to be defaultAnton Korobeynikov2008-09-091-3/+3
* Fix typoAnton Korobeynikov2008-09-091-1/+1
* Fix incorrect linker behaviour: we shouldn't resolve weak aliases.Anton Korobeynikov2008-09-091-1/+9
* eliminate calls to deprecated Use::init() interfaceGabor Greif2008-05-261-3/+3
* Factor code to copy global value attributes likeDuncan Sands2008-05-261-1/+20
* merge of use-diet branch to trunkGabor Greif2008-05-101-10/+8
* Slightly increase default set size. It's cheap and won't hurt.Anton Korobeynikov2008-03-221-1/+1
* Add helper for ultimate aliasee resoltionAnton Korobeynikov2008-03-111-0/+16
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-111-4/+6
* handle gep aliaseeChris Lattner2007-05-051-3/+4
* Unbreak VC++ build.Jeff Cohen2007-05-031-2/+2
* Fix typo. Interesting, but old variant worked too :)Anton Korobeynikov2007-04-301-1/+1
* Implement review feedbackAnton Korobeynikov2007-04-291-6/+27
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-281-7/+14
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-251-1/+44
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-121-6/+6
* reapply my previous patch with a bugfix.Chris Lattner2007-02-261-21/+31
* revert my previous change, something strange is happening.Chris Lattner2007-02-261-29/+21
* Rework GlobalValue::removeDeadConstantUsers to always remove dead constantChris Lattner2007-02-251-21/+29
* For PR411:Reid Spencer2007-02-051-1/+0
* Add a version of the globalvariable ctor that inserts at a specific location.Chris Lattner2006-09-301-0/+21
* Initial checkin of the InlineAsm classChris Lattner2006-01-241-2/+2
* Change the signature of replaceUsesOfWithOnConstant. The bool was alwaysChris Lattner2005-10-041-4/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-8/+8
* remove all of the various setName implementations, consolidating them intoChris Lattner2005-03-051-8/+0
* Remove the 2nd argument to Value::setNameChris Lattner2005-03-051-3/+1
* Adjust to changes in User class.Chris Lattner2005-01-291-5/+8
* Implement remove/eraseFromParent methodsChris Lattner2004-10-111-2/+9
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Make GlobalVariable constructor assert when an initializer is ofAlkis Evlogimenos2004-08-051-1/+5
* Add a castChris Lattner2004-08-041-1/+1
* Method now returns null, dtor is inlinedChris Lattner2004-07-191-13/+3
* Fix infinite loop gccld'ing povrayChris Lattner2004-07-181-8/+6
* bug 122:Reid Spencer2004-07-181-0/+139