fix an x86 fast isel issue where we'd completely give up on folding an address
[oota-llvm.git] / test / CodeGen / X86 /
2011-04-17 Chris Lattnerfix an x86 fast isel issue where we'd completely give...
2011-04-17 Chris Lattnerfix an oversight which caused us to compile the testcas...
2011-04-17 Chris LattnerFix rdar://9289512 - not folding load into compare...
2011-04-17 Eli FriedmanRemove working entry from README.
2011-04-17 Chris Lattnerfix rdar://9289583 - fast isel should handle non-canoni...
2011-04-16 Eli FriedmanPR9055: extend the fix to PR4050 (r70179) to apply...
2011-04-15 Rafael EspindolaAdd this test back for Darwin.
2011-04-15 Rafael EspindolaAdd 129518 back with a fix for when we are producing...
2011-04-15 NAKAMURA TakumiRevert r129518, "Change ELF systems to use CFI for...
2011-04-15 Michael J. SpencerAdd 3DNow! intrinsics.
2011-04-14 Rafael EspindolaChange ELF systems to use CFI for producing the EH...
2011-04-14 Andrew TrickIn the pre-RA scheduler, maintain cmp+br proximity.
2011-04-14 Bill WendlingAs Dan pointed out, movzbl, movsbl, and friends are...
2011-04-14 Bill WendlingHave the X86 back-end emit the alias instead of what...
2011-04-13 Cameron ZwarichFix a regression caused by r102515 where explicit align...
2011-04-13 Bill WendlingReapply r129401 with patch for clang.
2011-04-12 Bill WendlingRevert r129401 for now. Clang is using the old way...
2011-04-12 Bill WendlingRemove the unaligned load intrinsics in favor of using...
2011-04-09 Chris Lattnerlook for the verboten argument slot access in any order...
2011-04-09 Chris Lattnerhave dag combine zap "store undef", which can be formed...
2011-04-05 Jakob Stoklund OlesenRun LiveDebugVariables in RegAllocBasic and RegAllocGreedy.
2011-04-05 Jakob Stoklund OlesenFix one more batch of X86 tests to be register allocati...
2011-04-05 Jakob Stoklund OlesenWhen dead code elimination removes all but one use...
2011-04-05 Jakob Stoklund OlesenEnsure all defs referring to a virtual register are...
2011-04-05 Rafael EspindolaPrint visibility info for external variables.
2011-04-05 Jakob Stoklund OlesenFix register-dependent X86 tests.
2011-04-04 Jakob Stoklund OlesenAllow coalescing with reserved physregs in certain...
2011-03-31 Jakob Stoklund OlesenMark all uses as <undef> when joining a copy.
2011-03-30 Evan ChengDon't try to create zero-sized stack objects.
2011-03-29 Rafael EspindolaReduce test case.
2011-03-28 Bill WendlingIn some cases, the "fail BB dominator" may be null...
2011-03-26 Jakob Stoklund OlesenCollect and coalesce DBG_VALUE instructions before...
2011-03-25 Jakob Stoklund OlesenEmit less labels for debug info and stop emitting ...
2011-03-24 Devang PatelMove test in x86 specific area.
2011-03-24 Devang PatelKeep track of directory namd and fIx regression caused...
2011-03-24 NAKAMURA TakumiTarget/X86: [PR8777][PR8778] Tweak alloca/chkstk for...
2011-03-24 Cameron ZwarichDo early taildup of ret in CodeGenPrepare for potential...
2011-03-23 Andrew TrickRevert r128175.
2011-03-23 Eli FriedmanPR9535: add support for splitting and scalarizing vecto...
2011-03-23 Andrew TrickReapply Eli's r127852 now that the pre-RA scheduler...
2011-03-22 Jakob Stoklund OlesenReapply r128045 and r128051 with fixes.
2011-03-22 Andrew TrickRevert r128045 and r128051, debug info enhancements.
2011-03-22 Jakob Stoklund OlesenDont emit 'DBG_VALUE %noreg, ...' to terminate user...
2011-03-22 Dan GohmanFix fast-isel address mode folding to avoid folding...
2011-03-19 Daniel DunbarRevert r127953, "SimplifyCFG has stopped duplicating...
2011-03-19 Evan ChengSimplifyCFG has stopped duplicating returns into predec...
2011-03-19 Nadav RotemAdd support for legalizing UINT_TO_FP of vectors on...
2011-03-19 Andrew TrickFileCheckize a test.
2011-03-18 Eli FriedmanRevert r127852; it's apparently causing an ICE on mingw.
2011-03-18 Eli FriedmanAdd a target-specific branchless method for double...
2011-03-17 Benjamin KramerBuildUDIV: If the divisor is even we can simplify the...
2011-03-17 NAKAMURA Takumitest/CodeGen/X86/h-registers-1.ll: Add explicit -mtripl...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86/constant-pool-remat-0.ll: FileCheck...
2011-03-16 Cameron ZwarichThe x86-64 ABI says that a bool is only guaranteed...
2011-03-16 Cameron ZwarichRename a test to be more inclusive.
2011-03-16 Cameron ZwarichAdd a test for i1 zeroext arguments on x86-64. We curre...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86: FileCheck-ize and add actions for...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86: Add a pattern for Win64.
2011-03-16 NAKAMURA Takumitest/CodeGen/X86: FileCheck-ize and add explicit -mtrip...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86/byval*.ll: Win64 has not supported...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86/dyn-stackalloc.ll: FileCheck-ize.
2011-03-15 Evan Chengsext(undef) = 0, because the top bits will all be the...
2011-03-11 Cameron ZwarichRoll r127459 back in:
2011-03-11 Cameron ZwarichFix the GCC test suite issue exposed by r127477, which...
2011-03-11 Daniel DunbarRevert r127459, "Optimize trivial branches in CodeGenPr...
2011-03-11 Cameron ZwarichOptimize trivial branches in CodeGenPrepare, which...
2011-03-11 Eric ChristopherChange the x86 32-bit scheduler to register pressure...
2011-03-10 Stuart HastingsRevert 127359; it broke lencod.
2011-03-09 Benjamin KramerFix mistyped CHECK lines.
2011-03-09 Stuart HastingsTweak test to work on Linux.
2011-03-09 Stuart HastingsDisable this test temporarily to reduce BuildBot compla...
2011-03-09 Stuart HastingsX86 byval copies no longer always_inline. <rdar:/...
2011-03-09 Jakob Stoklund OlesenMake physreg coalescing independent on the number of...
2011-03-09 Jakob Stoklund OlesenDelete a test case that is very sensitive to coalescer...
2011-03-09 Andrew TrickThis test case should work with list-ilp or list-burr.
2011-03-09 NAKAMURA TakumiTarget/X86: Tweak va_arg for Win64 not to miss taking...
2011-03-09 Eric ChristopherFix testcase.
2011-03-08 Benjamin KramerStrip cruft.
2011-03-08 Eric ChristopherAdd a testcase for r127263.
2011-03-08 Benjamin KramerX86: Fix the (saddo/ssub x, 1) -> incl/decl selection...
2011-03-08 Eric ChristopherTurn on list-ilp scheduling by default on x86 and x86...
2011-03-05 NAKAMURA Takumitest/CodeGen/X86/vec_cast.ll: [PR8311] Add explicit...
2011-03-04 Dan GohmanWhen decling to reuse existing expressions that involve...
2011-03-04 Joerg SonnenbergerBe nice to Xcore and the XMOS assembler and avoid quoti...
2011-03-03 Eli FriedmanRevert r123908; the code in question is completely...
2011-03-03 Joerg SonnenbergerBug#9033: For the ELF assembler output, always quote...
2011-03-02 Stuart HastingsTest case for r126864. Radar 9056407.
2011-03-02 David Greene[AVX] Fix mask predicates for 256-bit UNPCKLPS/D and...
2011-03-02 Cameron ZwarichEliminate the unused CodeGenPrepare option to split...
2011-03-02 Dan GohmanDon't re-use existing addrec expansions if they contain...
2011-03-02 Evan ChengCatch more cases where 2-address pass should 3-addressi...
2011-02-28 Duncan SandsWindows codegen also dies on this, so restrict to the...
2011-02-28 Duncan SandsMake this test x86 specific because the ARM backend...
2011-02-27 NAKAMURA TakumiTarget/X86: Always emit "push/pop GPRs" in prologue...
2011-02-27 Cameron ZwarichFix PR9324 / <rdar://problem/9052489> by handling the...
2011-02-27 Cameron ZwarichGive a test file a more sensible name so that it can...
2011-02-26 Benjamin KramerAdd some DAGCombines for (adde 0, 0, glue), which are...
2011-02-24 Nadav RotemEnable support for vector sext and trunc:
2011-02-24 Devang PatelMove arch specific tests in arch specific directories.
2011-02-24 Cameron ZwarichMerge information about the number of zero, one, and...
next