summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-0254-1617/+1619
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-0254-1619/+1617
* [x86] Teach the new vector shuffle lowering to widen floating pointChandler Carruth2014-10-022-10/+194
* [x86] Move the vperm2f128 test to be vperm2x128 and test both theChandler Carruth2014-10-023-116/+217
* [x86] Just delete the last combine test file.Chandler Carruth2014-10-021-448/+0
* [x86] Merge still more combine tests into the common file. These atChandler Carruth2014-10-022-237/+382
* [x86] Merge the third combining test into the generic one and add properChandler Carruth2014-10-022-380/+1001
* [x86] Merge the second set of vector combining tests into a common testChandler Carruth2014-10-022-317/+470
* [x86] Merge the bitwise operation shuffle combining into the common testChandler Carruth2014-10-022-253/+468
* [x86] Update this test to run a full complement of the ISA extensions,Chandler Carruth2014-10-021-54/+92
* [x86] Minimize the parameters to this test for clarity.Chandler Carruth2014-10-021-2/+1
* [x86] Add a comment clarifying that this test should span all manners ofChandler Carruth2014-10-021-0/+5
* [x86] Switch some of the new consolidated vector tests to useChandler Carruth2014-10-023-208/+239
* [x86] Improve and correct how the new vector shuffle lowering wasChandler Carruth2014-10-011-15/+6
* Lower FNEG ( FABS (x) ) -> FNABS (x) [X86 codegen] PR20578Sanjay Patel2014-10-011-0/+77
* [x86] Merge the remaining test cases into vector-blend.ll and remove allChandler Carruth2014-10-014-218/+117
* [x86] Expand the ISA coverage of our blend test in preparation forChandler Carruth2014-10-011-86/+423
* [x86] Merge the interesting test cases from blend-msb.ll intoChandler Carruth2014-10-012-40/+18
* [x86] Move the AVX blend test to a generic name. I'm going to fold otherChandler Carruth2014-10-011-0/+0
* [x86] Remove a test that wasn't doing anything really. We have plenty ofChandler Carruth2014-10-011-69/+0
* [x86] Add a 32-bit run to the sext test, and remove a sad vec_sext.llChandler Carruth2014-10-012-80/+181
* [x86] Teach both sext and zext vector tests to cover a nice wide rangeChandler Carruth2014-10-012-184/+662
* [x86] Sort the ISA-specific RUN lines for vector-sext.ll to go fromChandler Carruth2014-10-011-155/+155
* ARM: yes it can (as of r218789)Tim Northover2014-10-011-3/+0
* [x86] Rename avx-{s,z}ext.ll to vector-{s,z}ext.ll.Chandler Carruth2014-10-012-0/+0
* [x86] Cleanup and re-generate the checks for avx-zext.ll using the newChandler Carruth2014-10-011-19/+32
* [x86] Generate the FileCheck assertions for avx-blend.ll with my newChandler Carruth2014-10-011-96/+75
* [x86] Clean up and generate detailed FileCheck assertions forChandler Carruth2014-10-011-123/+365
* ARM: allow copying of CPSR when all else fails.Tim Northover2014-10-011-0/+41
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-0144-220/+220
* Add fptrunc to mips fast-selReed Kotler2014-10-011-0/+20
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-0144-220/+220
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-0144-220/+220
* R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol ...Tom Stellard2014-10-01265-1519/+1520
* Revert r216862 due to a performance regressionJingyue Wu2014-10-013-50/+7
* [ARM] Allow selecting VRINT[APMXZR] and VCVT[BT] instructions for FPv5Oliver Stannard2014-10-013-40/+65
* [x86] Fix a few more tiny patterns with the new vector shuffle loweringChandler Carruth2014-10-011-0/+190
* Add missing natual vector cast.Asiri Rathnayake2014-10-011-0/+65
* [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)Oliver Stannard2014-10-016-17/+55
* [mips] For indirect calls we don't need $gp to point to .got. Mips linkerSasa Stankovic2014-10-012-4/+15
* [x86] Teach the new vector shuffle lowering to be even more aggressiveChandler Carruth2014-10-011-0/+1
* [x86] Hoist the zext-lowering up in the v4i32 lowering routine -- it isChandler Carruth2014-10-011-5/+20
* [x86] Teach the new vector shuffle lowering about VBROADCAST andChandler Carruth2014-10-018-263/+310
* [x86] Add AVX1 and AVX2 testing to all of the 128-bit shuffle testChandler Carruth2014-09-304-375/+855
* [x86] Update the exact FileCheck syntax of the 256-bit and 512-bitChandler Carruth2014-09-305-1961/+1962
* [x86] Rework all of the 128-bit vector shuffle tests with my handy testChandler Carruth2014-09-304-1222/+2541
* Recommit r218010 [FastISel][AArch64] Fold bit test and branch into TBZ and TBNZ.Juergen Ributzka2014-09-301-0/+125
* R600/SI: Fix printing of clamp and omodMatt Arsenault2014-09-305-15/+15
* Add numeric extend, trunctate to mips fast-iselReed Kotler2014-09-302-0/+200
* [AVX512] Added intrinsics for 128-, 256- and 512-bit versions of VCMPGT{BWDQ}.Robert Khasanov2014-09-304-0/+191
OpenPOWER on IntegriCloud