aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/IR/Instructions.h
Commit message (Expand)AuthorAgeFilesLines
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-091-237/+121
* Added support for the Builtin attribute.Michael Gottesman2013-06-271-2/+31
* remove some @deprecated markers: LLVM APIs aren't deprecated, they are remove...Chris Lattner2013-06-181-3/+0
* Revert r177675. This is language-specific and shouldn't be in the API.Bill Wendling2013-03-221-3/+0
* Add a query to tell if a landing pad has a catch-all.Bill Wendling2013-03-211-0/+3
* Fix tautological compare. Not sure why this didn't trigger any test failures.Benjamin Kramer2013-03-071-1/+1
* Change Index type from unsigned long to unsigned. This should fix PR14980.Jakub Staszak2013-03-071-1/+1
* Remove trailing spaces.Jakub Staszak2013-03-071-57/+57
* Modify {Call,Invoke}Inst::addAttribute to take an AttrKind.Peter Collingbourne2013-03-021-26/+14
* Use llvm::cast instead of reinterpret_cast.Jakub Staszak2013-02-181-8/+8
* Fix operand type conditions in one of ICmpInst constructors.Evgeniy Stepanov2013-01-151-1/+1
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-0/+3728