aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Instructions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-101-18/+32
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-091-32/+18
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-1/+12
* Small parameter attributes cleanup.Duncan Sands2007-11-291-4/+6
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-281-8/+18
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-6/+38
* Add support for vectors to int <-> float casts.Nate Begeman2007-11-171-2/+14
* fix typoChris Lattner2007-10-181-1/+1
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-041-73/+0
* Update InvokeInst to work like CallInstDavid Greene2007-08-271-22/+0
* sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst.Chris Lattner2007-08-241-2/+5
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-6/+7
* Add constructor overloads for LoadInst and StoreInst that insert at theDan Gohman2007-07-181-0/+20
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+2617