aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Call support for fast-isel.Bill Schmidt2013-08-302-0/+166
* Fixed a bug where diassembling an instruction that had a prefix would cause L...Richard Mitton2013-08-301-0/+59
* Fix a problem with dual mips16/mips32 mode. When the underlying processorReed Kotler2013-08-301-0/+38
* [PowerPC] Add handling for conversions to fast-isel.Bill Schmidt2013-08-301-0/+305
* InstCombine: Check for zero shift amounts before subtracting one causing inte...Benjamin Kramer2013-08-301-0/+36
* Restore llvm-ranlib expansion in RUN-lines removed in r184019Alexey Samsonov2013-08-301-1/+2
* Teach X86 backend to create BMI2 BZHI instructions from (and X, (add (shl 1, ...Craig Topper2013-08-301-0/+45
* Revert "ARM: Improve pattern for isel mul of vector by scalar."Michael Gottesman2013-08-301-18/+0
* mi-sched: improve the generic register pressure comparison.Andrew Trick2013-08-303-17/+15
* mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...Andrew Trick2013-08-303-4/+6
* [PowerPC] Handle selection of compare instructions in fast-isel.Bill Schmidt2013-08-301-0/+289
* [PowerPC] Miscellaneous fast-isel test cases.Bill Schmidt2013-08-304-0/+131
* [PowerPC] Add loads, stores, and related things to fast-isel.Bill Schmidt2013-08-303-0/+434
* Don't bother emitting the pubtypes section on darwin since there aren'tEric Christopher2013-08-301-1/+1
* ARM: Improve pattern for isel mul of vector by scalar.Jim Grosbach2013-08-291-0/+18
* AVX-512: added extend and truncate instructions.Elena Demikhovsky2013-08-291-0/+127
* [tests] Use multiple statements instead of 'echo -e', which is not part of BS...Daniel Dunbar2013-08-291-1/+6
* Fix a test to not fail for users with my name. :)Daniel Dunbar2013-08-291-0/+1
* The darwin integrated assembler for X86 in 64-bit mode is not rejectingKevin Enderby2013-08-291-0/+5
* Convert tests to FileCheckMatt Arsenault2013-08-2814-19/+38
* Handle address spaces in TargetTransformInfoMatt Arsenault2013-08-281-1/+44
* Disable unrolling in the loop vectorizer when disabled in the pass managerHal Finkel2013-08-282-1/+32
* The integrated darwin assembler can hang in an infinite loop (or get an assert Kevin Enderby2013-08-281-0/+5
* [ARMv8]Joey Gouly2013-08-282-0/+30
* Add a minimal implementation of ranlib.Rafael Espindola2013-08-281-0/+9
* ARM: Use "dmb sy" for barriers on M-class CPUsTim Northover2013-08-281-1/+1
* ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics.Tim Northover2013-08-283-144/+0
* ARM: add patterns for vqdmlal with separate vqdmull and vqaddsTim Northover2013-08-281-0/+90
* [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.vDaniel Sanders2013-08-282-0/+134
* [mips][msa] Added load/store intrinsics.Daniel Sanders2013-08-282-0/+298
* AVX-512: added SQRT, VRSQRT14, VCOMISS, VUCOMISS, VRCP14, VPABSElena Demikhovsky2013-08-283-0/+152
* [mips][msa] Added move.vDaniel Sanders2013-08-281-0/+24
* [SystemZ] Add support for TMHH, TMHL, TMLH and TMLLRichard Sandiford2013-08-286-2/+414
* [mips][msa] Added cfcmsa, and ctcmsaDaniel Sanders2013-08-281-0/+167
* [mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs]ul[et], f[cs]une, fsun, ft...Daniel Sanders2013-08-284-0/+976
* [mips][msa] Summarize testsDaniel Sanders2013-08-2840-4/+114
* [SystemZ] Extend memcmp support to all constant lengthsRichard Sandiford2013-08-282-4/+96
* [mips] Use ptr_rc to simplify definitions of base+index load/store instructions.Akira Hatanaka2013-08-288-2/+90
* Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashingEric Christopher2013-08-281-2/+2
* Use DW_FORM_sdata for signed constant values and udata on occasionEric Christopher2013-08-274-8/+12
* Move some debug testcases to the debug info directory.Eric Christopher2013-08-2716-0/+0
* DataFlowSanitizer: Implement trampolines for function pointers passed to cust...Peter Collingbourne2013-08-272-5/+17
* [ms-inline asm] Support offsets after segment registersDavid Majnemer2013-08-271-0/+6
* Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-272-0/+7
* [ARMv8] Add MC support for the new load/store acquire/release instructions.Joey Gouly2013-08-274-0/+131
* AVX-512: added conversion instructions.Elena Demikhovsky2013-08-271-0/+186
* DAGCombiner: make sure or/shl/srl really has zero high bits before forming bswapTim Northover2013-08-271-6/+101
* [ARMv8] Add some negative tests for the recent VFP/NEON instructions.Joey Gouly2013-08-272-3/+108
* ARM: add natural patterns for vaddhl and vsubhl.Tim Northover2013-08-272-0/+54
* R600/SI: Enable local-memory-two-objects lit testMichel Danzer2013-08-271-12/+17