Now with less tabs!
[oota-llvm.git] / lib / VMCore / Globals.cpp
2007-05-05 Chris Lattnerhandle gep aliasee
2007-05-03 Jeff CohenUnbreak VC++ build.
2007-04-30 Anton KorobeynikovFix typo. Interesting, but old variant worked too :)
2007-04-29 Anton KorobeynikovImplement review feedback
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-12 Lauro Ramos VenancioImplement the "thread_local" keyword.
2007-02-26 Chris Lattnerreapply my previous patch with a bugfix.
2007-02-26 Chris Lattnerrevert my previous change, something strange is happening.
2007-02-25 Chris LattnerRework GlobalValue::removeDeadConstantUsers to always...
2007-02-05 Reid SpencerFor PR411:
2006-09-30 Chris LattnerAdd a version of the globalvariable ctor that inserts...
2006-01-24 Chris LattnerInitial checkin of the InlineAsm class
2005-10-04 Chris LattnerChange the signature of replaceUsesOfWithOnConstant...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-05 Chris Lattnerremove all of the various setName implementations,...
2005-03-05 Chris LattnerRemove the 2nd argument to Value::setName
2005-01-29 Chris LattnerAdjust to changes in User class.
2004-10-11 Chris LattnerImplement remove/eraseFromParent methods
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-05 Alkis EvlogimenosMake GlobalVariable constructor assert when an initiali...
2004-08-04 Chris LattnerAdd a cast
2004-07-19 Chris LattnerMethod now returns null, dtor is inlined
2004-07-18 Chris LattnerFix infinite loop gccld'ing povray
2004-07-18 Reid Spencerbug 122: