aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove +.Akira Hatanaka2011-09-211-1/+1
* Re-enable some of the disabled tests. Use FileCheck instead of grep to checkAkira Hatanaka2011-09-215-40/+25
* add another testcase for pr10902Nadav Rotem2011-09-211-0/+12
* [VECTOR-SELECT] Address one of the bugs in pr10902.Nadav Rotem2011-09-211-0/+15
* Remove llvm-gcc and various compiler handling from llvm. It's not neededEric Christopher2011-09-203-33/+1
* This test is completely invalid with the modern EH model. Delete.Bill Wendling2011-09-201-17/+0
* Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...Eli Friedman2011-09-201-0/+18
* Add a DAGCombine for subvector extracts to remove useless chains ofBruno Cardoso Lopes2011-09-201-0/+19
* Revert r140097, working on a better approachBruno Cardoso Lopes2011-09-201-7/+0
* Update this test to the new EH model.Bill Wendling2011-09-201-0/+4
* The wrong relocation was being emitted for several SSSE3 instructions.Bruno Cardoso Lopes2011-09-201-0/+6
* Fix a bug introduced during refactoring a couple of months ago. Cortex-M3 doe...Evan Cheng2011-09-201-6/+38
* Update to new EH model.Bill Wendling2011-09-201-1/+4
* Port over more Thumb2 encoding tests to decoding tests.Owen Anderson2011-09-201-0/+608
* test/CodeGen/X86/avx-minmax.ll: Unbreak Win32.NAKAMURA Takumi2011-09-201-4/+4
* Extend changes from r139986 to produce 256-bit AVX minps/minpd/maxps/maxpd.Craig Topper2011-09-201-0/+65
* ARM isel bug fix for adds/subs operands.Andrew Trick2011-09-201-0/+54
* Nuke obsolete test file.Jim Grosbach2011-09-201-337/+0
* Thumb2 assembly parsing and encoding for WFE/WFI/YIELD.Jim Grosbach2011-09-201-0/+20
* Thumb2 assembly parsing and encoding for UXTAB/UXTAB16/UXTH/UXTB/UXTB16/UXTH.Jim Grosbach2011-09-201-0/+118
* Thumb2 assembly parsing and encoding for USUB8/USUB16.Jim Grosbach2011-09-201-0/+16
* Thumb2 assembly parsing and encoding for USAX.Jim Grosbach2011-09-201-0/+18
* Thumb2 assembly parsing and encoding for USAT16.Jim Grosbach2011-09-201-0/+10
* Thumb2 assembly parsing and encoding for USAT.Jim Grosbach2011-09-201-0/+16
* Tidy up.Jim Grosbach2011-09-201-1/+3
* Thumb2 assembly parsing and encoding for UQSAD8/USADA8.Jim Grosbach2011-09-201-0/+16
* Thumb2 assembly parsing and encoding for UQSUB16/UQSUB8.Jim Grosbach2011-09-201-0/+16
* Thumb2 assembly parsing and encoding for UQASX/UQSAX.Jim Grosbach2011-09-201-0/+28
* Thumb2 assembly parsing and encoding for UQADD16/UQADD8.Jim Grosbach2011-09-201-0/+16
* Attempt to fix -mtriple=i686-{cygwin|mingw|win32} regressions. Nakamura,Bruno Cardoso Lopes2011-09-205-7/+7
* Update to the new EH syntax.Bill Wendling2011-09-191-7/+3
* Dramatically reduce this testcase.Bill Wendling2011-09-191-873/+14
* Fix PR10949. Fix the encoding of VMOVPQIto64rr.Bruno Cardoso Lopes2011-09-191-0/+4
* Based on the small opt Zvi's patch was trying to achieve, eliminateBruno Cardoso Lopes2011-09-191-0/+8
* Tidy up a bit.Jim Grosbach2011-09-191-30/+31
* Thumb2 assembly parsing and encoding for UMAAL/UMLAL/UMULL.Jim Grosbach2011-09-191-0/+36
* Revert r140083 and r140084 until buildbots can be fixed.Bill Wendling2011-09-191-4/+1
* Remove llvmc and assorted build machinery for it.Eric Christopher2011-09-1944-657/+0
* Thumb2 assembly parsing and encoding for UHSUB16/UHSUB8.Jim Grosbach2011-09-191-0/+16
* Thumb2 assembly parsing and encoding for UHASX/UHSAX.Jim Grosbach2011-09-191-0/+26
* Thumb2 assembly parsing and encoding for UHADD16/UHADD8.Jim Grosbach2011-09-191-0/+16
* Thumb2 assembly parsing and encoding for UBFX.Jim Grosbach2011-09-191-0/+12
* Thumb2 assembly parsing and encoding for UASX.Jim Grosbach2011-09-191-0/+18
* Update test to remove the 'unwind' instruction.Bill Wendling2011-09-191-1/+4
* Fix copy/past-o. Gotta remember that 'modify' step...Jim Grosbach2011-09-191-1/+1
* Thumb2 assembly parsing and encoding for UADD16/UADD8.Jim Grosbach2011-09-191-0/+16
* Thumb2 assembly parsing and encoding for TST.Jim Grosbach2011-09-191-0/+20
* Thumb2 assembly parsing and encoding for TBB/TBH.Jim Grosbach2011-09-191-0/+18
* Replace uses of unwind with unreachable for the same effect.Bill Wendling2011-09-191-2/+2
* Replace more uses of 'unwind' in the tests with calls to landingpad andBill Wendling2011-09-195-27/+29