| Commit message (Expand) | Author | Age | Files | Lines |
* | Tidy up. | Jim Grosbach | 2011-11-10 | 1 | -12/+0 |
* | Thumb2 assembly parsing STMDB w/ optional .w suffix. | Jim Grosbach | 2011-11-09 | 1 | -0/+6 |
* | Make sure we correctly unroll conversions between v2f64 and v2i32 on ARM. | Eli Friedman | 2011-11-09 | 1 | -1/+25 |
* | The ARM LDRH/STRH instructions use a +/-imm8 encoding, not an imm12. | Chad Rosier | 2011-11-09 | 1 | -5/+13 |
* | AVX2: Add patterns for variable shift operations | Nadav Rotem | 2011-11-09 | 2 | -0/+40 |
* | Remove unnecessary include. | Devang Patel | 2011-11-09 | 2 | -2/+0 |
* | Add AVX2 support for vselect of v32i8 | Nadav Rotem | 2011-11-09 | 2 | -0/+8 |
* | Enable execution dependency fix pass for YMM registers when AVX2 is enabled. ... | Craig Topper | 2011-11-09 | 2 | -4/+20 |
* | Add instruction selection for AVX2 integer comparisons. | Craig Topper | 2011-11-09 | 2 | -8/+43 |
* | Add AVX2 instruction lowering for add, sub, and mul. | Craig Topper | 2011-11-09 | 1 | -24/+81 |
* | Add support for encoding immediates in icmp and fcmp. Hopefully, this will | Chad Rosier | 2011-11-09 | 1 | -12/+64 |
* | Hide cpu name checking in ARMSubtarget. | Evan Cheng | 2011-11-09 | 2 | -1/+2 |
* | Properly handle Mips MC relocations and lower cpload and cprestore macros to ... | Bruno Cardoso Lopes | 2011-11-08 | 4 | -45/+191 |
* | Add workaround for Cortex-M3 errata 602117 by replacing ldrd x, y, [x] with l... | Evan Cheng | 2011-11-08 | 1 | -3/+9 |
* | ARMFastISel doesn't support thumb1. Rename isThumb to isThumb2 to reflect this. | Chad Rosier | 2011-11-08 | 1 | -39/+39 |
* | Lower mem-ops to unaligned i32/i16 load/stores on ARM where supported. | Lang Hames | 2011-11-08 | 1 | -0/+7 |
* | Added invariant field to the DAG.getLoad method and changed all calls. | Pete Cooper | 2011-11-08 | 12 | -130/+155 |
* | This patch handles unaligned loads and stores in Mips JIT. Mips backend | Bruno Cardoso Lopes | 2011-11-08 | 2 | -6/+148 |
* | PPCInstrInfo.cpp: Fix one "unused" warning. | NAKAMURA Takumi | 2011-11-08 | 1 | -0/+1 |
* | Make sure to mark vector extload's as expand on ARM. Fixes PR11319. | Eli Friedman | 2011-11-08 | 1 | -9/+11 |
* | Add x86 isel logic and patterns to match movlps from clang generated IR for _... | Evan Cheng | 2011-11-08 | 2 | -6/+11 |
* | Enable support for returning i1, i8, and i16. Nothing special todo as it's the | Chad Rosier | 2011-11-08 | 2 | -1/+9 |
* | Allow i1 to be promoted to i32 for ARM AAPCS and AAPCS-VFP calling convention... | Chad Rosier | 2011-11-07 | 1 | -1/+1 |
* | Various Mips64 floating point instruction patterns. | Akira Hatanaka | 2011-11-07 | 1 | -3/+18 |
* | Add definition of the base class for floating point comparison instructions | Akira Hatanaka | 2011-11-07 | 1 | -8/+8 |
* | Add code needed for copying between 64-bit integer and floating pointer | Akira Hatanaka | 2011-11-07 | 1 | -0/+6 |
* | Add definitions of 64-bit instructions which move data between integer and | Akira Hatanaka | 2011-11-07 | 1 | -0/+8 |
* | Simplify some uses of utohexstr. | Benjamin Kramer | 2011-11-07 | 2 | -4/+3 |
* | Simplify code. No functionality change. | Benjamin Kramer | 2011-11-07 | 1 | -155/+91 |
* | Expand V_SET0 to xorps by default. | Jakob Stoklund Olesen | 2011-11-07 | 1 | -1/+1 |
* | Add definition of 64-bit load upper immediate. | Akira Hatanaka | 2011-11-07 | 2 | -3/+4 |
* | Include RegSaveAreaSize in the computation of stack size. | Akira Hatanaka | 2011-11-07 | 1 | -0/+1 |
* | Define functions that get or set the size of area on callee's stack frame which | Akira Hatanaka | 2011-11-07 | 1 | -1/+10 |
* | Use array_lengthof to compute the number of iterations of a loop. | Akira Hatanaka | 2011-11-07 | 1 | -6/+6 |
* | Fix patterns for unaligned 32-bit load. DSLL32 or DSRL32 should be emitted | Akira Hatanaka | 2011-11-07 | 1 | -2/+2 |
* | Make the type of shift amount i32 in order to reduce the number of shift | Akira Hatanaka | 2011-11-07 | 3 | -5/+7 |
* | Add 64-bit to 32-bit trunc pattern. | Akira Hatanaka | 2011-11-07 | 1 | -0/+5 |
* | Add AVX2 variable shift instructions and intrinsics. | Craig Topper | 2011-11-07 | 1 | -0/+40 |
* | Add AVX2 VPMOVMASK instructions and intrinsics. | Craig Topper | 2011-11-07 | 1 | -0/+38 |
* | Add AVX2 VEXTRACTI128 and VINSERTI128 instructions. Fix VPERM2I128 to be qual... | Craig Topper | 2011-11-07 | 1 | -2/+38 |
* | More AVX2 instructions and their intrinsics. | Craig Topper | 2011-11-06 | 4 | -14/+80 |
* | Replace (Lower|Upper)caseString in favor of StringRef's newest methods. | Benjamin Kramer | 2011-11-06 | 9 | -41/+20 |
* | Add more AVX2 instructions and intrinsics. | Craig Topper | 2011-11-06 | 2 | -13/+96 |
* | Add support for passing i1, i8, and i16 call parameters. Also, be sure to | Chad Rosier | 2011-11-05 | 1 | -28/+16 |
* | Add more PRI.64 macros for MSVC and use them throughout the codebase. | Benjamin Kramer | 2011-11-05 | 1 | -1/+1 |
* | Allow i1 to be promoted to i32 for ARM APCS calling convention. | Chad Rosier | 2011-11-05 | 1 | -1/+1 |
* | Enhanced vzeroupper insertion pass that avoids inserting vzeroupper where it ... | Eli Friedman | 2011-11-04 | 1 | -27/+207 |
* | Cannot create a result register for non-legal types. | Chad Rosier | 2011-11-04 | 1 | -1/+2 |
* | When materializing an i32, SExt vs ZExt doesn't matter when we're trying to fit | Chad Rosier | 2011-11-04 | 1 | -1/+1 |
* | Enable support for materializing i1, i8, and i16 integers via move immediate. | Chad Rosier | 2011-11-04 | 1 | -6/+11 |