| Age | Commit message (Expand) | Author |
| 2008-08-20 | Add support for running SelectionDAG if FastISel fails. This is under | Dan Gohman |
| 2008-08-20 | Fix FastISel to recognize unhandled operands, such as constants | Dan Gohman |
| 2008-08-20 | Add FastISel support for floating-point operations. | Dan Gohman |
| 2008-08-20 | Add FastISel support for several more binary operators. | Dan Gohman |
| 2008-08-19 | Add code to call FastISel, and a command-line option to enable it. | Dan Gohman |
| 2008-08-19 | Support unconditional fall-through branches in FastISel. | Dan Gohman |
| 2008-08-19 | Use the BuildMI overload that sets up a destination register | Dan Gohman |
| 2008-08-19 | Handle the case where target-specific fastisel code doesn't have | Dan Gohman |
| 2008-08-19 | don't use the result of WriteTypeSymbolic or WriteAsOperand. | Chris Lattner |
| 2008-08-17 | Rename some GC classes so that their roll will hopefully be clearer. | Gordon Henriksen |
| 2008-08-17 | Factor GC metadata table assembly generation out of Collector in preparation ... | Gordon Henriksen |
| 2008-08-17 | Rework the routines that convert AP[S]Int into a string. Now, instead of | Chris Lattner |
| 2008-08-14 | Make FastISel's constructor protected, and give it a destructor. | Dan Gohman |
| 2008-08-14 | Improve support for vector casts in LLVM IR and CodeGen. | Dan Gohman |
| 2008-08-13 | Fix a bogus srem rule - a negative value srem'd by a power-of-2 | Dan Gohman |
| 2008-08-13 | Allow SelectionDAG to create EXTRACT_VECTOR_ELT nodes with | Dan Gohman |
| 2008-08-13 | Initial checkin of the new "fast" instruction selection support. See | Dan Gohman |
| 2008-08-13 | Rename SelectionDAGISel's FastISel to Fast, to begin to make | Dan Gohman |
| 2008-08-12 | Correct the filename in the top-of-file comment. | Dan Gohman |
| 2008-08-11 | Take the FrameOffset into account when computing the alignment | Dan Gohman |
| 2008-08-08 | Add skeleton of simple basic block instruction selector. | Evan Cheng |
| 2008-08-07 | Add the remaining fp_round libcalls: | Bruno Cardoso Lopes |
| 2008-08-07 | Factor code that finalize PHI nodes, jump tables, etc. out of SelectBasicBloc... | Evan Cheng |
| 2008-08-05 | Remove the -disable-correct-folding option, which was ugly and is no longer n... | Owen Anderson |
| 2008-08-05 | Fix several const-correctness issues, resolving some -Wcast-qual warnings. | Dan Gohman |
| 2008-08-05 | This option doesn't need to be a target option. It can be in SDISel instead. | Owen Anderson |
| 2008-08-04 | - Fix SelectionDAG to generate correct CFGs. | Owen Anderson |
| 2008-08-04 | Fix SDISel lowering of PHI nodes to use ComputeValueVTs. | Dan Gohman |
| 2008-08-04 | Fix SDISel lowering of zeroinitializer and undef to use ComputeValueVTs. | Dan Gohman |
| 2008-07-31 | Add a flag to disable jump table generation (all | Dale Johannesen |
| 2008-07-31 | Improve dagcombining for sext-loads and sext-in-reg nodes. | Dan Gohman |
| 2008-07-30 | Move SelectionDAG::viewGraph() out of line; as an inline function | Dan Gohman |
| 2008-07-30 | Don't look for leaf values to store when lowering stores of | Dan Gohman |
| 2008-07-29 | Fix broken CellSPU lowering, re-instate braces in Legalize | Nate Begeman |
| 2008-07-29 | Disable a fix in the previous patch, since it breaks CellSPU. | Nate Begeman |
| 2008-07-29 | Add vector shifts to the IR, patch by Eli Friedman. | Nate Begeman |
| 2008-07-28 | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman |
| 2008-07-27 | Make the ScheduleDAG's GraphRoot edge be blue and dashed too, like | Dan Gohman |
| 2008-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
| 2008-07-27 | Tidy SDNode::use_iterator, and complete the transition to have it | Dan Gohman |
| 2008-07-27 | Rename isOnlyUseOf to isOnlyUserOf. | Dan Gohman |
| 2008-07-27 | Some binary operations were being treated as | Duncan Sands |
| 2008-07-25 | When splitting a vector shuffle, fixed which type we used for the hi part | Mon P Wang |
| 2008-07-25 | Use AliasAnalysis::pointsToConstantMemory in SDISel to avoid unnecessary | Dan Gohman |
| 2008-07-23 | Enable first-class aggregates support. | Dan Gohman |
| 2008-07-22 | LegalizeTypes support for VSETCC. Fixes PR2575. | Duncan Sands |
| 2008-07-22 | Fix pr2566: incorrect assumption about bit_convert. It doesn't not have to ou... | Evan Cheng |
| 2008-07-22 | Make the GraphRoot edge look like a chain edge, which is more accurate, | Dan Gohman |
| 2008-07-21 | Fix grammaros in comments. | Dan Gohman |
| 2008-07-21 | Enhance the GraphWriter support for edge destinations, and teach the | Dan Gohman |