| Age | Commit message (Expand) | Author |
| 2012-12-20 | Use MachineInstrBuilder in a few CodeGen passes. | Jakob Stoklund Olesen |
| 2012-12-20 | Do not introduce vector operations in functions marked with noimplicitfloat. | Bob Wilson |
| 2012-12-19 | Add a missing 'else'. Found by grep '} if' | Dmitri Gribenko |
| 2012-12-19 | Split out abbreviations for the skeleton info from the rest of | Eric Christopher |
| 2012-12-19 | Remove the explicit MachineInstrBuilder(MI) constructor. | Jakob Stoklund Olesen |
| 2012-12-19 | Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT. | Patrik Hagglund |
| 2012-12-19 | Split the usage of 'EVT PartVT' into 'MVT PartVT' and 'EVT PartEVT'. | Patrik Hagglund |
| 2012-12-19 | Change RegVT in BitTestBlock and RegsForValue, to contain MVTs, | Patrik Hagglund |
| 2012-12-19 | Change TargetLowering::getTypeForExtArgOrReturn to take and return | Patrik Hagglund |
| 2012-12-19 | Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT, | Patrik Hagglund |
| 2012-12-19 | Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of | Patrik Hagglund |
| 2012-12-19 | Change TargetLowering::TransformToType to contain MVTs, instead of | Patrik Hagglund |
| 2012-12-19 | Change TargetLowering::findRepresentativeClass to take an MVT, instead | Patrik Hagglund |
| 2012-12-19 | Change TargetLowering::getTypeToPromoteTo to take and return MVTs, | Patrik Hagglund |
| 2012-12-19 | Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT. | Patrik Hagglund |
| 2012-12-19 | Change TargetLowering::getCondCodeAction to take an MVT, instead of | Patrik Hagglund |
| 2012-12-19 | Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs. | Patrik Hagglund |
| 2012-12-19 | Optimized load + SIGN_EXTEND patterns in the X86 backend. | Elena Demikhovsky |
| 2012-12-19 | After reducing the size of an operation in the DAG we zero-extend the reduced | Nadav Rotem |
| 2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
| 2012-12-19 | Remove more of 'else's after 'returns'. No functional change. | Craig Topper |
| 2012-12-19 | Remove a bunch of 'else's after 'returns' | Craig Topper |
| 2012-12-19 | Teach SimplifySetCC that comparing AssertZext i1 against a constant 1 can be ... | Craig Topper |
| 2012-12-18 | Use bidirectional bundle flags to simplify important functions. | Jakob Stoklund Olesen |
| 2012-12-18 | Verify bundle flag consistency when setting them. | Jakob Stoklund Olesen |
| 2012-12-18 | Verify bundle flags for consistency in MachineVerifier. | Jakob Stoklund Olesen |
| 2012-12-18 | Don't allow the automatically updated MI flags to be set directly. | Jakob Stoklund Olesen |
| 2012-12-18 | Tighten up the splice() API for bundled instructions. | Jakob Stoklund Olesen |
| 2012-12-18 | MISched: add dependence to ExitSU to model live-out latency. | Andrew Trick |
| 2012-12-18 | MISched: Cleanup, redundant statement. | Andrew Trick |
| 2012-12-18 | MISched: Heuristics, compare latency more precisely. It matters more for some... | Andrew Trick |
| 2012-12-18 | MISched: Remove SchedRemainder::IsResourceLimited. I don't know how to comput... | Andrew Trick |
| 2012-12-18 | MISched: cleanup, use the proper iterator type. | Andrew Trick |
| 2012-12-18 | MISched: minor improvement, initialize remaining resources before the first s... | Andrew Trick |
| 2012-12-18 | Tighten the insert() API for bundled instructions. | Jakob Stoklund Olesen |
| 2012-12-18 | Check multiple register classes for inline asm tied registers | Hal Finkel |
| 2012-12-17 | Tighten up the erase/remove API for bundled instructions. | Jakob Stoklund Olesen |
| 2012-12-17 | Revert/correct some FastISel changes in r170104 (EVT->MVT for | Patrik Hagglund |
| 2012-12-17 | Add debug prints for when optimizeLoadInstr folds a load. | Craig Topper |
| 2012-12-16 | Declare class DwarfDebug before use instead of relying on a forward declaration | Dmitri Gribenko |
| 2012-12-16 | This patch is needed to make c++ exceptions work for mips16. | Reed Kotler |
| 2012-12-15 | To simplify some code move the unit emission into the holders. | Eric Christopher |
| 2012-12-15 | Use begin and end label names from the section for info. | Eric Christopher |
| 2012-12-14 | Change TargetLowering::getLoadExtAction to take an MVT, instead of | Patrik Hagglund |
| 2012-12-13 | Use the new MI bundling API in MachineInstrBundle itself. | Jakob Stoklund Olesen |
| 2012-12-13 | Debug Info: add support to mark member variables as artificial | David Blaikie |
| 2012-12-13 | Change TargetLowering::setTypeAction to take an MVT, instead fo EVT. | Patrik Hagglund |
| 2012-12-13 | Change TargetLowering::getRepRegClassFor to take an MVT, instead of | Patrik Hagglund |
| 2012-12-13 | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund |
| 2012-12-13 | Use default label name for a section in emitting abbreviation | Eric Christopher |