| Age | Commit message (Expand) | Author |
| 2012-12-28 | Teach instsimplify to use the constant folder where appropriate for | Chandler Carruth |
| 2012-12-28 | AVX: Move the ZEXT/ANYEXT DAGCo optimizations to the lowering of these optimi... | Nadav Rotem |
| 2012-12-27 | [ASan] Fix lifetime intrinsics handling. Now for each intrinsic we check if i... | Alexey Samsonov |
| 2012-12-27 | On AVX/AVX2 the type v8i1 is legalized to v8i16, which is an XMM sized | Nadav Rotem |
| 2012-12-27 | For the dwarf5 split debug info code split out the string section | Eric Christopher |
| 2012-12-27 | FileCheck-ize. | Eric Christopher |
| 2012-12-27 | FileCheck-ize. | Eric Christopher |
| 2012-12-27 | Right now all of the relocations are 32-bit dwarf, and the relocation | Eric Christopher |
| 2012-12-26 | If all of the write objects are identified then we can vectorize the loop eve... | Nadav Rotem |
| 2012-12-26 | LoopVectorizer: Optimize the vectorization of consecutive memory access when ... | Nadav Rotem |
| 2012-12-26 | [msan] Raise alignment of origin stores/loads when possible. | Evgeniy Stepanov |
| 2012-12-26 | llvm/test/CodeGen/X86: FileCheck-ize two tests in r171083. | NAKAMURA Takumi |
| 2012-12-26 | llvm/test/CodeGen/X86: Disable avx in two tests corresponding to r171082. | NAKAMURA Takumi |
| 2012-12-26 | BBVectorize: Use VTTI to compute costs for intrinsics vectorization | Hal Finkel |
| 2012-12-25 | LoopVectorize: Enable vectorization of the fmuladd intrinsic | Hal Finkel |
| 2012-12-25 | BBVectorize: Enable vectorization of the fmuladd intrinsic | Hal Finkel |
| 2012-12-25 | Loosen scheduling restrictions on the PPC dcbt intrinsic | Hal Finkel |
| 2012-12-25 | Expand PPC64 atomic load and store | Hal Finkel |
| 2012-12-25 | [msan] Fix handling of vectors of pointers. | Evgeniy Stepanov |
| 2012-12-25 | [msan] Fix handling of select with vector condition. | Evgeniy Stepanov |
| 2012-12-25 | Harden test so it's not affected by changes to compare lowering. | Benjamin Kramer |
| 2012-12-25 | X86: Shave off one shuffle from the pcmpeqq sequence for SSE2 by making use o... | Benjamin Kramer |
| 2012-12-25 | X86: Custom lower <2 x i64> eq and ne when SSE41 is not available. | Benjamin Kramer |
| 2012-12-24 | Fix typo "Makre" -> "Make". | Nick Lewycky |
| 2012-12-24 | llvm/test/CodeGen/X86/fold-vex.ll: Add explicit triple. | NAKAMURA Takumi |
| 2012-12-24 | Some x86 instructions can load/store one of the operands to memory. On SSE, t... | Nadav Rotem |
| 2012-12-24 | LoopVectorizer: When checking for vectorizable types, also check | Nadav Rotem |
| 2012-12-24 | LoopVectorizer: Fix an endless loop in the code that looks for reductions. | Nadav Rotem |
| 2012-12-23 | CostModel: Change the default target-independent implementation for finding | Nadav Rotem |
| 2012-12-23 | We are not ready to estimate the cost of integer expansions based on the numb... | Nadav Rotem |
| 2012-12-23 | Loop Vectorizer: Update the cost model of scatter/gather operations and make | Nadav Rotem |
| 2012-12-22 | X86: Turn mul of <4 x i32> into pmuludq when no SSE4.1 is available. | Benjamin Kramer |
| 2012-12-22 | X86: Emit vector sext as shuffle + sra if vpmovsx is not available. | Benjamin Kramer |
| 2012-12-21 | In some cases, due to scheduling constraints we copy the EFLAGS. | Nadav Rotem |
| 2012-12-21 | [mips] Fix encoding of BAL instruction. Also, fix assembler test case which | Akira Hatanaka |
| 2012-12-21 | try to unbreak ppc buildbots. | Benjamin Kramer |
| 2012-12-21 | X86: Match pmin/pmax as a target specific dag combine. This occurs during vec... | Benjamin Kramer |
| 2012-12-21 | R600: Expand vec4 INT <-> FP conversions | Tom Stellard |
| 2012-12-21 | [msan] Remove unreachable blocks before instrumenting a function. | Evgeniy Stepanov |
| 2012-12-21 | Improve the X86 cost model for loads and stores. | Nadav Rotem |
| 2012-12-21 | Add test case for r170674 | Reed Kotler |
| 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 | 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 | Simplify the testcase a bit. | Rafael Espindola |