| Commit message (Expand) | Author | Age | Files | Lines |
* | [unwind removal] Remove all of the code for the dead 'unwind' instruction. There | Bill Wendling | 2012-02-06 | 1 | -63/+62 |
* | Initial commit of the 'landingpad' instruction. | Bill Wendling | 2011-08-12 | 1 | -1/+2 |
* | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling | 2011-07-31 | 1 | -61/+61 |
* | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 1 | -62/+61 |
* | LangRef and basic memory-representation/reading/writing for 'cmpxchg' and | Eli Friedman | 2011-07-28 | 1 | -31/+33 |
* | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling | 2011-07-27 | 1 | -31/+32 |
* | Fix a couple minor mistakes pointed out by Bill in adding 'fence' instruction. | Eli Friedman | 2011-07-26 | 1 | -1/+1 |
* | Initial implementation of 'fence' instruction, the new C++0x-style replacemen... | Eli Friedman | 2011-07-25 | 1 | -31/+32 |
* | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner | 2009-10-28 | 1 | -1/+1 |
* | add enough support for indirect branch for the feature test to pass | Chris Lattner | 2009-10-27 | 1 | -60/+61 |
* | Remove FreeInst. | Victor Hernandez | 2009-10-26 | 1 | -36/+35 |
* | Remove MallocInst from LLVM Instructions. | Victor Hernandez | 2009-10-17 | 1 | -37/+36 |
* | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 1 | -3/+1 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 1 | -55/+58 |
* | Cosmetic. | Evan Cheng | 2008-10-06 | 1 | -1/+1 |
* | Enable first-class aggregates support. | Dan Gohman | 2008-07-23 | 1 | -6/+4 |
* | IR support for extractvalue and insertvalue instructions. Also, begin | Dan Gohman | 2008-05-15 | 1 | -4/+6 |
* | Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef | Nate Begeman | 2008-05-12 | 1 | -1/+4 |
* | Add GetResultInst. First step for multiple return value support. | Devang Patel | 2008-02-19 | 1 | -1/+3 |
* | remove attribution from a variety of miscellaneous files. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer | 2007-02-02 | 1 | -35/+35 |
* | For PR950: | Reid Spencer | 2006-12-23 | 1 | -47/+39 |
* | Get the delegation right for InstVisitor. | Reid Spencer | 2006-11-29 | 1 | -12/+12 |
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -17/+52 |
* | For PR950: | Reid Spencer | 2006-11-20 | 1 | -14/+16 |
* | Revert premature patch. | Reid Spencer | 2006-11-11 | 1 | -49/+15 |
* | Document new constant expr operators, rename bitconvert as bitcast. | Reid Spencer | 2006-11-11 | 1 | -15/+49 |
* | For PR950: | Reid Spencer | 2006-11-08 | 1 | -12/+13 |
* | For PR950: | Reid Spencer | 2006-11-02 | 1 | -39/+41 |
* | For PR950: | Reid Spencer | 2006-10-26 | 1 | -30/+28 |
* | Add a new shufflevector instruction | Chris Lattner | 2006-04-08 | 1 | -3/+4 |
* | Instruction and constant expression definitions for the insertelement | Robert Bocchino | 2006-01-17 | 1 | -1/+2 |
* | Added an instruction and constant expression for the extractelement | Robert Bocchino | 2006-01-10 | 1 | -1/+2 |
* | improve comments | Chris Lattner | 2005-06-24 | 1 | -3/+3 |
* | header file changes for varargs | Andrew Lenharth | 2005-06-18 | 1 | -3/+4 |
* | Add new unreachable instruction | Chris Lattner | 2004-10-16 | 1 | -44/+45 |
* | Add the Instruction::Select enum | Chris Lattner | 2004-03-12 | 1 | -3/+4 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -1/+1 |
* | Added LLVM copyright header (for lack of a better term). | 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 |
* | New revised variable argument handling support | Chris Lattner | 2003-10-18 | 1 | -4/+5 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -1/+1 |
* | Add new unwind instruction. Happily there was a slot leftover from when the | Chris Lattner | 2003-09-08 | 1 | -1/+2 |
* | Add new VarArgInst class for the va_arg instruction | Chris Lattner | 2003-05-08 | 1 | -3/+4 |
* | Eliminate the GenericBinaryInst class. | Chris Lattner | 2002-09-10 | 1 | -8/+8 |
* | Remove the last traces of the NOT instruction | Chris Lattner | 2002-08-15 | 1 | -23/+0 |
* | Remove reference to GenericUnaryInst class | Chris Lattner | 2002-08-14 | 1 | -1/+1 |
* | Allow implementation of all HANDLE_*_INST macros at once by defining HANDLE_INST | Chris Lattner | 2002-03-19 | 1 | -4/+27 |
* | New file to define instructions... | Chris Lattner | 2001-10-14 | 1 | -0/+145 |