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