aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Instructions.h
Commit message (Expand)AuthorAgeFilesLines
* These instructions always return a packed vector. Improve the class definiti...Chris Lattner2006-04-141-14/+15
* Add methods to check insert/extract element instructions for validityChris Lattner2006-04-081-1/+10
* Add a new shufflevector instructionChris Lattner2006-04-081-7/+60
* Instruction and constant expression definitions for the insertelementRobert Bocchino2006-01-171-6/+53
* Added an instruction and constant expression for the extractelementRobert Bocchino2006-01-101-0/+46
* add an accessorChris Lattner2005-11-051-0/+4
* Add support alignment of allocation instructions.Nate Begeman2005-11-051-8/+28
* Mark hasConstantValue as a const methodChris Lattner2005-08-051-1/+1
* Add an extra parameter that Chris requestedNate Begeman2005-08-041-1/+1
* Fix a fixme in CondPropagate.cpp by moving a PhiNode optimization intoNate Begeman2005-08-041-0/+5
* fix DCE + va_arg problemAndrew Lenharth2005-06-191-0/+1
* header file changes for varargsAndrew Lenharth2005-06-181-44/+1
* Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer2005-05-151-2/+2
* Silence VC++ warnings about unsafe mixing of ints and bools with the | operator.Jeff Cohen2005-05-071-1/+1
* Add support for explicit calling conventionsChris Lattner2005-05-061-5/+24
* add a default argChris Lattner2005-05-061-1/+1
* Add a 'tail' marker for call instructions, patch contributed byChris Lattner2005-05-061-1/+5
* add direct support for making GEP instrs with one indexChris Lattner2005-05-031-2/+8
* Remove trailing whitespaceMisha Brukman2005-04-211-26/+26
* Convert tabs to spacesMisha Brukman2005-03-161-13/+13
* switch instructions only allow constantints for their values, be more specific.Chris Lattner2005-02-241-7/+8
* Eliminate the explicit volatile fields in LoadInst and StoreInst. This shrinksChris Lattner2005-02-051-12/+11
* Many changes to cope with the User.h changes. Instructions now generallyChris Lattner2005-01-291-232/+304
* Add missing accessor.Chris Lattner2004-12-101-0/+2
* Remove dead fieldChris Lattner2004-12-021-1/+0
* Update comments, now that CPR's are gone, inline the methodsChris Lattner2004-11-181-9/+10
* Make ReturnInst accept a value of type void as the return value. TheAlkis Evlogimenos2004-11-171-8/+5
* Warning fixes for VC++, contributed by Morten Ofstad!Chris Lattner2004-11-151-4/+4
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-271-3/+5
* Add new UnreachableInst classChris Lattner2004-10-161-0/+37
* Move the implementation of the clone method for these classes toChris Lattner2004-10-151-22/+18
* Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos2004-07-291-5/+1176
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* New helper headerChris Lattner2003-01-271-0/+18