| Age | Commit message (Expand) | Author |
| 2012-12-20 | [mips] Refactor shift immediate instructions. Separate encoding information | Akira Hatanaka |
| 2012-12-20 | [mips] Refactor arithmetic and logic instructions with immediate operands. | Akira Hatanaka |
| 2012-12-20 | [mips] Refactor arithmetic and logic instructions. Separate encoding | Akira Hatanaka |
| 2012-12-20 | [mips] Delete ArithOverflowR and ArithOverflow and use ArithLogicR and | Akira Hatanaka |
| 2012-12-20 | Loop Vectorizer: Enable if-conversion. | Nadav Rotem |
| 2012-12-20 | s/AttributesImpl/AttributeImpl/g This is going to apply to Attribute, not Att... | Bill Wendling |
| 2012-12-20 | Do not introduce vector operations in functions marked with noimplicitfloat. | Bob Wilson |
| 2012-12-20 | whitespace | Nadav Rotem |
| 2012-12-20 | Target/R600: Update MIB according to r170588. | NAKAMURA Takumi |
| 2012-12-19 | Add a context so that once we uniquify strings we can access them easily. | Bill Wendling |
| 2012-12-19 | MC: Add MCInstrDesc::mayAffectControlFlow() method. | Jim Grosbach |
| 2012-12-19 | Refactor isIntrinsic() to be quicker, and change classof() (and thus, isa<Int... | Michael Ilseman |
| 2012-12-19 | s/AttributeListImpl/AttributeSetImpl/g to match the namechange of AttributeList. | Bill Wendling |
| 2012-12-19 | Add a missing 'else'. Found by grep '} if' | Dmitri Gribenko |
| 2012-12-19 | R600: Remove unecessary VREG alignment. | Tom Stellard |
| 2012-12-19 | R600: control flow optimization | Tom Stellard |
| 2012-12-19 | R600: New control flow for SI v2 | Tom Stellard |
| 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 | Fix a bug that was found by building clang with -fsanitize. | Nadav Rotem |
| 2012-12-19 | LLVM sdisel normalize bit extraction of the form: | Evan Cheng |
| 2012-12-19 | Remove edis - the enhanced disassembler. Fixes PR14654. | Roman Divacky |
| 2012-12-19 | Transform (x&C)>V into (x&C)!=0 where possible | Paul Redmond |
| 2012-12-19 | PowerPC: Expand VSELECT nodes. | Benjamin Kramer |
| 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 | Add r170095 back. | Rafael Espindola |
| 2012-12-19 | [msan] Add track-origins argument to the pass constructor. | Evgeniy Stepanov |
| 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 | [msan] Heuristically instrument unknown intrinsics. | Evgeniy Stepanov |
| 2012-12-19 | Change TargetLowering::getTypeToPromoteTo to take and return MVTs, | Patrik Hagglund |
| 2012-12-19 | LoopVectorize: Make iteration over induction variables not depend on pointer ... | Benjamin Kramer |
| 2012-12-19 | Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT. | Patrik Hagglund |
| 2012-12-19 | X86ISelLowering.cpp: Fix warnings. [-Wlogical-op-parentheses] | NAKAMURA Takumi |
| 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 | 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 |