aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Instructions.h
Commit message (Expand)AuthorAgeFilesLines
...
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-6/+12
* add some static icmpinst predicates.Chris Lattner2007-11-221-7/+17
* Updated VC++ build system.Hartmut Kaiser2007-10-171-2/+2
* Remove an unnecessary static_cast.Dan Gohman2007-09-241-1/+1
* Fix PR1666, SPASS with the CBE and 254.gap with the CBE.Chris Lattner2007-09-151-1/+1
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-041-15/+92
* Silence implicit 64->32-bit conversion warnings.Chris Lattner2007-08-291-20/+6
* Update InvokeInst to work like CallInstDavid Greene2007-08-271-6/+58
* sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst.Chris Lattner2007-08-241-0/+4
* remove #if 0 code.Chris Lattner2007-08-061-14/+0
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-2/+60
* Simplify the logic for setVolatile.Dan Gohman2007-07-201-2/+2
* Add constructor overloads for LoadInst and StoreInst that insert at theDan Gohman2007-07-181-0/+4
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+2112