| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a problem with dual mips16/mips32 mode. When the underlying processor | Reed Kotler | 2013-08-30 | 1 | -0/+38 |
* | [PowerPC] Add handling for conversions to fast-isel. | Bill Schmidt | 2013-08-30 | 1 | -0/+305 |
* | Teach X86 backend to create BMI2 BZHI instructions from (and X, (add (shl 1, ... | Craig Topper | 2013-08-30 | 1 | -0/+45 |
* | Revert "ARM: Improve pattern for isel mul of vector by scalar." | Michael Gottesman | 2013-08-30 | 1 | -18/+0 |
* | mi-sched: improve the generic register pressure comparison. | Andrew Trick | 2013-08-30 | 3 | -17/+15 |
* | mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness... | Andrew Trick | 2013-08-30 | 3 | -4/+6 |
* | [PowerPC] Handle selection of compare instructions in fast-isel. | Bill Schmidt | 2013-08-30 | 1 | -0/+289 |
* | [PowerPC] Miscellaneous fast-isel test cases. | Bill Schmidt | 2013-08-30 | 4 | -0/+131 |
* | [PowerPC] Add loads, stores, and related things to fast-isel. | Bill Schmidt | 2013-08-30 | 3 | -0/+434 |
* | ARM: Improve pattern for isel mul of vector by scalar. | Jim Grosbach | 2013-08-29 | 1 | -0/+18 |
* | AVX-512: added extend and truncate instructions. | Elena Demikhovsky | 2013-08-29 | 1 | -0/+127 |
* | ARM: Use "dmb sy" for barriers on M-class CPUs | Tim Northover | 2013-08-28 | 1 | -1/+1 |
* | ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics. | Tim Northover | 2013-08-28 | 3 | -144/+0 |
* | ARM: add patterns for vqdmlal with separate vqdmull and vqadds | Tim Northover | 2013-08-28 | 1 | -0/+90 |
* | [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.v | Daniel Sanders | 2013-08-28 | 2 | -0/+134 |
* | [mips][msa] Added load/store intrinsics. | Daniel Sanders | 2013-08-28 | 2 | -0/+298 |
* | AVX-512: added SQRT, VRSQRT14, VCOMISS, VUCOMISS, VRCP14, VPABS | Elena Demikhovsky | 2013-08-28 | 3 | -0/+152 |
* | [mips][msa] Added move.v | Daniel Sanders | 2013-08-28 | 1 | -0/+24 |
* | [SystemZ] Add support for TMHH, TMHL, TMLH and TMLL | Richard Sandiford | 2013-08-28 | 3 | -2/+294 |
* | [mips][msa] Added cfcmsa, and ctcmsa | Daniel Sanders | 2013-08-28 | 1 | -0/+167 |
* | [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 | 4 | -0/+976 |
* | [mips][msa] Summarize tests | Daniel Sanders | 2013-08-28 | 40 | -4/+114 |
* | [SystemZ] Extend memcmp support to all constant lengths | Richard Sandiford | 2013-08-28 | 2 | -4/+96 |
* | Move some debug testcases to the debug info directory. | Eric Christopher | 2013-08-27 | 16 | -966/+0 |
* | AVX-512: added conversion instructions. | Elena Demikhovsky | 2013-08-27 | 1 | -0/+186 |
* | DAGCombiner: make sure or/shl/srl really has zero high bits before forming bswap | Tim Northover | 2013-08-27 | 1 | -6/+101 |
* | ARM: add natural patterns for vaddhl and vsubhl. | Tim Northover | 2013-08-27 | 2 | -0/+54 |
* | R600/SI: Enable local-memory-two-objects lit test | Michel Danzer | 2013-08-27 | 1 | -12/+17 |
* | [mips][msa] Added tests for and.v, bmnz.v, bmz.v, bsel.v, nor.v, or.v, xor.v ... | Daniel Sanders | 2013-08-27 | 1 | -43/+523 |
* | [mips][msa] Added spill/reload support | Daniel Sanders | 2013-08-27 | 1 | -0/+597 |
* | [SystemZ] Extend memcpy and memset support to all constant lengths | Richard Sandiford | 2013-08-27 | 5 | -29/+224 |
* | [mips][msa] Added bitconverts for vector types for big and little-endian | Daniel Sanders | 2013-08-27 | 1 | -0/+1208 |
* | AVX-512: Added FMA instructions. | Elena Demikhovsky | 2013-08-27 | 1 | -0/+83 |
* | Debug Info: add an identifier field to DICompositeType. | Manman Ren | 2013-08-26 | 52 | -131/+131 |
* | ARM: Enable machine verifier for a few more tests. | Jim Grosbach | 2013-08-26 | 2 | -3/+3 |
* | ARM: Constrain regclass for TSTri instruction. | Jim Grosbach | 2013-08-26 | 1 | -1/+1 |
* | ARM: FastISel verifier error cleanup. | Jim Grosbach | 2013-08-26 | 1 | -1/+1 |
* | [PowerPC] More fast-isel chunks (returns and integer extends) | Bill Schmidt | 2013-08-26 | 2 | -0/+217 |
* | SelectionDAG: Remove unnecessary uses of TargetLowering::getPointerTy() | Tom Stellard | 2013-08-26 | 1 | -0/+140 |
* | R600: Add support for vector local memory loads | Tom Stellard | 2013-08-26 | 1 | -0/+14 |
* | R600: Add support for i8 and i16 local memory loads | Tom Stellard | 2013-08-26 | 1 | -0/+78 |
* | SelectionDAG: Use correct pointer size when splitting vector stores | Tom Stellard | 2013-08-26 | 1 | -0/+15 |
* | R600: Add support for i8 and i16 local memory stores | Tom Stellard | 2013-08-26 | 1 | -0/+18 |
* | R600: Add support for v4i32 and v2i32 local stores | Tom Stellard | 2013-08-26 | 1 | -0/+52 |
* | SelectionDAG: Use correct pointer size when lowering function arguments v2 | Tom Stellard | 2013-08-26 | 1 | -0/+42 |
* | AVX-512: Added shuffle instructions - | Elena Demikhovsky | 2013-08-26 | 1 | -0/+62 |
* | [PowerPC] Add fast-isel branch and compare selection. | Bill Schmidt | 2013-08-25 | 2 | -0/+58 |
* | [Sparc] Add long double (f128) instructions to sparc backend. | Venkatraman Govindaraju | 2013-08-25 | 1 | -0/+27 |
* | [Sparc] Added V9's extra floating point registers and their aliases. | Venkatraman Govindaraju | 2013-08-25 | 1 | -0/+23 |
* | AVX-512: added UNPACK instructions and tests for all-zero/all-ones vectors | Elena Demikhovsky | 2013-08-25 | 2 | -11/+62 |