[C++11] More 'nullptr' conversion or in some cases just using a boolean check instead...
[oota-llvm.git] / lib / IR / Instructions.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-06 Matt ArsenaultTeach lint about address spaces
2014-03-04 Chandler Carruth[Modules] Move the ConstantRange class into the IR...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-01-22 Matt ArsenaultBug 18228 - Fix accepting bitcasts between vectors...
2014-01-17 Reid KlecknerAdd an inalloca flag to allocas
2013-12-21 Mark LaceyFix typo in assert message: s/load/store
2013-12-05 Alp TokerCorrect word hyphenations
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-07-31 Richard TrieuAdd parentheses to silence gcc warning.
2013-07-31 Matt ArsenaultFix ptr vector inconsistency in CreatePointerCast
2013-07-30 Matt ArsenaultRespect address space sizes in isEliminableCastPair.
2013-07-30 Matt ArsenaultRevert "Remove isCastable since nothing uses it now"
2013-07-30 Matt ArsenaultRemove isCastable since nothing uses it now
2013-07-30 Matt ArsenaultChange behavior of calling bitcasted alias functions.
2013-06-27 Michael GottesmanAdded support for the Builtin attribute.
2013-03-22 Bill WendlingRevert r177675. This is language-specific and shouldn...
2013-03-21 Bill WendlingAdd a query to tell if a landing pad has a catch-all.
2013-03-20 Jakub StaszakUse pre-inc, pre-dec when possible.
2013-03-02 Peter CollingbourneModify {Call,Invoke}Inst::addAttribute to take an AttrKind.
2013-01-23 Bill WendlingUse the AttributeSet when removing multiple attributes...
2013-01-22 Bill WendlingMore encapsulation work.
2013-01-15 Evgeniy StepanovAllow vectors in CreatePointerCast.
2013-01-10 Evan ChengCastInst::castIsValid should return true if the dest...
2013-01-09 Shuxin YangConsider expression "0.0 - X" as the negation of X if
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.