aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Rebuild RegScavenger::DistanceMap each time it is needed.Jakob Stoklund Olesen2009-08-111-0/+17
* Convert more Neon tests to use FileCheck.Bob Wilson2009-08-112-16/+58
* Use vAny type to get rid of Neon intrinsics that differed only in whetherBob Wilson2009-08-1119-164/+164
* llvm-mc/X86: Parse '*' correctly (in the way the matcher expects).Daniel Dunbar2009-08-111-0/+3
* llvm-mc: Accept .word as a synonym for .shortDaniel Dunbar2009-08-111-0/+5
* llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for theseDaniel Dunbar2009-08-113-0/+18
* llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ','Daniel Dunbar2009-08-111-0/+4
* llvm-mc/AsmParser: Implement automatic classification of RegisterClass operands.Daniel Dunbar2009-08-111-4/+17
* Use new EVT::vAny type to combine Neon intrinsics for VPADD.Bob Wilson2009-08-111-8/+8
* Enable Thumb2 instruction shrinking (32-bit to 16-bit) pass. Convert a bunch ...Evan Cheng2009-08-1026-80/+240
* Fix a bug in the DAGCombiner's handling of multiple linkedDan Gohman2009-08-101-0/+24
* Use FileCheck.David Goodwin2009-08-104-20/+28
* Use FileCheck... its good for you...David Goodwin2009-08-102-10/+14
* Fix test.David Goodwin2009-08-101-1/+3
* Fix test.David Goodwin2009-08-101-2/+1
* Use NEON for single-precision int<->FP conversions.David Goodwin2009-08-104-0/+48
* llvm-mc/AsmParser: Disambiguate i64i8imm.Daniel Dunbar2009-08-101-1/+7
* Handle the constantfp created during post-legalization dag combiner phase.Evan Cheng2009-08-101-0/+15
* Fix ocaml "make check" tests, that wasn't finding the proper c++ compiler.Erick Tryzelaar2009-08-101-1/+1
* Add nounwind keywords.Dan Gohman2009-08-102-4/+4
* llvm-mc/AsmParser: Check for matches with super classes when matchingDaniel Dunbar2009-08-101-1/+0
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-105-48/+17
* Disable this test for now, we don't check for super classes when matching yet.Daniel Dunbar2009-08-091-1/+2
* llvm-mc/AsmParser: Implement user defined super classes.Daniel Dunbar2009-08-091-0/+14
* Add tests for Neon VZIP and VUZP instructions.Bob Wilson2009-08-092-0/+234
* Add a test for Neon VTRN instructions.Bob Wilson2009-08-091-0/+117
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-081-2/+2
* remove nondeterminstic test.Chris Lattner2009-08-081-13/+0
* Add crc32 instruction and intrinsics. Add a new class of prefixEric Christopher2009-08-081-0/+38
* Add support for READCYCLECOUNTER in Blackfin back-end.Jakob Stoklund Olesen2009-08-081-5/+11
* Don't build illegal ops in DAGCombiner::SimplifyBinOpWithSameOpcodeHands().Jakob Stoklund Olesen2009-08-081-2/+2
* Simplify RegScavenger::forward a bit more.Jakob Stoklund Olesen2009-08-081-0/+20
* 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