| Age | Commit message (Expand) | Author |
| 2011-11-08 | Lower mem-ops to unaligned i32/i16 load/stores on ARM where supported. | Lang Hames |
| 2011-11-08 | test/CodeGen/X86/vec_shuffle-39.ll: Add explicit -mtriple=x86_64-linux. Passi... | NAKAMURA Takumi |
| 2011-11-08 | test/CodeGen/X86/vec_shuffle-38.ll: Relax expression for Win32 x64. | NAKAMURA Takumi |
| 2011-11-08 | test/CodeGen/X86/vec_shuffle.ll: Add explicit -mtriple=i686-linux. We may see... | NAKAMURA Takumi |
| 2011-11-08 | Make sure to mark vector extload's as expand on ARM. Fixes PR11319. | Eli Friedman |
| 2011-11-08 | Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'... | Eli Friedman |
| 2011-11-08 | Add x86 isel logic and patterns to match movlps from clang generated IR for _... | Evan Cheng |
| 2011-11-08 | Convert to the new EH model. | Bill Wendling |
| 2011-11-08 | Convert tests to the new EH model. | Bill Wendling |
| 2011-11-08 | Enable support for returning i1, i8, and i16. Nothing special todo as it's the | Chad Rosier |
| 2011-11-08 | Added missing newline | Pete Cooper |
| 2011-11-07 | Revert r144034 while I try to track down a crash. | Eli Friedman |
| 2011-11-07 | Fix test for Windows as well. | Jakob Stoklund Olesen |
| 2011-11-07 | Kill and collapse outstanding DomainValues. | Jakob Stoklund Olesen |
| 2011-11-07 | InstCombine now optimizes vector udiv by power of 2 to shifts | Pete Cooper |
| 2011-11-07 | Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'... | Eli Friedman |
| 2011-11-07 | Simplify some uses of utohexstr. | Benjamin Kramer |
| 2011-11-07 | Fix test for Linux. | Jakob Stoklund Olesen |
| 2011-11-07 | Expand V_SET0 to xorps by default. | Jakob Stoklund Olesen |
| 2011-11-07 | Add AVX2 variable shift instructions and intrinsics. | Craig Topper |
| 2011-11-07 | Add AVX2 VPMOVMASK instructions and intrinsics. | Craig Topper |
| 2011-11-07 | Add AVX2 VEXTRACTI128 and VINSERTI128 instructions. Fix VPERM2I128 to be qual... | Craig Topper |
| 2011-11-06 | More AVX2 instructions and their intrinsics. | Craig Topper |
| 2011-11-06 | Add more AVX2 instructions and intrinsics. | Craig Topper |
| 2011-11-05 | Add support for passing i1, i8, and i16 call parameters. Also, be sure to | Chad Rosier |
| 2011-11-05 | Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco... | Benjamin Kramer |
| 2011-11-04 | Enhanced vzeroupper insertion pass that avoids inserting vzeroupper where it ... | Eli Friedman |
| 2011-11-04 | Add intrinsics for X86 vcvtps2ph and vcvtph2ps instructions | Craig Topper |
| 2011-11-04 | Add fast-isel support for returning i1, i8, and i16. | Chad Rosier |
| 2011-11-03 | Reapply r143206, with fixes. Disallow physical register lifetimes | Dan Gohman |
| 2011-11-03 | Reverted r143600 - selector reference change | Pete Cooper |
| 2011-11-03 | fixed global array handling for ptx to use the correct bit widths | Dan Bailey |
| 2011-11-03 | Add new X86 AVX2 VBROADCAST instructions. | Craig Topper |
| 2011-11-03 | Add support for sign-extending non-legal types in SelectSIToFP(). | Chad Rosier |
| 2011-11-03 | Treat objc selector reference globals as invariant so that MachineLICM can ho... | Pete Cooper |
| 2011-11-02 | Try to lower memset/memcpy/memmove to vector instructions on ARM where the al... | Lang Hames |
| 2011-11-02 | Don't emit a directory entry for the value in DW_AT_comp_dir, that is always | Nick Lewycky |
| 2011-11-02 | Add support for comparing integer non-legal types. | Chad Rosier |
| 2011-11-02 | More AVX2 instructions and intrinsics. | Craig Topper |
| 2011-11-02 | Add a bunch more X86 AVX2 instructions and their corresponding intrinsics. | Craig Topper |
| 2011-11-01 | Teach the x86 backend a couple tricks for dealing with v16i8 sra by a constan... | Eli Friedman |
| 2011-11-01 | Don't fold negative offsets into cp / dp accesses to avoid relocation errors. | Richard Osborne |
| 2011-11-01 | Combine various XCore tests for floating point intrinsic support into a singl... | Richard Osborne |
| 2011-11-01 | Move various XCore tests to FileCheck | Richard Osborne |
| 2011-11-01 | Fix operand type for x86 pmadd_ub_sw intrinsic. | Craig Topper |
| 2011-10-31 | Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsic | Craig Topper |
| 2011-10-31 | Test case for X86 FS/GS Base intrinsics | Craig Topper |
| 2011-10-31 | Begin adding AVX2 instructions. No selection support yet other than intrinsics. | Craig Topper |
| 2011-10-31 | Switch new .file directive emission off by default, change llc's flag for it to | Nick Lewycky |
| 2011-10-30 | X86: Emit logical shift by constant splat of <16 x i8> as a <8 x i16> shift a... | Benjamin Kramer |