aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/IR/Instructions.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-15/+35
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-35/+60
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-11/+26
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-4/+30
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-5/+31
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-126/+145
* Update to LLVM 3.5a.Stephen Hines2014-04-241-74/+159
* Add addrspacecast instruction.Matt Arsenault2013-11-151-0/+37
* Cleanup: update comments.Manman Ren2013-10-311-1/+1
* Fix duplicated assertions.Matt Arsenault2013-10-081-27/+21
* 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