| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use dyn_cast<> instead of isa<> and cast<> | Matt Arsenault | 2014-09-15 | 1 | -1/+2 |
| * | Fix DebugInfo replaceAllUsesWith. | Frederic Riss | 2014-09-15 | 1 | -1/+1 |
| * | Move replaceAllUsesWith() from DIType to DIDescriptor. | Frederic Riss | 2014-09-15 | 1 | -2/+2 |
| * | Add doInitialization/doFinalization to DataLayoutPass. | Rafael Espindola | 2014-09-10 | 1 | -7/+11 |
| * | typo | Sanjay Patel | 2014-09-10 | 1 | -1/+1 |
| * | Fix comments of createReplaceableForwardDecl() and createForwardDecl(). | Frederic Riss | 2014-09-10 | 1 | -4/+3 |
| * | Be more careful in parsing Module::ModFlagBehavior value | Alexey Samsonov | 2014-09-08 | 2 | -17/+27 |
| * | [x86] Fix a pretty horrible bug and inconsistency in the x86 asm | Chandler Carruth | 2014-09-06 | 1 | -0/+89 |
| * | [inline asm] Add a check in InlineAsm::ConstraintInfo::Parse to make sure '{' | Akira Hatanaka | 2014-09-05 | 1 | -0/+4 |
| * | Revert accidentally committed r217107 | Matt Arsenault | 2014-09-03 | 1 | -21/+5 |
| * | Don't treat 0 as a special value for int attributes. | Matt Arsenault | 2014-09-03 | 1 | -5/+21 |
| * | Refactor AtomicExpandPass and add a generic isAtomic() method to Instruction | Robin Morisset | 2014-09-03 | 1 | -0/+15 |
| * | Change name of copyFlags() to copyIRFlags(). Add convenience method for logic... | Sanjay Patel | 2014-09-03 | 1 | -1/+18 |
| * | Fix a logic bug when copying fast-math flags. | Sanjay Patel | 2014-09-02 | 2 | -2/+7 |
| * | Add a convenience method to copy wrapping, exact, and fast-math flags (NFC). | Sanjay Patel | 2014-09-01 | 1 | -0/+16 |
| * | Consider addrspaces in canLosslesslyBitCastTo() | Matt Arsenault | 2014-08-31 | 1 | -3/+7 |
| * | Debug info: Add a new explicit DIDescriptor flag for the "public" access | Adrian Prantl | 2014-08-29 | 1 | -0/+5 |
| * | Fix typos in comments, NFC | Robin Morisset | 2014-08-29 | 1 | -1/+1 |
| * | Verifier: Don't reject varargs callee cleanup functions | Reid Kleckner | 2014-08-29 | 1 | -5/+4 |
| * | Return a std::unique_ptr when creating a new MemoryBuffer. | Rafael Espindola | 2014-08-27 | 1 | -7/+6 |
| * | Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just... | Craig Topper | 2014-08-27 | 4 | -4/+4 |
| * | Pass a MemoryBufferRef when we can avoid taking ownership. | Rafael Espindola | 2014-08-26 | 1 | -4/+1 |
| * | Declare that musttail calls in variadic functions forward the ellipsis | Reid Kleckner | 2014-08-26 | 1 | -0/+8 |
| * | Modernize raw_fd_ostream's constructor a bit. | Rafael Espindola | 2014-08-25 | 2 | -12/+14 |
| * | Use range based for loops to avoid needing to re-mention SmallPtrSet size. | Craig Topper | 2014-08-24 | 1 | -3/+2 |
| * | InstCombine: sub nsw %x, C -> add nsw %x, -C if C isn't INT_MIN | David Majnemer | 2014-08-22 | 1 | -0/+23 |
| * | Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator ch... | David Blaikie | 2014-08-21 | 2 | -9/+9 |
| * | Fix a URL (NFC) | Justin Bogner | 2014-08-21 | 1 | -1/+1 |
| * | Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin... | Craig Topper | 2014-08-21 | 4 | -7/+7 |
| * | Fix a bug around truncating vector in const prop. | Jiangning Liu | 2014-08-21 | 1 | -0/+3 |
| * | IR: Implement uselistorder assembly directives | Duncan P. N. Exon Smith | 2014-08-19 | 2 | -0/+263 |
| * | verify-uselistorder: Force -preserve-bc-use-list-order | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -0/+8 |
| * | IR: Fix ConstantExpr::replaceUsesOfWithOnConstant() | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -50/+13 |
| * | IR: Thread OnlyIfReduced through ConstantExpr::getWithOperands() | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -74/+136 |
| * | IR: De-duplicate code for replacing operands in place | Duncan P. N. Exon Smith | 2014-08-19 | 2 | -69/+43 |
| * | Reapply r215966, r215965, r215964, r215963, r215960, r215959, r215958, and r2... | Duncan P. N. Exon Smith | 2014-08-19 | 4 | -482/+387 |
| * | Reverting r215966, r215965, r215964, r215963, r215960, r215959, r215958, and ... | Aaron Ballman | 2014-08-19 | 4 | -387/+482 |
| * | IR: Reduce RAUW traffic in ConstantVector | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -3/+27 |
| * | IR: Fix ConstantArray::replaceUsesOfWithOnConstant() | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -0/+6 |
| * | IR: Factor out replaceUsesOfWithOnConstantImpl(), NFC | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -94/+80 |
| * | IR: Split up Constant{Array,Vector}::get(), NFC | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -4/+13 |
| * | IR: Reduce RAUW traffic in ConstantExpr | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -0/+44 |
| * | IR: Replace uses of ConstantAggrUniqueMap with ConstantUniqueMap | Duncan P. N. Exon Smith | 2014-08-19 | 2 | -164/+49 |
| * | Remove extraneous typenames from r215957 | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -2/+2 |
| * | IR: Rewrite ConstantUniqueMap | Duncan P. N. Exon Smith | 2014-08-19 | 4 | -267/+218 |
| * | IR: Declare LookupKey right before its use, NFC | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -6/+4 |
| * | IR: ArrayRef-ize {Insert,Extract}ValueConstantExpr constructors | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -8/+6 |
| * | Prevent clang-format from moving the namespace closing brace, NFC | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -1/+1 |
| * | Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi... | Craig Topper | 2014-08-18 | 4 | -7/+7 |
| * | Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin... | Craig Topper | 2014-08-17 | 4 | -7/+7 |