Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply,
[oota-llvm.git] / test / CodeGen / X86 /
2010-07-06 Dale JohannesenMake test not hang waiting for input.
2010-07-06 Jakob Stoklund OlesenBe more forgiving when calculating alias interference...
2010-07-06 Devang PatelFix PR7545 crash.
2010-07-06 Eric ChristopherRemove mistakenly added test.
2010-07-06 Eric ChristopherFix up -fstack-protector on linux to use the segment
2010-07-05 Chris Lattneranother v2f32 case, in this case showing poor codegen.
2010-07-05 Chris Lattnerfix test on non-x86 hosts.
2010-07-04 Chris LattnerJust rip v2f32 support completely out of the X86 backen...
2010-07-04 Chris Lattnerfix PR7518 - terrible codegen of <2 x float>, by only...
2010-07-02 Evan Cheng- Two-address pass should not assume unfolding is alway...
2010-07-02 Dale JohannesenPropagate the AlignStack bit in InlineAsm's to the
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-07-01 Dan GohmanTemporarily disable on-demand fast-isel.
2010-07-01 Dan GohmanTeach fast-isel to avoid loading a value from memory...
2010-07-01 Dan GohmanEnable on-demand fast-isel.
2010-07-01 Dan GohmanTeach X86FastISel to fold constant offsets and scaled...
2010-06-28 Dale JohannesenIn asm's, output operands with matching input constraints
2010-06-28 Jakob Stoklund OlesenDon't write temporary files in test directory
2010-06-28 Jakob Stoklund OlesenAdd a triple so test runs on Linux as well.
2010-06-28 Jakob Stoklund OlesenAdd more special treatment for inline asm in RegAllocFast.
2010-06-26 Benjamin KramerFix some tests that didn't test anything.
2010-06-26 Jakob Stoklund OlesenWhen creating X86 MUL8 and DIV8 instructions, make...
2010-06-25 Dale JohannesenThe hasMemory argument is irrelevant to how the argument
2010-06-25 Dan Gohmanpcmpeqd and friends are Commutable.
2010-06-25 Bill Wendling- Reapply r106066 now that the bzip2 build regression...
2010-06-24 Dan GohmanDon't write an output file to cwd, and put an rdar...
2010-06-24 Dan GohmanTeach EmitLiveInCopies to omit copies for unused virtua...
2010-06-24 Dale JohannesenDisallow matching "i" constraint to symbol addresses...
2010-06-24 Dan GohmanEliminate the other half of the BRCOND optimization...
2010-06-24 Dan GohmanEliminate the first have of the optimization which...
2010-06-24 Dan GohmanReapply r106634, now that the bug it exposed is fixed.
2010-06-24 Dan GohmanOptimize the "bit test" code path for switch lowering...
2010-06-23 Bill WendlingMorphNodeTo doesn't preserve the memory operands. Becau...
2010-06-23 Daniel DunbarRevert r106263, "Fold the ShrinkDemandedOps pass into...
2010-06-23 Daniel DunbarRevert r106066, "Create a more targeted fix for not...
2010-06-22 Dan GohmanLoosen up this test so that it doesn't depend as much...
2010-06-22 Dan GohmanFix OptimizeMax to handle an odd case where one of...
2010-06-22 Dale JohannesenAdd SSE so these actually pass on non-X86 hosts.
2010-06-22 Mon P WangMove v-binop-widen tests to X86 since they don't work...
2010-06-22 Jakob Stoklund OlesenRemove the SimpleJoin optimization from SimpleRegisterC...
2010-06-21 Dan GohmanTeach two-address lowering how to unfold a load to...
2010-06-21 Dan GohmanMake this test more robust in case LLVM ever decides...
2010-06-21 Eric ChristopherAdd some codegen patterns for x86_64-linux-gnu tls...
2010-06-19 Dan GohmanInclude the use kind along with the expression in the...
2010-06-18 Dan GohmanDon't maintain a set of deleted nodes; instead, use...
2010-06-18 Dan GohmanFold the ShrinkDemandedOps pass into the regular DAGCom...
2010-06-18 Dan GohmanMake this test less fragile.
2010-06-15 Bill WendlingCreate a more targeted fix for not sinking instructions...
2010-06-15 Jakob Stoklund OlesenRemove the local register allocator.
2010-06-15 Chris Lattnerfix fastisel to handle GS and FS relative pointers...
2010-06-15 Jakob Stoklund OlesenAvoid processing early clobbers twice in RegAllocFast.
2010-06-14 Chris Lattnerapparently lots of dupes.
2010-06-14 Chris Lattnerfix a nasty bug where we were not treating available_ex...
2010-06-14 Chris Lattnerremove old test.
2010-06-14 Chris Lattnerrename test
2010-06-09 Bill WendlingTestcase for r105741.
2010-06-09 Jakob Stoklund OlesenMark physregs defined by inline asm as implicit.
2010-06-05 Dan GohmanLSR needs to remember inserted instructions even in...
2010-06-04 Dan GohmanFix normalization and de-normalization of non-affine...
2010-06-04 Mon P WangFixed a bug during widening where we would avoid legali...
2010-06-04 Dan GohmanThis test doesn't need the ssp attribute.
2010-06-03 Dan GohmanFix SimplifyDemandedBits' AssertZext logic to demand...
2010-06-03 Bill WendlingMachine sink could potentially sink instructions into...
2010-06-03 Eric ChristopherOne underscore, not two.
2010-06-01 Dan GohmanFill in missing support for ISD::FEXP, ISD::FPOWI,...
2010-05-31 Chris Lattnerfix PR6623: when optimizing for size, don't inline...
2010-05-31 Chris Lattnerupgrade and filecheckize this test.
2010-05-29 Evan ChengRemove schedule-livein-copies. It's not being used.
2010-05-29 Evan ChengFix PR7193: if sibling call address can take a register...
2010-05-28 Jakob Stoklund OlesenFix more tests that depended on the default register...
2010-05-28 Dan GohmanEliminate the restriction that the array size in an...
2010-05-27 Jakob Stoklund OlesenAdd a -regalloc=default option that chooses a register...
2010-05-26 Devang PatelSimplify. Eliminate unneeded debug_loc entry.
2010-05-26 Devang PatelUpdate debug info when live-in reg is copied into a...
2010-05-26 Dale JohannesenTestcase for 104624/104619/PR7191/8023512.
2010-05-25 Dale JohannesenRemoving test; Chris thinks it's better to have the
2010-05-25 Dale JohannesenFix another variant of PR 7191. Also add a testcase
2010-05-22 Eric ChristopherThis test is darwin only. Make it so(tm).
2010-05-22 Eric ChristopherAdd full bss data support for darwin tls variables.
2010-05-21 Chris Lattnernow that fp reg kill insertion stuff happens as a separate
2010-05-21 Dale JohannesenFix i64->f64 conversion, x86-64, -no-sse. A bit
2010-05-20 Dan GohmanWhen canonicalizing icmp operand order to put the loop...
2010-05-18 Dan GohmanWhen converting a test to a cmp to fold a load, use...
2010-05-18 Daniel DunbarMC/X86: Implement custom lowering to make sure we match...
2010-05-16 Dale JohannesenRemoving as part of previous reversion.
2010-05-16 Dale JohannesenRevert 103911; it broke a test that expects bitconvert
2010-05-16 Dale JohannesenMake x86-64 64-bit bitconvert work when SSE is not...
2010-05-16 Anton KorobeynikovAdd support for thiscall calling convention.
2010-05-14 Jakob Stoklund OlesenSimplify the handling of physreg defs and uses in RegAl...
2010-05-13 Jakob Stoklund OlesenTake allocation hints from copy instructions to/from...
2010-05-12 Jakob Stoklund OlesenMake sure to add kill flags to the last use of a virtre...
2010-05-12 Jakob Stoklund OlesenEnable a bunch more -regalloc=fast tests
2010-05-11 Jakob Stoklund OlesenOne more -regalloc=fast test
2010-05-11 Jakob Stoklund OlesenSimplify the tracking of used physregs to a bulk bitor...
2010-05-11 Jakob Stoklund OlesenMostly rewrite RegAllocFast.
2010-05-10 Evan ChengBe careful with operand promotion. For a binary operati...
2010-05-08 Bill WendlingReadd testcase.
2010-05-07 Dan GohmanWhen pruning candidate formulae out of an LSRUse, updat...
2010-05-07 Bill WendlingRemove. Don't XFAIL.
2010-05-07 Bill WendlingTemorarily revert r101984.
next