[MCJIT] Add command-line argument to llvm-rtdyld to specify target addresses for
[oota-llvm.git] / lib / IR /
2014-09-03 Matt ArsenaultRevert accidentally committed r217107
2014-09-03 Matt ArsenaultDon't treat 0 as a special value for int attributes.
2014-09-03 Robin MorissetRefactor AtomicExpandPass and add a generic isAtomic...
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-08-31 Matt ArsenaultConsider addrspaces in canLosslesslyBitCastTo()
2014-08-29 Adrian PrantlDebug info: Add a new explicit DIDescriptor flag for...
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-29 Reid KlecknerVerifier: Don't reject varargs callee cleanup functions
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-26 Rafael EspindolaPass a MemoryBufferRef when we can avoid taking ownership.
2014-08-26 Reid KlecknerDeclare that musttail calls in variadic functions forwa...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-24 Craig TopperUse range based for loops to avoid needing to re-mentio...
2014-08-22 David MajnemerInstCombine: sub nsw %x, C -> add nsw %x, -C if C isn...
2014-08-21 David BlaikieUse DILexicalBlockFile, rather than DILexicalBlock...
2014-08-21 Justin BognerFix a URL (NFC)
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-21 Jiangning LiuFix a bug around truncating vector in const prop.
2014-08-19 Duncan P. N. Exon... IR: Implement uselistorder assembly directives
2014-08-19 Duncan P. N. Exon... verify-uselistorder: Force -preserve-bc-use-list-order
2014-08-19 Duncan P. N. Exon... IR: Fix ConstantExpr::replaceUsesOfWithOnConstant()
2014-08-19 Duncan P. N. Exon... IR: Thread OnlyIfReduced through ConstantExpr::getWithO...
2014-08-19 Duncan P. N. Exon... IR: De-duplicate code for replacing operands in place
2014-08-19 Duncan P. N. Exon... Reapply r215966, r215965, r215964, r215963, r215960...
2014-08-19 Aaron BallmanReverting r215966, r215965, r215964, r215963, r215960...
2014-08-19 Duncan P. N. Exon... IR: Reduce RAUW traffic in ConstantVector
2014-08-19 Duncan P. N. Exon... IR: Fix ConstantArray::replaceUsesOfWithOnConstant()
2014-08-19 Duncan P. N. Exon... IR: Factor out replaceUsesOfWithOnConstantImpl(), NFC
2014-08-19 Duncan P. N. Exon... IR: Split up Constant{Array,Vector}::get(), NFC
2014-08-19 Duncan P. N. Exon... IR: Reduce RAUW traffic in ConstantExpr
2014-08-19 Duncan P. N. Exon... IR: Replace uses of ConstantAggrUniqueMap with Constant...
2014-08-19 Duncan P. N. Exon... Remove extraneous typenames from r215957
2014-08-19 Duncan P. N. Exon... IR: Rewrite ConstantUniqueMap
2014-08-19 Duncan P. N. Exon... IR: Declare LookupKey right before its use, NFC
2014-08-19 Duncan P. N. Exon... IR: ArrayRef-ize {Insert,Extract}ValueConstantExpr...
2014-08-19 Duncan P. N. Exon... Prevent clang-format from moving the namespace closing...
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-16 David MajnemerInstCombine: Fix a potential bug in 0 - (X sdiv C)...
2014-08-16 Duncan P. N. Exon... IR: Don't add inbounds to GEPs of extern_weak variables
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-12 Duncan P. N. Exon... Don't upgrade global constructors when reading bitcode
2014-08-12 Justin BognerIR: Print a newline when dumping Types
2014-08-12 Peter Zotov[LLVM-C] Expose User::getOperandUse as LLVMGetOperandUse.
2014-08-12 Reid KlecknerMove helper for getting a terminating musttail call...
2014-08-11 Sylvestre LedruFix typos:
2014-08-08 Rafael Espindolapr20588: add missing calls to va_end.
2014-08-06 David BlaikieRevert "Reapply "DebugInfo: Ensure that all debug locat...
2014-08-06 Reid KlecknerDon't count inreg params when mangling fastcall functions
2014-08-05 Juergen RibutzkaProvide convenient access to the zext/sext attributes...
2014-08-04 David BlaikieReapply "DebugInfo: Ensure that all debug location...
2014-08-03 Peter Zotov[LLVM-C] Add LLVM{IsConstantString,GetAsString,GetEleme...
2014-08-01 Duncan P. N. Exon... IR: Add Value::reverseUseList()
2014-08-01 Duncan P. N. Exon... verify-uselistorder: Move shuffleUseLists() out of...
2014-08-01 Duncan P. N. Exon... UseListOrder: Guarantee that shuffles change use-list...
2014-08-01 Adrian PrantlDebug info: Infrastructure to support debug locations...
2014-08-01 Duncan P. N. Exon... IR: Add BasicBlock::insertInto()
2014-08-01 Rafael Espindola[pr20127] Check for leading \1 in the Twine version...
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-07-29 Manman RenFeedback on r214189, no functionality change.
2014-07-29 Manman Ren[Debug Info] remove DITrivialType and use null to repre...
2014-07-29 Duncan P. N. Exon... IR: Augment debug statements for use-list order
2014-07-28 Manman Ren[Debug Info] add DISubroutineType and its creation...
2014-07-28 Manman Ren[Debug Info] add a template class DITypedArray.
2014-07-28 Manman Ren[Debug Info] rename getTypeArray to getElements, setTyp...
2014-07-28 Manman Ren[Debug Info] replace DIUnspecifiedParameter with DITriv...
2014-07-25 Hans WennborgFix MSVC2012 build error in UseListOrder.cpp
2014-07-25 Hal FinkelSimplify and improve scoped-noalias metadata semantics
2014-07-25 Duncan P. N. Exon... Try to fix a layering violation introduced by r213945
2014-07-25 Duncan P. N. Exon... Fix -Werror build after r213945
2014-07-25 Duncan P. N. Exon... IPO: Add use-list-order verifier
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-07-21 Mark HeffernanRename metadata llvm.loop.vectorize.unroll to llvm...
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-07-19 Hal FinkelHandle AddrSpaceCast in stripAndAccumulateInBoundsConst...
2014-07-19 Hal FinkelMake Value::isDereferenceablePointer handle offsets...
2014-07-18 Eric ChristopherRevert "Reapply "DebugInfo: Ensure that all debug locat...
2014-07-18 Tyler NowickiRename DiagnosticInfoOptimizationWarning to DiagnosticI...
2014-07-18 David BlaikieReapply "DebugInfo: Ensure that all debug location...
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-07-18 Hal FinkelRename AlignAttribute to IntAttribute
2014-07-16 David BlaikieRemove unnecessary/redundant std::move
2014-07-16 Tyler NowickiEmit warnings if vectorization is forced and fails.
2014-07-15 Reid KlecknerDocument the maximum LLVM IR alignment, which is 1...
2014-07-14 Matt ArsenaultLook through addrspacecast when checking isDereferencea...
2014-07-14 Matt ArsenaultAdd CreatePointerBitCastOrAddrSpaceCast to IRBuilder...
2014-07-13 David MajnemerIR: Allow comdats to be applied to globals with interna...
2014-07-11 David BlaikieRevert "Reapply "DebugInfo: Ensure that all debug locat...
2014-07-10 David BlaikieReapply "DebugInfo: Ensure that all debug location...
2014-07-10 David MajnemerIR: Aliases don't belong to an explicit comdat
2014-07-10 Hal FinkelFix isDereferenceablePointer not to try to take the...
2014-07-10 Hal FinkelAllow isDereferenceablePointer to look through some...
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-04 David MajnemerIR: Fold away compares between GV GEPs and GVs
2014-07-04 Saleem AbdulrasoolTableGen: introduce support for MSBuiltin
next