X86 pmovsx/pmovzx ignore the upper half of their inputs.
[oota-llvm.git] / test /
2011-05-17 Stuart HastingsX86 pmovsx/pmovzx ignore the upper half of their inputs.
2011-05-17 Tanya Lattnervrev is incorrectly defined in the perfect shuffle...
2011-05-17 Galina KistanovaMove test for appropriate directory.
2011-05-17 Eli FriedmanAdd x86 fast-isel for calls returning first-class aggre...
2011-05-17 Stuart HastingsDrop lli, revise test.
2011-05-17 Eli FriedmanBack out r131444 and r131438; they're breaking nightly...
2011-05-17 Eli FriedmanFix test.
2011-05-17 Evan ChengAdd target triple so test doesn't fail on Windows machines.
2011-05-17 Eli FriedmanAdd x86 fast-isel for calls returning first-class aggre...
2011-05-16 Jakob Stoklund OlesenTeach LiveInterval::isZeroLength about null SlotIndexes.
2011-05-16 Eli FriedmanRemove dead code. Fix associated test to use FileCheck.
2011-05-16 Eli FriedmanMake fast-isel work correctly s/uadd.with.overflow...
2011-05-16 Eli FriedmanBasic fast-isel of extractvalue. Not too helpful on...
2011-05-16 Rafael Espindolasets bit 0 of the function address of thumb function...
2011-05-16 Rafael EspindolaDon't do tail calls in a function that call setjmp...
2011-05-14 Benjamin KramerDisable test harder.
2011-05-14 Stuart HastingsDisable this test while I revise it. rdar://problem...
2011-05-14 Benjamin KramerSimplifyCFG: Use ComputeMaskedBits to prune dead cases...
2011-05-14 Stuart HastingsAvoid combining GEPs that might overflow at runtime.
2011-05-14 Rafael EspindolaDon't produce a vmovntdq if we don't have AVX support.
2011-05-13 Rafael EspindolaMove test.
2011-05-13 Rafael EspindolaMove test.
2011-05-13 Galina KistanovaMove platform-dependent test to appropriate directory.
2011-05-13 Rafael EspindolaMake codegen able to handle values of empty types....
2011-05-13 Stuart HastingsSince I can't reproduce the failures from 131261, re...
2011-05-13 Stuart HastingsRevert 131266 and 131261 due to buildbot complaints.
2011-05-13 Stuart HastingsTweak 131261 (thumb2-cbnz.ll) to generate the intended...
2011-05-12 Stuart HastingsNon-fast-isel followup to 129634; correctly handle...
2011-05-12 Galina KistanovaCorrection. Use explicit target triple in the test.
2011-05-12 Evan ChengRe-enable branchfolding common code hoisting optimizati...
2011-05-11 Stuart HastingsMove this test to CodeGen/Thumb. rdar://problem/9416774
2011-05-11 Devang PatelIdentify end of prologue (and beginning of function...
2011-05-11 Stuart HastingsReduced test case. rdar://problem/9416774
2011-05-11 Owen AndersonFix encoding of Thumb BLX register instructions. Patch...
2011-05-11 Stuart HastingsAnd lo, I was given a testcase for 131152. rdar:/...
2011-05-11 Nadav RotemFixes a bug in the DAGCombiner. LoadSDNodes have two...
2011-05-11 Nadav RotemAdd custom lowering of X86 vector SRA/SRL/SHL when...
2011-05-11 Rafael EspindolaRevert 131172 as it is causing clang to miscompile...
2011-05-11 Evan ChengAdd a late optimization to BranchFolding that hoist...
2011-05-10 Rafael EspindolaAdd triple.
2011-05-10 Rafael EspindolaProduce a __debug_frame section on darwin ARM when...
2011-05-10 Rafael EspindolaOn MachO, unlike ELF, there should be no relocation...
2011-05-10 Rafael EspindolaThe EH symbols are only needed in eh_frame, not debug_f...
2011-05-10 Rafael EspindolaUse .cfi_sections to put the unwind info in .debug_fram...
2011-05-10 Rafael EspindolaIn a debug_frame the cfi offset is to the start of...
2011-05-10 Justin HolewinskiPTX: add test cases for cvt, fneg, and selp
2011-05-10 Rafael EspindolaAdd support for producing .deubg_frame sections.
2011-05-08 Benjamin KramerX86: Add a bunch of peeps for add and sub of SETB.
2011-05-07 Duncan SandsThe comparision "max(x,y)==x" is equivalent to "x>...
2011-05-06 Jakob Stoklund OlesenEmit a proper error message when register allocators...
2011-05-06 Nick LewyckyIt's valid to take the blockaddress of a different...
2011-05-06 Galina KistanovaMove few target-dependant tests to appropriate directories.
2011-05-06 Rafael EspindolaPass -disable-cfi to llc.
2011-05-06 Rafael EspindolaPass -disable-cfi.
2011-05-06 Justin HolewinskiPTX: add PTX 2.3 language target
2011-05-06 Duncan SandsFix PR9820: a read-only call differs from a load in...
2011-05-06 Eli FriedmanRe-revert r130877; it's apparently causing a regression...
2011-05-05 Eli FriedmanPR9838: Fix transform introduced in r127064 to not...
2011-05-05 Rafael EspindolaDon't produce a __debug_frame.
2011-05-05 Galina KistanovaMany LLVM tests relies on standard output stream be...
2011-05-05 Eli FriedmanAvoid extra vreg copies for arguments passed in registe...
2011-05-05 Jakob Stoklund OlesenFix test to be less sensitive to coalescing.
2011-05-04 Jakob Stoklund OlesenPrepare remaining tests for -join-physreg going away.
2011-05-04 Jakob Stoklund OlesenFix a batch of x86 tests to be coalescer independent.
2011-05-04 Dan GohmanGive this test an explicit register allocator, so that...
2011-05-04 Bill WendlingSjLj EH could produce a machine basic block that legiti...
2011-05-04 Eli FriedmanRe-commit r130862 with a minor change to avoid an itera...
2011-05-04 Galina KistanovaThis test fails on ARM. The test shouldn't explicitly...
2011-05-04 Eli FriedmanBack out r130862; it appears to be breaking bootstrap.
2011-05-04 Eli FriedmanTeach MachineCSE how to do simple cross-block CSE invol...
2011-05-04 Jakob Stoklund OlesenFix more register and coalescing dependencies.
2011-05-04 Jakob Stoklund OlesenExplicitly request physreg coalesing for a bunch of...
2011-05-04 Jakob Stoklund OlesenFileCheckize and break dependence on coalescing order.
2011-05-04 Jakob Stoklund OlesenExplicitly request -join-physregs for some tests that...
2011-05-04 Devang PatelDo not emit location expression size twice.
2011-05-04 Akira HatanakaRemove LLVM IR metadata in test case committed in r130847.
2011-05-04 Akira HatanakaPrevent instructions using $gp from being placed betwee...
2011-05-04 Rafael EspindolaProducing a DW_FORM_addr for DW_AT_stmt_list is probabl...
2011-05-04 Duncan SandsAdd variations on: max(x,y) >= min(x,z) folds to true...
2011-05-04 Jakob Stoklund OlesenDon't depend on the physreg coalescing order.
2011-05-04 Jakob Stoklund OlesenDon't run this test through -regalloc=basic.
2011-05-04 Jakob Stoklund OlesenFix register-dependent XCore tests
2011-05-04 Jakob Stoklund OlesenFix register-dependent test in MSP430.
2011-05-04 Eric ChristopherRemove some random comments that snuck in from somewhere.
2011-05-03 Jakob Stoklund OlesenFix a bunch of ARM tests to be register allocation...
2011-05-03 Bill WendlingReplace the "movnt" intrinsics with a native store...
2011-05-03 Duncan SandsImplement some basic simplifications involving min...
2011-05-03 Evan ChengMake the test less likely to fail with minor changes.
2011-05-03 Bob WilsonRemove test for iOS divmod function, since that is...
2011-05-03 Bruno Cardoso LopesAdd a few ARM coprocessor intrinsics. Testcases included
2011-05-03 Rafael EspindolaPass --disable-cfi to llc.
2011-05-03 Eric Christopherxmm0 is an implicit parameter in this and so shouldn...
2011-05-03 Dan GohmanAdd an unfolded offset field to LSR's Formula record...
2011-05-02 Rafael EspindolaPass -disable-cfi to llc.
2011-05-02 Duncan SandsFix PR9579: when simplifying a compare to "true" or...
2011-05-02 Duncan SandsMove some rem transforms out of instcombine and into...
2011-05-02 Rafael EspindolaAdd 130690 back.
2011-05-02 Rafael EspindolaRevert while I debug the tests that use march but not...
2011-05-02 Rafael EspindolaMove ppc OS X to cfi too. I am building it on an old...
2011-05-01 Rafael EspindolaAdd r130623 back now that ELF has been fixed to work...
next