2014-11-03 |
Duncan P. N. Exon... | IR: MDNode => Value: Instruction::getAllMetadataOtherTh... |
tree | commitdiff |
2014-11-01 |
Rafael Espindola | Remove redundant calls to isMaterializable. |
tree | commitdiff |
2014-11-01 |
David Majnemer | IR: Restore the old behavior of getDISubprogram |
tree | commitdiff |
2014-11-01 |
Duncan P. N. Exon... | IR: MDNode => Value: Instruction::getAllMetadata() |
tree | commitdiff |
2014-11-01 |
Duncan P. N. Exon... | IR: MDNode => Value: Instruction::getMetadata() |
tree | commitdiff |
2014-10-31 |
Duncan P. N. Exon... | IR: MDNode => Value: Add Instruction::getMDNode() |
tree | commitdiff |
2014-10-31 |
Duncan P. N. Exon... | IR: Instruction::setMetadata() should use cast_or_null |
tree | commitdiff |
2014-10-31 |
Duncan P. N. Exon... | IR: MDNode => Value: Instruction::setMetadata() |
tree | commitdiff |
2014-10-28 |
Peter Zotov | [C API] PR19859: Add functions to query and modify... |
tree | commitdiff |
2014-10-28 |
Peter Zotov | [C API] PR19859: Add LLVMGetFCmpPredicate and LLVMConst... |
tree | commitdiff |
2014-10-28 |
Aaron Ballman | Silencing an "enumeral and non-enumeral type in conditi... |
tree | commitdiff |
2014-10-28 |
Reid Kleckner | X86: Implement the vectorcall calling convention |
tree | commitdiff |
2014-10-24 |
Rafael Espindola | Modernize the error handling of the Materialize function. |
tree | commitdiff |
2014-10-24 |
Rafael Espindola | Don't ever call materializeAllPermanently during LTO. |
tree | commitdiff |
2014-10-23 |
Timur Iskhodzhanov | Make getDISubprogram(const Function *F) available in... |
tree | commitdiff |
2014-10-23 |
Reid Kleckner | Revert "Don't count inreg params when mangling fastcall... |
tree | commitdiff |
2014-10-23 |
Rafael Espindola | clang-format two code snippets to make the next patch... |
tree | commitdiff |
2014-10-23 |
Frederic Riss | Assert that ValueHandleBase::ValueIsRAUWd doesn't chang... |
tree | commitdiff |
2014-10-21 |
Hans Wennborg | Revert "Teach the load analysis to allow finding availa... |
tree | commitdiff |
2014-10-21 |
Philip Reames | Extend the verifier to check usage of 'nonnull' metadata. |
tree | commitdiff |
2014-10-21 |
Chandler Carruth | Teach the load analysis to allow finding available... |
tree | commitdiff |
2014-10-21 |
Philip Reames | Introduce enum values for previously defined metadata... |
tree | commitdiff |
2014-10-20 |
Philip Reames | Extend the verifier to validate range metadata on calls... |
tree | commitdiff |
2014-10-20 |
Robert Khasanov | Moved out IIT_V64 from common values section. |
tree | commitdiff |
2014-10-20 |
Steven Wu | Fix Intrinsic::getType not working with vararg |
tree | commitdiff |
2014-10-20 |
Chandler Carruth | Switch the default DataLayout to be little endian,... |
tree | commitdiff |
2014-10-20 |
David Majnemer | IR: Replace DataLayout::RoundUpAlignment with RoundUpTo... |
tree | commitdiff |
2014-10-17 |
Juergen Ributzka | [Stackmaps] Enable invoking the patchpoint intrinsic. |
tree | commitdiff |
2014-10-17 |
Peter Zotov | [LLVM-C] Add LLVMInstructionClone. |
tree | commitdiff |
2014-10-15 |
Hal Finkel | Add CreateAlignmentAssumption to IRBuilder |
tree | commitdiff |
2014-10-15 |
Duncan P. N. Exon... | IR: Move NumOperands from User to Value, NFC |
tree | commitdiff |
2014-10-15 |
Duncan P. N. Exon... | IR: Cleanup comments for Value, User, and MDNode |
tree | commitdiff |
2014-10-15 |
Duncan P. N. Exon... | DI: Make comments "brief"-er, NFC |
tree | commitdiff |
2014-10-15 |
Duncan P. N. Exon... | DI: Cleanup comments, NFC |
tree | commitdiff |
2014-10-15 |
Duncan P. N. Exon... | DI: Use a `DenseMap` instead of named metadata, NFC |
tree | commitdiff |
2014-10-14 |
David Blaikie | DebugInfo: Ensure that all debug location scope chains... |
tree | commitdiff |
2014-10-14 |
David Blaikie | Revert "Fix stuff... again." |
tree | commitdiff |
2014-10-14 |
David Blaikie | Fix stuff... again. |
tree | commitdiff |
2014-10-10 |
Sanjay Patel | Return undef on FP <-> Int conversions that overflow... |
tree | commitdiff |
2014-10-10 |
David Blaikie | Revert "DebugInfo: Ensure that all debug location scope... |
tree | commitdiff |
2014-10-07 |
David Blaikie | DebugInfo: Ensure that all debug location scope chains... |
tree | commitdiff |
2014-10-06 |
Chandler Carruth | [PM] Remove an unused and rather expensive mapping... |
tree | commitdiff |
2014-10-06 |
Chandler Carruth | [PM] Remove the (deeply misguided) 'unregister' functio... |
tree | commitdiff |
2014-10-06 |
Chandler Carruth | [cleanup] Switch to using range-based for loops in... |
tree | commitdiff |
2014-10-05 |
Chandler Carruth | [cleanup] Fix up trailing whitespace and formatting... |
tree | commitdiff |
2014-10-03 |
Duncan P. N. Exon... | Revert "Revert "DI: Fold constant arguments into a... |
tree | commitdiff |
2014-10-02 |
Duncan P. N. Exon... | Revert "DI: Fold constant arguments into a single MDString" |
tree | commitdiff |
2014-10-02 |
Duncan P. N. Exon... | DI: Fold constant arguments into a single MDString |
tree | commitdiff |
2014-10-02 |
Adrian Prantl | Remove an extra whitespace. |
tree | commitdiff |
2014-10-02 |
Adrian Prantl | Pretty-printer: Paper over an ambiguity between line... |
tree | commitdiff |
2014-10-01 |
Duncan P. N. Exon... | DIBuilder: Remove duplicated comments, NFC |
tree | commitdiff |
2014-10-01 |
Duncan P. N. Exon... | Revert "DIBuilder: Remove dead code" |
tree | commitdiff |
2014-10-01 |
Duncan P. N. Exon... | DIBuilder: Remove dead code |
tree | commitdiff |
2014-10-01 |
Duncan P. N. Exon... | DIBuilder: Encapsulate DIExpression's element type |
tree | commitdiff |
2014-10-01 |
Adrian Prantl | Move the complex address expression out of DIVariable... |
tree | commitdiff |
2014-10-01 |
Duncan P. N. Exon... | LTO: Ignore disabled diagnostic remarks |
tree | commitdiff |
2014-10-01 |
Adrian Prantl | Revert r218778 while investigating buldbot breakage. |
tree | commitdiff |
2014-10-01 |
Adrian Prantl | Move the complex address expression out of DIVariable... |
tree | commitdiff |
2014-09-30 |
Robert Khasanov | [AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW. |
tree | commitdiff |
2014-09-29 |
Jyoti Allur | Remove dead code from DIBuilder |
tree | commitdiff |
2014-09-19 |
Duncan P. N. Exon... | DIBuilder: Delete dead code, NFC |
tree | commitdiff |
2014-09-18 |
Matt Arsenault | Use cast<> instead of unchecked dyn_cast<> |
tree | commitdiff |
2014-09-17 |
Frederic Riss | Add DIBuilder functions to build RAUWable DIVariables... |
tree | commitdiff |
2014-09-15 |
Matt Arsenault | Use dyn_cast<> instead of isa<> and cast<> |
tree | commitdiff |
2014-09-15 |
Frederic Riss | Fix DebugInfo replaceAllUsesWith. |
tree | commitdiff |
2014-09-15 |
Frederic Riss | Move replaceAllUsesWith() from DIType to DIDescriptor. |
tree | commitdiff |
2014-09-10 |
Rafael Espindola | Add doInitialization/doFinalization to DataLayoutPass. |
tree | commitdiff |
2014-09-10 |
Sanjay Patel | typo |
tree | commitdiff |
2014-09-10 |
Frederic Riss | Fix comments of createReplaceableForwardDecl() and... |
tree | commitdiff |
2014-09-08 |
Alexey Samsonov | Be more careful in parsing Module::ModFlagBehavior... |
tree | commitdiff |
2014-09-06 |
Chandler Carruth | [x86] Fix a pretty horrible bug and inconsistency in... |
tree | commitdiff |
2014-09-05 |
Akira Hatanaka | [inline asm] Add a check in InlineAsm::ConstraintInfo... |
tree | commitdiff |
2014-09-03 |
Matt Arsenault | Revert accidentally committed r217107 |
tree | commitdiff |
2014-09-03 |
Matt Arsenault | Don't treat 0 as a special value for int attributes. |
tree | commitdiff |
2014-09-03 |
Robin Morisset | Refactor AtomicExpandPass and add a generic isAtomic... |
tree | commitdiff |
2014-09-03 |
Sanjay Patel | Change name of copyFlags() to copyIRFlags(). Add conven... |
tree | commitdiff |
2014-09-02 |
Sanjay Patel | Fix a logic bug when copying fast-math flags. |
tree | commitdiff |
2014-09-01 |
Sanjay Patel | Add a convenience method to copy wrapping, exact, and... |
tree | commitdiff |
2014-08-31 |
Matt Arsenault | Consider addrspaces in canLosslesslyBitCastTo() |
tree | commitdiff |
2014-08-29 |
Adrian Prantl | Debug info: Add a new explicit DIDescriptor flag for... |
tree | commitdiff |
2014-08-29 |
Robin Morisset | Fix typos in comments, NFC |
tree | commitdiff |
2014-08-29 |
Reid Kleckner | Verifier: Don't reject varargs callee cleanup functions |
tree | commitdiff |
2014-08-27 |
Rafael Espindola | Return a std::unique_ptr when creating a new MemoryBuffer. |
tree | commitdiff |
2014-08-27 |
Craig Topper | Simplify creation of a bunch of ArrayRefs by using... |
tree | commitdiff |
2014-08-26 |
Rafael Espindola | Pass a MemoryBufferRef when we can avoid taking ownership. |
tree | commitdiff |
2014-08-26 |
Reid Kleckner | Declare that musttail calls in variadic functions forwa... |
tree | commitdiff |
2014-08-25 |
Rafael Espindola | Modernize raw_fd_ostream's constructor a bit. |
tree | commitdiff |
2014-08-24 |
Craig Topper | Use range based for loops to avoid needing to re-mentio... |
tree | commitdiff |
2014-08-22 |
David Majnemer | InstCombine: sub nsw %x, C -> add nsw %x, -C if C isn... |
tree | commitdiff |
2014-08-21 |
David Blaikie | Use DILexicalBlockFile, rather than DILexicalBlock... |
tree | commitdiff |
2014-08-21 |
Justin Bogner | Fix a URL (NFC) |
tree | commitdiff |
2014-08-21 |
Craig Topper | Repace SmallPtrSet with SmallPtrSetImpl in function... |
tree | commitdiff |
2014-08-21 |
Jiangning Liu | Fix a bug around truncating vector in const prop. |
tree | commitdiff |
2014-08-19 |
Duncan P. N. Exon... | IR: Implement uselistorder assembly directives |
tree | commitdiff |
2014-08-19 |
Duncan P. N. Exon... | verify-uselistorder: Force -preserve-bc-use-list-order |
tree | commitdiff |
2014-08-19 |
Duncan P. N. Exon... | IR: Fix ConstantExpr::replaceUsesOfWithOnConstant() |
tree | commitdiff |
2014-08-19 |
Duncan P. N. Exon... | IR: Thread OnlyIfReduced through ConstantExpr::getWithO... |
tree | commitdiff |
2014-08-19 |
Duncan P. N. Exon... | IR: De-duplicate code for replacing operands in place |
tree | commitdiff |
2014-08-19 |
Duncan P. N. Exon... | Reapply r215966, r215965, r215964, r215963, r215960... |
tree | commitdiff |
2014-08-19 |
Aaron Ballman | Reverting r215966, r215965, r215964, r215963, r215960... |
tree | commitdiff |
next |