aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG
Commit message (Expand)AuthorAgeFilesLines
* TargetLowering: Clean up method description commentsDavid Majnemer2013-06-081-3/+3
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-064-40/+39
* Don't cache the TargetLoweringInfo object inside of the FunctionLowering object.Bill Wendling2013-06-062-18/+19
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-291-2/+4
* Simplify code. No functionality change.Benjamin Kramer2013-05-281-3/+2
* Remove double semicolons.Benjamin Kramer2013-05-283-62/+62
* Convert sqrt functions into sqrt instructions when -ffast-math is in effect.Preston Gurd2013-05-271-0/+3
* Fix PR16143: Insert DEBUG_VALUE before terminator.Andrew Trick2013-05-261-1/+1
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-258-159/+14
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-2515-1209/+1213
* Track IR ordering of SelectionDAG nodes 1/4.Andrew Trick2013-05-252-7/+15
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-242-3/+3
* 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