| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a simpler but equivalent form of RecordSource. | Dan Gohman | 2008-06-30 | 1 | -2/+1 |
* | Add timing report for various sub-passes under SelectionDAGISel. | Evan Cheng | 2008-06-30 | 1 | -0/+26 |
* | std::ostream and std::string microoptimizations for asm printing. | Dan Gohman | 2008-06-30 | 1 | -84/+84 |
* | Use reserve. | Dan Gohman | 2008-06-30 | 1 | -0/+1 |
* | Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its | Dan Gohman | 2008-06-30 | 4 | -44/+47 |
* | Split scheduling from instruction selection. | Evan Cheng | 2008-06-30 | 1 | -3/+11 |
* | No need to align the stack if there are no stack | Dale Johannesen | 2008-06-30 | 1 | -1/+2 |
* | Remove unneeded include. | Evan Cheng | 2008-06-30 | 1 | -1/+0 |
* | Replace some std::vectors that showed up in heap profiling with | Dan Gohman | 2008-06-30 | 1 | -10/+9 |
* | Correct the allocation size for CCState's UsedRegs member, which | Dan Gohman | 2008-06-30 | 1 | -1/+1 |
* | ExpungeNode is only needed for new nodes! This | Duncan Sands | 2008-06-30 | 1 | -9/+12 |
* | Support for VAARG. As noted in a comment, this is | Duncan Sands | 2008-06-30 | 2 | -0/+33 |
* | Support for promoting select_cc operands. | Duncan Sands | 2008-06-30 | 2 | -3/+16 |
* | Revert the SelectionDAG optimization that makes | Duncan Sands | 2008-06-30 | 3 | -40/+27 |
* | - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp... | Evan Cheng | 2008-06-30 | 2 | -30/+38 |
* | Implement split and scalarize for SELECT_CC, fixing PR2504 | Chris Lattner | 2008-06-30 | 1 | -0/+23 |
* | Revert (52748 and friends): | Anton Korobeynikov | 2008-06-29 | 2 | -11/+14 |
* | Really fix the bootstrap failure. | Chris Lattner | 2008-06-28 | 1 | -9/+5 |
* | Add back the capability to include nul characters in strings with | Chris Lattner | 2008-06-28 | 1 | -1/+1 |
* | When folding a bitcast into a load or store, preserve the alignment | Dan Gohman | 2008-06-28 | 1 | -2/+2 |
* | Looks like this condition is inverted. | Evan Cheng | 2008-06-27 | 1 | -2/+2 |
* | Reduce number of times .size() is called on a vector. Rename some variables to | Bill Wendling | 2008-06-27 | 1 | -16/+22 |
* | Use a SmallSet when we can to reduce memory allocations. | Owen Anderson | 2008-06-27 | 1 | -1/+2 |
* | simplify this check, GetConstantStringInfo validates that a | Chris Lattner | 2008-06-27 | 1 | -5/+3 |
* | Cruft left from patch revert...sorry. :-( | Bill Wendling | 2008-06-27 | 1 | -3/+6 |
* | Reverting broken patch r52803. | Bill Wendling | 2008-06-27 | 1 | -33/+20 |
* | Don't perform expensive queries checking for super and sub registers when we ... | Owen Anderson | 2008-06-27 | 1 | -1/+2 |
* | - Remove a use of std::vector. | Bill Wendling | 2008-06-27 | 1 | -12/+24 |
* | Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean up | Bill Wendling | 2008-06-27 | 4 | -803/+632 |
* | duncan points out that isOperationLegal includes a check for | Chris Lattner | 2008-06-26 | 1 | -2/+2 |
* | Don't create a whole new string just to copy the elements into it. | Owen Anderson | 2008-06-26 | 1 | -5/+3 |
* | Fixes the last x86-64 test failure in compat.exp: | Dale Johannesen | 2008-06-26 | 1 | -2/+6 |
* | Move GetConstantStringInfo to lib/Analysis. Remove | Eric Christopher | 2008-06-26 | 2 | -3/+8 |
* | when we know the signbit of an input to uint_to_fp is zero, | Chris Lattner | 2008-06-26 | 1 | -3/+26 |
* | Remember which MachineOperand we were processing, so we don't have to scan th... | Owen Anderson | 2008-06-25 | 1 | -11/+15 |
* | Fix the text in an assert string. | Dan Gohman | 2008-06-25 | 1 | -1/+1 |
* | - Fix a x86 vector isel bug: illegal transformation of a vector_shuffle into a | Evan Cheng | 2008-06-25 | 1 | -11/+11 |
* | Add support for expanding PPC 128 bit floats. | Duncan Sands | 2008-06-25 | 4 | -9/+215 |
* | Add/complete support for integer and float | Duncan Sands | 2008-06-25 | 3 | -38/+282 |
* | Remove the OrigVT member from AtomicSDNode, as it is redundant with | Dan Gohman | 2008-06-25 | 3 | -13/+9 |
* | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang | 2008-06-25 | 3 | -34/+93 |
* | Enable two-address remat by default. | Evan Cheng | 2008-06-25 | 1 | -35/+33 |
* | Use SmallVector instead of std::vector for a minor compile time improvement. | Owen Anderson | 2008-06-24 | 1 | -11/+11 |
* | A brief survey of priority_queue usage in the tree turned this up | Dan Gohman | 2008-06-23 | 1 | -1/+1 |
* | This situation can occur: | Bill Wendling | 2008-06-23 | 1 | -2/+17 |
* | Use the new PriorityQueue in ScheduleDAGList too, which also | Dan Gohman | 2008-06-23 | 1 | -19/+3 |
* | Use getMBBEndIdx rather than assuming that the end is right after the last in... | Owen Anderson | 2008-06-23 | 1 | -1/+1 |
* | Remove option used to debug stack coloring bugs. It's no longer needed since ... | Evan Cheng | 2008-06-23 | 1 | -6/+1 |
* | Move a DenseMap's declaration outside of a loop, and just call | Dan Gohman | 2008-06-23 | 1 | -1/+2 |
* | Instead of adding an isSS field to LiveInterval to denote stack slot. Use top... | Evan Cheng | 2008-06-23 | 2 | -5/+4 |