summaryrefslogtreecommitdiff
path: root/include/llvm/IR/Instructions.h
Commit message (Expand)AuthorAge
* Add an inalloca flag to allocasReid Kleckner2014-01-17
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Cleanup: update comments.Manman Ren2013-10-31
* Fix duplicated assertions.Matt Arsenault2013-10-08
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09
* Added support for the Builtin attribute.Michael Gottesman2013-06-27
* remove some @deprecated markers: LLVM APIs aren't deprecated, they are remove...Chris Lattner2013-06-18
* 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
* Fix tautological compare. Not sure why this didn't trigger any test failures.Benjamin Kramer2013-03-07
* Change Index type from unsigned long to unsigned. This should fix PR14980.Jakub Staszak2013-03-07
* Remove trailing spaces.Jakub Staszak2013-03-07
* Modify {Call,Invoke}Inst::addAttribute to take an AttrKind.Peter Collingbourne2013-03-02
* Use llvm::cast instead of reinterpret_cast.Jakub Staszak2013-02-18
* Fix operand type conditions in one of ICmpInst constructors.Evgeniy Stepanov2013-01-15
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02