aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG
Commit message (Expand)AuthorAgeFilesLines
* Unify formatting of debug output.Adrian Prantl2013-05-222-3/+3
* Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen.Justin Holewinski2013-05-211-0/+5
* DAGCombine: Avoid an edge case where it tried to create an i0 type for (x & 0...Benjamin Kramer2013-05-211-1/+2
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-189-60/+80
* Replace redundant codeMatt Arsenault2013-05-171-7/+2
* Add missing -*- C++ -*- to headersMatt Arsenault2013-05-171-1/+1
* Generate debug info for by-value struct args even if they are not used.Adrian Prantl2013-05-161-1/+7
* DAGCombine: Also shrink eq compares where the constant is exactly as large as...Benjamin Kramer2013-05-161-1/+1
* Fix legalization of SETCC with promoted integer intrinsicsHal Finkel2013-05-151-2/+13
* Remove redundant variable introduced by r181682.Bob Wilson2013-05-131-1/+0
* Fix PR15950 A bug in DAG Combiner about undef maskHao Liu2013-05-131-10/+25
* DAGCombiner: Generate a correct constant for vector types when folding (xor (...Benjamin Kramer2013-05-101-2/+1
* Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...Owen Anderson2013-05-091-0/+15
* DAGCombiner: Simplify inverted bit testsDavid Majnemer2013-05-081-0/+9
* Fix vselect when getSetCCResultType returns a different type from the operandsMatt Arsenault2013-05-071-3/+8
* Fix slightly too aggressive conact_vector optimization.Michael Kuperstein2013-05-061-0/+6
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-051-2/+2
* [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