Modify DisassembleThumb2LdStEx() to be more robust/correct in light of recent change to
[oota-llvm.git] / test / CodeGen / X86 /
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...
2011-02-24 Evan ChengFix bug in X86 folding / unfolding table. Int_CMPSDrm...
2011-02-23 Devang PatelUse DW_FORM_data2 for DW_AT_language and let users...
2011-02-23 Devang PatelCheck only relevant strings in output to increase stabi...
2011-02-22 NAKAMURA TakumiRevert r126195, "test/CodeGen/X86/vec_cast.ll: Mark...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA Takumitest/CodeGen/X86/vec_cast.ll: Mark as XFAIL: migw,win32...
2011-02-22 NAKAMURA Takumitest/CodeGen/X86/red-zone.ll: Add explicit -mtriple...
2011-02-22 Andrew TrickVirtRegRewriter assertion fix.
2011-02-22 Cameron ZwarichRoll out r126169 and r126170 in an attempt to fix the...
2011-02-22 Cameron ZwarichMerge information about the number of zero, one, and...
2011-02-21 Eric ChristopherRevert r125960, it's breaking darwin10 bootstrap.
2011-02-21 Devang PatelRevert r124611 - "Keep track of incoming argument's...
next