summaryrefslogtreecommitdiff
path: root/include/llvm/IR/Instructions.h
Commit message (Expand)AuthorAge
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-13
* Clauses in a landingpad are always Constant. Use a stricter type.Rafael Espindola2014-06-04
* Add 'musttail' marker to call instructionsReid Kleckner2014-04-24
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* Fix problem with r204836Eli Bendersky2014-03-26
* Enable range-for iteration over call/invoke arguments.Eli Bendersky2014-03-26
* Consistent use of the noduplicate attribute.Eli Bendersky2014-03-17
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [C++11] Add 'override' keyword to IR library.Craig Topper2014-03-05
* [C++11] Sink the iterator over a Value's users into the Value typeChandler Carruth2014-03-05
* Delete two declared overloads of CallInst::CallInst that are never defined or...Nick Lewycky2014-02-26
* Add some convenience accessors for the underlying Use of an operand.Chandler Carruth2014-02-25
* 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