summaryrefslogtreecommitdiff
path: root/lib/VMCore/Globals.cpp
Commit message (Expand)AuthorAge
* Fix typo. Interesting, but old variant worked too :)Anton Korobeynikov2007-04-30
* Implement review feedbackAnton Korobeynikov2007-04-29
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-28
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-25
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-12
* reapply my previous patch with a bugfix.Chris Lattner2007-02-26
* revert my previous change, something strange is happening.Chris Lattner2007-02-26
* Rework GlobalValue::removeDeadConstantUsers to always remove dead constantChris Lattner2007-02-25
* For PR411:Reid Spencer2007-02-05
* Add a version of the globalvariable ctor that inserts at a specific location.Chris Lattner2006-09-30
* Initial checkin of the InlineAsm classChris Lattner2006-01-24
* Change the signature of replaceUsesOfWithOnConstant. The bool was alwaysChris Lattner2005-10-04
* Remove trailing whitespaceMisha Brukman2005-04-21
* remove all of the various setName implementations, consolidating them intoChris Lattner2005-03-05
* Remove the 2nd argument to Value::setNameChris Lattner2005-03-05
* Adjust to changes in User class.Chris Lattner2005-01-29
* Implement remove/eraseFromParent methodsChris Lattner2004-10-11
* Changes For Bug 352Reid Spencer2004-09-01
* Make GlobalVariable constructor assert when an initializer is ofAlkis Evlogimenos2004-08-05
* Add a castChris Lattner2004-08-04
* Method now returns null, dtor is inlinedChris Lattner2004-07-19
* Fix infinite loop gccld'ing povrayChris Lattner2004-07-18
* bug 122:Reid Spencer2004-07-18