Push LLVMContext through GlobalVariables and IRBuilder.
[oota-llvm.git] / lib / VMCore / Globals.cpp
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-06-20 Owen AndersonRevert r73790, and replace it with a significantly...
2009-06-19 Owen AndersonFix a serious bug that would cause deadlock during...
2009-03-09 Chris Lattnermake GlobalValue::removeDeadConstantUsers() const.
2009-01-08 Duncan SandsUse mayBeOverridden here, in anticipation of the
2008-09-09 Anton KorobeynikovMake safer variant of alias resolution routine to be...
2008-09-09 Anton KorobeynikovFix typo
2008-09-09 Anton KorobeynikovFix incorrect linker behaviour: we shouldn't resolve...
2008-05-26 Gabor Greifeliminate calls to deprecated Use::init() interface
2008-05-26 Duncan SandsFactor code to copy global value attributes like
2008-05-10 Gabor Greifmerge of use-diet branch to trunk
2008-03-22 Anton KorobeynikovSlightly increase default set size. It's cheap and...
2008-03-11 Anton KorobeynikovAdd helper for ultimate aliasee resoltion
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-11 Christopher LambImplement address space attribute for LLVM pointer...
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: