aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Globals.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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