| Commit message (Expand) | Author | Age | Files | Lines |
* | For PR778: | Reid Spencer | 2006-06-05 | 1 | -12/+22 |
* | Allow use of isa<InlineAsm>(X) without #including InlineAsm.h | Chris Lattner | 2006-01-26 | 1 | -0/+4 |
* | Initial checkin of the InlineAsm class | Chris Lattner | 2006-01-24 | 1 | -1/+2 |
* | Make ValueSymbolTable (temporarily) a friend of Value so it can mod the | Reid Spencer | 2006-01-10 | 1 | -1/+2 |
* | Fix VC++ level 4 warnings. | Jeff Cohen | 2005-12-17 | 1 | -2/+2 |
* | remove a comma to compile with pedantic gcc | Chris Lattner | 2005-10-08 | 1 | -1/+1 |
* | Split SimpleConstantVal up into its components, so each Constant subclass gets | Chris Lattner | 2005-09-27 | 1 | -7/+14 |
* | remove a dead enum value, making a comment above correct again | Chris Lattner | 2005-08-16 | 1 | -1/+0 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -15/+15 |
* | Convert tabs to spaces | Misha Brukman | 2005-03-16 | 1 | -1/+1 |
* | Add a new method, allow symtab to poke name. | Chris Lattner | 2005-03-06 | 1 | -0/+2 |
* | remove all of the various setName implementations, consolidating them into | Chris Lattner | 2005-03-05 | 1 | -3/+1 |
* | Remove the second argument to Value::setName, it is never needed. | Chris Lattner | 2005-03-05 | 1 | -1/+1 |
* | Add new method. | Chris Lattner | 2005-02-23 | 1 | -2/+7 |
* | SubclassID is really a small field. Split it into half and let subclasses | Chris Lattner | 2005-02-05 | 1 | -1/+7 |
* | Switch from using an ilist for uses to using a custom doubly linked list. | Chris Lattner | 2005-02-01 | 1 | -28/+24 |
* | Adjust to User.h changes. | Chris Lattner | 2005-01-29 | 1 | -6/+3 |
* | Added a size_type typedef to LLVM containers to make Visual Studio shut up | Reid Spencer | 2004-12-13 | 1 | -1/+2 |
* | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner | 2004-10-27 | 1 | -1/+1 |
* | Add new UndefValueVal type | Chris Lattner | 2004-10-16 | 1 | -4/+6 |
* | Change Value from a "struct" to a "class" so that VC 7.1 doesn't generate | Reid Spencer | 2004-09-23 | 1 | -1/+1 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
* | New methods | Chris Lattner | 2004-08-04 | 1 | -0/+4 |
* | I demand the ability to say 'if (isa<Value>(V))'! | Chris Lattner | 2004-07-30 | 1 | -0/+5 |
* | Add new enum entries for ConstantAggregateZeroVal/ConstantExprVal and | Chris Lattner | 2004-07-19 | 1 | -8/+12 |
* | Add a missing space to align comments. | Reid Spencer | 2004-07-18 | 1 | -1/+1 |
* | bug 122: | Reid Spencer | 2004-07-17 | 1 | -1/+4 |
* | Final fix for PR341: eliminate operator<<(ostream, Value*). Clients should | Chris Lattner | 2004-07-15 | 1 | -8/+0 |
* | Add a missing #include | Chris Lattner | 2004-07-12 | 1 | -0/+1 |
* | Remove definition and use of OtherVal enumerator. This just fixes a thinko. | Reid Spencer | 2004-07-06 | 1 | -1/+0 |
* | - Remove enumerator TypeVal since Values can't be types any more | Reid Spencer | 2004-07-04 | 1 | -5/+1 |
* | Eliminate the Instruction::iType field, folding it into the Value::VTy field. | Chris Lattner | 2004-06-27 | 1 | -1/+6 |
* | Rearrange some code. | Chris Lattner | 2004-06-26 | 1 | -17/+24 |
* | Apparently a particular vendor compiler uses the struct/class tag to MANGLE | Chris Lattner | 2004-06-08 | 1 | -2/+1 |
* | Annotations are evil. This makes Value not derive from Annotable, which makes | Chris Lattner | 2004-02-26 | 1 | -2/+1 |
* | Minor cleanup | Chris Lattner | 2004-01-10 | 1 | -1/+1 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Completely rewrite support for the Value::use_* list. Now, all operations on | Chris Lattner | 2003-10-16 | 1 | -65/+39 |
* | Add new hasOneUse() method. Remove explicit inline qualifiers | Chris Lattner | 2003-10-15 | 1 | -9/+13 |
* | There is no reason for Value to be an AbstractTypeUser. This just makes things | Chris Lattner | 2003-10-02 | 1 | -11/+3 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -1/+1 |
* | Add new method | Chris Lattner | 2003-08-29 | 1 | -0/+4 |
* | Detemplatize the PATypeHandle class, which was only really instantiated on 'T... | Chris Lattner | 2003-06-18 | 1 | -1/+1 |
* | Move annotation to support library | Chris Lattner | 2003-01-14 | 1 | -1/+1 |
* | - Detemplatize UseTy<> in Value.h, because it's only instantiated for one | Chris Lattner | 2002-10-09 | 1 | -26/+21 |
* | - Remove Value::use_push_back & Value::use_remove | Chris Lattner | 2002-10-09 | 1 | -3/+2 |
* | Group #includes better | Chris Lattner | 2002-09-23 | 1 | -1/+1 |
* | Eliminate setType method | Chris Lattner | 2002-09-10 | 1 | -2/+0 |
* | Convert comments to Doxygen style | Chris Lattner | 2002-08-25 | 1 | -22/+21 |