Fix PR2287. Darwin passes mmx values in register in 64-mode, not Linux.
[oota-llvm.git] / test / CodeGen / X86 /
2008-05-06 Evan ChengFix PR2287. Darwin passes mmx values in register in...
2008-05-05 Mon P WangAdded addition atomic instrinsics and, or, xor, min...
2008-05-05 Chris Lattnerno need for eh info
2008-05-05 Dan GohmanAdd AsmPrinter support for emitting a directive to...
2008-05-04 Evan ChengSelect vector shift with non-immediate i32 shift amount...
2008-05-03 Evan ChengAdd separate intrinsics for MMX / SSE shifts with i32...
2008-05-02 Chris Lattnerspecify an arch for non-x86 hosts.
2008-05-01 Chris Lattnerdon't randomly miscompile seto/setuo just because we...
2008-04-30 Arnold SchwaighoferReally commit the test checking the argument lowering...
2008-04-29 Chris Lattnermake the vector conversion magic handle multiple results.
2008-04-29 Chris Lattneradd support for multiple return values in inline asm...
2008-04-29 Evan ChengAnother extract_subreg coalescing bug.
2008-04-28 Evan ChengAdd -march=x86.
2008-04-28 Evan ChengTest case.
2008-04-27 Chris LattnerImplement a signficant optimization for inline asm:
2008-04-25 Nate BegemanFeedback from chris
2008-04-25 Nate BegemanAdd a testcase for the recent "handle variable vector...
2008-04-25 Evan ChengUpdate tests.
2008-04-25 Evan ChengSpecial handling for MMX values being passed in either...
2008-04-25 Evan ChengMMX argument passing fixes:
2008-04-25 Chris LattnerLoosen up an assertion to allow intrinsics. I really...
2008-04-25 Evan ChengFix bug in x86 memcpy / memset lowering. If there are...
2008-04-23 Anton KorobeynikovDisable stack realignment for these tests
2008-04-23 Anton KorobeynikovFix test becase ABI stack alignment dropped to 'normal...
2008-04-23 Anton KorobeynikovFix test, instruction count is valid only if stack...
2008-04-21 Dan GohmanImplement an x86-64 ABI detail of passing structs by...
2008-04-20 Chris LattnerA better fix for my previous patch, MOVZQI2PQIrr just...
2008-04-20 Chris LattnerNot all x86-64 machines have sse3 apparently.
2008-04-19 Chris Lattnerrename *.llx -> *.ll
2008-04-17 Evan ChengBe more careful with insert_subreg and extract_subreg...
2008-04-17 Evan ChengFix a sub-register indice propagation bug.
2008-04-16 Evan ChengDon't forget about sub-register indices when rematting...
2008-04-16 Evan ChengReally test what's intended.
2008-04-16 Evan ChengRewrite LiveVariable liveness computation. The new...
2008-04-16 Dan GohmanAdd support for the form of the SSE41 extractps instruc...
2008-04-16 Dan GohmanRecreate the size SDNode instead of reusing the old...
2008-04-15 Dan GohmanAdd movd instructions to move from MMX registers
2008-04-15 Dan GohmanTreat EntryToken nodes as "passive" so that they aren...
2008-04-14 Dale JohannesenRemove -unwind-tables-optional everywhere, since
2008-04-12 Arnold SchwaighoferThis patch corrects the handling of byval arguments...
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2008-04-12 Dan GohmanFix a bug that prevented x86-64 from using rep.movsq for
2008-04-10 Chris LattnerFix the x86-64 side of PR2108 by adding a v2f64 version of
2008-04-10 Evan ChengTeach branch folding pass about implicit_def instructio...
2008-04-09 Evan Cheng- More aggressively coalescing away copies whose source...
2008-04-09 Evan ChengMissed a hasInterval check.
2008-04-08 Dale JohannesenRename -disable-required-unwind-tables to -unwind-table...
2008-04-08 Dale JohannesenAdd -disable-required-unwind-tables to tests
2008-04-07 Evan ChengFix test.
2008-04-06 Chris Lattnerfix this testcase to pass and remove a duplicate instan...
2008-04-06 Torok EdwinPrefer to expand mask for xor to -1, so we have a chanc...
2008-04-05 Evan ChengFavors pshufd over shufps when shuffling elements from...
2008-04-03 Evan ChengNew test case.
2008-04-02 Dale JohannesenTestcase for EH with functions whose names are stripped.
2008-04-01 Dan GohmanSpeculatively micro-optimize memory-zeroing calls on...
2008-03-31 Dale JohannesenMark functions in some tests as 'nounwind'. Generating
2008-03-31 Evan ChengIt's not safe to fold a load from GV stub or constantpo...
2008-03-31 Dan GohmanFix a DAGCombiner optimization to respect volatile...
2008-03-28 Dan GohmanFix a tokenfactor node to use the load chain rather...
2008-03-27 Evan ChengFix a memory bug: increment an iterator of a deleted...
2008-03-26 Evan ChengAvoid commuting a def MI in order to coalesce a copy...
2008-03-25 Dale JohannesenUse ## for comment delimiter on darwin x86-32, so
2008-03-25 Evan ChengHandle a special case xor undef, undef -> 0. Technicall...
2008-03-25 Dan GohmanAdd CMP32mr and friends to the load-unfolding table...
2008-03-25 Tanya LattnerByebye llvm-upgrade!
2008-03-24 Evan Cheng- SSE4.1 extractfps extracts a f32 into a gr32 register...
2008-03-24 Dan GohmanAPIntify SelectionDAG's EXTRACT_ELEMENT code.
2008-03-22 Evan ChengTeach DAG combiner to commute commutable binary nodes...
2008-03-21 Dan GohmanHandle getresult instructions in different basic blocks
2008-03-21 Chris LattnerAdd support for calls that return two FP values in
2008-03-21 Chris Lattnerdisable a bogus assertion.
2008-03-21 Chris LattnerEnable support for returning two long-double values...
2008-03-21 Evan ChengUndo 48570. Correctly match mmx shift instructions...
2008-03-20 Evan ChengFix this xform: (sra (shl X, m), result_size) -> (sign_...
2008-03-19 Evan ChengAdd intrinsics to match mmx shift builtin's with immedi...
2008-03-19 Christopher LambFix X86's isTruncateFree to not claim that truncate...
2008-03-19 Evan ChengFixed a coalescer bug caused by a typo.
2008-03-19 Evan ChengFix live variables issues:
2008-03-18 Evan ChengFix a x86-64 isel lowering bug that's been around forev...
2008-03-18 Bill WendlingIt might be nice to have this run as x86 on non-x86...
2008-03-18 Bill WendlingTemporarily revert r48491. It's breaking test/CodeGen...
2008-03-18 Christopher LambTarget independent DAG transform to use truncate for...
2008-03-17 Chris Lattnerensure we continue matching x86-64 rotates.
2008-03-14 Evan ChengFix PR2138. Apparently any modification to a std::multi...
2008-03-13 Evan ChengNew test case.
2008-03-13 Evan ChengA test case I forgot to check in.
2008-03-13 Evan ChengTwoAddressInstructionPass enhancement. After it convert...
2008-03-12 Evan ChengExperimental scheduler change to schedule / coalesce...
2008-03-12 Dan GohmanFix this test on hosts that don't have sse2.
2008-03-12 Dan GohmanMake this test x86-specific for now; targets that don...
2008-03-11 Anton KorobeynikovTestcase for PR2137
2008-03-11 Anton KorobeynikovUpdate testcase for recent aliases change
2008-03-11 Dan GohmanAdd a test to ensure that all-ones vectors are material...
2008-03-11 Dan GohmanUse the correct value for InSignBit.
2008-03-11 Chris LattnerImplement basic support for the 'f' register class...
2008-03-11 Evan ChengWhen the register allocator runs out of registers,...
2008-03-10 Chris LattnerDon't emit FP_REG_KILL into a block that just returns...
2008-03-10 Dan GohmanFix mul expansion to check the correct number of bits for
2008-03-10 Dale JohannesenThese tests don't work unless SSE2 is active.
2008-03-10 Dale JohannesenThere is no "-mattr=+sse1" flag; fix test for non-x86...
next