aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/IR/Instructions.h
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-07Fix tautological compare. Not sure why this didn't trigger any test failures.Benjamin Kramer
2013-03-07Change Index type from unsigned long to unsigned. This should fix PR14980.Jakub Staszak
2013-03-07Remove trailing spaces.Jakub Staszak
2013-03-02Modify {Call,Invoke}Inst::addAttribute to take an AttrKind.Peter Collingbourne
2013-02-18Use llvm::cast instead of reinterpret_cast.Jakub Staszak
2013-01-15Fix operand type conditions in one of ICmpInst constructors.Evgeniy Stepanov
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth