summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG
Commit message (Expand)AuthorAge
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-16
* SelectionDAG: slightly refactor DAGCombiner::visitSELECT_CC to avoid redudant...Stephen Lin2013-06-15
* Introduce getSelect usage and use more getSelectCCMatt Arsenault2013-06-14
* SelectionDAG: minor fix to order of operands in comments to match the code Stephen Lin2013-06-14
* SelectionDAG: Fix incorrect condition checks in some cases of folding FADD/FM...Stephen Lin2013-06-14
* TargetLowering: Clean up method description commentsDavid Majnemer2013-06-08
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-06
* Don't cache the TargetLoweringInfo object inside of the FunctionLowering object.Bill Wendling2013-06-06
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-29
* Simplify code. No functionality change.Benjamin Kramer2013-05-28
* Remove double semicolons.Benjamin Kramer2013-05-28
* Convert sqrt functions into sqrt instructions when -ffast-math is in effect.Preston Gurd2013-05-27
* Fix PR16143: Insert DEBUG_VALUE before terminator.Andrew Trick2013-05-26
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-25
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Track IR ordering of SelectionDAG nodes 1/4.Andrew Trick2013-05-25
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* Unify formatting of debug output.Adrian Prantl2013-05-22
* Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen.Justin Holewinski2013-05-21
* DAGCombine: Avoid an edge case where it tried to create an i0 type for (x & 0...Benjamin Kramer2013-05-21
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* Replace redundant codeMatt Arsenault2013-05-17
* Add missing -*- C++ -*- to headersMatt Arsenault2013-05-17
* Generate debug info for by-value struct args even if they are not used.Adrian Prantl2013-05-16
* DAGCombine: Also shrink eq compares where the constant is exactly as large as...Benjamin Kramer2013-05-16
* Fix legalization of SETCC with promoted integer intrinsicsHal Finkel2013-05-15
* Remove redundant variable introduced by r181682.Bob Wilson2013-05-13
* Fix PR15950 A bug in DAG Combiner about undef maskHao Liu2013-05-13
* DAGCombiner: Generate a correct constant for vector types when folding (xor (...Benjamin Kramer2013-05-10
* Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...Owen Anderson2013-05-09
* DAGCombiner: Simplify inverted bit testsDavid Majnemer2013-05-08
* Fix vselect when getSetCCResultType returns a different type from the operandsMatt Arsenault2013-05-07
* Fix slightly too aggressive conact_vector optimization.Michael Kuperstein2013-05-06
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* [inline asm] Return an undef SDValue of the expected value type, rather thanChad Rosier2013-05-01
* Optimize away nop CONCAT_VECTOR nodes.Nadav Rotem2013-05-01
* Only pass 'returned' to target-specific lowering code when the value of entir...Stephen Lin2013-04-30
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-30
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-30
* Re-write the address propagation code for pre-indexed loads/stores to take in...Silviu Baranga2013-04-26
* DAGCombiner: Canonicalize vector integer abs in the same way we do it for sca...Benjamin Kramer2013-04-26
* Fix constant folding for one lane vector types. Constant folding one lane vec...Silviu Baranga2013-04-25
* [inline asm] Fix a crasher for an invalid value type/register class.Chad Rosier2013-04-24
* DAGCombine should not aggressively fold SEXT(VSETCC(...)) into a wider VSETCC...Owen Anderson2013-04-23
* Legalize vector truncates by parts rather than just splitting.Jim Grosbach2013-04-21
* Tidy up comment grammar.Jim Grosbach2013-04-21
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-20
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-20
* Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comm...Eli Bendersky2013-04-19
* Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'mEli Bendersky2013-04-19