| Age | Commit message (Expand) | Author |
| 2005-12-02 | cycle counter fix | Andrew Lenharth |
| 2005-12-01 | Don't remove two operand, two result nodes from the binary ops map. These | Chris Lattner |
| 2005-12-01 | Promote line and column number information for our friendly 64-bit targets. | Chris Lattner |
| 2005-12-01 | This is a bugfix for SelectNodeTo. In certain situations, we could be | Chris Lattner |
| 2005-12-01 | Support multiple ValueTypes per RegisterClass, needed for upcoming vector | Nate Begeman |
| 2005-11-30 | Make SelectNodeTo return N | Chris Lattner |
| 2005-11-30 | CALLSEQ_START/END nodes don't get memoized, do not add them in when | Chris Lattner |
| 2005-11-30 | At long last, you can say that f32 isn't supported for setcc | Andrew Lenharth |
| 2005-11-30 | First chunk of actually generating vector code for packed types. These | Nate Begeman |
| 2005-11-30 | add support for custom lowering SINT_TO_FP | Andrew Lenharth |
| 2005-11-30 | Fix a problem with llvm-ranlib that (on some platforms) caused the archive | Reid Spencer |
| 2005-11-30 | Fixed a bug introduced by my last commit: TargetGlobalValues should key on | Evan Cheng |
| 2005-11-30 | Added an index field to GlobalAddressSDNode so it can represent X+12, etc. | Evan Cheng |
| 2005-11-29 | Add support for a new STRING and LOCATION node for line number support, patch | Chris Lattner |
| 2005-11-29 | Add the majority of the vector machien value types we expect to support, | Nate Begeman |
| 2005-11-22 | Check in code to scalarize arbitrarily wide packed types for some simple | Nate Begeman |
| 2005-11-22 | Rather than attempting to legalize 1 x float, make sure the SD ISel never | Nate Begeman |
| 2005-11-20 | Legalize MERGE_VALUES, expand READCYCLECOUNTER correctly, so it doesn't | Chris Lattner |
| 2005-11-20 | The first patch of X86 support for read cycle counter | Andrew Lenharth |
| 2005-11-20 | more progress towards bug 291 being finished. Patch by Owen Anderson, | Chris Lattner |
| 2005-11-19 | Unbreak codegen of bools. This should fix the llc/jit/llc-beta failures | Chris Lattner |
| 2005-11-19 | Improve Selection DAG printer portability. Patch by Owen Anderson! | Chris Lattner |
| 2005-11-19 | Teach the graph viewer to handle register operands that are zero. | Chris Lattner |
| 2005-11-19 | Silence a bogus warning | Chris Lattner |
| 2005-11-19 | Add some method variants, patch by Evan Cheng | Chris Lattner |
| 2005-11-19 | Teach LLVM how to scalarize packed types. Currently, this only works on | Nate Begeman |
| 2005-11-18 | Split out the shift code from visitBinary. | Nate Begeman |
| 2005-11-17 | Allow targets to custom legalize leaf nodes like GlobalAddress. | Chris Lattner |
| 2005-11-17 | Teach legalize about targetglobaladdress | Chris Lattner |
| 2005-11-16 | when debugging lower dbg intrinsics to calls | Chris Lattner |
| 2005-11-12 | Fix operator precedence bug caught by VC++. | Jeff Cohen |
| 2005-11-11 | added a chain output | Andrew Lenharth |
| 2005-11-11 | continued readcyclecounter support | Andrew Lenharth |
| 2005-11-09 | Switch the allnodes list from a vector of pointers to an ilist of nodes.This ... | Chris Lattner |
| 2005-11-09 | Refactor intrinsic lowering stuff out of visitCall | Chris Lattner |
| 2005-11-09 | Handle the trivial (but common) two-op case more efficiently | Chris Lattner |
| 2005-11-09 | Fix CodeGen/X86/shift-folding.ll:test3 on X86 | Chris Lattner |
| 2005-11-09 | Avoid creating a token factor node in trivially redundant cases. This | Chris Lattner |
| 2005-11-09 | Handle GEP's a bit more intelligently. Fold constant indices early and | Chris Lattner |
| 2005-11-08 | Allocate the right amount of memory for this vector up front. | Chris Lattner |
| 2005-11-08 | Change the ValueList array for each node to be shared instead of individually... | Chris Lattner |
| 2005-11-08 | Switch the operandlist/valuelist from being vectors to being just an array.Th... | Chris Lattner |
| 2005-11-08 | Explicitly initialize some instance vars | Chris Lattner |
| 2005-11-08 | Clean up RemoveDeadNodes significantly, by eliminating the need for a temporary | Chris Lattner |
| 2005-11-07 | Let's try ignoring resource utilization on the backward pass. | Jim Laskey |
| 2005-11-06 | Add the necessary support to the ISel to allow targets to codegen the new | Nate Begeman |
| 2005-11-05 | Fix logic bug in finding retry slot in tally. | Jim Laskey |
| 2005-11-04 | Fix a warning | Jim Laskey |
| 2005-11-04 | Scheduling now uses itinerary data. | Jim Laskey |
| 2005-11-02 | Fix a crash that Andrew noticed, and add a pair of braces to unfconfuse | Nate Begeman |