| Commit message (Expand) | Author | Age | Files | Lines |
* | Micro-optimisation in getAliasedGlobal. | Jay Foad | 2011-08-01 | 1 | -1/+1 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -3/+3 |
* | Fix GlobalValue::isDeclaration() to always consider aliases to be definitions. | Chris Lattner | 2011-07-14 | 1 | -3/+2 |
* | add comments. | Chris Lattner | 2011-07-14 | 1 | -1/+3 |
* | consolidate GlobalValue::isDeclaration into one | Chris Lattner | 2011-07-14 | 1 | -8/+13 |
* | code cleanup | Chris Lattner | 2011-07-14 | 1 | -20/+15 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -0/+1 |
* | hoist GlobalValue::removeDeadConstantUsers up to being a method on Constant. | Chris Lattner | 2011-02-18 | 1 | -49/+0 |
* | Make GlobalValue alignment consistent with load, store, and alloca | Dan Gohman | 2010-07-28 | 1 | -1/+8 |
* | rename use_const_iterator to const_use_iterator for consistency's sake | Gabor Greif | 2010-03-25 | 1 | -2/+2 |
* | A function with no Module owner isn't materializable. This fixes F->dump() for | Nick Lewycky | 2010-02-15 | 1 | -2/+2 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -0/+13 |
* | In GlobalVariable::setInitializer, assert that the initializer has the | Jeffrey Yasskin | 2009-11-17 | 1 | -0/+15 |
* | remove a bunch of extraneous LLVMContext arguments | Chris Lattner | 2009-11-06 | 1 | -3/+1 |
* | the verifier shouldn't modify the IR. | Chris Lattner | 2009-11-01 | 1 | -7/+0 |
* | fix an issue where the verifier would reject a function whose entry | Chris Lattner | 2009-11-01 | 1 | -0/+8 |
* | 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. | Torok Edwin | 2009-07-14 | 1 | -2/+2 |
* | LLVMContext-ification. | Owen Anderson | 2009-07-08 | 1 | -1/+2 |
* | Implement changes from Chris's feedback. | Torok Edwin | 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. | Torok Edwin | 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 |
* | handle gep aliasee | Chris Lattner | 2007-05-05 | 1 | -3/+4 |
* | Unbreak VC++ build. | Jeff Cohen | 2007-05-03 | 1 | -2/+2 |
* | Fix typo. Interesting, but old variant worked too :) | Anton Korobeynikov | 2007-04-30 | 1 | -1/+1 |
* | Implement review feedback | Anton Korobeynikov | 2007-04-29 | 1 | -6/+27 |
* | Implement review feedback. Aliasees can be either GlobalValue's or | Anton Korobeynikov | 2007-04-28 | 1 | -7/+14 |
* | Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part | Anton Korobeynikov | 2007-04-25 | 1 | -1/+44 |
* | Implement the "thread_local" keyword. | Lauro Ramos Venancio | 2007-04-12 | 1 | -6/+6 |
* | reapply my previous patch with a bugfix. | Chris Lattner | 2007-02-26 | 1 | -21/+31 |
* | revert my previous change, something strange is happening. | Chris Lattner | 2007-02-26 | 1 | -29/+21 |
* | Rework GlobalValue::removeDeadConstantUsers to always remove dead constant | Chris Lattner | 2007-02-25 | 1 | -21/+29 |