| Commit message (Expand) | Author | Age | Files | Lines |
* | Instruction:: Next/Prev accessors are now private | Chris Lattner | 2007-04-17 | 1 | -7/+8 |
* | Refactor SymbolTableListTraits to only have a single pointer in it, instead | Chris Lattner | 2007-04-17 | 1 | -5/+3 |
* | Rename Value::getValueType to getValueID, to avoid confusion with | Dan Gohman | 2007-04-13 | 1 | -2/+2 |
* | Refactor the setName stuff, moving it down the inheritance hierarchy, to | Chris Lattner | 2007-02-24 | 1 | -6/+2 |
* | make mayWriteToMemory a non-virtual function | Chris Lattner | 2007-02-15 | 1 | -1/+1 |
* | Switch UnaryOperators to default to passing names up by const char* when poss... | Chris Lattner | 2007-02-13 | 1 | -2/+5 |
* | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer | 2007-02-02 | 1 | -0/+21 |
* | Now that setcondinst has been eliminated, we can mark Value::SubclassID | Chris Lattner | 2007-01-04 | 1 | -6/+0 |
* | For PR950: | Reid Spencer | 2006-12-23 | 1 | -6/+10 |
* | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling | 2006-12-17 | 1 | -0/+1 |
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -0/+17 |
* | Override use_back in instruction/basicblock to provide more type information. | Chris Lattner | 2006-09-30 | 1 | -1/+5 |
* | Add new SetCondInst::isRelational/isEquality methods. Rename | Chris Lattner | 2006-09-17 | 1 | -3/+3 |
* | Add some out-of-line virtual dtors so that the class has a "home", preventing | Chris Lattner | 2006-06-21 | 1 | -5/+3 |
* | This method doesn't need to be virtual, thanks to Reid for pointing this out. | Chris Lattner | 2006-05-09 | 1 | -1/+1 |
* | Fix VC++ level 4 warnings. Because a base class has declared these private, ... | Jeff Cohen | 2005-12-17 | 1 | -0/+3 |
* | Remove some dead argument names which irritates GCC at certain warning levels. | Chris Lattner | 2005-10-25 | 1 | -1/+1 |
* | add a new helper method | Chris Lattner | 2005-08-08 | 1 | -0/+5 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -7/+7 |
* | Fix problems compiling with G++ 4.x.x with -pedantic. Thanks to | Chris Lattner | 2005-03-07 | 1 | -4/+4 |
* | remove all of the various setName implementations, consolidating them into | Chris Lattner | 2005-03-05 | 1 | -3/+0 |
* | Remove the second argument to Value::setName, it is never needed. | Chris Lattner | 2005-03-05 | 1 | -2/+2 |
* | Adjust to changes in the User class. | Chris Lattner | 2005-01-29 | 1 | -4/+4 |
* | Add method | Chris Lattner | 2004-11-30 | 1 | -0/+6 |
* | Add long overdue methods | Chris Lattner | 2004-10-11 | 1 | -2/+12 |
* | Now that the SparcV9 specific MachineCodeForInstruction class uses it's own | Chris Lattner | 2004-06-27 | 1 | -2/+1 |
* | Eliminate the Instruction::iType field, folding it into the Value::VTy field. | Chris Lattner | 2004-06-27 | 1 | -5/+9 |
* | Consider anything with a ValueType that is >= Instruction to be an instruction | Chris Lattner | 2004-06-26 | 1 | -1/+1 |
* | Revert an unneeded interface change to Instruction.h | Reid Spencer | 2004-06-11 | 1 | -2/+0 |
* | Added an isPhiNode(unsigned) static method to determine if an opcode is | Reid Spencer | 2004-06-10 | 1 | -0/+2 |
* | Apparently a particular vendor compiler uses the struct/class tag to MANGLE | Chris Lattner | 2004-06-08 | 1 | -1/+1 |
* | Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool | Reid Spencer | 2004-06-07 | 1 | -1/+6 |
* | Refactor common initialization code in private init() functions. | Alkis Evlogimenos | 2004-05-26 | 1 | -0/+4 |
* | Assert if Instruction is being deleted before being removed from BasicBlock. | Misha Brukman | 2004-04-16 | 1 | -0/+4 |
* | Ugh, the old sparc backend attaches MachineCodeForInstruction annotations on | Chris Lattner | 2004-02-29 | 1 | -1/+2 |
* | Add new method | Chris Lattner | 2004-01-12 | 1 | -0/+6 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Expose new print methods | Chris Lattner | 2003-10-30 | 1 | -1/+4 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Remove unneeded dtors | Chris Lattner | 2003-10-06 | 1 | -3/+0 |
* | Renamed trapping instruction function to be more consistent with other functi... | Tanya Lattner | 2003-07-31 | 1 | -3/+3 |
* | Added function to determine if an Instruction may trap. | Tanya Lattner | 2003-07-31 | 1 | -1/+7 |
* | Removed extra parenthesis and fixed spelling. | Misha Brukman | 2003-07-28 | 1 | -2/+2 |
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -0/+1 |
* | Remove a ton of extraneous #includes | Chris Lattner | 2003-06-22 | 1 | -2/+0 |
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+2 |
* | Revert modulo scheduling change that should be part of the modulo-sched pass ... | Chris Lattner | 2003-04-16 | 1 | -5/+1 |
* | added some memory for clone function | Guochun Shi | 2003-04-06 | 1 | -1/+5 |
* | Rename Instruction::hasSideEffects() -> mayWriteToMemory() | Chris Lattner | 2003-02-24 | 1 | -1/+3 |
* | New isAssociative/isCommutative inspection methods, graciously contributed by | Chris Lattner | 2002-10-31 | 1 | -0/+21 |