| Age | Commit message (Expand) | Author |
| 2008-08-21 | Add libcalls for the new rounding opcodes. | Dan Gohman |
| 2008-08-21 | Add libm-oriented ISD opcodes for rounding operations. | Dan Gohman |
| 2008-08-21 | Have FastISel skip the multiply by 1 for getelementptr on i8*. | Dan Gohman |
| 2008-08-21 | MVT::getMVT uses iPTR for pointer types, while we need the actual | Dan Gohman |
| 2008-08-21 | Elements in DeadNodeSet are checked for use_empty() before they | Dan Gohman |
| 2008-08-21 | Basic fast-isel support for instructions with constant int operands. | Dan Gohman |
| 2008-08-21 | Type of first GEP operand is always the same as the target pointer type. | Evan Cheng |
| 2008-08-20 | Fix unused variable warnings. | Dan Gohman |
| 2008-08-20 | First cut, un-optimized (and untested) fast isel lowering of GetElementPtrInst. | Evan Cheng |
| 2008-08-20 | Simplify the BuildMI calls even more. | Dan Gohman |
| 2008-08-20 | Simplify FastISel's constructor argument list, make the FastISel | Dan Gohman |
| 2008-08-20 | Dump the instruction that foiled ISel even when -debug is not used. | Dan Gohman |
| 2008-08-20 | Make more use of the BuildMI API. | Dan Gohman |
| 2008-08-20 | Minor code reorganization. | Dan Gohman |
| 2008-08-20 | Minor whitespace cleanup. | Dan Gohman |
| 2008-08-20 | Fix 80 column violation. | Dan Gohman |
| 2008-08-20 | Kill off SimpleBBISel, it's replaced by FastISel. | Evan Cheng |
| 2008-08-20 | Disable DAGCombine's alignment inference in "fast" codegen mode. | Dan Gohman |
| 2008-08-20 | Change the FoldingSetNodeID usage for objects which carry | Dan Gohman |
| 2008-08-20 | Use BitVector instead of std::vector<unsigned char>. | Dan Gohman |
| 2008-08-20 | Avoid an empty-if-body warning in release builds. | Dan Gohman |
| 2008-08-20 | Fix FastISel to recognize that the last block in the function does | Dan Gohman |
| 2008-08-20 | Fix a leak in the FastISel code that Chris pointed out. | Dan Gohman |
| 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 |