Fix a FIXME. _foo.eh symbols are currently always exported so that the linker
[oota-llvm.git] / test / CodeGen / X86 /
2010-09-28 Bill WendlingFix a FIXME. _foo.eh symbols are currently always expor...
2010-09-27 Jakob Stoklund OlesenRevert "Disable codegen prepare critical edge splitting...
2010-09-23 Evan ChengDisable codegen prepare critical edge splitting. Machin...
2010-09-22 Owen AndersonA select between a constant and zero, when fed by a...
2010-09-22 Cameron EsfahaniFix PR8201: Update the code to call via X86::CALL64pcre...
2010-09-22 Chris LattnerFix an inconsistency in the x86 backend that led it...
2010-09-22 Chris Lattnerreimplement elf TLS support in terms of addressing...
2010-09-22 Chris Lattnerlinux has a different stack alignment than the mac...
2010-09-22 Chris Lattnergive VZEXT_LOAD a memory operand, it now works with...
2010-09-22 Chris Lattnerrevert r114386 now that address modes work correctly...
2010-09-21 Chris Lattnergive LCMPXCHG_DAG[8] a memory operand, allowing it...
2010-09-21 Chris Lattnerfilecheckize
2010-09-21 Devang PatelUse FileCheck
2010-09-21 Owen AndersonWhen adding the carry bit to another value on X86,...
2010-09-21 Chris Lattnerfix rdar://8453210, a crash handling a call through...
2010-09-20 Evan ChengEnable machine sinking critical edge splitting. e.g.
2010-09-20 Owen AndersonWhen TCO is turned on, it is possible to end up with...
2010-09-19 NAKAMURA Takumitest/CodeGen/X86: Add explicit triplet -mtriple=i686...
2010-09-18 Owen AndersonInvert the logic of reachesChainWithoutSideEffects...
2010-09-17 Evan ChengTeach machine sink to
2010-09-17 Dan GohmanAvoid emitting a PIC base register if no PIC addresses...
2010-09-16 Dale JohannesenWhen substituting sunkaddrs into indirect arguments...
2010-09-09 Bruno Cardoso LopesAdd one more pattern to fallback movddup
2010-09-07 Devang Patelremove these tests for now.
2010-09-07 Devang PatelThere is no need to force target if the test is going...
2010-09-07 Devang PatelFix command line used to link these test cases.
2010-09-07 Devang PatelReintroduce dbg-declare tests.
2010-09-07 Devang PatelRemove last three tests. I need to make them independen...
2010-09-07 Devang PatelAdd a test case to check handling of dbg-declare durin...
2010-09-07 Devang PatelAdd a test case to check handling of dbg-declare by...
2010-09-07 Devang PatelAdd a test case to check handling of dbg-declare by...
2010-09-05 Chris Lattnerimplement rdar://6653118 - fastisel should fold loads...
2010-09-03 Dale JohannesenRemove the rest of the nonexistent 64-bit AVX instructions.
2010-09-03 NAKAMURA Takumitest/CodeGen/X86: Add explicit -mtriple=(i686|x86_64...
2010-09-03 Bruno Cardoso LopesAVX doesn't support mm operations neither its instrinsics.
2010-09-02 Anton KorobeynikovProperly emit __chkstk call instead of __alloca on...
2010-09-02 Dan GohmanDon't narrow the load and store in a load+twiddle+store...
2010-09-02 NAKAMURA Takumitest/loop-strength-reduce4: Add explicit triplet for...
2010-09-02 NAKAMURA Takumitest/twoaddr-coalesce: Do not use @main.
2010-09-01 Bruno Cardoso LopesUsing target specific nodes for shuffle nodes makes...
2010-09-01 Jakob Stoklund OlesenTeach RemoveCopyByCommutingDef to check all aliases...
2010-09-01 Dan GohmanRevert 112442 and 112440 until the compile time problem...
2010-08-30 Chris Lattnertwo changes:
2010-08-30 Duncan SandsCorrect bogus module triple specifications.
2010-08-29 Dan GohmanMake IVUsers iterative instead of recursive.
2010-08-29 Dan GohmanMake this test less dependent on register allocation...
2010-08-29 Chris Lattnermerge a bunch of shuffle tests into sse2.ll
2010-08-29 Chris Lattneradd some nounwind's
2010-08-28 Chris Lattnerfix the buildvector->insertp[sd] logic to not always...
2010-08-28 Chris Lattnerfix the BuildVector -> unpcklps logic to not do pointle...
2010-08-28 Dan GohmanCompletely disable tail calls when fast-isel is enabled...
2010-08-27 Chris Lattnerget this test passing on linux builders.
2010-08-27 Daniel DunbarX86: Fix an encoding issue with LOCK_ADD64mr, which...
2010-08-26 Chris LattnerAdd a hackaround for PR7993 which is causing failures...
2010-08-26 Chris LattnerI think enough general codegen bugs are fixed to allow...
2010-08-26 Chris Lattnerimplement SplitVecOp_CONCAT_VECTORS, fixing the include...
2010-08-26 Chris LattnerMake sure this forces the x86 targets
2010-08-26 Chris Lattnerfix sse1 only codegen in x86-64 mode, which is something we
2010-08-25 Chris Lattnertemporarily disable this, which started failing on...
2010-08-25 Chris LattnerChange handling of illegal vector types to widen when...
2010-08-25 Bruno Cardoso LopesConvert test to use filecheck and make it more specific
2010-08-24 Dan GohmanFix X86's isLegalAddressingMode to recognize that stati...
2010-08-23 Chris LattnerAdd a new llvm.x86.int intrinsic, allowing access to the
2010-08-21 Dan GohmanFix x86 fast-isel's cmp+branch folding to avoid folding...
2010-08-19 Evan ChengIt's possible to sink a def if its local uses are PHI's.
2010-08-18 Dan GohmanWhen sending stats output to stdout for grepping, don...
2010-08-17 Dan GohmanTweak IVUsers' concept of "interesting" to exclude...
2010-08-17 Evan ChengAdd nounwind.
2010-08-17 Dale JohannesenMake fast scheduler handle asm clobbers correctly.
2010-08-17 Evan ChengPHI elimination should not break back edge. It can...
2010-08-15 Benjamin KramerTest expects SSE, give him SSE.
2010-08-15 Benjamin KramerRestore arch on these test, they fail on arm.
2010-08-15 Dale JohannesenMark as XFAIL on darwin 8. PR 7886.
2010-08-13 Dale JohannesenRevert 110491. While not wrong, it was based on a
2010-08-12 Bruno Cardoso Lopes- Teach SSEDomainFix to switch between different levels...
2010-08-12 Bruno Cardoso LopesBegin to support some vector operations for AVX 256...
2010-08-12 Devang PatelThis is x86 only test.
2010-08-11 Bruno Cardoso LopesAdd testcases for all AVX 256-bit intrinsics added...
2010-08-11 Bruno Cardoso LopesReapply r109881 using a more strict command line for...
2010-08-10 Jakob Stoklund OlesenFix test for more architectures. Patch by Tobias Grosser.
2010-08-10 Tobias GrosserFix failing testcase.
2010-08-10 Devang PatelHandle TAG_constant for integers.
2010-08-07 Dale JohannesenUse sdmem and sse_load_f64 (etc.) for the vector
2010-08-05 Eric ChristopherAdd an option to always emit realignment code for a...
2010-08-05 Devang PatelMove x86 specific tests into test/CodeGen/X86.
2010-08-05 Dan GohmanMove x86-specific tests out of test/Transforms/LoopStre...
2010-08-05 Daniel Dunbartests: CodeGen/X86/GC tests require X86.
2010-08-04 Bill WendlingThe lower invoke pass needs to have unreachable code...
2010-08-04 Eli FriedmanPR7814: Truncates cannot be ignored for signed comparisons.
2010-08-04 Stuart Hastingscall-imm.ll test case regex fix. Patch by Dimitry...
2010-08-03 Jakob Stoklund OlesenOK, that's it. This test is going away now. But don...
2010-07-31 Bob WilsonRevert new AVX intrinsic tests. They are breaking...
2010-07-30 Bruno Cardoso LopesA *bunch* of tests for AVX intrinsics
2010-07-30 Eli FriedmanFix for bug reported by Evzen Muller on llvm-commits...
2010-07-28 Nate BegemanImplement a vectorized algorithm for <16 x i8> << ...
2010-07-27 Nate Begeman~40% faster vector shl <4 x i32> on SSE 4.1 Larger...
2010-07-23 Dan GohmanUse the proper type for shift counts. This fixes a...
2010-07-23 Dan GohmanDAGCombine (shl (anyext x, c)) to (anyext (shl x, c...
2010-07-22 Eric ChristopherCustom lower the memory barrier instructions and add...
2010-07-20 Dan GohmanFix SCEV denormalization of expressions where the exit...
next