aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into merge-20130502Stephen Hines2013-05-0213-310/+620
|\
| * [inline asm] Return an undef SDValue of the expected value type, rather thanChad Rosier2013-05-011-1/+1
| * Optimize away nop CONCAT_VECTOR nodes.Nadav Rotem2013-05-011-0/+39
| * Only pass 'returned' to target-specific lowering code when the value of entir...Stephen Lin2013-04-301-24/+42
| * Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-304-27/+18
| * Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-304-18/+27
| * Re-write the address propagation code for pre-indexed loads/stores to take in...Silviu Baranga2013-04-261-14/+29
| * DAGCombiner: Canonicalize vector integer abs in the same way we do it for sca...Benjamin Kramer2013-04-261-0/+42
| * Fix constant folding for one lane vector types. Constant folding one lane vec...Silviu Baranga2013-04-251-1/+1
| * [inline asm] Fix a crasher for an invalid value type/register class.Chad Rosier2013-04-241-4/+11
| * DAGCombine should not aggressively fold SEXT(VSETCC(...)) into a wider VSETCC...Owen Anderson2013-04-231-1/+3
| * Legalize vector truncates by parts rather than just splitting.Jim Grosbach2013-04-212-1/+62
| * Tidy up comment grammar.Jim Grosbach2013-04-211-2/+2
| * Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-205-71/+1
| * Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-201-7/+11
| * Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comm...Eli Bendersky2013-04-191-17/+10
| * Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'mEli Bendersky2013-04-192-79/+66
| * ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-192-22/+24
| * Use dbgs() consistently for -debug printoutsEli Bendersky2013-04-191-13/+13
| * Add some more stats for fast isel vs. SelectionDAG, w.r.t lowering functionEli Bendersky2013-04-191-1/+10
| * DAGCombiner: Fold a shuffle on CONCAT_VECTORS into a new CONCAT_VECTORS if po...Benjamin Kramer2013-04-091-0/+49
| * FormattingEli Bendersky2013-04-041-2/+2
| * Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.Bill Schmidt2013-04-032-0/+12
| * DAGCombiner: Merge store/loads when we have extload/truncstoresArnold Schwaighofer2013-04-021-0/+19
| * Merge load/store sequences with adresses: base + index + offsetArnold Schwaighofer2013-04-011-25/+88
| * DAGCombine: visitXOR can replace a node without returning it, bail out in tha...Benjamin Kramer2013-03-301-3/+3
| * [fast-isel] Add a preemptive fix for the case where we fail to materialize anChad Rosier2013-03-281-0/+2
| * Enhance folding of (extract_subvec (insert_subvec V1, V2, IIdx), EIdx)Michael Liao2013-03-251-21/+29
| * Disable some unsafe-fp-math DAG-combine transformation after legalization.Shuxin Yang2013-03-251-5/+17
| * Remove the type legality check from the SelectionDAGBuilder when it lowers @l...Owen Anderson2013-03-231-1/+0
| * Make variable name more explicit and eliminate redundant lookup in SDNodeOrde...Justin Holewinski2013-03-201-4/+4
| * When computing the demanded bits of Load SDNodes, make sure that we are looki...Nadav Rotem2013-03-201-12/+16
| * Revert "pre-RA-sched: fix TargetOpcode usage"Christian Konig2013-03-201-18/+12
| * Move SDNode order propagation to SDNodeOrdering, which also fixes a missedJustin Holewinski2013-03-204-23/+15
| * pre-RA-sched: fix TargetOpcode usageChristian Konig2013-03-201-12/+18
| * Propagate DAG node ordering during type legalization and instruction selectionJustin Holewinski2013-03-203-2/+43
* | Merge branch 'upstream' into merge_2013_03_18Stephen Hines2013-03-1811-60/+142
|\ \ | |/
| * Reset some of the target options which affect code generation.Bill Wendling2013-03-131-0/+1
| * Avoid generating ISD::SELECT for vector operands to SIGN_EXTENDRichard Relph2013-03-121-2/+2
| * Fix a crasher newly introduced in r176659/r176649, where fast-isel tries toNick Lewycky2013-03-111-0/+2
| * Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-082-18/+14
| * Remove default from fully covered switch.Benjamin Kramer2013-03-081-2/+1
| * LegalizeDAG: Respect the result of TLI.getBooleanContents() when expanding SETCCTom Stellard2013-03-081-1/+13
| * DAGCombiner: Use correct value type for checking legality of BR_CC v3Tom Stellard2013-03-081-1/+2
| * Revert r176154 in favor of a better approach.Bill Wendling2013-03-081-7/+0
| * [fast-isel] Seriously, add support for the expect intrinsic.Chad Rosier2013-03-071-3/+3
| * [fast-isel] Add support for the expect intrinsic.Chad Rosier2013-03-071-0/+5
| * ArrayRefize some code. No functionality change.Benjamin Kramer2013-03-072-5/+3
| * pre-RA-sched debug-only fixAndrew Trick2013-03-071-2/+4
| * pre-RA-sched assertion fix. This bug was exposed by r176037.Andrew Trick2013-03-071-3/+0