| Age | Commit message (Expand) | Author |
| 2010-05-19 | Code clean up. | Evan Cheng |
| 2010-05-19 | Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa... | Evan Cheng |
| 2010-05-19 | When expanding a vector_shuffle, the element type may not be legal and may | Bob Wilson |
| 2010-05-19 | Intrinsics which do a vector compare (results are all zero or all ones) are m... | Evan Cheng |
| 2010-05-18 | Sink dag combine's post index load / store code that swap base ptr and index ... | Evan Cheng |
| 2010-05-18 | Continuously refine the register class of REG_SEQUENCE def with all the sourc... | Evan Cheng |
| 2010-05-18 | Fix PR7162: Use source register classes and sub-indices to determine the corr... | Evan Cheng |
| 2010-05-18 | FIX PR7158. SimplifyVBinOp was asserting when it fails to constant fold (op (... | Evan Cheng |
| 2010-05-17 | - Set the "HasCalls" flag after instruction selection is finished. | Bill Wendling |
| 2010-05-15 | Fix uint64->{float, double} conversion to do rounding correctly in 32-bit. | Dale Johannesen |
| 2010-05-15 | Improve assertion messages. | Dale Johannesen |
| 2010-05-14 | Fast ISel trivially coalesces away no-op casts, so check for this when | Dan Gohman |
| 2010-05-14 | Don't set kill flags for instructions which the scheduler has cloned. | Dan Gohman |
| 2010-05-14 | Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what | Bill Wendling |
| 2010-05-13 | Implement a correct ui64->f32 conversion. The old | Dale Johannesen |
| 2010-05-13 | An Instruction has a trivial kill only if its use is in the same | Dan Gohman |
| 2010-05-11 | Add initial kill flag support to FastISel. | Dan Gohman |
| 2010-05-11 | Don't set kill flags on uses of CopyFromReg nodes. InstrEmitter doesn't | Dan Gohman |
| 2010-05-11 | I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it | Duncan Sands |
| 2010-05-11 | Trim #includes and forward declarations. | Dan Gohman |
| 2010-05-11 | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman |
| 2010-05-11 | Fixes for Microsoft Visual Studio 2010, from Steven Watanabe! | Douglas Gregor |
| 2010-05-10 | Indentation. | Evan Cheng |
| 2010-05-10 | Be careful with operand promotion. For a binary operation, the source operand... | Evan Cheng |
| 2010-05-10 | Add an assertion to catch attempts to access off the end of the array. | Duncan Sands |
| 2010-05-07 | SDDbgValues are apparently not being legalized. Fix a symptom of the problem, | Dan Gohman |
| 2010-05-07 | Verify variable directly. | Devang Patel |
| 2010-05-07 | Fix PR 7087, and probably other things, by extending | Dale Johannesen |
| 2010-05-07 | Transfer debug location information from PHI nodes to resulting | Dan Gohman |
| 2010-05-07 | Print debug information for SDNodes. | Dan Gohman |
| 2010-05-06 | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman |
| 2010-05-06 | In bottom-up mode, defer the materialization of local constant values. | Dan Gohman |
| 2010-05-05 | Add an "IsBottomUp" member function to FastISel, which will be used to | Dan Gohman |
| 2010-05-05 | Use getValue() for PHINodes when direct NodeMap access does not work. | Devang Patel |
| 2010-05-04 | Instruction selection optimizations may have moved the def of a function argu... | Evan Cheng |
| 2010-05-04 | Teach scheduler about REG_SEQUENCE. | Evan Cheng |
| 2010-05-04 | Re-enable isel kill flags, now that the local allocator is ignoring them. | Dan Gohman |
| 2010-05-03 | Factor out FastISel's code for materializing constants and other values | Dan Gohman |
| 2010-05-01 | Insert ANY_EXTEND node instead of invalid truncate during DAG Combining (X & 1), | Anton Korobeynikov |
| 2010-05-01 | Remove the code for special-casing byval for fast-isel. SelectionDAG | Dan Gohman |
| 2010-05-01 | Re-disable kill flags, as there is more trouble. | Dan Gohman |
| 2010-05-01 | Re-enable kill flags from SelectionDAGISel, with a fix: don't | Dan Gohman |
| 2010-05-01 | Fix whitespace. | Dan Gohman |
| 2010-05-01 | Don't pass SDValues by non-const reference unless they may be | Dan Gohman |
| 2010-05-01 | Reorgnaize more switch code lowering to clean up some tricky | Dan Gohman |
| 2010-05-01 | Delete the EdgeMapping variable itself. | Dan Gohman |
| 2010-05-01 | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman |
| 2010-04-30 | EXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have the same index, but the | Bill Wendling |
| 2010-04-30 | Remove this debug output. The MachineFunction will be printed once all of | Dan Gohman |
| 2010-04-30 | EmitDbgValue doesn't need its EdgeMapping argument. | Dan Gohman |