| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable this test for now, we don't check for super classes when matching yet. | Daniel Dunbar | 2009-08-09 | 1 | -1/+2 |
* | llvm-mc/AsmParser: Implement user defined super classes. | Daniel Dunbar | 2009-08-09 | 1 | -0/+14 |
* | Add tests for Neon VZIP and VUZP instructions. | Bob Wilson | 2009-08-09 | 2 | -0/+234 |
* | Add a test for Neon VTRN instructions. | Bob Wilson | 2009-08-09 | 1 | -0/+117 |
* | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner | 2009-08-08 | 1 | -2/+2 |
* | remove nondeterminstic test. | Chris Lattner | 2009-08-08 | 1 | -13/+0 |
* | Add crc32 instruction and intrinsics. Add a new class of prefix | Eric Christopher | 2009-08-08 | 1 | -0/+38 |
* | Add support for READCYCLECOUNTER in Blackfin back-end. | Jakob Stoklund Olesen | 2009-08-08 | 1 | -5/+11 |
* | Don't build illegal ops in DAGCombiner::SimplifyBinOpWithSameOpcodeHands(). | Jakob Stoklund Olesen | 2009-08-08 | 1 | -2/+2 |
* | Simplify RegScavenger::forward a bit more. | Jakob Stoklund Olesen | 2009-08-08 | 1 | -0/+20 |
* | llvm-mc/AsmMatcher: Improve match code. | Daniel Dunbar | 2009-08-08 | 2 | -6/+0 |
* | Add another Strong-SIV testcase. | Andreas Bolka | 2009-08-08 | 1 | -0/+28 |
* | Do not generate 32-bit call on win64 when imm does not fit | Anton Korobeynikov | 2009-08-07 | 1 | -0/+9 |
* | rename test | Chris Lattner | 2009-08-07 | 1 | -0/+0 |
* | merge a bunch of tests together into one, convert to filecheck which | Chris Lattner | 2009-08-07 | 5 | -64/+60 |
* | Convert more Neon tests to use FileCheck. | Bob Wilson | 2009-08-07 | 9 | -40/+127 |
* | Make NEON single-precision FP support the default for cortex-a8 (again). | David Goodwin | 2009-08-07 | 9 | -0/+18 |
* | Added Mac OS X assembler style conditional assembly. I may come back and see if | Kevin Enderby | 2009-08-07 | 1 | -0/+12 |
* | 2 more vdup.32 cases | Anton Korobeynikov | 2009-08-07 | 1 | -1/+15 |
* | Thumb2 32-bit ldm / stm needs .w suffix if submode is ia. | Evan Cheng | 2009-08-07 | 1 | -4/+4 |
* | XFAIL 2006-11-06-StackTrace.cpp on powerpc-apple-darwin9 until someone feels | Daniel Dunbar | 2009-08-07 | 1 | -2/+3 |
* | Fix support to use NEON for single precision fp math. | Evan Cheng | 2009-08-07 | 1 | -0/+80 |
* | Fix Strong-SIV testcase. | Andreas Bolka | 2009-08-07 | 1 | -1/+1 |
* | Disable X86 AsmMatcher for now, it is causing gcc-4.0 to run out of memory on | Daniel Dunbar | 2009-08-07 | 2 | -0/+6 |
* | llvm-mc/AsmMatcher: Move to a slightly more sane matching design. | Daniel Dunbar | 2009-08-07 | 1 | -1/+0 |
* | Another coalescer bug. When a dead copy is eliminated, transfer the kill to a... | Evan Cheng | 2009-08-07 | 1 | -0/+16 |
* | It turns out most of the thumb2 instructions are not allowed to touch SP. The... | Evan Cheng | 2009-08-07 | 2 | -3/+27 |
* | Add the testcase from PR 4668. This works at the | Dale Johannesen | 2009-08-07 | 1 | -0/+26 |
* | Fix PR 4626, a crash in branch folding after OptimizeBlock | Dale Johannesen | 2009-08-06 | 1 | -0/+90 |
* | Implement Neon VST[234] operations. | Bob Wilson | 2009-08-06 | 3 | -0/+114 |
* | Fix incorrect intrinsic declarations. | Bob Wilson | 2009-08-06 | 2 | -20/+20 |
* | Testcase for llvm-gcc 78324 (although in normal | Dale Johannesen | 2009-08-06 | 1 | -0/+9 |
* | Tidy up this testcase. | Dan Gohman | 2009-08-06 | 1 | -49/+1 |
* | reduce testcase. | Chris Lattner | 2009-08-06 | 1 | -39/+4 |
* | Remove an over-aggressive assert. Functions with empty struct return | Dan Gohman | 2009-08-06 | 1 | -0/+50 |
* | Add tests for X86-64 code model handling. Small and kernel for now. | Anton Korobeynikov | 2009-08-06 | 1 | -0/+67 |
* | Fix a bug in x86's PreprocessForRMW logic that was exposed | Dan Gohman | 2009-08-06 | 1 | -0/+20 |
* | Fix a few places in DAGCombiner that were creating all-ones-bits | Dan Gohman | 2009-08-06 | 1 | -0/+12 |
* | add a testcase for my llvm-gcc hack. | Chris Lattner | 2009-08-06 | 1 | -0/+12 |
* | this passes. | Chris Lattner | 2009-08-06 | 1 | -1/+0 |
* | XFAIL it while it is being worked on. | Sanjiv Gupta | 2009-08-06 | 1 | -0/+1 |
* | Add tests for new NEON vld instructions. | Bob Wilson | 2009-08-06 | 3 | -0/+153 |
* | Convert more Neon tests to FileCheck. | Bob Wilson | 2009-08-05 | 2 | -10/+42 |
* | Adjust test for llvm-gcc checkin 78249. | Dale Johannesen | 2009-08-05 | 1 | -2/+2 |
* | Test for llvm-gcc checkin 78223. | Dale Johannesen | 2009-08-05 | 1 | -0/+5 |
* | Missed pieces for ARM HardFP ABI. | Anton Korobeynikov | 2009-08-05 | 1 | -0/+13 |
* | Enable the new no-SP register classes by default. This is to address | Dan Gohman | 2009-08-05 | 3 | -3/+3 |
* | Add testcases for reg-mem arithemtics added recently | Anton Korobeynikov | 2009-08-05 | 1 | -0/+133 |
* | Convert bswap test to filecheck, add more test entries & convert stuff to fil... | Anton Korobeynikov | 2009-08-05 | 1 | -6/+31 |
* | Fix a bug in the PIC16 backend. | Dan Gohman | 2009-08-05 | 1 | -1/+0 |