| Age | Commit message (Expand) | Author |
| 2012-12-22 | Fix some undefined behavior when parsing YAML input: don't try to compare an | Richard Smith |
| 2012-12-22 | Don't call back() on an empty SmallVector. Found by -fsanitize=enum! | Richard Smith |
| 2012-12-21 | In some cases, due to scheduling constraints we copy the EFLAGS. | Nadav Rotem |
| 2012-12-21 | [mips] Refactor subword-swap, EXT/INS, load-effective-address and read-hardware | Akira Hatanaka |
| 2012-12-21 | [mips] Refactor SYNC and multiply/divide instructions. | Akira Hatanaka |
| 2012-12-21 | [mips] Refactor BAL instructions. | Akira Hatanaka |
| 2012-12-21 | [mips] Fix encoding of BAL instruction. Also, fix assembler test case which | Akira Hatanaka |
| 2012-12-21 | [mips] Refactor jump, jump register, jump-and-link and nop instructions. | Akira Hatanaka |
| 2012-12-21 | [mips] Refactor load/store left/right and load-link and store-conditional | Akira Hatanaka |
| 2012-12-21 | [mips] Refactor load/store instructions. | Akira Hatanaka |
| 2012-12-21 | [mips] Remove unnecessary isPseudo parameter. | Akira Hatanaka |
| 2012-12-21 | [mips] Refactor LUI instruction. | Akira Hatanaka |
| 2012-12-21 | [mips] Refactor count leading zero or one instructions. | Akira Hatanaka |
| 2012-12-21 | [mips] Refactor sign-extension-in-register instructions. | Akira Hatanaka |
| 2012-12-21 | [mips] Refactor instructions which copy from and to HI/LO registers. | Akira Hatanaka |
| 2012-12-21 | [mips] Refactor logical NOR instructions. | Akira Hatanaka |
| 2012-12-21 | [mips] Move instruction definitions in MipsInstrInfo.td. | Akira Hatanaka |
| 2012-12-21 | R600: Coding style - remove empty spaces from the beginning of functions | Tom Stellard |
| 2012-12-21 | R600: Fix MAX_UINT definition | Tom Stellard |
| 2012-12-21 | R600: Add SHADOWCUBE to TEX_SHADOW pattern | Tom Stellard |
| 2012-12-21 | Cleanup compiler warnings on discarding type qualifiers in casts. Switch to C... | Benjamin Kramer |
| 2012-12-21 | Add a missing assertion, the null register has no register units. | Jakob Stoklund Olesen |
| 2012-12-21 | try to unbreak ppc buildbots. | Benjamin Kramer |
| 2012-12-21 | Teach sort_includes.py to drop duplicated includes. | Benjamin Kramer |
| 2012-12-21 | X86: Match pmin/pmax as a target specific dag combine. This occurs during vec... | Benjamin Kramer |
| 2012-12-21 | Remove duplicate includes. | Roman Divacky |
| 2012-12-21 | R600: Expand vec4 INT <-> FP conversions | Tom Stellard |
| 2012-12-21 | X86: Match the SSE/AVX min/max vector ops using a custom node instead of intr... | Benjamin Kramer |
| 2012-12-21 | Test that a landingpad gets the name provided when it was created (see commit | Duncan Sands |
| 2012-12-21 | [msan] Remove unreachable blocks before instrumenting a function. | Evgeniy Stepanov |
| 2012-12-21 | Add a missing "virtual" keyword. | Nadav Rotem |
| 2012-12-21 | Enable if-conversion. | Nadav Rotem |
| 2012-12-21 | Add ARM cortex-r5 subtarget. | Quentin Colombet |
| 2012-12-21 | Don't skip __DWARF, | Rafael Espindola |
| 2012-12-21 | Add a function to get the segment name of a section. | Rafael Espindola |
| 2012-12-21 | Add targets to skip running the GC passes. | Evan Cheng |
| 2012-12-21 | Every pass deserves a name, even codegenprep. | Evan Cheng |
| 2012-12-21 | Improve the X86 cost model for loads and stores. | Nadav Rotem |
| 2012-12-21 | BB-Vectorizer: Check the cost of the store pointer type | Nadav Rotem |
| 2012-12-21 | Add test case for r170674 | Reed Kotler |
| 2012-12-21 | Call llvm_unreachable instead of assert. | Reed Kotler |
| 2012-12-21 | docs: More robust image scaling fix. | Sean Silva |
| 2012-12-21 | docs: Prevent image scaling. | Sean Silva |
| 2012-12-21 | Fix a bug in the code that checks if we can vectorize loops while using dynamic | Nadav Rotem |
| 2012-12-21 | Move these files over to the debug info directory. | Eric Christopher |
| 2012-12-20 | docs: Try out nosidebar. | Sean Silva |
| 2012-12-20 | docs: Cleanup trailing whitespace. | Sean Silva |
| 2012-12-20 | Require the two-argument MI::addOperand(MF, MO) for dangling instructions. | Jakob Stoklund Olesen |
| 2012-12-20 | Add an MF argument to MI::copyImplicitOps(). | Jakob Stoklund Olesen |
| 2012-12-20 | Use two-arg addOperand(MF, MO) internally in MachineInstr when possible. | Jakob Stoklund Olesen |