aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Instructions.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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