summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2009-08-11now that these are in file-check format, we can merge them togetherChris Lattner5-56/+49
2009-08-11Don't assume that external global variables are aligned at their preferredDan Gohman1-0/+22
2009-08-11Fix the previous accidental commit. Now shrinking common Thumb2 load / store ...Evan Cheng7-34/+73
2009-08-11Link metadata.Devang Patel2-0/+24
2009-08-11Rebuild RegScavenger::DistanceMap each time it is needed.Jakob Stoklund Olesen1-0/+17
2009-08-11Convert more Neon tests to use FileCheck.Bob Wilson2-16/+58
2009-08-11Use vAny type to get rid of Neon intrinsics that differed only in whetherBob Wilson19-164/+164
2009-08-11llvm-mc/X86: Parse '*' correctly (in the way the matcher expects).Daniel Dunbar1-0/+3
2009-08-11llvm-mc: Accept .word as a synonym for .shortDaniel Dunbar1-0/+5
2009-08-11llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for theseDaniel Dunbar3-0/+18
2009-08-11llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ','Daniel Dunbar1-0/+4
2009-08-11llvm-mc/AsmParser: Implement automatic classification of RegisterClass operands.Daniel Dunbar1-4/+17
2009-08-11Use new EVT::vAny type to combine Neon intrinsics for VPADD.Bob Wilson1-8/+8
2009-08-10Enable Thumb2 instruction shrinking (32-bit to 16-bit) pass. Convert a bunch ...Evan Cheng26-80/+240
2009-08-10Fix a bug in the DAGCombiner's handling of multiple linkedDan Gohman1-0/+24
2009-08-10Use FileCheck.David Goodwin4-20/+28
2009-08-10Use FileCheck... its good for you...David Goodwin2-10/+14
2009-08-10Fix test.David Goodwin1-1/+3
2009-08-10Fix test.David Goodwin1-2/+1
2009-08-10Use NEON for single-precision int<->FP conversions.David Goodwin4-0/+48
2009-08-10llvm-mc/AsmParser: Disambiguate i64i8imm.Daniel Dunbar1-1/+7
2009-08-10Handle the constantfp created during post-legalization dag combiner phase.Evan Cheng1-0/+15
2009-08-10Fix ocaml "make check" tests, that wasn't finding the proper c++ compiler.Erick Tryzelaar1-1/+1
2009-08-10Add nounwind keywords.Dan Gohman2-4/+4
2009-08-10llvm-mc/AsmParser: Check for matches with super classes when matchingDaniel Dunbar1-1/+0
2009-08-10Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner5-48/+17
2009-08-09Disable this test for now, we don't check for super classes when matching yet.Daniel Dunbar1-1/+2
2009-08-09llvm-mc/AsmParser: Implement user defined super classes.Daniel Dunbar1-0/+14
2009-08-09Add tests for Neon VZIP and VUZP instructions.Bob Wilson2-0/+234
2009-08-09Add a test for Neon VTRN instructions.Bob Wilson1-0/+117
2009-08-08sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner1-2/+2
2009-08-08remove nondeterminstic test.Chris Lattner1-13/+0
2009-08-08Add crc32 instruction and intrinsics. Add a new class of prefixEric Christopher1-0/+38
2009-08-08Add support for READCYCLECOUNTER in Blackfin back-end.Jakob Stoklund Olesen1-5/+11
2009-08-08Don't build illegal ops in DAGCombiner::SimplifyBinOpWithSameOpcodeHands().Jakob Stoklund Olesen1-2/+2
2009-08-08Simplify RegScavenger::forward a bit more.Jakob Stoklund Olesen1-0/+20
2009-08-08llvm-mc/AsmMatcher: Improve match code.Daniel Dunbar2-6/+0
2009-08-08Add another Strong-SIV testcase.Andreas Bolka1-0/+28
2009-08-07Do not generate 32-bit call on win64 when imm does not fitAnton Korobeynikov1-0/+9
2009-08-07rename testChris Lattner1-0/+0
2009-08-07merge a bunch of tests together into one, convert to filecheck whichChris Lattner5-64/+60
2009-08-07Convert more Neon tests to use FileCheck.Bob Wilson9-40/+127
2009-08-07Make NEON single-precision FP support the default for cortex-a8 (again).David Goodwin9-0/+18
2009-08-07Added Mac OS X assembler style conditional assembly. I may come back and see ifKevin Enderby1-0/+12
2009-08-072 more vdup.32 casesAnton Korobeynikov1-1/+15
2009-08-07Thumb2 32-bit ldm / stm needs .w suffix if submode is ia.Evan Cheng1-4/+4
2009-08-07XFAIL 2006-11-06-StackTrace.cpp on powerpc-apple-darwin9 until someone feelsDaniel Dunbar1-2/+3
2009-08-07Fix support to use NEON for single precision fp math.Evan Cheng1-0/+80
2009-08-07Fix Strong-SIV testcase.Andreas Bolka1-1/+1
2009-08-07Disable X86 AsmMatcher for now, it is causing gcc-4.0 to run out of memory onDaniel Dunbar2-0/+6