summaryrefslogtreecommitdiff
path: root/lib/IR/Instructions.cpp
Commit message (Expand)AuthorAge
* Revert r177675. This is language-specific and shouldn't be in the API.Bill Wendling2013-03-22
* Add a query to tell if a landing pad has a catch-all.Bill Wendling2013-03-21
* Use pre-inc, pre-dec when possible.Jakub Staszak2013-03-20
* Modify {Call,Invoke}Inst::addAttribute to take an AttrKind.Peter Collingbourne2013-03-02
* Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling2013-01-23
* More encapsulation work.Bill Wendling2013-01-22
* Allow vectors in CreatePointerCast.Evgeniy Stepanov2013-01-15
* CastInst::castIsValid should return true if the dest type is the same asEvan Cheng2013-01-10
* Consider expression "0.0 - X" as the negation of X ifShuxin Yang2013-01-09
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Rename VMCore directory to IR.Chandler Carruth2013-01-02