| Age | Commit message (Expand) | Author |
| 2013-01-04 | [mips] Reorder template parameters. Remove class shift_rotate_imm32 and | Akira Hatanaka |
| 2013-01-04 | [mips] Refactor conditional move instructions. | Akira Hatanaka |
| 2013-01-04 | [mips] Refactor instructions which move data from or to coprocessors. | Akira Hatanaka |
| 2013-01-04 | PowerPC: Fix eh_frame relocation for PIC | Adhemerval Zanella |
| 2013-01-04 | Change the default number of registers to prevent unrolling on targets that d... | Nadav Rotem |
| 2013-01-04 | LoopVectorizer: | Nadav Rotem |
| 2013-01-04 | Revert revision: 171467. This transformation is incorrect and makes some test... | Nadav Rotem |
| 2013-01-03 | Simplified TRUNCATE operation that comes after SETCC. It is possible since SE... | Elena Demikhovsky |
| 2013-01-03 | Revert "Mark DIV/IDIV instructions hasSideEffects=1 because they can trap whe... | Michael Gottesman |
| 2013-01-03 | Mark DIV/IDIV instructions hasSideEffects=1 because they can trap when dividi... | Craig Topper |
| 2013-01-03 | Add a subtype parameter to VTTI::getShuffleCost | Hal Finkel |
| 2013-01-02 | Adds missing aliases for fcom and fcomp instructions without arguments. | Kevin Enderby |
| 2013-01-02 | AVX: Fix a bug in WidenMaskArithmetic. | Nadav Rotem |
| 2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
| 2013-01-02 | Resort the #include lines in include/... and lib/... with the | Chandler Carruth |
| 2013-01-02 | Merge SSE and AVX instruction definitions for scalar forms of SQRT, RSQRT, an... | Craig Topper |
| 2013-01-02 | Merge SSE and AVX instruction definitions for PSHUFD/PSHUFHW/PSHUFLW. | Craig Topper |
| 2013-01-02 | Revert 171351. It broke MC/X86/x86-32-avx.s. | Rafael Espindola |
| 2013-01-01 | Merge SSE and AVX instruction definitions for scalar forms of SQRT, RSQRT, an... | Craig Topper |
| 2013-01-01 | Remove unused argument from a multiclass. | Craig Topper |
| 2013-01-01 | Merge intrinsic instruction definitions for SSE and AVX versions of RCPPS and... | Craig Topper |
| 2013-01-01 | Remove 2 unused multiclasses. | Craig Topper |
| 2013-01-01 | Merge AVX/SSE instruction definitions for SQRTPS/PD, RSQRTPS, RCPPS. No funci... | Craig Topper |
| 2012-12-31 | Use packed instead of scalar itineraries for SSE1/2 SQRTPS/PD, RCPPS, and RSQ... | Craig Topper |
| 2012-12-31 | Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the... | Bill Wendling |
| 2012-12-30 | convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu... | Nuno Lopes |
| 2012-12-30 | Use the predicate methods off of AttributeSet instead of Attribute. | Bill Wendling |
| 2012-12-30 | Remove the Function::getRetAttributes method in favor of using the AttributeS... | Bill Wendling |
| 2012-12-30 | Remove Function::getParamAttributes and use the AttributeSet accessor methods... | Bill Wendling |
| 2012-12-30 | Remove the Function::getFnAttributes method in favor of using the AttributeSet | Bill Wendling |
| 2012-12-30 | s/hasAttribute/contains/g to be more consistent with other method names. | Bill Wendling |
| 2012-12-29 | Remove intrinsic specific instructions for (V)SQRTPS/PD. Instead lower to tar... | Craig Topper |
| 2012-12-29 | Merge similar functionality using a nested switch. | Craig Topper |
| 2012-12-29 | Remove intrinsic specific instructions for SSE/SSE2/AVX floating point max/mi... | Craig Topper |
| 2012-12-29 | Simplify code, no functionality change. | Jakub Staszak |
| 2012-12-29 | Delete executive bit on ./lib/Target/Hexagon/HexagonAsmPrinter.h. | Jakub Staszak |
| 2012-12-28 | CostModel: initial checkin for code that estimates the cost of special shuffles. | Nadav Rotem |
| 2012-12-28 | wrap 80-col lines. | Nadav Rotem |
| 2012-12-28 | AVX: Move the ZEXT/ANYEXT DAGCo optimizations to the lowering of these optimi... | Nadav Rotem |
| 2012-12-27 | Reverse the 'if' condition and reduce the indentation. | Nadav Rotem |
| 2012-12-27 | Merge basic_sse12_fp_binop_p_int and basic_sse12_fp_binop_p_y_int multiclasses. | Craig Topper |
| 2012-12-27 | AVX/AVX2: Move the SEXT lowering code from a target specific DAGco to a lower... | Nadav Rotem |
| 2012-12-27 | Merge basic_sse12_fp_binop_p and basic_sse12_fp_binop_p_y multiclasses. | Craig Topper |
| 2012-12-27 | On AVX/AVX2 the type v8i1 is legalized to v8i16, which is an XMM sized | Nadav Rotem |
| 2012-12-27 | AVX/AVX2: Move the code that lowers vector-trunc from a DAGCo-hook to custom ... | Nadav Rotem |
| 2012-12-27 | Add hasSideEffects=0 to some forms of ROUND, RCP, and RSQRT. | Craig Topper |
| 2012-12-27 | Move single letter 'P' prefix out of multiclass now that tablegen allows defm... | Craig Topper |
| 2012-12-27 | Add hasSideEffects=0 to some shift and rotate instructions. None of which are... | Craig Topper |
| 2012-12-27 | Mark the divide instructions as hasSideEffects=0. | Craig Topper |
| 2012-12-27 | Add hasSideEffects=0 to CMP*rr_REV. | Craig Topper |