aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Add support for NEON scalar signed/unsigned integer to floating-pointChad Rosier2013-10-083-0/+88
* Debug Info: update testing to reflect r192018.Manman Ren2013-10-081-2/+4
* Add fabsf to the list of inlined functions; otherwiseReed Kotler2013-10-081-0/+12
* Add some xfaild R600 tests.Matt Arsenault2013-10-083-0/+47
* Let rotr and bswap be handled by expansion for Mips16 since we don'tReed Kotler2013-10-082-0/+8
* Fix a typo in the mattr part of the run line.Craig Topper2013-10-081-1/+1
* Explicitly disable AVX on a bunch of tests so they won't fail on AVX machines...Craig Topper2013-10-086-12/+12
* Remove some instructions that existed to provide aliases to the assembler. Ca...Craig Topper2013-10-087-9/+28
* typo.Adrian Prantl2013-10-081-1/+1
* typo.Adrian Prantl2013-10-081-1/+1
* Reduce testcase from 1r92011.Adrian Prantl2013-10-081-128/+20
* [mips] Test case for r192124.Akira Hatanaka2013-10-071-0/+33
* LoopVectorize: External uses must use the last value in a reduction cycleArnold Schwaighofer2013-10-071-0/+27
* Add Mips16 patterns for sign extend byte and sign extend halfword.Reed Kotler2013-10-071-0/+1
* Struct byval: use the correct alignment for loads generated to loadManman Ren2013-10-071-0/+27
* X86: Fix type check. Just because an integer type is illegal doesn't mean it'...Benjamin Kramer2013-10-071-0/+18
* Revert r191834 until we measure the effect of this benchmarks and maybe find ...Alexey Samsonov2013-10-071-0/+26
* Change objectsize intrinsic to accept different address spaces.Matt Arsenault2013-10-0711-46/+141
* [ARM] Improve build attributes emission.Amara Emerson2013-10-073-7/+121
* [AArch64] Add support for NEON scalar arithmetic instructions:Chad Rosier2013-10-076-0/+281
* [ARMv8] Add some disassembly tests for Thumb sevl/sevl.wJoey Gouly2013-10-071-0/+5
* ARM: allow cortex-m0 to use hint instructionsTim Northover2013-10-073-12/+37
* [Mips] Teach llvm-readobj to print MIPS-specific ELF program headers.Simon Atanasyan2013-10-072-0/+30
* Remove some instructions that seem to only exist to trick the filtering check...Craig Topper2013-10-072-0/+12
* Teach X86 asm parser that VMOVAPSrr and other VEX-encoded register to registe...Craig Topper2013-10-071-0/+56
* Add disassembler support for long encodings for INC/DEC in 32-bit mode.Craig Topper2013-10-072-1/+49
* Add support for aliases with linkonce_odr.Rafael Espindola2013-10-061-0/+3
* Force a CPU that doesn't have AVX, otherwise this test fails.Benjamin Kramer2013-10-061-3/+3
* X86: Don't fold spills into SSE operations if the stack is unaligned.Benjamin Kramer2013-10-061-0/+49
* AVX-512: added scalar convert instructions and intrinsics.Elena Demikhovsky2013-10-062-0/+89
* [Sparc] Do not emit nop after fcmp* instruction with V9.Venkatraman Govindaraju2013-10-062-0/+5
* AVX-512: fixed shuffle loweringElena Demikhovsky2013-10-061-0/+16
* [Sparc] Custom lower addc/adde/subc/sube on i64 in sparc64.Venkatraman Govindaraju2013-10-061-0/+11
* [Sparc] Use addxcc/subxcc for adde/sube instead of addx/subx.Venkatraman Govindaraju2013-10-061-0/+39
* Emit a better error when running out of registers on inline asm.Benjamin Kramer2013-10-051-1/+1
* Remove unneeded TBM intrinsics. The arithmetic/logical operation patterns are...Craig Topper2013-10-051-379/+0
* Add an additional pattern for BLCI since opt can turn (not (add x, 1)) into (...Craig Topper2013-10-051-0/+20
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-055-40/+43
* Implement aarch64 neon instruction set AdvSIMD (Across).Jiangning Liu2013-10-053-0/+740
* Convert test to FileCheck.Rafael Espindola2013-10-051-5/+12
* [Sparc] Use correct alignment while loading/storing fp128 values.Venkatraman Govindaraju2013-10-051-0/+21
* Updating XFAILs for recent GOT testsAndrew Kaylor2013-10-054-0/+4
* Adding tests for multiple GOTs with MCJITAndrew Kaylor2013-10-054-0/+44
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-054-1/+154
* [Sparc] Respect hasHardQuad parameter correctly when lowering SINT_TO_FP with...Venkatraman Govindaraju2013-10-051-0/+13
* Debug info: Don't crash in SelectionDAGISel when a vreg that is beingAdrian Prantl2013-10-051-0/+135
* [Sparc] Correct the floating point conditional code mapping in GetOppositeBra...Venkatraman Govindaraju2013-10-041-0/+32
* UpdatePHINodes in BasicBlockUtils should not crash on duplicate predecessorsHal Finkel2013-10-041-0/+46
* reverting per requestJack Carter2013-10-041-6/+1
* Use addFlag to add the enum class attribute.Eric Christopher2013-10-041-2/+2