[C++11] More 'nullptr' conversion or in some cases just using a boolean check instead...
[oota-llvm.git] / include / llvm / IR / Instructions.h
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-26 Eli BenderskyFix problem with r204836
2014-03-26 Eli BenderskyEnable range-for iteration over call/invoke arguments.
2014-03-17 Eli BenderskyConsistent use of the noduplicate attribute.
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
2014-03-05 Chandler Carruth[C++11] Sink the iterator over a Value's users into...
2014-02-26 Nick LewyckyDelete two declared overloads of CallInst::CallInst...
2014-02-25 Chandler CarruthAdd some convenience accessors for the underlying Use...
2014-01-17 Reid KlecknerAdd an inalloca flag to allocas
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-10-31 Manman RenCleanup: update comments.
2013-10-08 Matt ArsenaultFix duplicated assertions.
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-06-27 Michael GottesmanAdded support for the Builtin attribute.
2013-06-18 Chris Lattnerremove some @deprecated markers: LLVM APIs aren't depre...
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-07 Benjamin KramerFix tautological compare. Not sure why this didn't...
2013-03-07 Jakub StaszakChange Index type from unsigned long to unsigned. This...
2013-03-07 Jakub StaszakRemove trailing spaces.
2013-03-02 Peter CollingbourneModify {Call,Invoke}Inst::addAttribute to take an AttrKind.
2013-02-18 Jakub StaszakUse llvm::cast instead of reinterpret_cast.
2013-01-15 Evgeniy StepanovFix operand type conditions in one of ICmpInst construc...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...