[C++11] More 'nullptr' conversion or in some cases just using a boolean check instead...
[oota-llvm.git] / lib / IR / Instruction.cpp
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-10 Benjamin Kramer[C++11] Modernize the IR library a bit.
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-04 Chandler Carruth[Modules] Move the LeakDetector header into the IR...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-02-19 Nadav RotemFix a bug in mayHaveSideEffects. Functions that do...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.