aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Globals.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move types back to the 2.5 API.Owen Anderson2009-07-291-2/+2
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-251-1/+1
* Initial update to VMCore to use Twines for string arguments.Daniel Dunbar2009-07-251-2/+2
* Convert a few more things to use raw_ostream.Dan Gohman2009-07-251-1/+0
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Edwin Török2009-07-141-2/+2
* LLVMContext-ification.Owen Anderson2009-07-081-1/+2
* Implement changes from Chris's feedback.Edwin Török2009-07-081-0/+1
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-081-10/+7
* Start converting to new error handling API.Edwin Török2009-07-081-3/+3
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-081-4/+9
* Revert r73790, and replace it with a significantly less ugly solution. Rathe...Owen Anderson2009-06-201-1/+1
* Fix a serious bug that would cause deadlock during abstract type refinement. ...Owen Anderson2009-06-191-1/+1
* make GlobalValue::removeDeadConstantUsers() const.Chris Lattner2009-03-091-7/+7
* Use mayBeOverridden here, in anticipation of theDuncan Sands2009-01-081-2/+2
* Make safer variant of alias resolution routine to be defaultAnton Korobeynikov2008-09-091-3/+3
* Fix typoAnton Korobeynikov2008-09-091-1/+1
* Fix incorrect linker behaviour: we shouldn't resolve weak aliases.Anton Korobeynikov2008-09-091-1/+9
* eliminate calls to deprecated Use::init() interfaceGabor Greif2008-05-261-3/+3
* Factor code to copy global value attributes likeDuncan Sands2008-05-261-1/+20
* merge of use-diet branch to trunkGabor Greif2008-05-101-10/+8
* Slightly increase default set size. It's cheap and won't hurt.Anton Korobeynikov2008-03-221-1/+1
* Add helper for ultimate aliasee resoltionAnton Korobeynikov2008-03-111-0/+16
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-111-4/+6
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+230