Debug Info: clean up usage of Verify.
[oota-llvm.git] / test / CodeGen / X86 /
2013-06-28 Manman RenDebug Info: clean up usage of Verify.
2013-06-26 Elena DemikhovskyOptimized integer vector multiplication operation by...
2013-06-25 Andrew TrickRevert "Temporarily enable MI-Sched on X86."
2013-06-24 NAKAMURA Takumillvm/test/CodeGen/X86: Add explicit -mtriple=x86_64...
2013-06-24 NAKAMURA Takumillvm/test/CodeGen/X86/legalize-shift-64.ll: Add explici...
2013-06-24 Andrew TrickAdd -mcpu to some unit tests that only fail on certain...
2013-06-24 Andrew TrickTemporarily enable MI-Sched on X86.
2013-06-24 Andrew TrickFix tail merging to assign the (more) correct BasicBloc...
2013-06-23 Andrew TrickAdd MI-Sched support for x86 macro fusion.
2013-06-21 Michael LiaoAdd '-mcpu=' to prevent breaking on ATOM due to differe...
2013-06-21 Andrew TrickAdd missing REQUIRES: asserts in crash.ll.
2013-06-21 Michael LiaoFix PR16360
2013-06-21 Andrew TrickUpdate physreg live intervals during remat.
2013-06-20 David BlaikieDebugInfo: don't use location lists when the location...
2013-06-18 Quentin ColombetDuring SelectionDAG building explicitly set a node...
2013-06-17 Andrew TrickReenable, improve, and add MI-Sched unit tests.
2013-06-17 Benjamin KramerSwitch spill weights from a basic loop depth estimation...
2013-06-15 David BlaikieDebugInfo: follow up to 184045 to constrain the tests...
2013-06-15 David BlaikieDebugInfo: print DBG_VALUE MachineInstrs with [] for...
2013-06-15 Andrew TrickMachine Model: Add MicroOpBufferSize and resource Buffe...
2013-06-15 David BlaikieDebug Info: Don't print the display name and colon...
2013-06-14 Tim NorthoverMark rematerialized super/sub registers as dead.
2013-06-14 Stephen LinSelectionDAG: Fix incorrect condition checks in some...
2013-06-14 Derek SchuffMake PrologEpilogInserter save/restore all callee saved...
2013-06-14 Benjamin KramerX86: cvtpi2ps is just an SSE instruction with MMX opera...
2013-06-10 Tim NorthoverX86: Stop LEA64_32r doing unspeakable things to its...
2013-06-09 Elena DemikhovskyRemoved PackedDouble domain from scalar instructions...
2013-06-08 Quentin ColombetReapply r183552. This time, use a standard type for...
2013-06-07 Quentin ColombetRevert commits related to stack warning.
2013-06-07 Quentin ColombetExplicit triple in warn stack size test cases to not...
2013-06-07 Quentin ColombetAdd a backend option to warn on a given stack size...
2013-06-07 Quentin ColombetTeach AsmPrinter how to print odd constants.
2013-06-07 Rafael EspindolaSupport OpenBSD's native frame protection conventions.
2013-06-05 Michael Liao[PATCH] Fix VGATHER* operand constraints
2013-06-01 Tim NorthoverRevert r183069: "TMP: LEA64_32r fixing"
2013-06-01 Tim NorthoverTMP: LEA64_32r fixing
2013-06-01 Tim NorthoverX86: change MOV64ri64i32 into MOV32ri64
2013-05-31 Eric ChristopherTemporarily Revert "X86: change MOV64ri64i32 into MOV32...
2013-05-31 Quentin ColombetModify how the formulae are rated in Loop Strength...
2013-05-31 Tim NorthoverX86: change MOV64ri64i32 into MOV32ri64
2013-05-30 Benjamin KramerForce a triple so we don't get bitten by windows' diffe...
2013-05-30 Benjamin KramerForce fragile test to the atom scheduler model.
2013-05-30 Tim NorthoverX86: allow registers 8-15 in test
2013-05-30 Tim NorthoverX86: use sub-register sequences for MOV*r0 operations
2013-05-30 Bill WendlingThis testcase tests command line attributes which we...
2013-05-29 Andrew TrickOrder CALLSEQ_START and CALLSEQ_END nodes.
2013-05-27 Preston GurdConvert sqrt functions into sqrt instructions when...
2013-05-27 Rafael EspindolaAdd a cpu to try to bring back the atom bots.
2013-05-26 Andrew TrickFix PR16143: Insert DEBUG_VALUE before terminator.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 4/4.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 3/4.
2013-05-24 Diego NovilloAdd a new function attribute 'cold' to functions.
2013-05-23 Nick LewyckyAdd missing test from r175092.
2013-05-22 Nadav RotemX86: Fix a bug in EltsFromConsecutiveLoads. We can...
2013-05-22 Benjamin KramerX86: When expanding PCMPGTQ to PCMPGTD we always want...
2013-05-22 David MajnemerX86: Remove test instructions proceeding shift by immed...
2013-05-21 Benjamin KramerX86: When emulating unsigned PCMPGTQ with PCMPGTD,...
2013-05-21 Benjamin KramerDAGCombine: Avoid an edge case where it tried to create...
2013-05-18 David MajnemerX86: Bad peephole interaction between adc, MOV32r0
2013-05-17 Benjamin KramerX86: Make shuffle -> shift conversion more aggressive...
2013-05-17 Benjamin KramerFileCheckize test.
2013-05-16 Benjamin KramerDAGCombine: Also shrink eq compares where the constant...
2013-05-16 Rafael EspindolaAdd a triple to the test to try to fix the windows...
2013-05-16 Rafael EspindolaMore addFrameMove test coverage.
2013-05-16 Rafael EspindolaAdd more addFrameMove test coverage.
2013-05-16 Benjamin KramerRelax CHECK-NEXTs a bit to cope with atom's return...
2013-05-15 David MajnemerSet an explicit triple for this test.
2013-05-15 David MajnemerX86: Remove redundant test instructions
2013-05-15 Derek SchuffFix miscompile due to StackColoring incorrectly merging...
2013-05-14 Eric ChristopherReapply "Subtract isn't commutative, fix this for MMX...
2013-05-14 Eric ChristopherTemporarily revert "Subtract isn't commutative, fix...
2013-05-14 Eric ChristopherSubtract isn't commutative, fix this for MMX psub.
2013-05-10 Benjamin KramerDAGCombiner: Generate a correct constant for vector...
2013-05-09 Owen AndersonTeach SelectionDAG to constant fold all-constant FMA...
2013-05-09 Bill WendlingGenerate a compact unwind encoding in the face of a...
2013-05-08 Nick LewyckyFix a bug in codegenprep where it was losing track...
2013-05-08 David MajnemerDAGCombiner: Simplify inverted bit tests
2013-05-06 Bill WendlingReduce attributes.
2013-05-06 Michael KupersteinFix slightly too aggressive conact_vector optimization.
2013-05-06 Bill WendlingAdd a testcase that checks that we generate functions...
2013-05-05 David MajnemerRemove a recently redundant transform from X86ISelLowering.
2013-05-02 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-05-02 Michael LiaoRewrite X86 codegen regression test with FileCheck
2013-05-01 Michael LiaoAvoid generating tempfile(s) never used
2013-05-01 Bill WendlingRevert r180737. The companion patch was reverted, and...
2013-05-01 Rafael EspindolaPut VMOVPQIto64rr in the VRPDI class.
2013-05-01 Michael LiaoForget remove the tempfile argument
2013-05-01 Michael LiaoMore rewrites of x86 codegen regression tests with...
2013-04-30 Adrian PrantlTemporarily revert "Change the informal convention...
2013-04-30 Adrian PrantlChange the informal convention of DBG_VALUE so that...
2013-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-30 Michael LiaoRewrite X86 codegen regression test with FileCheck
2013-04-30 Michael LiaoRewrite test in FileCheck instead of grep in X86 codegen
2013-04-29 Bill WendlingDuplicate a testcase.
2013-04-29 Michael LiaoRewrite some tests with FileCHeck in X86 codegen
2013-04-26 Benjamin KramerMake CHECK lines a bit less strict so they also match...
2013-04-26 Benjamin KramerX86: Now that we have a canonical form for vector integ...
2013-04-26 Benjamin KramerDAGCombiner: Canonicalize vector integer abs in the...
2013-04-25 Preston GurdThis patch adds the X86FixupLEAs pass, which will reduc...
2013-04-25 Chad Rosier[inline asm] Add a test case for r180226. The specific...
next