aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* llvm-mc/AsmMatcher: Improve match code.Daniel Dunbar2009-08-082-6/+0
* Add another Strong-SIV testcase.Andreas Bolka2009-08-081-0/+28
* Do not generate 32-bit call on win64 when imm does not fitAnton Korobeynikov2009-08-071-0/+9
* rename testChris Lattner2009-08-071-0/+0
* merge a bunch of tests together into one, convert to filecheck whichChris Lattner2009-08-075-64/+60
* Convert more Neon tests to use FileCheck.Bob Wilson2009-08-079-40/+127
* Make NEON single-precision FP support the default for cortex-a8 (again).David Goodwin2009-08-079-0/+18
* Added Mac OS X assembler style conditional assembly. I may come back and see ifKevin Enderby2009-08-071-0/+12
* 2 more vdup.32 casesAnton Korobeynikov2009-08-071-1/+15
* Thumb2 32-bit ldm / stm needs .w suffix if submode is ia.Evan Cheng2009-08-071-4/+4
* XFAIL 2006-11-06-StackTrace.cpp on powerpc-apple-darwin9 until someone feelsDaniel Dunbar2009-08-071-2/+3
* Fix support to use NEON for single precision fp math.Evan Cheng2009-08-071-0/+80
* Fix Strong-SIV testcase.Andreas Bolka2009-08-071-1/+1
* Disable X86 AsmMatcher for now, it is causing gcc-4.0 to run out of memory onDaniel Dunbar2009-08-072-0/+6
* llvm-mc/AsmMatcher: Move to a slightly more sane matching design.Daniel Dunbar2009-08-071-1/+0
* Another coalescer bug. When a dead copy is eliminated, transfer the kill to a...Evan Cheng2009-08-071-0/+16
* It turns out most of the thumb2 instructions are not allowed to touch SP. The...Evan Cheng2009-08-072-3/+27
* Add the testcase from PR 4668. This works at theDale Johannesen2009-08-071-0/+26
* Fix PR 4626, a crash in branch folding after OptimizeBlockDale Johannesen2009-08-061-0/+90
* Implement Neon VST[234] operations.Bob Wilson2009-08-063-0/+114
* Fix incorrect intrinsic declarations.Bob Wilson2009-08-062-20/+20
* Testcase for llvm-gcc 78324 (although in normalDale Johannesen2009-08-061-0/+9
* Tidy up this testcase.Dan Gohman2009-08-061-49/+1
* reduce testcase.Chris Lattner2009-08-061-39/+4
* Remove an over-aggressive assert. Functions with empty struct returnDan Gohman2009-08-061-0/+50
* Add tests for X86-64 code model handling. Small and kernel for now.Anton Korobeynikov2009-08-061-0/+67
* Fix a bug in x86's PreprocessForRMW logic that was exposedDan Gohman2009-08-061-0/+20
* Fix a few places in DAGCombiner that were creating all-ones-bitsDan Gohman2009-08-061-0/+12
* add a testcase for my llvm-gcc hack.Chris Lattner2009-08-061-0/+12
* this passes.Chris Lattner2009-08-061-1/+0
* XFAIL it while it is being worked on.Sanjiv Gupta2009-08-061-0/+1
* Add tests for new NEON vld instructions.Bob Wilson2009-08-063-0/+153
* Convert more Neon tests to FileCheck.Bob Wilson2009-08-052-10/+42
* Adjust test for llvm-gcc checkin 78249.Dale Johannesen2009-08-051-2/+2
* Test for llvm-gcc checkin 78223.Dale Johannesen2009-08-051-0/+5
* Missed pieces for ARM HardFP ABI.Anton Korobeynikov2009-08-051-0/+13
* Enable the new no-SP register classes by default. This is to addressDan Gohman2009-08-053-3/+3
* Add testcases for reg-mem arithemtics added recentlyAnton Korobeynikov2009-08-051-0/+133
* Convert bswap test to filecheck, add more test entries & convert stuff to fil...Anton Korobeynikov2009-08-051-6/+31
* Fix a bug in the PIC16 backend.Dan Gohman2009-08-051-1/+0
* Change these tests to use function attributes rather than special llcDan Gohman2009-08-052-9/+21
* checking in broken testcases is not such a good idea.Chris Lattner2009-08-051-0/+1
* Quite a few tests crashed in llc after 78142. This is just one of them. I hop...Sanjiv Gupta2009-08-051-0/+10
* Disable stack coloring with register for now. It's not able to set kill markers.Evan Cheng2009-08-051-0/+508
* Another nasty coalescer bug (is there another kind):Evan Cheng2009-08-051-0/+153
* Revert changes accidentally committed along with r78163.Dan Gohman2009-08-052-2/+2
* Teach X86FastISel how to handle CCValAssign::BCvt, which is used forDan Gohman2009-08-053-2/+21
* ZIV tester for LDA.Andreas Bolka2009-08-052-3/+3
* Fix LDA testcases.Andreas Bolka2009-08-051-4/+4
* Turn some insert_subreg, extract_subreg, subreg_to_reg into implicit_defs.Evan Cheng2009-08-051-3/+0