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