| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify BranchInst::getSuccessor, avoiding a conditional operator. | Dan Gohman | 2007-05-11 | 1 | -2/+1 |
* | add a GEP helper function | Chris Lattner | 2007-04-27 | 1 | -0/+6 |
* | PR400 phase 1 implementation feedback. | Christopher Lamb | 2007-04-22 | 1 | -4/+2 |
* | PR400 work phase 1. Add attributed load/store instructions for volatile/align... | Christopher Lamb | 2007-04-22 | 1 | -7/+37 |
* | For PR1136: | Reid Spencer | 2007-04-22 | 1 | -2/+2 |
* | Revert Christopher Lamb's load/store alignment changes. | Reid Spencer | 2007-04-21 | 1 | -33/+7 |
* | The expression "SubclassData = (SubclassData & ~1) | (V) ? 1 : 0;" does not d... | Jeff Cohen | 2007-04-21 | 1 | -2/+2 |
* | add support for alignment attributes on load/store instructions | Christopher Lamb | 2007-04-21 | 1 | -7/+33 |
* | add GetElementPtrInst::hasAllZeroIndices, a long-overdue helper method. | Chris Lattner | 2007-04-14 | 1 | -0/+5 |
* | For PR1146: | Reid Spencer | 2007-04-09 | 1 | -3/+16 |
* | For PR1146: | Reid Spencer | 2007-04-09 | 1 | -0/+12 |
* | Provide an ICmpInst::makeConstantRange to generate a ConstantRange value | Reid Spencer | 2007-02-28 | 1 | -0/+6 |
* | Refactor the setName stuff, moving it down the inheritance hierarchy, to | Chris Lattner | 2007-02-24 | 1 | -78/+26 |
* | make mayWriteToMemory a non-virtual function | Chris Lattner | 2007-02-15 | 1 | -17/+1 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -2/+2 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -7/+7 |
* | Switch UnaryOperators to default to passing names up by const char* when poss... | Chris Lattner | 2007-02-13 | 1 | -4/+13 |
* | eliminate instruction ctors that take vectors. | Chris Lattner | 2007-02-13 | 1 | -12/+0 |
* | Add invokeinst and callinst ctors that don't take vectors. | Chris Lattner | 2007-02-13 | 1 | -1/+12 |
* | remove some dead methods. | Chris Lattner | 2007-02-13 | 1 | -10/+1 |
* | add #include | Chris Lattner | 2007-02-12 | 1 | -0/+1 |
* | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer | 2007-02-02 | 1 | -77/+0 |
* | implement the new GEP instruction ctors. | Chris Lattner | 2007-01-31 | 1 | -1/+1 |
* | Revise APIs for creating constantexpr GEPs to not require the use of | Chris Lattner | 2007-01-31 | 1 | -2/+12 |
* | add accessors | Chris Lattner | 2007-01-14 | 1 | -0/+6 |
* | Doxygenify a comment. | Reid Spencer | 2006-12-29 | 1 | -1/+2 |
* | For PR950: | Reid Spencer | 2006-12-23 | 1 | -70/+29 |
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -38/+471 |
* | For PR950: | Reid Spencer | 2006-11-20 | 1 | -0/+233 |
* | For PR950: | Reid Spencer | 2006-11-08 | 1 | -3/+9 |
* | Add insertelement/extractelement helper ctors. | Chris Lattner | 2006-10-05 | 1 | -0/+8 |
* | clean up use of 'explicit'. This is PR934. | Chris Lattner | 2006-10-03 | 1 | -43/+42 |
* | Fix findCaseDest to return null when BB is both the default dest and one | Nick Lewycky | 2006-09-18 | 1 | -0/+2 |
* | Add a new helper method to SwitchInst. Useful when you've got a BB from | Nick Lewycky | 2006-09-18 | 1 | -0/+13 |
* | add a helper method | Chris Lattner | 2006-09-18 | 1 | -0/+5 |
* | Add ShiftInst::isLogical/ArithmeticShift methods. | Chris Lattner | 2006-09-17 | 1 | -1/+11 |
* | Add new SetCondInst::isRelational/isEquality methods. Rename | Chris Lattner | 2006-09-17 | 1 | -1/+12 |
* | Add some out-of-line virtual dtors so that the class has a "home", preventing | Chris Lattner | 2006-06-21 | 1 | -2/+3 |
* | Fix some doxygen usage in these headers. | Reid Spencer | 2006-05-19 | 1 | -2/+2 |
* | Add alloca/malloc ctors that don't take array sizes. | Chris Lattner | 2006-05-10 | 1 | -8/+21 |
* | These instructions always return a packed vector. Improve the class definiti... | Chris Lattner | 2006-04-14 | 1 | -14/+15 |
* | Add methods to check insert/extract element instructions for validity | Chris Lattner | 2006-04-08 | 1 | -1/+10 |
* | Add a new shufflevector instruction | Chris Lattner | 2006-04-08 | 1 | -7/+60 |
* | Instruction and constant expression definitions for the insertelement | Robert Bocchino | 2006-01-17 | 1 | -6/+53 |
* | Added an instruction and constant expression for the extractelement | Robert Bocchino | 2006-01-10 | 1 | -0/+46 |
* | add an accessor | Chris Lattner | 2005-11-05 | 1 | -0/+4 |
* | Add support alignment of allocation instructions. | Nate Begeman | 2005-11-05 | 1 | -8/+28 |
* | 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/+5 |