| Age | Commit message (Expand) | Author |
| 2012-12-19 | s/AttributeListImpl/AttributeSetImpl/g to match the namechange of AttributeList. | Bill Wendling |
| 2012-12-19 | Always use addOperand(MF, MO) from MachineInstrBuilder. | Jakob Stoklund Olesen |
| 2012-12-19 | Remove the explicit MachineInstrBuilder(MI) constructor. | Jakob Stoklund Olesen |
| 2012-12-19 | Remove edis remnant. | Benjamin Kramer |
| 2012-12-19 | Remove edis - the enhanced disassembler. Fixes PR14654. | Roman Divacky |
| 2012-12-19 | Add an MF argument to MachineInstr::addOperand(). | Jakob Stoklund Olesen |
| 2012-12-19 | Remove superfluous brief command from getAsString. | Chad Rosier |
| 2012-12-19 | Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT. | Patrik Hagglund |
| 2012-12-19 | Revert 170545 while I debug the ppc failures. | Rafael Espindola |
| 2012-12-19 | Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs. | Benjamin Kramer |
| 2012-12-19 | Add r170095 back. | Rafael Espindola |
| 2012-12-19 | [msan] Add track-origins argument to the pass constructor. | Evgeniy Stepanov |
| 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::getRepRegClassCostFor, getIndexedLoadAction, | 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 | MapVector: Add lookup(). | Benjamin Kramer |
| 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 | Inline hasFunctionOnlyAttrs into its only use. | Bill Wendling |
| 2012-12-19 | Inline the only use of the hasParameterOnlyAttrs method. | Bill Wendling |
| 2012-12-19 | Inline the 'hasIncompatibleWithVarArgsAttrs' method into its only uses. And s... | Bill Wendling |
| 2012-12-19 | Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs. | Patrik Hagglund |
| 2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
| 2012-12-18 | Add to the disassembler C API an option to print the disassembled | Kevin Enderby |
| 2012-12-18 | Remove MachineInstr::setIsInsideBundle(). | Jakob Stoklund Olesen |
| 2012-12-18 | Use bidirectional bundle flags to simplify important functions. | 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 | Add an assertion for a likely ilist::splice() contract violation. | Jakob Stoklund Olesen |
| 2012-12-18 | Tighten the insert() API for bundled instructions. | Jakob Stoklund Olesen |
| 2012-12-18 | Cleanup comment and formatting | Eli Bendersky |
| 2012-12-18 | Add support for passing -main-file-name all the way through to | Eric Christopher |
| 2012-12-17 | Tighten up the erase/remove API for bundled instructions. | Jakob Stoklund Olesen |
| 2012-12-17 | Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage the | Chandler Carruth |
| 2012-12-17 | Remove trailing whitespace | Michael Ilseman |
| 2012-12-17 | Use different trait techniques to be compatible with g++ | Nick Kledzik |
| 2012-12-17 | Teach MachO which sections contain code | Tim Northover |
| 2012-12-17 | Fix typo that results in new landing pads not getting a name, fixing PR14617. | Duncan Sands |
| 2012-12-17 | Fix comment typo. | Duncan Sands |
| 2012-12-16 | This patch is needed to make c++ exceptions work for mips16. | Reed Kotler |
| 2012-12-14 | Add more reset methods to make all objects that the backend may use for outpu... | Pedro Artigas |
| 2012-12-14 | [CMake] Move libxml2 stuff from clang to llvm/cmake. | NAKAMURA Takumi |
| 2012-12-14 | This patch improves the 64-bit PowerPC InitialExec TLS support by providing | Bill Schmidt |
| 2012-12-14 | Change TargetLowering::getLoadExtAction to take an MVT, instead of | Patrik Hagglund |
| 2012-12-13 | fix comment. | Chris Lattner |
| 2012-12-13 | Change TargetLowering::setTypeAction to take an MVT, instead fo EVT. | Patrik Hagglund |