| Age | Commit message (Expand) | Author |
| 2011-11-09 | Enable execution dependency fix pass for YMM registers when AVX2 is enabled. ... | Craig Topper |
| 2011-11-09 | Add instruction selection for AVX2 integer comparisons. | Craig Topper |
| 2011-11-09 | Add AVX2 instruction lowering for add, sub, and mul. | Craig Topper |
| 2011-11-09 | Add support for encoding immediates in icmp and fcmp. Hopefully, this will | Chad Rosier |
| 2011-11-09 | Hide cpu name checking in ARMSubtarget. | Evan Cheng |
| 2011-11-08 | Properly handle Mips MC relocations and lower cpload and cprestore macros to ... | Bruno Cardoso Lopes |
| 2011-11-08 | Add workaround for Cortex-M3 errata 602117 by replacing ldrd x, y, [x] with l... | Evan Cheng |
| 2011-11-08 | ARMFastISel doesn't support thumb1. Rename isThumb to isThumb2 to reflect this. | Chad Rosier |
| 2011-11-08 | Lower mem-ops to unaligned i32/i16 load/stores on ARM where supported. | Lang Hames |
| 2011-11-08 | Added invariant field to the DAG.getLoad method and changed all calls. | Pete Cooper |
| 2011-11-08 | This patch handles unaligned loads and stores in Mips JIT. Mips backend | Bruno Cardoso Lopes |
| 2011-11-08 | PPCInstrInfo.cpp: Fix one "unused" warning. | NAKAMURA Takumi |
| 2011-11-08 | Make sure to mark vector extload's as expand on ARM. Fixes PR11319. | Eli Friedman |
| 2011-11-08 | Add x86 isel logic and patterns to match movlps from clang generated IR for _... | Evan Cheng |
| 2011-11-08 | Enable support for returning i1, i8, and i16. Nothing special todo as it's the | Chad Rosier |
| 2011-11-07 | Allow i1 to be promoted to i32 for ARM AAPCS and AAPCS-VFP calling convention... | Chad Rosier |
| 2011-11-07 | Various Mips64 floating point instruction patterns. | Akira Hatanaka |
| 2011-11-07 | Add definition of the base class for floating point comparison instructions | Akira Hatanaka |
| 2011-11-07 | Add code needed for copying between 64-bit integer and floating pointer | Akira Hatanaka |
| 2011-11-07 | Add definitions of 64-bit instructions which move data between integer and | Akira Hatanaka |
| 2011-11-07 | Simplify some uses of utohexstr. | Benjamin Kramer |
| 2011-11-07 | Simplify code. No functionality change. | Benjamin Kramer |
| 2011-11-07 | Expand V_SET0 to xorps by default. | Jakob Stoklund Olesen |
| 2011-11-07 | Add definition of 64-bit load upper immediate. | Akira Hatanaka |
| 2011-11-07 | Include RegSaveAreaSize in the computation of stack size. | Akira Hatanaka |
| 2011-11-07 | Define functions that get or set the size of area on callee's stack frame which | Akira Hatanaka |
| 2011-11-07 | Use array_lengthof to compute the number of iterations of a loop. | Akira Hatanaka |
| 2011-11-07 | Fix patterns for unaligned 32-bit load. DSLL32 or DSRL32 should be emitted | Akira Hatanaka |
| 2011-11-07 | Make the type of shift amount i32 in order to reduce the number of shift | Akira Hatanaka |
| 2011-11-07 | Add 64-bit to 32-bit trunc pattern. | Akira Hatanaka |
| 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 | Replace (Lower|Upper)caseString in favor of StringRef's newest methods. | Benjamin Kramer |
| 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 more PRI.64 macros for MSVC and use them throughout the codebase. | Benjamin Kramer |
| 2011-11-05 | Allow i1 to be promoted to i32 for ARM APCS calling convention. | Chad Rosier |
| 2011-11-04 | Enhanced vzeroupper insertion pass that avoids inserting vzeroupper where it ... | Eli Friedman |
| 2011-11-04 | Cannot create a result register for non-legal types. | Chad Rosier |
| 2011-11-04 | When materializing an i32, SExt vs ZExt doesn't matter when we're trying to fit | Chad Rosier |
| 2011-11-04 | Enable support for materializing i1, i8, and i16 integers via move immediate. | Chad Rosier |
| 2011-11-04 | build/cmake: Coalesce the configuration time header include fragment generation | Daniel Dunbar |
| 2011-11-04 | build/cmake: Use tblgen macro directly instead of llvm_tablegen, which just | Daniel Dunbar |
| 2011-11-04 | Add missing argument for atomic instructions in c++ backend. PR11268, part 2. | Eli Friedman |
| 2011-11-04 | Add intrinsics for X86 vcvtps2ph and vcvtph2ps instructions | Craig Topper |
| 2011-11-04 | Fix some minor scheduling itinerary bug. It's not expected to actually affect... | Evan Cheng |
| 2011-11-04 | Indentation. | Chad Rosier |
| 2011-11-04 | Add fast-isel support for returning i1, i8, and i16. | Chad Rosier |