| Commit message (Expand) | Author | Age | Files | Lines |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -2/+2 |
* | Finish migrating VMCore to StringRef/Twine based APIs. | Daniel Dunbar | 2009-07-25 | 1 | -1/+1 |
* | Initial update to VMCore to use Twines for string arguments. | Daniel Dunbar | 2009-07-25 | 1 | -2/+2 |
* | Convert a few more things to use raw_ostream. | Dan Gohman | 2009-07-25 | 1 | -1/+0 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Edwin Török | 2009-07-14 | 1 | -2/+2 |
* | LLVMContext-ification. | Owen Anderson | 2009-07-08 | 1 | -1/+2 |
* | Implement changes from Chris's feedback. | Edwin Török | 2009-07-08 | 1 | -0/+1 |
* | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson | 2009-07-08 | 1 | -10/+7 |
* | Start converting to new error handling API. | Edwin Török | 2009-07-08 | 1 | -3/+3 |
* | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson | 2009-07-08 | 1 | -4/+9 |
* | Revert r73790, and replace it with a significantly less ugly solution. Rathe... | Owen Anderson | 2009-06-20 | 1 | -1/+1 |
* | Fix a serious bug that would cause deadlock during abstract type refinement. ... | Owen Anderson | 2009-06-19 | 1 | -1/+1 |
* | make GlobalValue::removeDeadConstantUsers() const. | Chris Lattner | 2009-03-09 | 1 | -7/+7 |
* | Use mayBeOverridden here, in anticipation of the | Duncan Sands | 2009-01-08 | 1 | -2/+2 |
* | Make safer variant of alias resolution routine to be default | Anton Korobeynikov | 2008-09-09 | 1 | -3/+3 |
* | Fix typo | Anton Korobeynikov | 2008-09-09 | 1 | -1/+1 |
* | Fix incorrect linker behaviour: we shouldn't resolve weak aliases. | Anton Korobeynikov | 2008-09-09 | 1 | -1/+9 |
* | eliminate calls to deprecated Use::init() interface | Gabor Greif | 2008-05-26 | 1 | -3/+3 |
* | Factor code to copy global value attributes like | Duncan Sands | 2008-05-26 | 1 | -1/+20 |
* | merge of use-diet branch to trunk | Gabor Greif | 2008-05-10 | 1 | -10/+8 |
* | Slightly increase default set size. It's cheap and won't hurt. | Anton Korobeynikov | 2008-03-22 | 1 | -1/+1 |
* | Add helper for ultimate aliasee resoltion | Anton Korobeynikov | 2008-03-11 | 1 | -0/+16 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Implement address space attribute for LLVM pointer types. Address spaces are | Christopher Lamb | 2007-12-11 | 1 | -4/+6 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+230 |