| Age | Commit message (Expand) | Author |
| 2013-03-25 | Remove IIC_DEFAULT from X86Schedule.td | Jakob Stoklund Olesen |
| 2013-03-25 | Annotate X86InstrCompiler.td with SchedRW lists. | Jakob Stoklund Olesen |
| 2013-03-25 | Annotate shifts and rotates with SchedRW lists. | Jakob Stoklund Olesen |
| 2013-03-25 | Disable some unsafe-fp-math DAG-combine transformation after legalization. | Shuxin Yang |
| 2013-03-25 | Couple more sets of tidying. | Eric Christopher |
| 2013-03-25 | X86DisassemblerDecoder.c: Make this C89-compliant. | NAKAMURA Takumi |
| 2013-03-25 | Whitespace. | NAKAMURA Takumi |
| 2013-03-25 | Fix a bug in fast-math fadd/fsub simplification. | Shuxin Yang |
| 2013-03-25 | Fix comment. | Akira Hatanaka |
| 2013-03-25 | Formatting. | Eric Christopher |
| 2013-03-25 | Use direct types in PowerPC instruction patterns. | Ulrich Weigand |
| 2013-03-25 | Use direct types in PowerPC Pat patterns. | Ulrich Weigand |
| 2013-03-25 | x86 -- add the XTEST instruction | Dave Zarzycki |
| 2013-03-25 | x86 -- disassemble the REP/REPNE prefix when needed | Dave Zarzycki |
| 2013-03-25 | Remove assert. There may be target-dependent attributes left. | Bill Wendling |
| 2013-03-25 | [arm load/store optimizer] When trying to merge a base update load/store, make | Chad Rosier |
| 2013-03-25 | Teach cmake about the new Erlang GC files. | Duncan Sands |
| 2013-03-25 | Add a GC plugin for Erlang | Yiannis Tsiouris |
| 2013-03-25 | Address issues found by Duncan during post-commit review of r177856. | Arnaud A. de Grandmaison |
| 2013-03-25 | InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst) | Arnaud A. de Grandmaison |
| 2013-03-25 | Changed isNullOrUndef => IsNullOrUndef and isNoopInstruction => IsNoopInstruc... | Michael Gottesman |
| 2013-03-24 | [NVPTX] Fix handling of vector arguments | Justin Holewinski |
| 2013-03-24 | Clean up Sparc patterns. | Jakob Stoklund Olesen |
| 2013-03-24 | Allow TableGen DAG arguments to be just a name. | Jakob Stoklund Olesen |
| 2013-03-24 | Minor cleanups. No functionality change. | Jakub Staszak |
| 2013-03-24 | Use dyn_cast instead of isa && cast. | Jakub Staszak |
| 2013-03-24 | Give Sparc instruction patterns direct types instead of register classes. | Jakob Stoklund Olesen |
| 2013-03-23 | PPC ZERO register needs a register number of 0. | Hal Finkel |
| 2013-03-23 | Note in PPCFunctionInfo VRSAVE spills | Hal Finkel |
| 2013-03-23 | MCize the bcl instruction in PPCAsmPrinter | Hal Finkel |
| 2013-03-23 | Use direct types in Sparc def : Pat patterns. | Jakob Stoklund Olesen |
| 2013-03-23 | Cleanup some unused reg. scavenger parameters in PPCRegisterInfo | Hal Finkel |
| 2013-03-23 | Remove dead PPC LR spilling code | Hal Finkel |
| 2013-03-23 | Remove the type legality check from the SelectionDAGBuilder when it lowers @l... | Owen Anderson |
| 2013-03-23 | Change method name ClearRefCount => ClearKnownPositiveRefCount to match the n... | Michael Gottesman |
| 2013-03-23 | Changed the method name PtrState.IsKnownIncremented() to PtrState.HasKnownPos... | Michael Gottesman |
| 2013-03-23 | Fix comparison of mixed signedness | Hal Finkel |
| 2013-03-22 | Allow the register scavenger to spill multiple registers | Hal Finkel |
| 2013-03-22 | Support in AAEvaluator to print alias queries of loads/stores with TBAA tags. | Manman Ren |
| 2013-03-22 | Kill every call to @clang.arc.use in the ARC contract phase. | John McCall |
| 2013-03-22 | Add all clauses when merging the landing pads. Duplicates will be handled lat... | Bill Wendling |
| 2013-03-22 | Swap the DIFile in DILexicalBlockFile out for the raw name/directory pair | David Blaikie |
| 2013-03-22 | reorder the fields in DILexicalBlockFile to match the common prefix for DIScopes | David Blaikie |
| 2013-03-22 | Don't use the removed API. | Bill Wendling |
| 2013-03-22 | Revert r177675. This is language-specific and shouldn't be in the API. | Bill Wendling |
| 2013-03-22 | Hexagon: Add and enable memops setbit, clrbit, &,|,+,- for byte, short, and w... | Jyotsna Verma |
| 2013-03-22 | Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/... | David Blaikie |
| 2013-03-22 | Remove ABI-duplicated call instruction patterns. | Ulrich Weigand |
| 2013-03-22 | Rename memrr ptrreg and offreg components. | Ulrich Weigand |
| 2013-03-22 | Fix swapped BasePtr and Offset in pre-inc memory addresses. | Ulrich Weigand |