[fast-isel] The X86FastISel::FastLowerArguments function doesn't properly handle
[oota-llvm.git] / test / CodeGen / X86 /
2013-03-14 Chad Rosier[fast-isel] The X86FastISel::FastLowerArguments functio...
2013-03-14 Michael LiaoFix PR15309
2013-03-13 David BlaikieSimplify file/directory name handling in DILexicalBlock
2013-03-13 David BlaikieRemove the unused 4th operand for DIFile debug info...
2013-03-13 David BlaikieRefactor filename/directory in DICompileUnit into a...
2013-03-12 David BlaikieRemove unused "isMain" field from DICompileUnit
2013-03-12 David BlaikieUpdate debug info test cases with empty SplitDebugFilen...
2013-03-12 Jan Wen VoungRevert the test moves from 176733. Use "REQUIRES:...
2013-03-11 David BlaikieUpgrading debug info test cases to be (more) compatible...
2013-03-11 David BlaikieRemove duplicate test contents.
2013-03-11 Nick LewyckyFix a crasher newly introduced in r176659/r176649,...
2013-03-11 NAKAMURA Takumillvm/test/CodeGen/X86/handle-move.ll: Mark it as XFAIL...
2013-03-11 NAKAMURA TakumiSuppress atomic(32|64).ll as XFAIL on win32 codegen...
2013-03-09 Benjamin KramerTest case hygiene.
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2013-03-08 Jakob Stoklund OlesenRewrite the physreg part of findLastUseBefore().
2013-03-08 David BlaikieAnother test fix for r176671.
2013-03-08 David BlaikieCouple of test fixes for r176671.
2013-03-08 David BlaikieUpgrade tests to the latest debug info format.
2013-03-07 Benjamin KramerMove testcase, this is testing extraction not inserting.
2013-03-07 Benjamin KramerX86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into...
2013-03-07 Michael LiaoFix two remaining issue after fixing PR15355 when CMOV...
2013-03-06 Michael LiaoFix PR15355
2013-03-04 Preston GurdBypass Slow Divides
2013-03-01 Michael LiaoAdd regression tests (WORKSFORME)
2013-03-01 Michael LiaoFix PR10475
2013-02-26 Chad RosierAdd a test case for r176066.
2013-02-26 Chad RosierRemove a few unused arguments.
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-25 Michael LiaoFix PR10499
2013-02-25 Chad RosierRemove extraneous attribute number.
2013-02-25 Chad Rosier[fast-isel] Add X86FastIsel::FastLowerArguments to...
2013-02-25 Andrew Trickpre-RA-sched fix: only reevaluate physreg interferences...
2013-02-25 Chandler CarruthFix the root cause of PR15348 by correctly handling...
2013-02-24 Nadav RotemRevert r169638 because it broke Mesa llvmpipe tests.
2013-02-23 Benjamin KramerX86: Disable cmov-memory patterns on subtargets without...
2013-02-22 Peter CollingbourneFix test by matching movaps instead of AVX-only vmovaps
2013-02-22 Peter Collingbournex86_64: designate most general purpose and SSE register...
2013-02-22 Pete CooperRemove unused CHECK lines copied from another test
2013-02-22 Pete CooperFix isa<> check which could never be true.
2013-02-21 Benjamin KramerDAGCombiner: Make the post-legalize vector op optimizat...
2013-02-20 Michael LiaoFix PR15267
2013-02-20 Elena DemikhovskyI optimized the following patterns:
2013-02-19 Chad Rosier[ms-inline asm] Force the use of a base pointer if...
2013-02-19 Eli BenderskyFix typo
2013-02-19 Benjamin KramerFix GCMetadaPrinter::finishAssembly not executed, patch...
2013-02-18 Benjamin KramerSupport for HiPE-compatible code emission, patch by...
2013-02-17 Benjamin KramerForce a cpu for test. It failed on atom due to differen...
2013-02-16 Jakub StaszakReplace "check:" wth "CHECK:".
2013-02-16 Bill WendlingReinitialize the ivars in the subtarget so that they...
2013-02-16 Chad Rosier[ms-inline asm] Do not omit the frame pointer if we...
2013-02-15 Bill WendlingTemporary revert of 175320.
2013-02-15 Bill WendlingReinitialize the ivars in the subtarget.
2013-02-15 Paul Redmondenable SDISel sincos optimization for GNU environments
2013-02-14 Nadav RotemDont merge consecutive loads/stores into vectors when...
2013-02-14 Elena DemikhovskyFixed a bug in X86TargetLowering::LowerVectorIntExtend...
2013-02-14 Andrew TrickReapply "s/grep/FileCheck/ in some tests"
2013-02-14 Andrew TrickRevert "s/grep/FileCheck/ in some tests"
2013-02-13 Eli Benderskys/grep/FileCheck/ in some tests
2013-02-13 Eli Benderskys/grep/FileCheck/ in some tests
2013-02-13 Chad Rosier[ms-inline asm] Fix up test case for non-Darwin platforms.
2013-02-13 Chad Rosier[ms-inline-asm] Add support for memory references that...
2013-02-13 Benjamin KramerX86: Disable generation of rep;movsl when %esi is used...
2013-02-13 Elena DemikhovskyPrevent insertion of "vzeroupper" before call that...
2013-02-13 Eric ChristopherCheck i1 as well as i8 variables for 8 bit registers...
2013-02-13 Eric ChristopherFinish obviously broken thought.
2013-02-12 Paul RedmondFix the lit test added in r174972
2013-02-12 Paul RedmondPR14562 - Truncation of left shift became undef
2013-02-06 Eli BenderskyThis is a follow-up on r174446, now taking Atom process...
2013-02-06 Eli BenderskyRemove this test in the meantime, since it won't pass...
2013-02-06 Manman RenAttempt to recover gdb bot after r174445.
2013-02-05 Eli BenderskyTest for r174446
2013-02-05 Manman RenDwarf: support for LTO where a single object file can...
2013-02-05 Owen AndersonReapply r174343, with a fix for a scary DAG combine...
2013-02-05 Jakob Stoklund OlesenAdd a test case for PR14750.
2013-02-05 NAKAMURA TakumiRevert r174343, "When the target-independent DAGCombine...
2013-02-05 Owen AndersonWhen the target-independent DAGCombiner inferred a...
2013-02-04 Benjamin KramerX86: Open up some opportunities for constant folding...
2013-02-04 Benjamin KramerSelectionDAG: Teach FoldConstantArithmetic how to deal...
2013-02-02 David BlaikieRemove the (apparently) unnecessary debug info metadata...
2013-02-02 Shuxin Yangrdar://13126763
2013-02-01 David SehrTwo changes relevant to LEA and x32:
2013-01-31 Lang HamesWhen lowering memcpys to loads and stores, make sure...
2013-01-31 Eric ChristopherCheck and allow floating point registers to select...
2013-01-31 Eli BenderskyReplace some more greps with FileChecks in tests
2013-01-31 Eli BenderskyRewrite this test properly with a FileCheck instead...
2013-01-30 Evan ChengForgot the test case before.
2013-01-27 Benjamin KramerWhen the legalizer is splitting vector shifts, the...
2013-01-26 Benjamin KramerX86: Do splat promotion later, so the optimizer can...
2013-01-26 Benjamin KramerFileCheckize and merge some tests.
2013-01-25 Eli BenderskyIn this patch, we teach X86_64TargetMachine that it...
2013-01-25 Eli BenderskyNow that llvm-dwarfdump supports flags to specify which...
2013-01-25 Andrew TrickMIsched: Improve the interface to SchedDFS analysis...
2013-01-25 Andrew TrickMISched: Add SchedDFSResult to ScheduleDAGMI to formali...
2013-01-23 Bill WendlingAdd the heuristic to differentiate SSPStrong from SSPRe...
2013-01-23 Bill WendlingAdd the IR attribute 'sspstrong'.
2013-01-22 Michael LiaoFix an issue of pseudo atomic instruction DAG schedule
2013-01-20 NAKAMURA Takumillvm/test/CodeGen/X86/win_ftol2.ll: Add -cpu=generic...
2013-01-20 Nadav RotemRevert 172708.
2013-01-19 Nadav RotemOn Sandybridge split unaligned 256bit stores into two...
next