summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith342-5877/+5878
2014-10-02llvm-readobj: print COFF imported symbolsRui Ueyama1-0/+4
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith342-5878/+5877
2014-10-02[x86] Teach the new vector shuffle lowering to widen floating pointChandler Carruth2-10/+194
2014-10-02Remove unused function attribute params.Sanjay Patel1-2/+2
2014-10-02Optimize square root squared (PR21126).Sanjay Patel1-0/+29
2014-10-02[x86] Move the vperm2f128 test to be vperm2x128 and test both theChandler Carruth3-116/+217
2014-10-02This patch adds a new flag "-coff-imports" to llvm-readobj.Rui Ueyama3-0/+24
2014-10-02Support padding unaligned data in .text.Joerg Sonnenberger1-0/+4
2014-10-02[BUG][INDVAR] Fix for PR21014: wrong SCEV operands commuting for non-commutat...Zinovy Nis1-2/+6
2014-10-02[x86] Just delete the last combine test file.Chandler Carruth1-448/+0
2014-10-02[x86] Merge still more combine tests into the common file. These atChandler Carruth2-237/+382
2014-10-02[x86] Merge the third combining test into the generic one and add properChandler Carruth2-380/+1001
2014-10-02[x86] Merge the second set of vector combining tests into a common testChandler Carruth2-317/+470
2014-10-02[x86] Merge the bitwise operation shuffle combining into the common testChandler Carruth2-253/+468
2014-10-02[x86] Update this test to run a full complement of the ISA extensions,Chandler Carruth1-54/+92
2014-10-02[x86] Minimize the parameters to this test for clarity.Chandler Carruth1-2/+1
2014-10-02[x86] Add a comment clarifying that this test should span all manners ofChandler Carruth1-0/+5
2014-10-02[x86] Switch some of the new consolidated vector tests to useChandler Carruth3-208/+239
2014-10-02Remove test directories with no tests.Eric Christopher2-0/+0
2014-10-01[x86] Improve and correct how the new vector shuffle lowering wasChandler Carruth1-15/+6
2014-10-01Lower FNEG ( FABS (x) ) -> FNABS (x) [X86 codegen] PR20578Sanjay Patel1-0/+77
2014-10-01[x86] Merge the remaining test cases into vector-blend.ll and remove allChandler Carruth4-218/+117
2014-10-01[x86] Expand the ISA coverage of our blend test in preparation forChandler Carruth1-86/+423
2014-10-01[x86] Merge the interesting test cases from blend-msb.ll intoChandler Carruth2-40/+18
2014-10-01[x86] Move the AVX blend test to a generic name. I'm going to fold otherChandler Carruth1-0/+0
2014-10-01[x86] Remove a test that wasn't doing anything really. We have plenty ofChandler Carruth1-69/+0
2014-10-01[x86] Add a 32-bit run to the sext test, and remove a sad vec_sext.llChandler Carruth2-80/+181
2014-10-01[x86] Teach both sext and zext vector tests to cover a nice wide rangeChandler Carruth2-184/+662
2014-10-01Make the sqrt intrinsic return undef for a negative input.Sanjay Patel1-0/+9
2014-10-01[x86] Sort the ISA-specific RUN lines for vector-sext.ll to go fromChandler Carruth1-155/+155
2014-10-01ARM: yes it can (as of r218789)Tim Northover1-3/+0
2014-10-01[x86] Rename avx-{s,z}ext.ll to vector-{s,z}ext.ll.Chandler Carruth2-0/+0
2014-10-01[x86] Cleanup and re-generate the checks for avx-zext.ll using the newChandler Carruth1-19/+32
2014-10-01[x86] Generate the FileCheck assertions for avx-blend.ll with my newChandler Carruth1-96/+75
2014-10-01[x86] Clean up and generate detailed FileCheck assertions forChandler Carruth1-123/+365
2014-10-01ARM: allow copying of CPSR when all else fails.Tim Northover1-0/+41
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl218-969/+967
2014-10-01LTO: Add missing target triple from r218784Duncan P. N. Exon Smith1-0/+2
2014-10-01Add fptrunc to mips fast-selReed Kotler1-0/+20
2014-10-01LTO: Ignore disabled diagnostic remarksDuncan P. N. Exon Smith1-0/+38
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl218-967/+969
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl218-969/+967
2014-10-01R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol ...Tom Stellard265-1519/+1520
2014-10-01Revert r216862 due to a performance regressionJingyue Wu3-50/+7
2014-10-01[ARM] Allow selecting VRINT[APMXZR] and VCVT[BT] instructions for FPv5Oliver Stannard3-40/+65
2014-10-01[x86] Fix a few more tiny patterns with the new vector shuffle loweringChandler Carruth1-0/+190
2014-10-01[AArch64] Allow access to all system registers with MRS/MSR instructions.Tom Coxon3-10/+18
2014-10-01Revert r218721, r218735.Evgeniy Stepanov2-128/+1
2014-10-01Add missing natual vector cast.Asiri Rathnayake1-0/+65