| Age | Commit message (Expand) | Author |
| 2013-01-07 | ARM: Fix a few copy-paste errors. | Jim Grosbach |
| 2013-01-07 | This patch addresses bug 14678 by fixing two problems in medium code model | Bill Schmidt |
| 2013-01-07 | Change SMRange to be half-open (exclusive end) instead of closed (inclusive) | Jordan Rose |
| 2013-01-07 | R600/SIISelLowering.cpp: Suppress a warning. [-Wunused-variable] | NAKAMURA Takumi |
| 2013-01-07 | Add LICENSE.TXT covering contributions made by ARM. | Tim Northover |
| 2013-01-07 | Remove more unnecessary # operators with nothing to paste proceeding them. | Craig Topper |
| 2013-01-07 | Remove # from the beginning and end of def names. The # is a paste operator a... | Craig Topper |
| 2013-01-07 | Remove # from the beginning and end of def names. | Craig Topper |
| 2013-01-07 | Remove unnecessary # tokens at the beginning and end of defm names. | Craig Topper |
| 2013-01-07 | Fix the enumerator names for ShuffleKind to match tho coding standards, | Chandler Carruth |
| 2013-01-07 | Make the popcnt support enums and methods have more clear names and | Chandler Carruth |
| 2013-01-07 | Move TargetTransformInfo to live under the Analysis library. This no | Chandler Carruth |
| 2013-01-07 | Switch TargetTransformInfo from an immutable analysis pass that requires | Chandler Carruth |
| 2013-01-06 | Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,... | Craig Topper |
| 2013-01-06 | Fix for PR14739. It's not safe to fold a load into a call across a store. Tha... | Evan Cheng |
| 2013-01-05 | Convert the TargetTransformInfo from an immutable pass with dynamic | Chandler Carruth |
| 2013-01-05 | Recommit r171461 which was incorrectly reverted. Mark DIV/IDIV instructions h... | Craig Topper |
| 2013-01-05 | Revert revision 171524. Original message: | Nadav Rotem |
| 2013-01-05 | Refactor the ScalarTargetTransformInfo API for querying about the | Chandler Carruth |
| 2013-01-05 | [mips] Fix data layout string. Add 64 to the list of native integer widths | Akira Hatanaka |
| 2013-01-04 | Move 'break' to the right place to prevent fallthru. There is no test-case | Jakub Staszak |
| 2013-01-04 | The current Intel Atom microarchitecture has a feature whereby when a function | Preston Gurd |
| 2013-01-04 | [mips] MipsTargetLowering::getSetCCResultType should return a vector type if | Akira Hatanaka |
| 2013-01-04 | [mips] 80 columns. | Akira Hatanaka |
| 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 |