aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* No need to go through int64 and APInt when generating a new constant.Nadav Rotem2013-03-071-3/+3
* SDAG: Handle scalarizing an extend of a <1 x iN> vector.Jim Grosbach2013-03-072-0/+21
* Remove duplicate line and move another closer to its actual useEli Bendersky2013-03-011-3/+1
* Set properties for f128 type.Akira Hatanaka2013-03-011-17/+62
* Generate an error message instead of asserting or segfaulting when we can'tChad Rosier2013-03-011-0/+1
* Fix PR10475Michael Liao2013-03-013-12/+17
* A small refactoring + adding comments.Eli Bendersky2013-02-282-10/+5
* Put some per-instruction statistics of fast isel under NDEBUG, together withEli Bendersky2013-02-281-3/+5
* Remove unnecessary cast to void.Eric Christopher2013-02-271-1/+0
* Silence the unused variable warning. Nadav Rotem2013-02-271-5/+7
* The FastISEL should be fast. But when we record statistics we use atomic oper...Nadav Rotem2013-02-271-9/+10
* Reverted: r176136 - Have a way for a target to opt-out of target-independent ...Michael Ilseman2013-02-271-1/+1
* SelectionDAG: If llvm.donothing has a landingpad, we should clearManman Ren2013-02-271-0/+7
* Have a way for a target to opt-out of target-independent fast iselMichael Ilseman2013-02-261-1/+1
* Fix wording.Chad Rosier2013-02-251-3/+4
* [fast-isel] Add X86FastIsel::FastLowerArguments to handle functions with 6 orChad Rosier2013-02-251-0/+10
* pre-RA-sched fix: only reevaluate physreg interferences when necessary.Andrew Trick2013-02-251-33/+61
* 'Hexadecimal' has two 'a's and only one 'i'.Matt Beaumont-Gay2013-02-251-2/+2
* Fix spelling noticed by Duncan.Chandler Carruth2013-02-251-3/+3
* Fix the root cause of PR15348 by correctly handling alignment 0 onChandler Carruth2013-02-252-0/+9
* SelectionDAG compile time improvement.Nadav Rotem2013-02-221-0/+19
* Fix isa<> check which could never be true.Pete Cooper2013-02-221-1/+1