Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / VMCore / Globals.cpp
2013-01-02 Chandler CarruthRename VMCore directory to IR.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-06-23 Hans WennborgClean-up after r159077.
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2011-08-01 Jay FoadMicro-optimisation in getAliasedGlobal.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-14 Chris LattnerFix GlobalValue::isDeclaration() to always consider...
2011-07-14 Chris Lattneradd comments.
2011-07-14 Chris Lattnerconsolidate GlobalValue::isDeclaration into one
2011-07-14 Chris Lattnercode cleanup
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-02-18 Chris Lattnerhoist GlobalValue::removeDeadConstantUsers up to being...
2010-07-28 Dan GohmanMake GlobalValue alignment consistent with load, store...
2010-03-25 Gabor Greifrename use_const_iterator to const_use_iterator for...
2010-02-15 Nick LewyckyA function with no Module owner isn't materializable...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2009-11-17 Jeffrey YasskinIn GlobalVariable::setInitializer, assert that the...
2009-11-06 Chris Lattnerremove a bunch of extraneous LLVMContext arguments
2009-11-01 Chris Lattnerthe verifier shouldn't modify the IR.
2009-11-01 Chris Lattnerfix an issue where the verifier would reject a function...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-25 Daniel DunbarFinish migrating VMCore to StringRef/Twine based APIs.
2009-07-25 Daniel DunbarInitial update to VMCore to use Twines for string argum...
2009-07-25 Dan GohmanConvert a few more things to use raw_ostream.
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-08 Owen AndersonLLVMContext-ification.
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Torok EdwinStart converting to new error handling API.
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: