| Age | Commit message (Expand) | Author |
| 2013-04-23 | DAGCombine should not aggressively fold SEXT(VSETCC(...)) into a wider VSETCC... | Owen Anderson |
| 2013-04-21 | Legalize vector truncates by parts rather than just splitting. | Jim Grosbach |
| 2013-04-21 | Tidy up comment grammar. | Jim Grosbach |
| 2013-04-20 | Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE. | Tim Northover |
| 2013-04-20 | Add CodeGen support for functions that always return arguments via a new para... | Stephen Lin |
| 2013-04-19 | Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comm... | Eli Bendersky |
| 2013-04-19 | Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'm | Eli Bendersky |
| 2013-04-19 | ArrayRefize getMachineNode(). No functionality change. | Michael Liao |
| 2013-04-19 | Use dbgs() consistently for -debug printouts | Eli Bendersky |
| 2013-04-19 | Add some more stats for fast isel vs. SelectionDAG, w.r.t lowering function | Eli Bendersky |
| 2013-04-09 | DAGCombiner: Fold a shuffle on CONCAT_VECTORS into a new CONCAT_VECTORS if po... | Benjamin Kramer |
| 2013-04-04 | Formatting | Eli Bendersky |
| 2013-04-03 | Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC. | Bill Schmidt |
| 2013-04-02 | DAGCombiner: Merge store/loads when we have extload/truncstores | Arnold Schwaighofer |
| 2013-04-01 | Merge load/store sequences with adresses: base + index + offset | Arnold Schwaighofer |
| 2013-03-30 | DAGCombine: visitXOR can replace a node without returning it, bail out in tha... | Benjamin Kramer |
| 2013-03-28 | [fast-isel] Add a preemptive fix for the case where we fail to materialize an | Chad Rosier |
| 2013-03-25 | Enhance folding of (extract_subvec (insert_subvec V1, V2, IIdx), EIdx) | Michael Liao |
| 2013-03-25 | Disable some unsafe-fp-math DAG-combine transformation after legalization. | Shuxin Yang |
| 2013-03-23 | Remove the type legality check from the SelectionDAGBuilder when it lowers @l... | Owen Anderson |
| 2013-03-20 | Make variable name more explicit and eliminate redundant lookup in SDNodeOrde... | Justin Holewinski |
| 2013-03-20 | When computing the demanded bits of Load SDNodes, make sure that we are looki... | Nadav Rotem |
| 2013-03-20 | Revert "pre-RA-sched: fix TargetOpcode usage" | Christian Konig |
| 2013-03-20 | Move SDNode order propagation to SDNodeOrdering, which also fixes a missed | Justin Holewinski |
| 2013-03-20 | pre-RA-sched: fix TargetOpcode usage | Christian Konig |
| 2013-03-20 | Propagate DAG node ordering during type legalization and instruction selection | Justin Holewinski |
| 2013-03-13 | Reset some of the target options which affect code generation. | Bill Wendling |
| 2013-03-12 | Avoid generating ISD::SELECT for vector operands to SIGN_EXTEND | Richard Relph |
| 2013-03-11 | Fix a crasher newly introduced in r176659/r176649, where fast-isel tries to | Nick Lewycky |
| 2013-03-08 | Disable statistics on Release builds and move tests that depend on -stats. | Jan Wen Voung |
| 2013-03-08 | Remove default from fully covered switch. | Benjamin Kramer |
| 2013-03-08 | LegalizeDAG: Respect the result of TLI.getBooleanContents() when expanding SETCC | Tom Stellard |
| 2013-03-08 | DAGCombiner: Use correct value type for checking legality of BR_CC v3 | Tom Stellard |
| 2013-03-08 | Revert r176154 in favor of a better approach. | Bill Wendling |
| 2013-03-07 | [fast-isel] Seriously, add support for the expect intrinsic. | Chad Rosier |
| 2013-03-07 | [fast-isel] Add support for the expect intrinsic. | Chad Rosier |
| 2013-03-07 | ArrayRefize some code. No functionality change. | Benjamin Kramer |
| 2013-03-07 | pre-RA-sched debug-only fix | Andrew Trick |
| 2013-03-07 | pre-RA-sched assertion fix. This bug was exposed by r176037. | Andrew Trick |
| 2013-03-07 | No need to go through int64 and APInt when generating a new constant. | Nadav Rotem |
| 2013-03-07 | SDAG: Handle scalarizing an extend of a <1 x iN> vector. | Jim Grosbach |
| 2013-03-01 | Remove duplicate line and move another closer to its actual use | Eli Bendersky |
| 2013-03-01 | Set properties for f128 type. | Akira Hatanaka |
| 2013-03-01 | Generate an error message instead of asserting or segfaulting when we can't | Chad Rosier |
| 2013-03-01 | Fix PR10475 | Michael Liao |
| 2013-02-28 | A small refactoring + adding comments. | Eli Bendersky |
| 2013-02-28 | Put some per-instruction statistics of fast isel under NDEBUG, together with | Eli Bendersky |
| 2013-02-27 | Remove unnecessary cast to void. | Eric Christopher |
| 2013-02-27 | Silence the unused variable warning. | Nadav Rotem |
| 2013-02-27 | The FastISEL should be fast. But when we record statistics we use atomic oper... | Nadav Rotem |