2018-07-16 |
Roman Lebedev | [X86][AArch64][DAGCombine] Unfold 'check for [no] signe... |
tree | commitdiff |
2018-07-16 |
Daniel Cederman | Avoid losing Hi part when expanding VAARG nodes on... |
tree | commitdiff |
2018-07-15 |
Sanjay Patel | [DAGCombiner] fix typo in comment; NFC |
tree | commitdiff |
2018-07-15 |
Sanjay Patel | [DAGCombiner] extend(ifpositive(X)) -> shift-right... |
tree | commitdiff |
2018-07-13 |
Matthias Braun | CodeGen: Remove pipeline dependencies on StackProtector... |
tree | commitdiff |
2018-07-12 |
Matthias Braun | Revert "(HEAD -> master, origin/master, arcpatch-D37582... |
tree | commitdiff |
2018-07-12 |
Matthias Braun | CodeGen: Remove pipeline dependencies on StackProtector... |
tree | commitdiff |
2018-07-11 |
Eli Friedman | [CodeGen] Emit more precise AssertZext/AssertSext nodes. |
tree | commitdiff |
2018-07-11 |
Diogo N. Sampaio | [NFC][InstCombine] Converts isLegalNarrowLoad into... |
tree | commitdiff |
2018-07-11 |
Simon Pilgrim | [SelectionDAG] Add constant buildvector support to... |
tree | commitdiff |
2018-07-11 |
Simon Pilgrim | [DAGCombiner] Support non-uniform X%C -> X-(X/C)*C... |
tree | commitdiff |
2018-07-11 |
Simon Pilgrim | [DAGCombiner] Add (urem X, -1) -> select(X == -1, 0... |
tree | commitdiff |
2018-07-10 |
Simon Pilgrim | [DAGCombiner] Add special case fast paths for udiv... |
tree | commitdiff |
2018-07-10 |
Simon Pilgrim | [DAGCombiner] visitREM - call visitSDIVLike/visitUDIVLi... |
tree | commitdiff |
2018-07-10 |
Simon Pilgrim | [DAGCombiner] Split SDIV/UDIV optimization expansions... |
tree | commitdiff |
2018-07-09 |
Roman Lebedev | [X86][TLI] DAGCombine: Unfold variable bit-clearing... |
tree | commitdiff |
2018-07-09 |
Craig Topper | [SelectionDAG] Add VT consistency checks to the creatio... |
tree | commitdiff |
2018-07-07 |
Simon Pilgrim | [SelectionDAG] Split float and integer isKnownNeverZero... |
tree | commitdiff |
2018-07-07 |
Simon Pilgrim | Use const APInt& to avoid extra copy. NFCI. |
tree | commitdiff |
2018-07-07 |
Simon Pilgrim | [DAGCombiner] Add EXTRACT_SUBVECTOR to SimplifyDemanded... |
tree | commitdiff |
2018-07-06 |
Nico Weber | Revert 336426 (and follow-ups 428, 440), it very likely... |
tree | commitdiff |
2018-07-06 |
Diogo N. Sampaio | Added missing semicolon |
tree | commitdiff |
2018-07-06 |
Diogo N. Sampaio | [SelectionDAG] https://reviews.llvm.org/D48278 |
tree | commitdiff |
2018-07-05 |
Diogo N. Sampaio | Testing commit permision |
tree | commitdiff |
2018-07-03 |
Simon Pilgrim | [DAGCombiner] visitSDIV - Permit MIN_SIGNED_VALUE in... |
tree | commitdiff |
2018-07-02 |
Piotr Padlewski | Implement strip.invariant.group |
tree | commitdiff |
2018-06-30 |
Simon Pilgrim | [DAGCombiner] Handle correctly non-splat power of 2... |
tree | commitdiff |
2018-06-28 |
Simon Pilgrim | [DAGCombiner] Ensure we use the correct CC result type... |
tree | commitdiff |
2018-06-28 |
Matthias Braun | SelectionDAGBuilder, mach-o: Skip trap after noreturn... |
tree | commitdiff |
2018-06-28 |
Haojian Wu | Revert "[DAGCombiner] Ensure we use the correct CC... |
tree | commitdiff |
2018-06-28 |
Simon Pilgrim | [DAGCombiner] Ensure we use the correct CC result type... |
tree | commitdiff |
2018-06-28 |
Simon Pilgrim | [DAGCombiner] Remove unused variable. NFCI. |
tree | commitdiff |
2018-06-27 |
Nirav Dave | [DAGCombine] Disable TokenFactor simplifications when... |
tree | commitdiff |
2018-06-27 |
Sanjay Patel | [DAGCombiner] restrict (float)((int) f) --> ftrunc... |
tree | commitdiff |
2018-06-27 |
Simon Pilgrim | [DAGCombiner] visitSDIV - add special case handling... |
tree | commitdiff |
2018-06-27 |
Simon Pilgrim | [DAGCombiner] visitSDIV - simplify pow2 handling. NFCI. |
tree | commitdiff |
2018-06-27 |
Simon Pilgrim | [DAGCombiner] Fold SDIV(%X, MIN_SIGNED) -> SELECT(... |
tree | commitdiff |
2018-06-27 |
Simon Pilgrim | [DAGCombiner] Don't accept signbit sdiv divisors in... |
tree | commitdiff |
2018-06-26 |
Sanjay Patel | [DAGCombiner] use isBitwiseNot to simplify code; NFC |
tree | commitdiff |
2018-06-26 |
Simon Pilgrim | [DAGCombiner] Don't accept -1 sdiv divisors in sdiv... |
tree | commitdiff |
2018-06-26 |
Simon Pilgrim | [DAGCombiner] Pull out VT bitwidth in visitSDIV. NFCI. |
tree | commitdiff |
2018-06-25 |
Vedant Kumar | [SelectionDAG] Remove debug locations from ConstantSD... |
tree | commitdiff |
2018-06-25 |
Simon Pilgrim | Fix -Wparentheses gcc warning. NFCI. |
tree | commitdiff |
2018-06-24 |
Sanjay Patel | [DAGCombiner] eliminate setcc bool math when input... |
tree | commitdiff |
2018-06-21 |
Stanislav Mekhanoshin | DAG combine "and|or (select c, -1, 0), x" -> "select... |
tree | commitdiff |
2018-06-21 |
Mikael Holmen | [DebugInfo] Make sure all DBG_VALUEs' reguse operands... |
tree | commitdiff |
2018-06-21 |
David Green | [DAGCombine] Fix alignment for offset loads/stores |
tree | commitdiff |
2018-06-20 |
Stanislav Mekhanoshin | Allow binop C1, (select cc, CF, CT) -> select folding |
tree | commitdiff |
2018-06-20 |
Bjorn Pettersson | [DAG] Don't map a TableId to itself in the ReplacedValu... |
tree | commitdiff |
2018-06-20 |
Nirav Dave | [DAG] Fix and-mask folding when narrowing loads. |
tree | commitdiff |
2018-06-20 |
Craig Topper | [DAGCombiner] Add some comments to some true/false... |
tree | commitdiff |
2018-06-20 |
Craig Topper | [SelectionDAG] Don't crash on inline assembly errors... |
tree | commitdiff |
2018-06-19 |
Heejin Ahn | [WebAssembly] Add WasmEHFuncInfo for unwind destination... |
tree | commitdiff |
2018-06-18 |
Michael Berg | Utilize new SDNode flag functionality to expand current... |
tree | commitdiff |
2018-06-18 |
Michael Berg | refactor of visitFADD for AllowNewConst cases |
tree | commitdiff |
2018-06-16 |
Nirav Dave | Avoid needing to walk out legalization tables. NFCI. |
tree | commitdiff |
2018-06-16 |
Michael Berg | Utilize new SDNode flag functionality to expand current... |
tree | commitdiff |
2018-06-15 |
Francis Visoiu Mistrih | Revert r334729 "[DAG] Avoid needing to walk out legaliz... |
tree | commitdiff |
2018-06-15 |
Francis Visoiu Mistrih | Revert r334731 "Avoid unused variable in non-assert... |
tree | commitdiff |
2018-06-15 |
Cameron McInally | [FPEnv] Expand constrained FP POWI |
tree | commitdiff |
2018-06-15 |
Michael Berg | Utilize new SDNode flag functionality to expand current... |
tree | commitdiff |
2018-06-15 |
Matt Arsenault | DAG: Fix creating concat_vectors with illegal type |
tree | commitdiff |
2018-06-14 |
Michael Berg | easing the constraint for isNegatibleForFree and GetNeg... |
tree | commitdiff |
2018-06-14 |
Michael Berg | updating isNegatibleForFree and GetNegatedExpression... |
tree | commitdiff |
2018-06-14 |
Nirav Dave | Avoid unused variable in non-assert builds. |
tree | commitdiff |
2018-06-14 |
Nirav Dave | [DAG] Avoid needing to walk out legalization tables... |
tree | commitdiff |
2018-06-13 |
Sanjay Patel | [DAGCombiner] remove hasOneUse() check from fadd consta... |
tree | commitdiff |
2018-06-13 |
Cameron McInally | [FPEnv] Expand constrained FP operations |
tree | commitdiff |
2018-06-12 |
Krzysztof Parzyszek | [DAGCombiner] Recognize more patterns for ABS |
tree | commitdiff |
2018-06-12 |
Michael Berg | Utilize new SDNode flag functionality to expand current... |
tree | commitdiff |
2018-06-12 |
Krzysztof Parzyszek | [SelectionDAG] Provide default expansion for rotates |
tree | commitdiff |
2018-06-11 |
Matt Arsenault | DAG: Fix extract_subvector combine for a single element |
tree | commitdiff |
2018-06-10 |
Sanjay Patel | [DAGCombiner] match vector compare and select sizes... |
tree | commitdiff |
2018-06-09 |
Craig Topper | Use SmallPtrSet instead of SmallSet in places where... |
tree | commitdiff |
2018-06-08 |
Sanjay Patel | [DAGCombiner] clean up comments; NFC |
tree | commitdiff |
2018-06-08 |
Michael Berg | Utilize new SDNode flag functionality to expand current... |
tree | commitdiff |
2018-06-08 |
Sam Parker | [DAGCombine] Fix for PR37667 |
tree | commitdiff |
2018-06-07 |
Michael Berg | propagate fast math flags via IR on fma and sub expressions |
tree | commitdiff |
2018-06-07 |
Matt Arsenault | DAG: Avoid bitcast/ext/build_vector combine |
tree | commitdiff |
2018-06-06 |
Michael Berg | guard fsqrt with fmf sub flags |
tree | commitdiff |
2018-06-05 |
Michael Berg | guard fneg with fmf sub flags |
tree | commitdiff |
2018-06-05 |
Matt Arsenault | DAG: Stop dropping invariant/dereferencable |
tree | commitdiff |
2018-06-04 |
Reid Kleckner | Fix -Wcovered-switch-default warning and clang-format it |
tree | commitdiff |
2018-06-04 |
Scott Linder | [CodeGen] Always update divergence in SelectionDAG... |
tree | commitdiff |
2018-06-04 |
Amaury Sechet | [DAGcombine] Teach the combiner about -a = ~a + 1 |
tree | commitdiff |
2018-06-04 |
Amaury Sechet | Get rid of SETCCE |
tree | commitdiff |
2018-06-04 |
Krzysztof Parzyszek | [SelectionDAG] Add missing closing parentheses in comme... |
tree | commitdiff |
2018-06-01 |
Nirav Dave | [DAG] Avoid checking for consecutive stores in store... |
tree | commitdiff |
2018-06-01 |
Nirav Dave | [DAG] Simplify Expression. NFC. |
tree | commitdiff |
2018-06-01 |
Nirav Dave | [DAG] Remove untriggerable check. NFCI. |
tree | commitdiff |
2018-06-01 |
Nirav Dave | [DAG] Prune store merge legal store check to stop inval... |
tree | commitdiff |
2018-06-01 |
Krzysztof Parzyszek | [SelectionDAG] Expand UADDO/USUBO into ADD/SUBCARRY... |
tree | commitdiff |
2018-05-31 |
Heejin Ahn | [WebAssembly] Support instruction selection for catchin... |
tree | commitdiff |
2018-05-29 |
Matt Arsenault | DAG: Remove redundant version of getRegisterTypeForCall... |
tree | commitdiff |
2018-05-29 |
Cameron McInally | [StrictFP] Make getStrictFPOpcodeAction(...) more acces... |
tree | commitdiff |
2018-05-23 |
Heejin Ahn | [WebAssembly] Add functions for EHScopes |
tree | commitdiff |
2018-05-21 |
Sanjay Patel | [DAG] fold FP binops with undef operands to NaN |
tree | commitdiff |
2018-05-21 |
Roman Lebedev | [DAGCombiner] isAllOnesConstantOrAllOnesSplatConstant... |
tree | commitdiff |
2018-05-21 |
Roman Lebedev | [DAGCombine][X86][AArch64] Masked merge unfolding:... |
tree | commitdiff |
2018-05-21 |
Craig Topper | [DAGCombiner] Use computeKnownBits to match rotate... |
tree | commitdiff |
next |