| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove bogus debug statement. Sheesh. | Bill Schmidt | 2013-08-30 | 1 | -4/+2 |
* | [PowerPC] Add loads, stores, and related things to fast-isel. | Bill Schmidt | 2013-08-30 | 3 | -7/+776 |
* | ARM: Improve pattern for isel mul of vector by scalar. | Jim Grosbach | 2013-08-29 | 1 | -0/+11 |
* | Clean up some usage of Triple. The base class has methods for determining if... | Cameron Esfahani | 2013-08-29 | 6 | -13/+10 |
* | AVX-512: added extend and truncate instructions. | Elena Demikhovsky | 2013-08-29 | 4 | -29/+245 |
* | Add useAA() to TargetSubtargetInfo | Hal Finkel | 2013-08-29 | 1 | -0/+4 |
* | The darwin integrated assembler for X86 in 64-bit mode is not rejecting | Kevin Enderby | 2013-08-29 | 1 | -1/+6 |
* | [ARMv8] | Joey Gouly | 2013-08-28 | 2 | -14/+20 |
* | ARM: Use "dmb sy" for barriers on M-class CPUs | Tim Northover | 2013-08-28 | 1 | -1/+4 |
* | [ARMv8] Add a missing IsThumb to t2LDAEXD. | Joey Gouly | 2013-08-28 | 1 | -1/+1 |
* | ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics. | Tim Northover | 2013-08-28 | 1 | -8/+6 |
* | ARM: add patterns for vqdmlal with separate vqdmull and vqadds | Tim Northover | 2013-08-28 | 1 | -0/+38 |
* | [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.v | Daniel Sanders | 2013-08-28 | 6 | -2/+225 |
* | [mips][msa] Added load/store intrinsics. | Daniel Sanders | 2013-08-28 | 8 | -21/+182 |
* | AVX-512: added SQRT, VRSQRT14, VCOMISS, VUCOMISS, VRCP14, VPABS | Elena Demikhovsky | 2013-08-28 | 2 | -23/+466 |
* | [mips][msa] Added move.v | Daniel Sanders | 2013-08-28 | 2 | -0/+28 |
* | [SystemZ] Add support for TMHH, TMHL, TMLH and TMLL | Richard Sandiford | 2013-08-28 | 5 | -10/+76 |
* | [mips][msa] Added cfcmsa, and ctcmsa | Daniel Sanders | 2013-08-28 | 7 | -0/+106 |
* | [mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs]ul[et], f[cs]une, fsun, ft... | Daniel Sanders | 2013-08-28 | 1 | -14/+327 |
* | [SystemZ] Extend memcmp support to all constant lengths | Richard Sandiford | 2013-08-28 | 2 | -26/+92 |
* | Fix use of uninitialized value added in r189400 (found by MemorySanitizer) | Alexey Samsonov | 2013-08-28 | 1 | -4/+3 |
* | Remove support for the .debug_inlined section. No known software | Eric Christopher | 2013-08-28 | 1 | -1/+0 |
* | X86JITInfo.cpp: Apply x64 version of X86CompilationCallback() to Cygwin64. | NAKAMURA Takumi | 2013-08-28 | 1 | -1/+1 |
* | X86Subtarget.h: Recognize x86_64-cygwin. | NAKAMURA Takumi | 2013-08-28 | 1 | -4/+1 |
* | [mips] Use ptr_rc to simplify definitions of base+index load/store instructions. | Akira Hatanaka | 2013-08-28 | 5 | -49/+143 |
* | [mips] Clean up definitions of move word from/to coprocessor instructions. | Akira Hatanaka | 2013-08-28 | 2 | -46/+20 |
* | [mips] Set isAllocatable and CoveredBySubRegs. | Akira Hatanaka | 2013-08-28 | 1 | -1/+3 |
* | [ms-inline asm] Support offsets after segment registers | David Majnemer | 2013-08-27 | 1 | -40/+70 |
* | Given target assembler parsers a chance to handle variant expressions | Joerg Sonnenberger | 2013-08-27 | 2 | -3/+31 |
* | Changed comment | Jack Carter | 2013-08-27 | 1 | -1/+1 |
* | [ARMv8] Add MC support for the new load/store acquire/release instructions. | Joey Gouly | 2013-08-27 | 5 | -27/+218 |
* | AVX-512: added conversion instructions. | Elena Demikhovsky | 2013-08-27 | 2 | -19/+214 |
* | [ARMv8] Add some negative tests for the recent VFP/NEON instructions. | Joey Gouly | 2013-08-27 | 2 | -2/+7 |
* | ARM: add natural patterns for vaddhl and vsubhl. | Tim Northover | 2013-08-27 | 1 | -0/+14 |
* | [mips][msa] Added spill/reload support | Daniel Sanders | 2013-08-27 | 1 | -0/+16 |
* | [SystemZ] Extend memcpy and memset support to all constant lengths | Richard Sandiford | 2013-08-27 | 8 | -81/+239 |
* | [mips][msa] Added bitconverts for vector types for big and little-endian | Daniel Sanders | 2013-08-27 | 2 | -2/+151 |
* | AVX-512: Added FMA instructions. | Elena Demikhovsky | 2013-08-27 | 2 | -1/+198 |
* | Revert "Fix the build broken by r189315." and "Move everything depending on O... | Charles Davis | 2013-08-27 | 7 | -211/+211 |
* | Move everything depending on Object/MachOFormat.h over to Support/MachO.h. | Charles Davis | 2013-08-27 | 7 | -211/+211 |
* | ARM: Constrain regclass for TSTri instruction. | Jim Grosbach | 2013-08-26 | 1 | -0/+2 |
* | Dummy code to silence warning from 4189266 | Bill Schmidt | 2013-08-26 | 2 | -0/+11 |
* | ARM: FastISel verifier error cleanup. | Jim Grosbach | 2013-08-26 | 1 | -0/+7 |
* | ARM: Fix ELF global base reg intialization. | Jim Grosbach | 2013-08-26 | 1 | -3/+8 |
* | [PowerPC] More fast-isel chunks (returns and integer extends) | Bill Schmidt | 2013-08-26 | 3 | -3/+255 |
* | R600: Add support for vector local memory loads | Tom Stellard | 2013-08-26 | 4 | -0/+50 |
* | R600: Add support for i8 and i16 local memory loads | Tom Stellard | 2013-08-26 | 4 | -16/+59 |
* | R600: Add support for i8 and i16 local memory stores | Tom Stellard | 2013-08-26 | 8 | -15/+60 |
* | R600: Add support for v4i32 and v2i32 local stores | Tom Stellard | 2013-08-26 | 3 | -59/+107 |
* | SelectionDAG: Use correct pointer size when lowering function arguments v2 | Tom Stellard | 2013-08-26 | 4 | -7/+12 |