summaryrefslogtreecommitdiff
path: root/lib/IR/Instruction.cpp
Commit message (Expand)AuthorAge
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-13
* Fix assert comments in Instruction.cpp.Chad Rosier2014-06-11
* Instruction::isIdenticalToWhenDefined(): Check getNumOperands() in advance of...NAKAMURA Takumi2014-06-02
* Factor out comparison of Instruction "special" states.Arnaud A. de Grandmaison2014-05-27
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* [C++11] Modernize the IR library a bit.Benjamin Kramer2014-03-10
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [Modules] Move the LeakDetector header into the IR library where theChandler Carruth2014-03-04
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-25
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...Nadav Rotem2013-02-19
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Rename VMCore directory to IR.Chandler Carruth2013-01-02