Allow the C API users to keep relying on the OutMessages parameter.
[oota-llvm.git] / lib / IR /
2014-10-24 Rafael EspindolaModernize the error handling of the Materialize function.
2014-10-24 Rafael EspindolaDon't ever call materializeAllPermanently during LTO.
2014-10-23 Timur IskhodzhanovMake getDISubprogram(const Function *F) available in...
2014-10-23 Reid KlecknerRevert "Don't count inreg params when mangling fastcall...
2014-10-23 Rafael Espindolaclang-format two code snippets to make the next patch...
2014-10-23 Frederic RissAssert that ValueHandleBase::ValueIsRAUWd doesn't chang...
2014-10-21 Hans WennborgRevert "Teach the load analysis to allow finding availa...
2014-10-21 Philip ReamesExtend the verifier to check usage of 'nonnull' metadata.
2014-10-21 Chandler CarruthTeach the load analysis to allow finding available...
2014-10-21 Philip ReamesIntroduce enum values for previously defined metadata...
2014-10-20 Philip ReamesExtend the verifier to validate range metadata on calls...
2014-10-20 Robert KhasanovMoved out IIT_V64 from common values section.
2014-10-20 Steven WuFix Intrinsic::getType not working with vararg
2014-10-20 Chandler CarruthSwitch the default DataLayout to be little endian,...
2014-10-20 David MajnemerIR: Replace DataLayout::RoundUpAlignment with RoundUpTo...
2014-10-17 Juergen Ributzka[Stackmaps] Enable invoking the patchpoint intrinsic.
2014-10-17 Peter Zotov[LLVM-C] Add LLVMInstructionClone.
2014-10-15 Hal FinkelAdd CreateAlignmentAssumption to IRBuilder
2014-10-15 Duncan P. N. Exon... IR: Move NumOperands from User to Value, NFC
2014-10-15 Duncan P. N. Exon... IR: Cleanup comments for Value, User, and MDNode
2014-10-15 Duncan P. N. Exon... DI: Make comments "brief"-er, NFC
2014-10-15 Duncan P. N. Exon... DI: Cleanup comments, NFC
2014-10-15 Duncan P. N. Exon... DI: Use a `DenseMap` instead of named metadata, NFC
2014-10-14 David BlaikieDebugInfo: Ensure that all debug location scope chains...
2014-10-14 David BlaikieRevert "Fix stuff... again."
2014-10-14 David BlaikieFix stuff... again.
2014-10-10 Sanjay PatelReturn undef on FP <-> Int conversions that overflow...
2014-10-10 David BlaikieRevert "DebugInfo: Ensure that all debug location scope...
2014-10-07 David BlaikieDebugInfo: Ensure that all debug location scope chains...
2014-10-06 Chandler Carruth[PM] Remove an unused and rather expensive mapping...
2014-10-06 Chandler Carruth[PM] Remove the (deeply misguided) 'unregister' functio...
2014-10-06 Chandler Carruth[cleanup] Switch to using range-based for loops in...
2014-10-05 Chandler Carruth[cleanup] Fix up trailing whitespace and formatting...
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-02 Adrian PrantlRemove an extra whitespace.
2014-10-02 Adrian PrantlPretty-printer: Paper over an ambiguity between line...
2014-10-01 Duncan P. N. Exon... DIBuilder: Remove duplicated comments, NFC
2014-10-01 Duncan P. N. Exon... Revert "DIBuilder: Remove dead code"
2014-10-01 Duncan P. N. Exon... DIBuilder: Remove dead code
2014-10-01 Duncan P. N. Exon... DIBuilder: Encapsulate DIExpression's element type
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Duncan P. N. Exon... LTO: Ignore disabled diagnostic remarks
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-30 Robert Khasanov[AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.
2014-09-29 Jyoti AllurRemove dead code from DIBuilder
2014-09-19 Duncan P. N. Exon... DIBuilder: Delete dead code, NFC
2014-09-18 Matt ArsenaultUse cast<> instead of unchecked dyn_cast<>
2014-09-17 Frederic RissAdd DIBuilder functions to build RAUWable DIVariables...
2014-09-15 Matt ArsenaultUse dyn_cast<> instead of isa<> and cast<>
2014-09-15 Frederic RissFix DebugInfo replaceAllUsesWith.
2014-09-15 Frederic RissMove replaceAllUsesWith() from DIType to DIDescriptor.
2014-09-10 Rafael EspindolaAdd doInitialization/doFinalization to DataLayoutPass.
2014-09-10 Sanjay Pateltypo
2014-09-10 Frederic RissFix comments of createReplaceableForwardDecl() and...
2014-09-08 Alexey SamsonovBe more careful in parsing Module::ModFlagBehavior...
2014-09-06 Chandler Carruth[x86] Fix a pretty horrible bug and inconsistency in...
2014-09-05 Akira Hatanaka[inline asm] Add a check in InlineAsm::ConstraintInfo...
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...
next