| Age | Commit message (Expand) | Author |
| 2008-07-04 | Rather than having a different custom legalization | Duncan Sands |
| 2008-07-03 | Revert my previous check-in that split up MachineModuleInfo. It turns out to | Bill Wendling |
| 2008-07-03 | Backed out 53031. | Evan Cheng |
| 2008-07-03 | Avoid unnecessarily copying APInt objects. | Dan Gohman |
| 2008-07-02 | Replace a few uses of SelectionDAG::getTargetNode with | Dan Gohman |
| 2008-07-02 | Add a new getMergeValues method that does not need | Duncan Sands |
| 2008-07-02 | Fixed problem in EmitStackConvert where the source and target type | Mon P Wang |
| 2008-07-02 | instead of aborting on shifts of i1, just implicitly fold them. | Chris Lattner |
| 2008-07-02 | Fix typo compounded by a cut-and-pasto. | Duncan Sands |
| 2008-07-02 | Let AnalyzeNewNode take care of calling ExpungeNode. | Duncan Sands |
| 2008-07-02 | - Use a faster priority comparison function if -fast. | Evan Cheng |
| 2008-07-01 | No need to use std::distance. We can just count the number of operands | Owen Anderson |
| 2008-07-01 | Eliminate a compile time warning. | Evan Cheng |
| 2008-07-01 | Do run ComputeLiveOutVRegInfo with -fast. | Evan Cheng |
| 2008-07-01 | Do not use computationally expensive scheduling heuristics with -fast. | Evan Cheng |
| 2008-07-01 | Apply Chris' suggestion. | Evan Cheng |
| 2008-07-01 | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman |
| 2008-06-30 | Suppress compiler warning. | Evan Cheng |
| 2008-06-30 | Use a simpler but equivalent form of RecordSource. | Dan Gohman |
| 2008-06-30 | Add timing report for various sub-passes under SelectionDAGISel. | Evan Cheng |
| 2008-06-30 | Use reserve. | Dan Gohman |
| 2008-06-30 | Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its | Dan Gohman |
| 2008-06-30 | Split scheduling from instruction selection. | Evan Cheng |
| 2008-06-30 | Replace some std::vectors that showed up in heap profiling with | Dan Gohman |
| 2008-06-30 | Correct the allocation size for CCState's UsedRegs member, which | Dan Gohman |
| 2008-06-30 | ExpungeNode is only needed for new nodes! This | Duncan Sands |
| 2008-06-30 | Support for VAARG. As noted in a comment, this is | Duncan Sands |
| 2008-06-30 | Support for promoting select_cc operands. | Duncan Sands |
| 2008-06-30 | Revert the SelectionDAG optimization that makes | Duncan Sands |
| 2008-06-30 | - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp... | Evan Cheng |
| 2008-06-30 | Implement split and scalarize for SELECT_CC, fixing PR2504 | Chris Lattner |
| 2008-06-29 | Revert (52748 and friends): | Anton Korobeynikov |
| 2008-06-28 | Really fix the bootstrap failure. | Chris Lattner |
| 2008-06-28 | Add back the capability to include nul characters in strings with | Chris Lattner |
| 2008-06-28 | When folding a bitcast into a load or store, preserve the alignment | Dan Gohman |
| 2008-06-27 | simplify this check, GetConstantStringInfo validates that a | Chris Lattner |
| 2008-06-27 | Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean up | Bill Wendling |
| 2008-06-26 | duncan points out that isOperationLegal includes a check for | Chris Lattner |
| 2008-06-26 | Move GetConstantStringInfo to lib/Analysis. Remove | Eric Christopher |
| 2008-06-26 | when we know the signbit of an input to uint_to_fp is zero, | Chris Lattner |
| 2008-06-25 | - Fix a x86 vector isel bug: illegal transformation of a vector_shuffle into a | Evan Cheng |
| 2008-06-25 | Add support for expanding PPC 128 bit floats. | Duncan Sands |
| 2008-06-25 | Add/complete support for integer and float | Duncan Sands |
| 2008-06-25 | Remove the OrigVT member from AtomicSDNode, as it is redundant with | Dan Gohman |
| 2008-06-25 | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang |
| 2008-06-23 | Use the new PriorityQueue in ScheduleDAGList too, which also | Dan Gohman |
| 2008-06-23 | Move a DenseMap's declaration outside of a loop, and just call | Dan Gohman |
| 2008-06-23 | Duncan pointed out this code could be tidied. | Dan Gohman |
| 2008-06-23 | Port some integer multiplication fixes from LegalizeDAG. | Duncan Sands |
| 2008-06-23 | Support for expanding the result of EXTRACT_ELEMENT. | Duncan Sands |