| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove DEFINE_TRANSPARENT_CASTED_OPERAND_ACCESSORS, folding its | Jay Foad | 2011-08-22 | 1 | -1/+1 |
* | The operands of a GlobalAlias are always Constants. Simplify things | Jay Foad | 2011-08-01 | 1 | -5/+4 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -1/+1 |
* | consolidate GlobalValue::isDeclaration into one | Chris Lattner | 2011-07-14 | 1 | -5/+0 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -5/+5 |
* | FixedNumOperandTraits and VariadicOperandTraits assumed that, given a | Jay Foad | 2011-01-11 | 1 | -1/+2 |
* | sink twine.h down out of Value.h. It is annoying that you need | Chris Lattner | 2009-12-29 | 1 | -0/+1 |
* | Public and private corrections, warned about by icc (#304). | Duncan Sands | 2009-09-06 | 1 | -1/+1 |
* | Finish migrating VMCore to StringRef/Twine based APIs. | Daniel Dunbar | 2009-07-25 | 1 | -1/+1 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -1/+0 |
* | Make safer variant of alias resolution routine to be default | Anton Korobeynikov | 2008-09-09 | 1 | -2/+2 |
* | Fix incorrect linker behaviour: we shouldn't resolve weak aliases. | Anton Korobeynikov | 2008-09-09 | 1 | -2/+4 |
* | Add GlobalValue::{removeFromParent,eraseFromParent} | Daniel Dunbar | 2008-08-29 | 1 | -2/+2 |
* | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 2008-08-23 | 1 | -3/+0 |
* | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman | 2008-07-28 | 1 | -11/+2 |
* | merge of use-diet branch to trunk | Gabor Greif | 2008-05-10 | 1 | -3/+12 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -0/+4 |
* | Typo fixes | Anton Korobeynikov | 2008-03-22 | 1 | -3/+3 |
* | Add helper for ultimate aliasee resoltion | Anton Korobeynikov | 2008-03-11 | 1 | -1/+6 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Reverting dtor devirtualization patch. | Gordon Henriksen | 2007-12-10 | 1 | -5/+0 |
* | Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! | Gordon Henriksen | 2007-12-09 | 1 | -0/+5 |
* | Implement review feedback | Anton Korobeynikov | 2007-04-29 | 1 | -1/+4 |
* | Implement review feedback. Aliasees can be either GlobalValue's or | Anton Korobeynikov | 2007-04-28 | 1 | -16/+21 |
* | Add missed file | Anton Korobeynikov | 2007-04-25 | 1 | -0/+83 |