| Commit message (Expand) | Author | Age | Files | Lines |
* | print getresult instruction. | Devang Patel | 2008-02-21 | 1 | -0/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Revert r44626, which turned off the use of readonly | Duncan Sands | 2007-12-12 | 1 | -3/+0 |
* | Reverting dtor devirtualization patch. | Gordon Henriksen | 2007-12-10 | 1 | -2/+2 |
* | Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! | Gordon Henriksen | 2007-12-09 | 1 | -2/+2 |
* | Commit 44487 broke bootstrap of llvm-gcc-4.2. It is | Duncan Sands | 2007-12-05 | 1 | -0/+3 |
* | Rather than having special rules like "intrinsics cannot | Duncan Sands | 2007-12-03 | 1 | -16/+3 |
* | Move the GET_SIDE_EFFECT_INFO logic from isInstructionTriviallyDead | Dan Gohman | 2007-07-26 | 1 | -4/+12 |
* | Refactor the setName stuff, moving it down the inheritance hierarchy, to | Chris Lattner | 2007-02-24 | 1 | -31/+2 |
* | remove warning | Chris Lattner | 2007-02-19 | 1 | -2/+2 |
* | Add a FIXME for unwritten code. | Reid Spencer | 2007-02-19 | 1 | -0/+2 |
* | fix build | Andrew Lenharth | 2007-02-16 | 1 | -0/+1 |
* | make mayWriteToMemory a non-virtual function | Chris Lattner | 2007-02-15 | 1 | -0/+19 |
* | Switch UnaryOperators to default to passing names up by const char* when poss... | Chris Lattner | 2007-02-13 | 1 | -0/+28 |
* | Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str... | Chris Lattner | 2007-02-12 | 1 | -2/+4 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -1/+0 |
* | Now that setcondinst has been eliminated, we can mark Value::SubclassID | Chris Lattner | 2007-01-04 | 1 | -4/+0 |
* | For PR950: | Reid Spencer | 2006-12-23 | 1 | -27/+27 |
* | Allow the ICmp and FCmp instructions to be written by the AsmWriter | Reid Spencer | 2006-12-03 | 1 | -0/+2 |
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -10/+23 |
* | For PR950: | Reid Spencer | 2006-11-20 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-11-08 | 1 | -1/+2 |
* | For PR950: | Reid Spencer | 2006-11-02 | 1 | -2/+6 |
* | Fix Transforms/InstCombine/2006-10-26-VectorReassoc.ll | Chris Lattner | 2006-10-26 | 1 | -5/+6 |
* | For PR950: | Reid Spencer | 2006-10-26 | 1 | -2/+6 |
* | Add new SetCondInst::isRelational/isEquality methods. Rename | Chris Lattner | 2006-09-17 | 1 | -2/+2 |
* | Add some out-of-line virtual dtors so that the class has a "home", preventing | Chris Lattner | 2006-06-21 | 1 | -0/+6 |
* | Add shufflevector support, todo, implement better constant folding. | Chris Lattner | 2006-04-08 | 1 | -0/+1 |
* | VMCore support for the insertelement operation. | Robert Bocchino | 2006-01-17 | 1 | -0/+1 |
* | Added support for the extractelement operation. | Robert Bocchino | 2006-01-10 | 1 | -0/+1 |
* | add new helper function | Chris Lattner | 2005-08-08 | 1 | -0/+9 |
* | core changes for varargs | Andrew Lenharth | 2005-06-18 | 1 | -4/+1 |
* | Add a 'tail' marker for call instructions, patch contributed by | Chris Lattner | 2005-05-06 | 1 | -0/+2 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -7/+7 |
* | remove all of the various setName implementations, consolidating them into | Chris Lattner | 2005-03-05 | 1 | -9/+0 |
* | Remove the 2nd argument to Value::setName | Chris Lattner | 2005-03-05 | 1 | -4/+1 |
* | Adjust to changes in User class. | Chris Lattner | 2005-01-29 | 1 | -11/+8 |
* | Add method | Chris Lattner | 2004-11-30 | 1 | -2/+27 |
* | Add support for undef and unreachable | Chris Lattner | 2004-10-16 | 1 | -0/+1 |
* | Implement remove/eraseFromParent methods | Chris Lattner | 2004-10-11 | 1 | -0/+7 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
* | Fold iType into Value::VTy | Chris Lattner | 2004-06-27 | 1 | -6/+6 |
* | Refactor common initialization code in private init() functions. | Alkis Evlogimenos | 2004-05-26 | 1 | -6/+22 |
* | Know the opcode name of the select instruction | Chris Lattner | 2004-03-12 | 1 | -0/+1 |
* | If changing a parent, don't add then remove the object from the leak detector | Chris Lattner | 2004-02-04 | 1 | -5/+5 |
* | Implement new Instruction::isRelational method | Chris Lattner | 2004-01-12 | 1 | -0/+16 |
* | * Finegrainify namespacification | Chris Lattner | 2003-11-20 | 1 | -4/+1 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct... | Chris Lattner | 2003-10-19 | 1 | -1/+1 |