summaryrefslogtreecommitdiff
path: root/include/llvm/Instructions.h
Commit message (Expand)AuthorAge
* Fix some doxygen usage in these headers.Reid Spencer2006-05-19
* Add alloca/malloc ctors that don't take array sizes.Chris Lattner2006-05-10
* These instructions always return a packed vector. Improve the class definiti...Chris Lattner2006-04-14
* Add methods to check insert/extract element instructions for validityChris Lattner2006-04-08
* 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
* add an accessorChris Lattner2005-11-05
* Add support alignment of allocation instructions.Nate Begeman2005-11-05
* Mark hasConstantValue as a const methodChris Lattner2005-08-05
* Add an extra parameter that Chris requestedNate Begeman2005-08-04
* Fix a fixme in CondPropagate.cpp by moving a PhiNode optimization intoNate Begeman2005-08-04
* fix DCE + va_arg problemAndrew Lenharth2005-06-19
* header file changes for varargsAndrew Lenharth2005-06-18
* Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer2005-05-15
* Silence VC++ warnings about unsafe mixing of ints and bools with the | operator.Jeff Cohen2005-05-07
* Add support for explicit calling conventionsChris Lattner2005-05-06
* add a default argChris Lattner2005-05-06
* Add a 'tail' marker for call instructions, patch contributed byChris Lattner2005-05-06
* add direct support for making GEP instrs with one indexChris Lattner2005-05-03
* Remove trailing whitespaceMisha Brukman2005-04-21
* Convert tabs to spacesMisha Brukman2005-03-16
* switch instructions only allow constantints for their values, be more specific.Chris Lattner2005-02-24
* Eliminate the explicit volatile fields in LoadInst and StoreInst. This shrinksChris Lattner2005-02-05
* Many changes to cope with the User.h changes. Instructions now generallyChris Lattner2005-01-29
* Add missing accessor.Chris Lattner2004-12-10
* Remove dead fieldChris Lattner2004-12-02
* Update comments, now that CPR's are gone, inline the methodsChris Lattner2004-11-18
* Make ReturnInst accept a value of type void as the return value. TheAlkis Evlogimenos2004-11-17
* Warning fixes for VC++, contributed by Morten Ofstad!Chris Lattner2004-11-15
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-27
* Add new UnreachableInst classChris Lattner2004-10-16
* Move the implementation of the clone method for these classes toChris Lattner2004-10-15
* Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos2004-07-29
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* New helper headerChris Lattner2003-01-27