Add an XFAIL.
[oota-llvm.git] / test / CodeGen /
2010-08-12 Bruno Cardoso Lopes- Teach SSEDomainFix to switch between different levels...
2010-08-12 Bruno Cardoso LopesBegin to support some vector operations for AVX 256...
2010-08-12 Devang PatelThis is x86 only test.
2010-08-11 Bruno Cardoso LopesAdd testcases for all AVX 256-bit intrinsics added...
2010-08-11 Bruno Cardoso LopesReapply r109881 using a more strict command line for...
2010-08-11 Jim Grosbachfix silly typo
2010-08-11 Jim GrosbachAdd a target triple, as the runtime library invocation...
2010-08-11 Evan ChengFix test and re-enable it.
2010-08-11 Dan GohmanTemporarily disable some failing tests, until they...
2010-08-11 Jim Grosbachcortex m4 has floating point support, but only single...
2010-08-11 Dan GohmanTemporarily disable some failing tests, until they...
2010-08-11 Bill WendlingConsider this code snippet:
2010-08-11 Evan ChengReport error if codegen tries to instantiate a ARM...
2010-08-11 Evan ChengAdd ARM Archv6M and let it implies FeatureDB (having...
2010-08-11 Evan ChengAdd Cortex-M0 support. It's a ARMv6m device (no ARM...
2010-08-11 Evan Cheng- Add subtarget feature -mattr=+db which determine...
2010-08-11 Bill WendlingUpdate test to match output of optimize compares for...
2010-08-10 Bill WendlingThe optimize comparisons pass removes the "cmp" instruc...
2010-08-10 Evan ChengRe-apply r110655 with fixes. Epilogue must restore...
2010-08-10 Daniel DunbarRevert r110655, "Fix ARM hasFP() semantics. It should...
2010-08-10 Jakob Stoklund OlesenFix test for more architectures. Patch by Tobias Grosser.
2010-08-10 Tobias GrosserFix failing testcase.
2010-08-10 Devang PatelHandle TAG_constant for integers.
2010-08-10 Evan ChengFix ARM hasFP() semantics. It should return true whenev...
2010-08-09 Kalle RaiskilaHave SPU handle halfvec stores aligned by 8 bytes.
2010-08-07 Dale JohannesenUse sdmem and sse_load_f64 (etc.) for the vector
2010-08-06 Rafael EspindolaFix eabi calling convention when a 64 bit value shadows r3.
2010-08-05 Eric ChristopherAdd an option to always emit realignment code for a...
2010-08-05 Devang PatelMove x86 specific tests into test/CodeGen/X86.
2010-08-05 Dan GohmanMove x86-specific tests out of test/Transforms/LoopStre...
2010-08-05 Daniel Dunbartests: CodeGen/X86/GC tests require X86.
2010-08-04 Bill WendlingThe lower invoke pass needs to have unreachable code...
2010-08-04 Eli FriedmanPR7814: Truncates cannot be ignored for signed comparisons.
2010-08-04 Bill WendlingTestcase for r110248.
2010-08-04 Stuart Hastingscall-imm.ll test case regex fix. Patch by Dimitry...
2010-08-04 Kalle RaiskilaMake SPU backend handle insertelement and
2010-08-04 Bob WilsonCombine NEON VABD (absolute difference) intrinsics...
2010-08-03 Jakob Stoklund OlesenOK, that's it. This test is going away now. But don...
2010-08-02 Kalle RaiskilaMore SPU v2f32 stuff added: insertelement and shuffle.
2010-08-02 Kalle RaiskilaAdd preliminary v2f32 support for SPU. Like with v2i32...
2010-08-02 Kalle RaiskilaAdd preliminary v2i32 support for SPU backend. As there...
2010-08-02 Eli FriedmanPR7781: Fix incorrect shifting in PPCTargetLowering...
2010-08-01 Eli FriedmanPR7774: Fix undefined shifts in Alpha backend. As...
2010-07-31 Bob WilsonRevert new AVX intrinsic tests. They are breaking...
2010-07-30 Bruno Cardoso LopesA *bunch* of tests for AVX intrinsics
2010-07-30 Eli FriedmanFix for bug reported by Evzen Muller on llvm-commits...
2010-07-30 Jim GrosbachMany Thumb2 instructions can reference the full ARM...
2010-07-29 Dale JohannesenImplement vector constants which are splat of
2010-07-28 Nate BegemanImplement a vectorized algorithm for <16 x i8> << ...
2010-07-27 Nate Begeman~40% faster vector shl <4 x i32> on SSE 4.1 Larger...
2010-07-27 Nate BegemanFix a crash in the dag combiner caused by ConstantFoldB...
2010-07-26 Anton KorobeynikovCurrently EH lowering code expects typeinfo to be globa...
2010-07-23 Evan Cheng- Allow target to specify when is register pressure...
2010-07-23 Dan GohmanUse the proper type for shift counts. This fixes a...
2010-07-23 Dan GohmanDAGCombine (shl (anyext x, c)) to (anyext (shl x, c...
2010-07-22 Eric ChristopherCustom lower the memory barrier instructions and add...
2010-07-21 Evan ChengMore register pressure aware scheduling work.
2010-07-21 Eric ChristopherBaby steps towards ARM fast-isel.
2010-07-21 Rafael EspindolaFix calling convention on ARM if vfp2+ is enabled.
2010-07-20 Dan GohmanFix SCEV denormalization of expressions where the exit...
2010-07-20 Jim Grosbachupdate tests for smarter BIC usage
2010-07-20 Duncan SandsThe same problem was being tracked in PR7652.
2010-07-20 Bruno Cardoso LopesFix PR7174, a couple o Mips fixes:
2010-07-20 Bruno Cardoso LopesFix Mips PR7473. Patch by stetorvs@gmail.com
2010-07-19 Dan GohmanAfter a custom inserter, in a block which has constant...
2010-07-19 Owen AndersonRemove r108639 now that it is handled by InstCombine...
2010-07-18 Owen AndersonAdd a testcase for r108639.
2010-07-17 Jim GrosbachAdd combiner patterns to more effectively utilize the...
2010-07-16 Jim GrosbachAdd basic support to code-gen the ARM/Thumb2 bit-field...
2010-07-16 Bill WendlingConsider this function:
2010-07-16 Jakob Stoklund OlesenRemove the X86::FP_REG_KILL pseudo-instruction and...
2010-07-16 Benjamin KramerFeed the right output into FileCheck.
2010-07-16 Jakob Stoklund OlesenRemove many calls to TII::isMoveInstr. Targets should...
2010-07-16 Jakob Stoklund OlesenAdd forgotten test case.
2010-07-16 Dan GohmanUse the source-order scheduler instead of the "fast...
2010-07-16 Dale JohannesenThe SelectionDAGBuilder's handling of debug info, on...
2010-07-15 Bill WendlingRevert. This isn't the correct way to go.
2010-07-15 Bill WendlingHandle code gen for the unreachable instruction if...
2010-07-15 Evan ChengSplit -enable-finite-only-fp-math to two options:
2010-07-15 Chris Lattnerfix the definitions of ConstTextCoalSection/ConstDataCo...
2010-07-15 Devang PatelFix crash reported in PR7653.
2010-07-15 Dan GohmanWatch out for a constant offset cancelling out a base...
2010-07-14 Devang PatelMake it a .ll test case.
2010-07-14 Jim GrosbachImprove 64-subtraction of immediates when parts of...
2010-07-14 Dan GohmanDelete fast-isel's trivial load optimization; it breaks...
2010-07-14 Bob WilsonFix test to appease the buildbots.
2010-07-14 Evan ChengFix for PR7193 was overly conservative. The only case...
2010-07-14 Bob WilsonAdd support for NEON VMVN immediate instructions.
2010-07-14 Evan ChengRe-enable the test with fix.
2010-07-14 Chris Lattnertemporarily disable to test to fix buildbots.
2010-07-14 Evan ChengTeach ProcessImplicitDefs to transform more COPY instru...
2010-07-14 Bob WilsonAdd an ARM-specific DAG combining to avoid redundant...
2010-07-13 Bob WilsonUse a target-specific VMOVIMM DAG node instead of BUILD...
2010-07-13 Dale JohannesenIn inline asm treat indirect 'X' constraint as 'm'.
2010-07-13 Evan ChengExtend the r107852 optimization which turns some fp...
2010-07-13 Evan Cheng-enable-unsafe-fp-math should not imply -enable-finite...
2010-07-13 Dale JohannesenFix PR number.
2010-07-12 Dan GohmanApply the SSE dependence idiom for SSE unary operations to
2010-07-11 Jakob Stoklund OlesenRemove TargetInstrInfo::copyRegToReg entirely.
2010-07-11 Rafael EspindolaFix va_arg for doubles. With this patch VAARG nodes...
next