| Age | Commit message (Expand) | Author |
| 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 |
| 2012-12-20 | MachineInstrBuilderize ARM. | Jakob Stoklund Olesen |
| 2012-12-20 | MachineInstrBuilderize NVPTX. | Jakob Stoklund Olesen |
| 2012-12-20 | Fix an unitialized member variable that may have caused sporadic failures | Eli Bendersky |
| 2012-12-20 | docs: actually indent these consistently | Sean Silva |
| 2012-12-20 | docs: Indent consistently in code examples. | Sean Silva |
| 2012-12-20 | docs: Improve navigation for Vectorizers.rst | Sean Silva |
| 2012-12-20 | docs: bring back link for reddit. | Sean Silva |
| 2012-12-20 | Whitespace and 80-column cleanup. | Eric Christopher |
| 2012-12-20 | Start splitting out the debug string section handling by moving it | Eric Christopher |
| 2012-12-20 | docs: Make document name congruent with title. | Sean Silva |
| 2012-12-20 | Some random comment, naming, and format changes. | Bill Wendling |
| 2012-12-20 | Remove two dead functions. | Jakob Stoklund Olesen |
| 2012-12-20 | Revert "Adding support for llvm.arm.neon.vaddl[su].* and" | Bob Wilson |
| 2012-12-20 | LoopVectorize: Fix a bug in the scalarization of instructions. | Nadav Rotem |
| 2012-12-20 | On some ARM cpus, flags setting movs with shifter operand, i.e. lsl, lsr, asr, | Evan Cheng |
| 2012-12-20 | Change Lit error redirection to FileCheck to a more common syntax since it | Eli Bendersky |
| 2012-12-20 | Add a largish auto-generated test for the aligned bundling feature, along with | Eli Bendersky |
| 2012-12-20 | Tests for the aligned bundling support added in r170718 | Eli Bendersky |
| 2012-12-20 | Aligned bundling support. Following the discussion here: | Eli Bendersky |
| 2012-12-20 | Use MachineInstrBuilder for PHI nodes in SelectionDAGISel. | Jakob Stoklund Olesen |
| 2012-12-20 | Fix inadvertant delete of 'has'. | Jim Grosbach |
| 2012-12-20 | Use MachineInstrBuilder in InstrEmitter. | Jakob Stoklund Olesen |
| 2012-12-20 | Use MachineInstrBuilder in a few CodeGen passes. | Jakob Stoklund Olesen |
| 2012-12-20 | Simplify the testcase a bit. | Rafael Espindola |
| 2012-12-20 | Loop Vectorizer: turn-off if-conversion. | Nadav Rotem |
| 2012-12-20 | Add a new attribute, 'noduplicate'. If a function contains a noduplicate call... | James Molloy |
| 2012-12-20 | Remove MCTargetAsmLexer and its derived classes now that edis, | Roman Divacky |
| 2012-12-20 | Adding support for llvm.arm.neon.vaddl[su].* and | Renato Golin |
| 2012-12-20 | llvmbuild/main.py: Let LibraryDependencies.inc deterministic. | NAKAMURA Takumi |
| 2012-12-20 | Formatting fixes. Remove some unnecessary 'else' after 'return'. No functiona... | Craig Topper |
| 2012-12-20 | Removing trailing whitespace | Craig Topper |
| 2012-12-20 | Implement cfi_def_cfa_offset. "Make check" test case for this comming in the | Reed Kotler |
| 2012-12-20 | There is one more patch to finish large frames. Make sure we assert | Reed Kotler |
| 2012-12-20 | Add constant extender support to GP-relative load/store instructions. | Jyotsna Verma |
| 2012-12-20 | Add TSFlags to ALU32 type instructions for constant-extender/Relationship maps. | Jyotsna Verma |
| 2012-12-20 | set register class properly for mips16 here | Reed Kotler |
| 2012-12-20 | Undefine PPC harder. | Rafael Espindola |