summaryrefslogtreecommitdiff
path: root/include/llvm/Instruction.def
Commit message (Expand)AuthorAge
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* [unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling2012-02-06
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-12
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-31
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-30
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-28
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-27
* Fix a couple minor mistakes pointed out by Bill in adding 'fence' instruction.Eli Friedman2011-07-26
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-25
* rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner2009-10-28
* add enough support for indirect branch for the feature test to passChris Lattner2009-10-27
* Remove FreeInst.Victor Hernandez2009-10-26
* Remove MallocInst from LLVM Instructions.Victor Hernandez2009-10-17
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-08
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Cosmetic.Evan Cheng2008-10-06
* Enable first-class aggregates support.Dan Gohman2008-07-23
* IR support for extractvalue and insertvalue instructions. Also, beginDan Gohman2008-05-15
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-12
* Add GetResultInst. First step for multiple return value support.Devang Patel2008-02-19
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-29
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-02
* For PR950:Reid Spencer2006-12-23
* Get the delegation right for InstVisitor.Reid Spencer2006-11-29
* For PR950:Reid Spencer2006-11-27
* For PR950:Reid Spencer2006-11-20
* Revert premature patch.Reid Spencer2006-11-11
* Document new constant expr operators, rename bitconvert as bitcast.Reid Spencer2006-11-11
* For PR950:Reid Spencer2006-11-08
* For PR950:Reid Spencer2006-11-02
* For PR950:Reid Spencer2006-10-26
* Add a new shufflevector instructionChris Lattner2006-04-08
* Instruction and constant expression definitions for the insertelementRobert Bocchino2006-01-17
* Added an instruction and constant expression for the extractelementRobert Bocchino2006-01-10
* improve commentsChris Lattner2005-06-24
* header file changes for varargsAndrew Lenharth2005-06-18
* Add new unreachable instructionChris Lattner2004-10-16
* Add the Instruction::Select enumChris Lattner2004-03-12
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-19
* New revised variable argument handling supportChris Lattner2003-10-18
* Standardize header file commentsChris Lattner2003-09-30
* Add new unwind instruction. Happily there was a slot leftover from when theChris Lattner2003-09-08
* Add new VarArgInst class for the va_arg instructionChris Lattner2003-05-08
* Eliminate the GenericBinaryInst class.Chris Lattner2002-09-10
* Remove the last traces of the NOT instructionChris Lattner2002-08-15
* Remove reference to GenericUnaryInst classChris Lattner2002-08-14
* Allow implementation of all HANDLE_*_INST macros at once by defining HANDLE_INSTChris Lattner2002-03-19
* New file to define instructions...Chris Lattner2001-10-14