Remove test directories with no tests.
[oota-llvm.git] / test / CodeGen /
2014-10-01 Chandler Carruth[x86] Improve and correct how the new vector shuffle...
2014-10-01 Sanjay PatelLower FNEG ( FABS (x) ) -> FNABS (x) [X86 codegen]...
2014-10-01 Chandler Carruth[x86] Merge the remaining test cases into vector-blend...
2014-10-01 Chandler Carruth[x86] Expand the ISA coverage of our blend test in...
2014-10-01 Chandler Carruth[x86] Merge the interesting test cases from blend-msb...
2014-10-01 Chandler Carruth[x86] Move the AVX blend test to a generic name. I...
2014-10-01 Chandler Carruth[x86] Remove a test that wasn't doing anything really...
2014-10-01 Chandler Carruth[x86] Add a 32-bit run to the sext test, and remove...
2014-10-01 Chandler Carruth[x86] Teach both sext and zext vector tests to cover...
2014-10-01 Chandler Carruth[x86] Sort the ISA-specific RUN lines for vector-sext...
2014-10-01 Tim NorthoverARM: yes it can (as of r218789)
2014-10-01 Chandler Carruth[x86] Rename avx-{s,z}ext.ll to vector-{s,z}ext.ll.
2014-10-01 Chandler Carruth[x86] Cleanup and re-generate the checks for avx-zext...
2014-10-01 Chandler Carruth[x86] Generate the FileCheck assertions for avx-blend...
2014-10-01 Chandler Carruth[x86] Clean up and generate detailed FileCheck assertio...
2014-10-01 Tim NorthoverARM: allow copying of CPSR when all else fails.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Reed KotlerAdd fptrunc to mips fast-sel
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Tom StellardR600: Call EmitFunctionHeader() in the AsmPrinter to...
2014-10-01 Jingyue WuRevert r216862 due to a performance regression
2014-10-01 Oliver Stannard[ARM] Allow selecting VRINT[APMXZR] and VCVT[BT] instru...
2014-10-01 Chandler Carruth[x86] Fix a few more tiny patterns with the new vector...
2014-10-01 Asiri RathnayakeAdd missing natual vector cast.
2014-10-01 Oliver Stannard[ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP...
2014-10-01 Sasa Stankovic[mips] For indirect calls we don't need $gp to point...
2014-10-01 Chandler Carruth[x86] Teach the new vector shuffle lowering to be even...
2014-10-01 Chandler Carruth[x86] Hoist the zext-lowering up in the v4i32 lowering...
2014-10-01 Chandler Carruth[x86] Teach the new vector shuffle lowering about VBROA...
2014-09-30 Chandler Carruth[x86] Add AVX1 and AVX2 testing to all of the 128-bit...
2014-09-30 Chandler Carruth[x86] Update the exact FileCheck syntax of the 256...
2014-09-30 Chandler Carruth[x86] Rework all of the 128-bit vector shuffle tests...
2014-09-30 Juergen RibutzkaRecommit r218010 [FastISel][AArch64] Fold bit test...
2014-09-30 Matt ArsenaultR600/SI: Fix printing of clamp and omod
2014-09-30 Reed KotlerAdd numeric extend, trunctate to mips fast-isel
2014-09-30 Robert Khasanov[AVX512] Added intrinsics for 128-, 256- and 512-bit...
2014-09-30 Robert Khasanov[AVX512] Added intrinsics for 128- and 256-bit versions...
2014-09-30 Robert Khasanov[AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.
2014-09-30 Robert Khasanov[AVX512] Enabled intrinsics for VPCMPEQD and VPCMPEQQ.
2014-09-30 Chandler Carruth[x86] Revert r218588, r218589, and r218600. These patch...
2014-09-30 Chandler Carruth[x86] Add some vector-register broadcast operations...
2014-09-30 Matt ArsenaultR600: Fix broken check lines, missing scalar case.
2014-09-30 Juergen Ributzka[FastISel][AArch64] Fold sign-/zero-extends into the...
2014-09-29 Eric ChristopherAdd soft-float to the key for the subtarget lookup...
2014-09-29 Matt ArsenaultR600/SI: Also fix fsub + fadd a, a to mad combines
2014-09-29 Matt ArsenaultR600/SI: Fix using mad with multiplies by 2
2014-09-29 Chandler Carruth[x86] Make the new vector shuffle lowering lower blends...
2014-09-29 Chandler Carruth[x86] Delete a bunch of really bad and totally unnecess...
2014-09-29 Chandler Carruth[x86] Add the dispatch skeleton to the new vector shuff...
2014-09-28 Chandler Carruth[x86] Teach the new vector shuffle lowering to fall...
2014-09-28 Chandler Carruth[x86] Fix the new vector shuffle lowering's use of...
2014-09-28 Chandler Carruth[x86] Fix a really silly bug that I introduced fixing...
2014-09-28 Chandler Carruth[x86] Fix yet another bug in the new vector shuffle...
2014-09-27 James Molloy[AArch64] Redundant store instructions should be remove...
2014-09-27 Chandler Carruth[x86] Fix terrible bugs everywhere in the new vector...
2014-09-27 Chandler Carruth[x86] Flip the sentinel values used in the target shuff...
2014-09-26 Sanjay PatelRefactor reciprocal and reciprocal square root estimate...
2014-09-26 Chandler Carruth[x86] Fix a moderately terrifying bug in the new 128...
2014-09-26 Matt ArsenaultR600/SI: Add strict check lines to div_scale tests.
2014-09-26 Matt ArsenaultR600/SI Allow same SGPR to be used for multiple operands
2014-09-26 Matt ArsenaultR600/SI: Partially move operand legalization to post...
2014-09-26 Matt ArsenaultR600/SI: Don't move operands that are required to be...
2014-09-26 Matt ArsenaultR600/SI: Fix using wrong operand indices when commuting
2014-09-26 Chandler Carruth[x86] In the new vector shuffle lowering, when trying...
2014-09-26 Chandler Carruth[x86] Fix a large collection of bugs that crept in...
2014-09-26 Robert Khasanov[AVX512] Added load/store from BW/VL subsets to Registe...
2014-09-26 David XuRevert patch of r218493, delete the test case
2014-09-26 David XuRedundant store instructions should be removed as dead...
2014-09-26 Eric ChristopherAdd the first backend support for on demand subtarget...
2014-09-26 Matt ArsenaultR600: Avoid repeated check lines
2014-09-26 Matt ArsenaultR600/SI: Fix emitting trailing whitespace after s_waitcnt
2014-09-25 Adam Nemet[AVX512] Make vextract*x4/vinsert*x4 tests check for...
2014-09-25 Matt ArsenaultR600: Fix some missing conversion testcases
2014-09-25 Matt ArsenaultRemove duplicated RUN lines in middle of test
2014-09-25 Bruno Cardoso Lopes[MachineSink+PGO] Teach MachineSink to use BlockFrequen...
2014-09-25 Tom StellardR600/SI: Add support for global atomic add
2014-09-25 Robin MorissetLower idempotent RMWs to fence+load
2014-09-25 Sid ManningAdd missing attributes !cmp.[eq,gt,gtu] instructions.
2014-09-25 Daniel Sanders[mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUp...
2014-09-25 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-25 Chandler Carruth[x86] Teach the new vector shuffle lowering a fancier...
2014-09-25 Chandler Carruth[x86] Fix an oversight in the v8i32 path of the new...
2014-09-25 Chandler Carruth[x86] Implement AVX2 support for v32i8 in the new vecto...
2014-09-25 Chandler Carruth[x86] More tweaks to the v32i8 test cases.
2014-09-25 Chandler Carruth[x86] Re-work a bunch of the v32i8 test cases to actual...
2014-09-25 Chandler Carruth[x86] Fix the v16i16 blend logic I added in the prior...
2014-09-25 Akira Hatanaka[X86,AVX] Add an isel pattern for X86VBroadcast.
2014-09-25 Chandler Carruth[x86] Implement v16i16 support with AVX2 in the new...
2014-09-24 Moritz Roth[Thumb] Make load/store optimizer less conservative.
2014-09-24 Chandler Carruth[x86] Teach the instruction lowering to add comments...
2014-09-24 Matt ArsenaultR600/SI: Fix weird CHECK-DAG usage
2014-09-24 Tom StellardR600/SI: Enable selecting SALU inside branches
2014-09-24 Chandler Carruth[x86] Teach the new vector shuffle lowering to lower...
2014-09-24 Chandler Carruth[x86] Fix a really terrible bug in the repeated 128...
2014-09-23 Robin MorissetFix swift-atomics testcase
2014-09-23 Chandler Carruth[x86] Teach the new vector shuffle lowering to lower...
2014-09-23 Chandler Carruth[x86] Teach the rest of the 'target shuffle' machinery...
2014-09-23 Robin Morisset[X86] Make wide loads be managed by AtomicExpand
2014-09-23 Robin Morisset[Power] Use AtomicExpandPass for fence insertion, and...
next