[opaque pointer types] Use the pointee type loaded from bitcode when constructing...
[oota-llvm.git] / lib / IR / Instructions.cpp
2015-04-17 David Blaikie[opaque pointer types] Use the pointee type loaded...
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
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-23 David BlaikieRefactor: Simplify boolean expressions in llvm IR
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-05 Benjamin KramerInstructions: Use delegated constructors to reduce...
2015-02-16 David MajnemerIR: SrcTy == DstTy doesn't imply that a cast is valid
2015-02-14 Ramkumar RamachandraInstCombine: propagate deref via new addDereferenceableAttr
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
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-11-25 Chandler CarruthRevert r220349 to re-instate r220277 with a fix for...
2014-11-13 Reid KlecknerUse nullptr instead of NULL for variadic sentinels
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-01 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getMetadata()
2014-10-21 Hans WennborgRevert "Teach the load analysis to allow finding availa...
2014-10-21 Chandler CarruthTeach the load analysis to allow finding available...
2014-09-15 Matt ArsenaultUse dyn_cast<> instead of isa<> and cast<>
2014-09-03 Sanjay PatelChange name of copyFlags() to copyIRFlags(). Add conven...
2014-09-02 Sanjay PatelFix a logic bug when copying fast-math flags.
2014-09-01 Sanjay PatelAdd a convenience method to copy wrapping, exact, and...
2014-07-14 Matt ArsenaultAdd CreatePointerBitCastOrAddrSpaceCast to IRBuilder...
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-06 Jingyue WuInstCombine: Canonicalize addrspacecast between differe...
2014-06-04 Rafael EspindolaClauses in a landingpad are always Constant. Use a...
2014-05-06 Reid KlecknerCopy the full TailCallKind in CallInst::clone_impl
2014-05-01 Michael J. Spencer[IR] Make {extract,insert}element accept an index of...
2014-04-30 David MajnemerIR: Alloca clones should remember inalloca state
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
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.