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