aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Globals.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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