aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Instructions.h
Commit message (Expand)AuthorAgeFilesLines
* 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