aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Globals.cpp
AgeCommit message (Expand)Author
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-08LLVMContext-ification.Owen Anderson
2009-07-08Implement changes from Chris's feedback.Torok Edwin
2009-07-08Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson
2009-07-08Start converting to new error handling API.Torok Edwin
2009-07-08Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson
2009-06-20Revert r73790, and replace it with a significantly less ugly solution. Rathe...Owen Anderson
2009-06-19Fix a serious bug that would cause deadlock during abstract type refinement. ...Owen Anderson
2009-03-09make GlobalValue::removeDeadConstantUsers() const.Chris Lattner
2009-01-08Use mayBeOverridden here, in anticipation of theDuncan Sands
2008-09-09Make safer variant of alias resolution routine to be defaultAnton Korobeynikov
2008-09-09Fix typoAnton Korobeynikov
2008-09-09Fix incorrect linker behaviour: we shouldn't resolve weak aliases.Anton Korobeynikov
2008-05-26eliminate calls to deprecated Use::init() interfaceGabor Greif
2008-05-26Factor code to copy global value attributes likeDuncan Sands
2008-05-10merge of use-diet branch to trunkGabor Greif
2008-03-22Slightly increase default set size. It's cheap and won't hurt.Anton Korobeynikov
2008-03-11Add helper for ultimate aliasee resoltionAnton Korobeynikov
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-11Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb
2007-05-05handle gep aliaseeChris Lattner
2007-05-03Unbreak VC++ build.Jeff Cohen
2007-04-30Fix typo. Interesting, but old variant worked too :)Anton Korobeynikov
2007-04-29Implement review feedbackAnton Korobeynikov
2007-04-28Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov
2007-04-25Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov
2007-04-12Implement the "thread_local" keyword.Lauro Ramos Venancio
2007-02-26reapply my previous patch with a bugfix.Chris Lattner
2007-02-26revert my previous change, something strange is happening.Chris Lattner
2007-02-25Rework GlobalValue::removeDeadConstantUsers to always remove dead constantChris Lattner
2007-02-05For PR411:Reid Spencer
2006-09-30Add a version of the globalvariable ctor that inserts at a specific location.Chris Lattner
2006-01-24Initial checkin of the InlineAsm classChris Lattner
2005-10-04Change the signature of replaceUsesOfWithOnConstant. The bool was alwaysChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-05remove all of the various setName implementations, consolidating them intoChris Lattner
2005-03-05Remove the 2nd argument to Value::setNameChris Lattner
2005-01-29Adjust to changes in User class.Chris Lattner
2004-10-11Implement remove/eraseFromParent methodsChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-05Make GlobalVariable constructor assert when an initializer is ofAlkis Evlogimenos
2004-08-04Add a castChris Lattner
2004-07-19Method now returns null, dtor is inlinedChris Lattner
2004-07-18Fix infinite loop gccld'ing povrayChris Lattner
2004-07-18bug 122:Reid Spencer