summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* one last (?) bad x86 triple test.Chris Lattner2009-08-12
* fix some pastos in triple lines.Chris Lattner2009-08-12
* another bogus tripleChris Lattner2009-08-12
* fix another broken target triple.Chris Lattner2009-08-12
* fix an incorrect target triple.Chris Lattner2009-08-12
* add nounwindChris Lattner2009-08-12
* Remove an Darwin assembler workaround.Evan Cheng2009-08-12
* Shrink ADDS, ADC, RSB, and SUBS.Evan Cheng2009-08-12
* Testcase for r78770.Bill Wendling2009-08-12
* Test for llvm-gcc patch 78762.Dale Johannesen2009-08-12
* llvm-gcc now emits inbounds for this getelementptr.Dan Gohman2009-08-12
* llvm-mc/AsmParser: Match hard coded registers (e.g. 'shldl %cl, %eax, %eax')Daniel Dunbar2009-08-11
* Shrinkify Thumb2 r = add sp, imm.Evan Cheng2009-08-11
* Shrinkify Thumb2 load / store multiple instructions.Evan Cheng2009-08-11
* Optimize exact sdiv by a constant power of 2 to ashr.Dan Gohman2009-08-11
* Use wchar.h to get wchar_t, not ctype.h.Dan Gohman2009-08-11
* Link NamedMDNodes.Devang Patel2009-08-11
* llvm-mc: Fix a crash on invalid due to a typo in relocatable expressionDaniel Dunbar2009-08-11
* now that these are in file-check format, we can merge them togetherChris Lattner2009-08-11
* Don't assume that external global variables are aligned at their preferredDan Gohman2009-08-11
* Fix the previous accidental commit. Now shrinking common Thumb2 load / store ...Evan Cheng2009-08-11
* Link metadata.Devang Patel2009-08-11
* Rebuild RegScavenger::DistanceMap each time it is needed.Jakob Stoklund Olesen2009-08-11
* Convert more Neon tests to use FileCheck.Bob Wilson2009-08-11
* Use vAny type to get rid of Neon intrinsics that differed only in whetherBob Wilson2009-08-11
* llvm-mc/X86: Parse '*' correctly (in the way the matcher expects).Daniel Dunbar2009-08-11
* llvm-mc: Accept .word as a synonym for .shortDaniel Dunbar2009-08-11
* llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for theseDaniel Dunbar2009-08-11
* llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ','Daniel Dunbar2009-08-11
* llvm-mc/AsmParser: Implement automatic classification of RegisterClass operands.Daniel Dunbar2009-08-11
* Use new EVT::vAny type to combine Neon intrinsics for VPADD.Bob Wilson2009-08-11
* Enable Thumb2 instruction shrinking (32-bit to 16-bit) pass. Convert a bunch ...Evan Cheng2009-08-10
* Fix a bug in the DAGCombiner's handling of multiple linkedDan Gohman2009-08-10
* Use FileCheck.David Goodwin2009-08-10
* Use FileCheck... its good for you...David Goodwin2009-08-10
* Fix test.David Goodwin2009-08-10
* Fix test.David Goodwin2009-08-10
* Use NEON for single-precision int<->FP conversions.David Goodwin2009-08-10
* llvm-mc/AsmParser: Disambiguate i64i8imm.Daniel Dunbar2009-08-10
* Handle the constantfp created during post-legalization dag combiner phase.Evan Cheng2009-08-10
* Fix ocaml "make check" tests, that wasn't finding the proper c++ compiler.Erick Tryzelaar2009-08-10
* Add nounwind keywords.Dan Gohman2009-08-10
* llvm-mc/AsmParser: Check for matches with super classes when matchingDaniel Dunbar2009-08-10
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-10
* Disable this test for now, we don't check for super classes when matching yet.Daniel Dunbar2009-08-09
* llvm-mc/AsmParser: Implement user defined super classes.Daniel Dunbar2009-08-09
* Add tests for Neon VZIP and VUZP instructions.Bob Wilson2009-08-09
* Add a test for Neon VTRN instructions.Bob Wilson2009-08-09
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-08
* remove nondeterminstic test.Chris Lattner2009-08-08