summaryrefslogtreecommitdiff
path: root/lib/IR/Instruction.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-11IR: add a second ordering operand to cmpxhg for failureTim Northover1-2/+8
2014-03-10[C++11] Modernize the IR library a bit.Benjamin Kramer1-10/+6
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth1-5/+5
2014-03-04[Modules] Move the LeakDetector header into the IR library where theChandler Carruth1-1/+1
2014-03-04[Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth1-1/+1
2014-02-25Use DataLayout from the module when easily available.Rafael Espindola1-0/+4
2013-11-15Add addrspacecast instruction.Matt Arsenault1-12/+13
2013-02-19Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...Nadav Rotem1-2/+6
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-6/+6
2013-01-02Rename VMCore directory to IR.Chandler Carruth1-0/+551