LegalizeTypes can sometimes have deleted nodes
[oota-llvm.git] / test / CodeGen / X86 /
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...
2008-03-10 Evan Cheng- Fix a subtle bug in RemoveCopyByCommutingDef. ALR...
2008-03-10 Evan ChengAvoid creating BUILD_VECTOR of all zero elements of...
2008-03-09 Chris Lattnerteach X86InstrInfo::copyRegToReg how to copy into ST...
2008-03-09 Chris LattnerAdd ScheduleDAG support for copytoreg where the src...
2008-03-09 Chris Lattnerreduce this testcase more
2008-03-09 Chris LattnerFinish implementing a readme entry: when inserting...
2008-03-09 Chris LattnerImplement a readme entry, compiling
2008-03-09 Chris Lattnermake this test harder
2008-03-08 Chris LattnerTeach SD some vector identities, allowing us to compile...
2008-03-08 Evan ChengImplement x86 support for @llvm.prefetch. It correspond...
2008-03-07 Chris Lattnermark frem as expand for all legal fp types on x86,...
2008-03-05 Chris LattnerGeneralize FP constant shrinking optimization to apply...
2008-03-05 Evan ChengAdd a target lowering hook to control whether it's...
2008-03-04 Evan ChengReally fix the test.
2008-03-04 Evan ChengFix broken test.
2008-03-04 Evan ChengAdd PR1501 test case.
2008-03-02 Chris LattnerEvan implemented these.
2008-02-28 Evan ChengSet to default: x86 no longer fold and into test if...
2008-02-27 Evan ChengFix a bug in dead spill slot elimination.
2008-02-27 Chris Lattneractually run llc, thanks Dan :)
2008-02-27 Evan ChengDon't track max alignment during stack object allocatio...
2008-02-27 Chris LattnerMake X86TargetLowering::LowerSINT_TO_FP return without...
2008-02-27 Chris LattnerCompile x86-64-and-mask.ll into:
2008-02-27 Evan ChengSpiller now remove unused spill slots.
2008-02-26 Evan ChengEnable -coalescer-commute-instrs by default.
2008-02-26 Dan GohmanAvoid aborting on invalid shift counts.
2008-02-26 Eli FriedmanFix for pr2093: direct operands aren't necessarily...
2008-02-26 Evan ChengThis is possible:
2008-02-26 Evan ChengFix PR2076. CodeGenPrepare now sinks address computatio...
2008-02-23 Evan ChengRematerialization logic was overly conservative when...
2008-02-23 Evan ChengUpdate test.
2008-02-23 Evan ChengRemat of pic loads are now on by default.
2008-02-23 Evan ChengReally. Why doesn't every arch support MMX?
2008-02-22 Evan ChengTest case for PR2082.
2008-02-22 Evan ChengAllow re-materialization of pic load (controlled by...
2008-02-22 Chris Lattnercopy mmx values from/to memory with GPRs on x86-32
2008-02-22 Chris LattnerStart using GPR's to copy around mmx value instead...
2008-02-21 Chris LattnerTreat clobber operands like early clobbers: if we have
2008-02-21 Tanya LattnerRemove llvm-upgrade and update tests.
next