aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Instructions.h
Commit message (Expand)AuthorAgeFilesLines
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-111-2/+4
* Make PruneEH update the nounwind/noreturn attributesDuncan Sands2007-12-101-0/+10
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-101-125/+10
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-091-10/+125
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-0/+30
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-281-2/+15
* 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