Fix a minor bug in two-address pass. It was missing a commute opportunity.
[oota-llvm.git] / test / CodeGen / X86 /
2010-12-14 Evan ChengFix a minor bug in two-address pass. It was missing...
2010-12-13 Chris Lattnerrename test
2010-12-13 Chris LattnerAdd a couple dag combines to transform mulhi/mullo...
2010-12-10 Nate BegemanFormalize the notion that AVX and SSE are non-overlappi...
2010-12-09 Eric ChristopherRewrite the darwin tlv support to use a chain and retur...
2010-12-09 Eric ChristopherRemove extraneous copy from DAG conversion for darwin...
2010-12-08 Eric ChristopherMove this test to tlv* to make it easier to notice...
2010-12-06 Devang PatelIf dbg_declare() or dbg_value() is not lowered by isel...
2010-12-06 Rafael EspindolaRevert previous two patches while I try to find out...
2010-12-06 Rafael EspindolaUpdate test for the extra =.
2010-12-05 Chris LattnerTeach X86ISelLowering that the second result of X86ISD...
2010-12-05 Chris Lattnerit turns out that when ".with.overflow" intrinsics...
2010-12-05 Chris Lattnerfix the rest of the linux miscompares :)
2010-12-05 Chris Lattnergeneralize the previous check to handle -1 on either...
2010-12-05 Chris Lattnerrelax this to handle linux defaulting to -static.
2010-12-05 Chris LattnerImprove an integer select optimization in two ways:
2010-12-05 Chris Lattnermerge some tests into select.ll and make them more...
2010-12-05 Chris Lattnerrename test
2010-12-05 Chris Lattnerremove two tests that aren't really testing anything.
2010-12-04 Benjamin KramerAdd patterns for the x86 popcnt instruction.
2010-12-02 Devang PatelHide tests, that check .loc, .file in output assembly...
2010-12-02 Devang PatelUse set directive for StartMinusEndExpr.
2010-12-02 Evan ChengFix test.
2010-12-01 Evan ChengFix and re-enable tail call optimization of expanded...
2010-12-01 Evan ChengSpeculatively disable x86 portion of r120501 to appease...
2010-11-30 Evan ChengEnable sibling call optimization of libcalls which...
2010-11-30 Eric ChristopherNot all platforms use _<func>. Duh.
2010-11-30 Eric ChristopherRewrite mwait and monitor support and custom lower...
2010-11-29 Benjamin KramerFix some broken CHECK lines.
2010-11-27 Rafael EspindolaLower TLS_addr32 and TLS_addr64.
2010-11-22 Benjamin KramerImplement the "if (X == 6 || X == 4)" -> "if ((X|2...
2010-11-19 Dale JohannesenPrefetch has a MemOperand now. FileCheckize a test.
2010-11-19 Mon P WangMake isScalarToVector to return false if the node is...
2010-11-18 Duncan SandsThe DAGCombiner was threading select over pairs of...
2010-11-18 Rafael EspindolaChange CodeGen to use .loc directives. This produces...
2010-11-18 Dale JohannesenDo not throw away alignment when generating the DAG for
2010-11-18 John ThompsonFixed to use input redirection for source - to eliminat...
2010-11-17 John ThompsonBug 8621 fix - pointer cast stripped from inline asm...
2010-11-13 Peter CollingbourneRecognise 32-bit ror-based bswap implementation used...
2010-11-11 Dan GohmanRemove the memmove->memcpy optimization from CodeGen...
2010-11-09 Duncan SandsTestcase for PR8211 (llc crash at -O0).
2010-11-09 Dan GohmanFix DAGCombiner to avoid folding a sext-in-reg or simil...
2010-11-09 Dan GohmanDelete an extraneous svn:executable property.
2010-11-09 Dale JohannesenFix an inline asm pasto from 117667; was preventing
2010-11-06 Chris Lattnergo to great lengths to work around a GAS bug my previou...
2010-11-03 Dale JohannesenThis test assumes SSE is present; that is not the default
2010-11-03 Dan GohmanFix DAGCombiner to avoid going into an infinite loop...
2010-11-02 John ThompsonInline asm mult-alt constraint tests.
2010-11-02 Devang PatelUse frameindex, if available, as a last resort to emit...
2010-10-28 Dale JohannesenFix pastos in handling of AVX cvttsd2si, PR8491.
2010-10-25 Dale JohannesenAn stdcall function calling a non-stdcall function
2010-10-23 Michael J. SpencerX86: Emit _fltused instead of __fltused on Windows...
2010-10-20 Evan ChengMore accurate estimate / tracking of register pressure.
2010-10-19 Evan ChengRe-enable register pressure aware machine licm with...
2010-10-19 Daniel DunbarRevert r116781 "- Add a hook for target to determine...
2010-10-19 Evan Cheng- Add a hook for target to determine whether an instruc...
2010-10-16 Michael J. SpencerX86-Windows: Emit an undefined global __fltused symbol...
2010-10-13 Rafael EspindolaFix another case where we were preferring instructions...
2010-10-13 Rafael EspindolaFix PR8365 by adding a more specialized Pat that checks...
2010-10-12 Eric ChristopherFileCheckize this in a hope to quiet a valgrind warning...
2010-10-11 Andrew TrickPR8297
2010-10-11 Andrew TrickFixes bug 8297: i386 cmpxchg8b, missing MachineMemOperand
2010-10-10 Michael J. SpencerX86: MinGW should always use libgcc on Windows.
2010-10-10 Michael J. SpencerX86: Call _alldiv instead of __divdi3 on Windows (exclu...
2010-10-08 Cameron EsfahaniRecommit 116056, now with the missing file...
2010-10-08 Andrew Trickreverting 116056: win64_params.ll may need to be condit...
2010-10-08 Cameron EsfahaniSmall patch to restore home register stack space alloca...
2010-10-08 Chris Lattnertestcase that goes with r116053
2010-10-08 Chris Lattnerrename test
2010-10-08 Chris Lattnermerge tests
2010-10-08 Chris Lattnerfilecheckize.
2010-10-08 Chris Lattnerreapply: Use the new TB_NOT_REVERSABLE flag instead...
2010-10-08 Daniel DunbarRevert "reimplement the second half of the or/add optim...
2010-10-08 Chris Lattnerreimplement the second half of the or/add optimization...
2010-10-07 Chris Lattnerconvert cmp to use a multipattern
2010-10-07 Evan ChengCanonicalize X86ISD::MOVDDUP nodes to v2f64 to make...
2010-10-05 Bill WendlingPSHUFW is in SSE, not SSSE3.
2010-10-05 Owen AndersonUse a more efficient lowering of uint64_t --> float...
2010-10-05 NAKAMURA Takumitest/CodeGen/X86/atomic_op.ll: Rename @main to @func...
2010-10-03 Anton Korobeynikovva_args support for Win64.
2010-10-03 Anton KorobeynikovProperly emit stack probe on win64 (for non-mingw targets).
2010-10-03 Chris Lattnerunbreak buildbot
2010-10-03 Bill WendlingAdd test to make sure that the MMX intrinsic calls...
2010-10-01 Bill WendlingNeed to specify SSE4 for machines which don't have...
2010-10-01 Bill WendlingWe must check for something.
2010-10-01 Bill WendlingDisable tests until I can figure out why they're failin...
2010-10-01 Bill WendlingTry adding an mtriple.
2010-10-01 Bill WendlingFileCheck-ize this test.
2010-10-01 Bill WendlingFileCheck-ize this test.
2010-10-01 Chris Lattnerfix rdar://8494845 + PR8244 - a miscompile exposed...
2010-10-01 Dale JohannesenOne more +sse2.
2010-10-01 Dale JohannesenMark all these as needing SSE2. Should fix PPC and
2010-10-01 Dale JohannesenDisable these tests for now; it's not obvious why they...
2010-10-01 Dale JohannesenMake test not sensitive to register choice.
2010-09-30 Dale JohannesenMassive rewrite of MMX:
2010-09-30 NAKAMURA Takumitest/CodeGen/X86/sibcall.ll: Add explicit triplets...
2010-09-30 Jakob Stoklund OlesenTry again to disable critical edge splitting in CodeGen...
2010-09-30 Jakob Stoklund OlesenWhen isel is emitting instructions for an x86 target...
2010-09-28 Bill Wendling And remove r114997's test.
2010-09-28 Bill WendlingRevert r114997. It was causing a failure on darwin10...
next