2014-09-07 |
Hal Finkel | Check for all known bits on ret in InstCombine |
tree | commitdiff |
2014-09-07 |
Hal Finkel | Make use of @llvm.assume from LazyValueInfo |
tree | commitdiff |
2014-09-07 |
Hal Finkel | Add an AlignmentFromAssumptions Pass |
tree | commitdiff |
2014-09-07 |
Hal Finkel | Add additional patterns for @llvm.assume in ValueTracking |
tree | commitdiff |
2014-09-07 |
Hal Finkel | Make use of @llvm.assume in ValueTracking (computeKnown... |
tree | commitdiff |
2014-09-07 |
Hal Finkel | Add functions for finding ephemeral values |
tree | commitdiff |
2014-09-05 |
David Majnemer | InstCombine: Remove a special case pattern |
tree | commitdiff |
2014-09-03 |
David Majnemer | IndVarSimplify: Don't let LFTR compare against a poison... |
tree | commitdiff |
2014-09-03 |
Robin Morisset | Use target-dependent emitLeading/TrailingFence instead... |
tree | commitdiff |
2014-09-03 |
Sanjay Patel | Preserve IR flags (nsw, nuw, exact, fast-math) in SLP... |
tree | commitdiff |
2014-09-02 |
Yi Jiang | Generate extract for in-tree uses if the use is scalar... |
tree | commitdiff |
2014-09-02 |
Matt Arsenault | Fix crash when looking up the addrspace of GEPs with... |
tree | commitdiff |
2014-09-02 |
Andrea Di Biagio | Revert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'. |
tree | commitdiff |
2014-09-02 |
Andrea Di Biagio | [APFloat] Fixed a bug in method 'fusedMultiplyAdd'. |
tree | commitdiff |
2014-09-02 |
David Majnemer | LICM: Don't crash when an instruction is used by an... |
tree | commitdiff |
2014-09-01 |
David Majnemer | SROA: Don't insert instructions before a PHI |
tree | commitdiff |
2014-09-01 |
David Majnemer | Revert "Revert two GEP-related InstCombine commits" |
tree | commitdiff |
2014-09-01 |
Sanjay Patel | Add a convenience method to copy wrapping, exact, and... |
tree | commitdiff |
2014-09-01 |
Chandler Carruth | Fix a really bad miscompile introduced in r216865 ... |
tree | commitdiff |
2014-09-01 |
Renato Golin | Small refactor on VectorizerHint for deduplication |
tree | commitdiff |
2014-09-01 |
Hal Finkel | Feed AA to the inliner and use AA->getModRefBehavior... |
tree | commitdiff |
2014-09-01 |
Nick Lewycky | Ignore lifetime intrinsics in use list for MemCpyOptimi... |
tree | commitdiff |
2014-09-01 |
Hal Finkel | Fix AddAliasScopeMetadata again - alias.scope must... |
tree | commitdiff |
2014-08-30 |
Hal Finkel | Fix AddAliasScopeMetadata to not add scopes when derivi... |
tree | commitdiff |
2014-08-30 |
David Majnemer | InstCombine: Try harder to combine icmp instructions |
tree | commitdiff |
2014-08-29 |
Robin Morisset | Relax the constraint more in MemoryDependencyAnalysis.cpp |
tree | commitdiff |
2014-08-29 |
Matt Arsenault | Make fabs safe to speculatively execute |
tree | commitdiff |
2014-08-29 |
David Majnemer | Revert two GEP-related InstCombine commits |
tree | commitdiff |
2014-08-28 |
Reid Kleckner | Don't promote byval pointer arguments when padding... |
tree | commitdiff |
2014-08-28 |
Erik Eckstein | Fix: SLPVectorizer tried to move an instruction which... |
tree | commitdiff |
2014-08-28 |
David Majnemer | InstSimplify: Move a transform from InstCombine to... |
tree | commitdiff |
2014-08-27 |
David Majnemer | InstCombine: Combine gep X, (Y-X) to Y |
tree | commitdiff |
2014-08-27 |
David Majnemer | InstSimplify: Don't simplify gep X, (Y-X) to Y if types... |
tree | commitdiff |
2014-08-27 |
Nico Weber | Reland r216439 215441, majnemer has a real fix for... |
tree | commitdiff |
2014-08-27 |
Nico Weber | Revert r216439 (and r216441, else the former doesn... |
tree | commitdiff |
2014-08-27 |
David Majnemer | InstSimplify: Compute comparison ranges for left shift... |
tree | commitdiff |
2014-08-27 |
Michael Zolotukhin | [SLP] Re-enable vectorization of GEP expressions (re... |
tree | commitdiff |
2014-08-27 |
David Majnemer | InstCombine: Optimize GEP's involving ptrtoint better |
tree | commitdiff |
2014-08-26 |
Joerg Sonnenberger | Revert r210342 and r210343, add test case for the crasher. |
tree | commitdiff |
2014-08-26 |
David Majnemer | InstSimplify: Fold gep X, (sub 0, ptrtoint(X)) to null |
tree | commitdiff |
2014-08-26 |
David Majnemer | InstSimplify: Simplify trivial pointer expressions... |
tree | commitdiff |
2014-08-26 |
Reid Kleckner | musttail: Don't eliminate varargs packs if there is... |
tree | commitdiff |
2014-08-26 |
Reid Kleckner | Declare that musttail calls in variadic functions forwa... |
tree | commitdiff |
2014-08-25 |
Reid Kleckner | ArgPromotion: Don't touch variadic functions |
tree | commitdiff |
2014-08-25 |
Bruno Cardoso Lopes | Remove dangling initializers in GlobalDCE |
tree | commitdiff |
2014-08-25 |
Karthik Bhat | Allow vectorization of division by uniform power of 2. |
tree | commitdiff |
2014-08-24 |
David Majnemer | InstCombine: Properly optimize or'ing bittests together |
tree | commitdiff |
2014-08-22 |
Yunzhong Gao | Add a test case for SROA where the store size is bigger... |
tree | commitdiff |
2014-08-22 |
Jingyue Wu | [SROA] Fold a PHI node if all its incoming values are... |
tree | commitdiff |
2014-08-22 |
David Majnemer | InstCombine: Don't unconditionally preserve 'nuw' when... |
tree | commitdiff |
2014-08-22 |
David Majnemer | InstCombine: sub nsw %x, C -> add nsw %x, -C if C isn... |
tree | commitdiff |
2014-08-22 |
David Majnemer | InstCombine: Don't unconditionally preserve 'nsw' when... |
tree | commitdiff |
2014-08-22 |
Erik Eckstein | fix: SLPVectorizer crashes for unreachable blocks conta... |
tree | commitdiff |
2014-08-22 |
David Majnemer | ValueTracking: Figure out more bits when looking at... |
tree | commitdiff |
2014-08-22 |
Reid Kleckner | SROA: Handle a case of store size being smaller than... |
tree | commitdiff |
2014-08-21 |
David Blaikie | Use DILexicalBlockFile, rather than DILexicalBlock... |
tree | commitdiff |
2014-08-21 |
Robin Morisset | Rename AtomicExpandLoadLinked into AtomicExpand |
tree | commitdiff |
2014-08-21 |
Erik Verbruggen | Reassociate x + -0.1234 * y into x - 0.1234 * y |
tree | commitdiff |
2014-08-21 |
Zinovy Nis | [INDVARS] Extend using of widening of induction variabl... |
tree | commitdiff |
2014-08-21 |
David Majnemer | InstCombine: Fold ((A | B) & C1) ^ (B & C2) -> (A ... |
tree | commitdiff |
2014-08-21 |
Jiangning Liu | Fix a bug around truncating vector in const prop. |
tree | commitdiff |
2014-08-20 |
Yi Jiang | New InstCombine pattern: (icmp ult/ule (A + C1), C3... |
tree | commitdiff |
2014-08-20 |
David Majnemer | InstCombine: Annotate sub with nuw when we prove it... |
tree | commitdiff |
2014-08-19 |
David Majnemer | InstCombine: Annotate sub with nsw when we prove it... |
tree | commitdiff |
2014-08-19 |
Renato Golin | Revert "Small refactor on VectorizerHint for deduplication" |
tree | commitdiff |
2014-08-19 |
Renato Golin | Small refactor on VectorizerHint for deduplication |
tree | commitdiff |
2014-08-19 |
Mayur Pandey | InstCombine: ((A & ~B) ^ (~A & B)) to A ^ B |
tree | commitdiff |
2014-08-18 |
Robin Morisset | Answer to Philip Reames comments |
tree | commitdiff |
2014-08-18 |
Robin Morisset | Weak relaxing of the constraints on atomics in MemoryDe... |
tree | commitdiff |
2014-08-17 |
Owen Anderson | Remove an InstCombine that transformed patterns like... |
tree | commitdiff |
2014-08-16 |
David Majnemer | InstCombine: Combine mul with div. |
tree | commitdiff |
2014-08-14 |
Hal Finkel | Copy noalias metadata from call sites to inlined instru... |
tree | commitdiff |
2014-08-14 |
Hal Finkel | Add noalias metadata for general calls (not just memory... |
tree | commitdiff |
2014-08-14 |
Chad Rosier | [Reassociation] Add support for reassociation with... |
tree | commitdiff |
2014-08-14 |
David Majnemer | InstCombine: ((A | ~B) ^ (~A | B)) to A ^ B |
tree | commitdiff |
2014-08-14 |
David Majnemer | Added InstCombine Transform for ((B | C) & A) | B ... |
tree | commitdiff |
2014-08-13 |
Jan Vesely | utils: Fix segfault in flattencfg |
tree | commitdiff |
2014-08-13 |
Chandler Carruth | [optnone] Make the optnone attribute effective at suppr... |
tree | commitdiff |
2014-08-13 |
Karthik Bhat | InstCombine: Combine (xor (or %a, %b) (xor %a, %b)... |
tree | commitdiff |
2014-08-12 |
Matt Arsenault | Allwo bitcast + struct GEP transform to work with addrs... |
tree | commitdiff |
2014-08-11 |
David Majnemer | InstCombine: Combine (add (and %a, %b) (or %a, %b)... |
tree | commitdiff |
2014-08-11 |
Jiangning Liu | In LVI(Lazy Value Info), originally value on a BB can... |
tree | commitdiff |
2014-08-08 |
James Molloy | [LoopVectorizer] Enable support for floating-point... |
tree | commitdiff |
2014-08-08 |
David Majnemer | GlobalOpt: Optimize in the face of insertvalue/extractvalue |
tree | commitdiff |
2014-08-07 |
Arnold Schwaighofer | SLPVectorizer: Use the type of the value loaded/stored... |
tree | commitdiff |
2014-08-07 |
Owen Anderson | Fix a case in SROA where lifetime intrinsics could... |
tree | commitdiff |
2014-08-06 |
Rui Ueyama | Revert "r214897 - Remove dead zero store to calloc... |
tree | commitdiff |
2014-08-05 |
Philip Reames | Remove dead zero store to calloc initialized memory |
tree | commitdiff |
2014-08-05 |
James Molloy | Teach the SLP Vectorizer that keeping some values live... |
tree | commitdiff |
2014-08-02 |
Manman Ren | [SimplifyCFG] fix accessing deleted PHINodes in switch... |
tree | commitdiff |
2014-08-02 |
Erik Eckstein | fix bug 20513 - Crash in SLP Vectorizer |
tree | commitdiff |
2014-08-02 |
Tyler Nowicki | Add diagnostics to the vectorizer cost model. |
tree | commitdiff |
2014-08-01 |
Peter Collingbourne | PartiallyInlineLibCalls: Check sqrt result type before... |
tree | commitdiff |
2014-08-01 |
Erik Eckstein | SLPVectorizer: improved scheduling algorithm. |
tree | commitdiff |
2014-08-01 |
Suyog Sarda | This patch implements transform for pattern "(A & ... |
tree | commitdiff |
2014-08-01 |
Suyog Sarda | This patch implements transform for pattern "(A | B... |
tree | commitdiff |
2014-08-01 |
Suyog Sarda | This patch implements transform for pattern "( A &... |
tree | commitdiff |
2014-08-01 |
Suyog Sarda | This patch implements transform for pattern "(A & B... |
tree | commitdiff |
2014-07-31 |
Tyler Nowicki | Improve the remark generated for -Rpass-missed. |
tree | commitdiff |
2014-07-31 |
Tyler Nowicki | Improve the remark generated when a variable that is... |
tree | commitdiff |
next |