[opaque pointer type] Avoid using PointerType::getElementType when parsing IR
[oota-llvm.git] / include / llvm / IR / Instructions.h
2015-04-06 David Blaikie[opaque pointer type] Avoid using PointerType::getEleme...
2015-03-30 David Blaikie[opaque pointer type] Change GetElementPtrInst::getInde...
2015-03-27 Sanjoy Das[NFC] Fix typo in comment.
2015-03-14 David Blaikie[opaque pointer type] gep API migration
2015-03-14 David Blaikie[opaque pointer type] Start migrating GEP creation...
2015-03-13 David BlaikieSimplify expression
2015-03-09 Mehdi AminiInstCombine: fix fold "fcmp x, undef" to account for NaN
2015-03-03 Daniel BerlinAdd range iterators to Extract/InsertValueInst indices
2015-02-25 David Blaikie[opaque pointer type] Bitcode support for explicit...
2015-02-20 David BlaikieRemove some unnecessary unreachables in favor of (somet...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-14 Ramkumar RamachandraInstCombine: propagate deref via new addDereferenceableAttr
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-09 Juergen RibutzkaRevert "Move function to obtain branch weights into...
2014-12-09 Juergen RibutzkaMove function to obtain branch weights into the BranchI...
2014-09-22 Hal FinkelUpdate comment on AtomicRMWInst::Nand
2014-09-03 Robin MorissetRefactor AtomicExpandPass and add a generic isAtomic...
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-15 Robin MorissetAdd two helper functions: isAtLeastAcquire, isAtLeastRe...
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-07-02 Owen AndersonAdd range for-loop iterator adapter for cases in Switch...
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-04 Rafael EspindolaClauses in a landingpad are always Constant. Use a...
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
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...