| Age | Commit message (Expand) | Author |
| 2006-08-04 | Make SelectionDAG::RemoveDeadNodes iterative instead of recursive, which | Chris Lattner |
| 2006-08-03 | Copy the liveins for the first block. PR859 | Jim Laskey |
| 2006-08-03 | Work around a GCC 3.3.5 bug noticed by a user. | Chris Lattner |
| 2006-08-02 | - Change AssignTopologicalOrder to return vector of SDNode* by reference. | Evan Cheng |
| 2006-08-02 | Final polish on machine pass registries. | Jim Laskey |
| 2006-08-01 | Now that the ISel is available, it's possible to create a default instruction | Jim Laskey |
| 2006-08-01 | 1. Change use of "Cache" to "Default". | Jim Laskey |
| 2006-08-01 | Introducing plugable register allocators and instruction schedulers. | Jim Laskey |
| 2006-08-01 | Added AssignTopologicalOrder() to assign each node an unique id based on thei... | Evan Cheng |
| 2006-08-01 | PIC jump table entries are always 32-bit even in 64-bit mode. | Evan Cheng |
| 2006-07-28 | Remove InFlightSet hack. No longer needed. | Evan Cheng |
| 2006-07-27 | Code cleanups, per review | Nate Begeman |
| 2006-07-27 | AssignNodeIds should return unsigned. | Evan Cheng |
| 2006-07-27 | AssignNodeIds assign each node in the DAG an unique id. | Evan Cheng |
| 2006-07-27 | Support jump tables when in PIC relocation model | Nate Begeman |
| 2006-07-26 | Fix a case where LegalizeAllNodesNotLeadingTo could take exponential time. | Chris Lattner |
| 2006-07-26 | For PR780: | Reid Spencer |
| 2006-07-25 | Initialize some variables the compiler warns about. | Reid Spencer |
| 2006-07-21 | Use an enumeration to eliminate data relocations. | Jim Laskey |
| 2006-07-21 | If a shuffle is a splat, check if the argument is a build_vector with all ele... | Evan Cheng |
| 2006-07-21 | Build more debugger/selectiondag libraries as archives instead of .o files. | Chris Lattner |
| 2006-07-20 | If a shuffle is unary, i.e. one of the vector argument is not needed, turn the | Evan Cheng |
| 2006-07-20 | Mems can be in the output list also. This is the second half of a fix for | Chris Lattner |
| 2006-07-20 | 80 cols | Andrew Lenharth |
| 2006-07-20 | Reduce number of exported symbols | Andrew Lenharth |
| 2006-07-19 | Add an out-of-line virtual method for the sdnode class to give it a home. | Chris Lattner |
| 2006-07-11 | It was pointed out that DEBUG() is only available with -debug. | Jim Laskey |
| 2006-07-11 | Ensure that dump calls that are associated with asserts are removed from | Jim Laskey |
| 2006-07-11 | Fix CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll and PR818. | Chris Lattner |
| 2006-07-07 | Fix a typo that causes 2006-07-07-ComputeMaskedBits.ll to fail. | Evan Cheng |
| 2006-06-29 | Ugly hack! Add helper functions InsertInFlightSetEntry and | Evan Cheng |
| 2006-06-28 | Use hidden visibility to make symbols in an anonymous namespace get | Chris Lattner |
| 2006-06-28 | Shave another 27K off libllvmgcc.dylib with visibility hidden | Chris Lattner |
| 2006-06-28 | Mark these two classes as hidden, shrinking libllbmgcc.dylib by 25K | Chris Lattner |
| 2006-06-28 | Fix CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll | Chris Lattner |
| 2006-06-27 | For PR801: | Reid Spencer |
| 2006-06-15 | Consistency. EXTRACT_ELEMENT index operand should have ptr type. | Evan Cheng |
| 2006-06-15 | Instructions with variable operands (variable_ops) can have a number required | Evan Cheng |
| 2006-06-13 | Port some bugfixes in shift handling from SimplifyDemandedBits over to | Chris Lattner |
| 2006-06-13 | TargetLowering::ComputeMaskedBits was not clearing reciprocal bits on shifts. | Jim Laskey |
| 2006-06-12 | Make sure to update the CFG correctly if a switch only has a default dest. | Chris Lattner |
| 2006-06-12 | Start on my todo list | Andrew Lenharth |
| 2006-06-08 | Fix X86/inline-asm.ll:test2, a case where an input value was implicitly | Chris Lattner |
| 2006-06-08 | Fix Regression/CodeGen/X86/inline-asm.ll, a case where inline asm causes | Chris Lattner |
| 2006-06-05 | For PR798: | Reid Spencer |
| 2006-06-01 | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer |
| 2006-05-31 | commuteInstruction() does not always create a new MI! | Evan Cheng |
| 2006-05-31 | Eliminate a memory leak. | Evan Cheng |
| 2006-05-31 | visitVBinOp: Can't fold divide by zero! | Evan Cheng |
| 2006-05-30 | Make sure the register pressure reduction schedulers work for non-uniform | Evan Cheng |