| Commit message (Expand) | Author | Age | Files | Lines |
| * | For PR950: | Reid Spencer | 2006-12-23 | 1 | -74/+63 |
| * | Remove the createInferredCast methods now that their last uses have been | Reid Spencer | 2006-12-18 | 1 | -14/+0 |
| * | Implement createIntegerCast and createFPCast factory methods for handling | Reid Spencer | 2006-12-12 | 1 | -0/+52 |
| * | Provide a getOpcode() method on CmpInst to ensure the opcode is returned | Reid Spencer | 2006-12-07 | 1 | -2/+1 |
| * | Fix Transforms/InstCombine/2006-12-05-fp-to-int-ext.ll, fixing an out-of- | Chris Lattner | 2006-12-05 | 1 | -3/+10 |
| * | Implement createPointerCast. | Reid Spencer | 2006-12-05 | 1 | -0/+25 |
| * | Implement new cast creation functions for both instructions and constant | Reid Spencer | 2006-12-04 | 1 | -0/+48 |
| * | Take a baby step towards getting rid of inferred casts. Provide methods on | Reid Spencer | 2006-12-04 | 1 | -4/+19 |
| * | Unbreak VC++ build. | Jeff Cohen | 2006-12-02 | 1 | -1/+1 |
| * | For PR950: | Reid Spencer | 2006-11-27 | 1 | -18/+583 |
| * | For PR950: | Reid Spencer | 2006-11-20 | 1 | -0/+196 |
| * | For PR950: | Reid Spencer | 2006-11-08 | 1 | -11/+0 |
| * | For PR950: | Reid Spencer | 2006-11-02 | 1 | -2/+15 |
| * | For PR950: | Reid Spencer | 2006-10-26 | 1 | -1/+17 |
| * | For PR950: | Reid Spencer | 2006-10-20 | 1 | -7/+7 |
| * | Add insertelement/extractelement helper ctors. | Chris Lattner | 2006-10-05 | 1 | -0/+53 |
| * | add a helper method | Chris Lattner | 2006-09-18 | 1 | -0/+16 |
| * | Add ShiftInst::isLogical/ArithmeticShift methods. | Chris Lattner | 2006-09-17 | 1 | -0/+11 |
| * | Add some out-of-line virtual dtors so that the class has a "home", preventing | Chris Lattner | 2006-06-21 | 1 | -0/+13 |
| * | remove dead var | Chris Lattner | 2006-05-14 | 1 | -1/+1 |
| * | Add an assertion for a common error | Chris Lattner | 2006-05-10 | 1 | -1/+4 |
| * | Add assertions that verify that the actual arguments to a call or invoke match | Chris Lattner | 2006-05-03 | 1 | -4/+22 |
| * | Move these ctors out of line | Chris Lattner | 2006-04-14 | 1 | -0/+13 |
| * | Add methods to check insertelement/extractelement instructions for validity, | Chris Lattner | 2006-04-08 | 1 | -6/+37 |
| * | Add shufflevector support, todo, implement better constant folding. | Chris Lattner | 2006-04-08 | 1 | -6/+57 |
| * | Teach BinaryOperator::createNot to work with packed integer types | Chris Lattner | 2006-03-25 | 1 | -2/+9 |
| * | VMCore support for the insertelement operation. | Robert Bocchino | 2006-01-17 | 1 | -2/+23 |
| * | Added support for the extractelement operation. | Robert Bocchino | 2006-01-10 | 1 | -0/+21 |
| * | Get logical operations to like packed types, allow BinOp::getNot to create | Chris Lattner | 2005-12-21 | 1 | -6/+16 |
| * | verify that alignments are always a power of 2 | Chris Lattner | 2005-11-05 | 1 | -0/+2 |
| * | Add support alignment of allocation instructions. | Nate Begeman | 2005-11-05 | 1 | -6/+6 |
| * | PHINode::hasConstantValue should never return the PHI itself, even if the | Chris Lattner | 2005-08-05 | 1 | -2/+5 |
| * | Invoke instructions do not dominate all successors | Chris Lattner | 2005-08-05 | 1 | -1/+2 |
| * | Use the bool argument to hasConstantValue to decide whether the client is | Chris Lattner | 2005-08-05 | 1 | -2/+14 |
| * | Mark hasConstantValue as a const method | Chris Lattner | 2005-08-05 | 1 | -1/+1 |
| * | Add an extra parameter that Chris requested | Nate Begeman | 2005-08-04 | 1 | -1/+1 |
| * | Fix a fixme in CondPropagate.cpp by moving a PhiNode optimization into | Nate Begeman | 2005-08-04 | 1 | -0/+30 |
| * | core changes for varargs | Andrew Lenharth | 2005-06-18 | 1 | -1/+0 |
| * | add support for explicit calling conventions | Chris Lattner | 2005-05-06 | 1 | -1/+16 |
| * | Add a 'tail' marker for call instructions, patch contributed by | Chris Lattner | 2005-05-06 | 1 | -0/+1 |
| * | fix a bug in the 1 index GEP handling code | Chris Lattner | 2005-05-03 | 1 | -1/+1 |
| * | add direct support for making GEP instrs with one index | Chris Lattner | 2005-05-03 | 1 | -0/+31 |
| * | Allow these methods to take a generic Value* to simplify clients. Use | Chris Lattner | 2005-04-24 | 1 | -11/+12 |
| * | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -40/+40 |
| * | Convert tabs to spaces | Misha Brukman | 2005-03-16 | 1 | -5/+5 |
| * | switch instructions only allow constantints for their values, be more specific. | Chris Lattner | 2005-02-24 | 1 | -1/+1 |
| * | Instead of initializing the volatile field, use accessors to set it. | Chris Lattner | 2005-02-05 | 1 | -11/+16 |
| * | Make sure that we always grow a multiple of 2 operands. | Chris Lattner | 2005-01-29 | 1 | -2/+3 |
| * | Merge InstrTypes.cpp into this file | Chris Lattner | 2005-01-29 | 1 | -193/+424 |
| * | Fix grammar | Misha Brukman | 2005-01-27 | 1 | -1/+1 |