| Commit message (Expand) | Author | Age | Files | Lines |
* | move the Use destructor where it belongs to | Gabor Greif | 2008-03-14 | 1 | -5/+1 |
* | There is no killUse. | Dan Gohman | 2008-03-07 | 1 | -1/+1 |
* | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 1 | -0/+1 |
* | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng | 2008-01-31 | 1 | -1/+0 |
* | Add a new PseudoSourceValue class, which will be used to help track | Dan Gohman | 2008-01-30 | 1 | -0/+1 |
* | 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 | -3/+0 |
* | Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! | Gordon Henriksen | 2007-12-09 | 1 | -0/+3 |
* | add Value::getNameStart/getNameLen() accessors. | Chris Lattner | 2007-08-10 | 1 | -1/+15 |
* | Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part | Anton Korobeynikov | 2007-04-25 | 1 | -1/+6 |
* | Rename Value::getValueType to getValueID, to avoid confusion with | Dan Gohman | 2007-04-13 | 1 | -10/+10 |
* | Document the use of getValueType() more accurately, specifically explain | Reid Spencer | 2007-03-05 | 1 | -4/+6 |
* | Add a new Value::getNameStr method, which is preferred over getName. | Chris Lattner | 2007-02-15 | 1 | -1/+2 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -1/+1 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -1/+1 |
* | add a setName variant that takes a null-terminated string. This can be | Chris Lattner | 2007-02-13 | 1 | -0/+2 |
* | Add new setName accessor which doesn't require creating a string. | Chris Lattner | 2007-02-12 | 1 | -0/+1 |
* | Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str... | Chris Lattner | 2007-02-12 | 1 | -4/+7 |
* | add a helper method: Value::takeName | Chris Lattner | 2007-02-11 | 1 | -0/+4 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -1/+2 |
* | For PR1043: | Zhou Sheng | 2007-01-11 | 1 | -1/+0 |
* | Now that setcondinst has been eliminated, we can mark Value::SubclassID | Chris Lattner | 2007-01-04 | 1 | -6/+1 |
* | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling | 2006-12-17 | 1 | -3/+1 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -1/+1 |
* | Added a temporary hack to get the llvm-streams to work for future checkins. | Bill Wendling | 2006-11-28 | 1 | -0/+4 |
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -2/+1 |
* | 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 |