Revert Duncan's r143028 expression folding which appears to be the culprit
[oota-llvm.git] / test / CodeGen / X86 /
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-27 Eli FriedmanDon't crash on 128-bit sdiv by constant. Found by...
2011-10-26 Rafael EspindolaRun test with -verify-machineinstrs.
2011-10-26 Rafael EspindolaFixes an issue reported by -verify-machineinstrs.
2011-10-26 Rafael EspindolaThis commit introduces two fake instructions MORESTACK_...
2011-10-23 Chandler CarruthCompletely re-write the algorithm behind MachineBlockPl...
2011-10-22 Nadav RotemFix pr11193.
2011-10-21 Nadav RotemFix pr11194. When promoting and splitting integers...
2011-10-21 Chandler CarruthDon't hard code the desired alignment for loops --...
2011-10-21 Nadav Rotem1. Fix the widening of SETCC in WidenVecOp_SETCC. Use...
2011-10-21 Chandler CarruthAdd loop aligning to MachineBlockPlacement based on...
2011-10-21 Chandler CarruthAdd a very basic test for MachineBlockPlacement. This...
2011-10-21 Craig TopperRemove intrinsics for X86 BLSI, BLSMSK, and BLSR intrin...
2011-10-19 Evan ChengFix TLS lowering bug. The CopyFromReg must be glued...
2011-10-19 Nadav RotemImprove code generation for vselect on SSE2:
2011-10-19 Nadav RotemAdd support for the vector-widening of vselect and...
2011-10-19 Craig TopperRename PEXTR to PEXT. Add intrinsics for BMI instructions.
2011-10-18 Lang HamesAdded testcase for <rdar://problem/10215997>
2011-10-18 Nadav RotemAdd additional element-promotion tests.
2011-10-18 Nadav RotemFix a bug in the legalization of vector anyext-load...
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-10-17 Nadav Rotemstabalize tests by specifying the exact sse level
2011-10-17 Nadav RotemClean the triple, add check lines.
2011-10-17 Nadav RotemPreviously v2i32 vectors were legalized to v4i32. Now...
2011-10-16 Nadav RotemAdd tripple and stabalize a few more tests.
2011-10-16 Nadav RotemAdd triple to tests.
2011-10-16 Nadav Rotemfix a typo in the test
2011-10-16 Nadav RotemEnable element promotion type legalization by deafault.
2011-10-14 Jakob Stoklund OlesenUpdate live-in lists when splitting critical edges.
2011-10-14 Craig TopperAdd X86 ANDN instruction. Including instruction selection.
2011-10-14 Craig TopperAdd X86 TZCNT instruction and patterns to select it...
2011-10-14 Jakob Stoklund OlesenAdd value numbers when spilling dead defs.
2011-10-13 Benjamin KramerForce CPU type on test so it doesn't accidentally emit...
2011-10-13 Bill WendlingMore closely follow libgcc, which has code after the...
2011-10-13 Bill WendlingRevert r141854 because it was causing failures:
2011-10-13 Bill WendlingShould not add instructions to a BB after a return...
2011-10-13 Craig TopperAdd X86 TZCNT instruction and patterns to select it...
2011-10-12 Jakob Stoklund OlesenAlso inflate register classes around inline asm.
2011-10-12 Bill WendlingWe need to verify that the machine instruction we're...
2011-10-11 Bob WilsonMake this test more specific. There are 3 stats that...
2011-10-11 Eric ChristopherAdd a new wrapper node for a DILexicalBlock that encaps...
2011-10-11 Devang PatelAdd dominance check for the instruction being hoisted.
2011-10-11 Nadav RotemAdd support for legalization of vector SHL/SRA/SRL...
2011-10-11 Craig TopperTest case for X86 LZCNT instruction selection.
2011-10-11 NAKAMURA Takumitest/CodeGen/X86/movbe.ll: Give explicit -mtriple=x86_6...
2011-10-10 Devang PatelRevert r141569 and r141576.
2011-10-10 Eli FriedmanMake sure the X86 backend doesn't explode on 128-bit...
2011-10-10 Devang PatelIf loop header is also loop exiting block then it may...
2011-10-10 Nadav RotemFix 10892 - When lowering SIGN_EXTEND_INREG do not...
2011-10-10 Devang PatelAdd dominance check for the instruction being hoisted.
2011-10-10 Benjamin KramerX86: Add patterns for the movbe instruction (mov +...
2011-10-08 Jakob Stoklund OlesenAdd TEST8ri_NOREX pseudo to constrain sub_8bit_hi copies.
2011-10-08 Jakob Stoklund OlesenAdd missing test case for r141410.
2011-10-07 Evan ChengHigh bits of movmskp{s|d} and pmovmskb are known zero...
2011-09-30 Bill WendlingFilecheck-ize.
2011-09-30 Bill WendlingAdd new line at end of file.
2011-09-30 Bill WendlingWhen inferring the pointer alignment, if the global...
2011-09-29 Andrew TrickLSR: rewrite inner loops only.
2011-09-28 Eli FriedmanPR11033: Make sure we don't generate PCMPGTQ and PCMPEQ...
2011-09-27 Jakob Stoklund OlesenRemove X86-dependent stuff from SSEDomainFix.
2011-09-27 Eli FriedmanLast batch of test conversions to new atomic instructions.
2011-09-26 Eli FriedmanConvert a bunch more tests over to the new atomic instr...
2011-09-24 Jakob Stoklund OlesenOnly run MF.verify() with EXPENSIVE_CHECKS=1.
2011-09-23 Jakob Stoklund OlesenVerify that terminators follow non-terminators.
2011-09-23 Eli FriedmanPR10998: It is not legal to sink an instruction past...
2011-09-23 Eli FriedmanPR10989: Don't print .hidden on Windows.
2011-09-22 Eli FriedmanPR10991: make fast-isel correctly check whether accessi...
2011-09-22 Duncan SandsSynthesize SSE3/AVX 128 bit horizontal add/sub instruct...
2011-09-21 Devang PatelDo not unnecessarily use AT_specification DIE because...
2011-09-21 Nadav Rotemadd another testcase for pr10902
2011-09-21 Nadav Rotem[VECTOR-SELECT] Address one of the bugs in pr10902.
2011-09-20 Bruno Cardoso LopesAdd a DAGCombine for subvector extracts to remove usele...
2011-09-20 Bruno Cardoso LopesRevert r140097, working on a better approach
2011-09-20 NAKAMURA Takumitest/CodeGen/X86/avx-minmax.ll: Unbreak Win32.
2011-09-20 Craig TopperExtend changes from r139986 to produce 256-bit AVX...
2011-09-20 Bruno Cardoso LopesAttempt to fix -mtriple=i686-{cygwin|mingw|win32} regre...
2011-09-19 Bruno Cardoso LopesBased on the small opt Zvi's patch was trying to achiev...
2011-09-19 Bruno Cardoso LopesMatch X86ISD::FSETCCsd and X86ISD::FSETCCss while in...
2011-09-18 Nadav RotemsetOperationAction should be done on the return value...
2011-09-18 Nadav RotemWhen promoting integer vectors we often create ext...
2011-09-18 Benjamin KramerApply Duncan's test fix from r139986 to the avx version...
2011-09-17 Duncan SandsSynthesize x86 max/min instructions also for vectors...
2011-09-16 Andrew TrickTest case trial and error. Not sure the proper way...
2011-09-16 Andrew TrickReduced a stronger test case for coalescer bug PR10920.
2011-09-15 Jakob Stoklund OlesenVirtRegMap is counting spill slots, not register spills.
2011-09-15 Bruno Cardoso LopesChange all checks regarding the presence of any SSE...
2011-09-15 Andrew Trick[regcoalescing] bug fix for RegistersDefinedFromSameValue.
2011-09-14 Nadav RotemAdd integer promotion support for vselect
2011-09-14 Bruno Cardoso LopesVector shuffle mask <i32 4, i32 5, i32 2, i32 3> should...
2011-09-14 Devang PatelRemove unnecessary old test.
2011-09-13 Eli FriedmanError out on CodeGen of unaligned load/store. Fix...
2011-09-13 Nadav Rotemupdate checked pattern
2011-09-13 Nadav RotemAdd vselect target support for targets that do not...
2011-09-12 Bruno Cardoso LopesChange testcase commandline to be more strict and silen...
2011-09-12 Bruno Cardoso LopesFix PR10845. SUBREG_TO_REG shouldn't be used when the...
2011-09-12 Bruno Cardoso LopesRevert the wrong part of r139528, and fix testcases.
2011-09-12 Bruno Cardoso LopesNot sure how CMPPS and CMPPD had already ever worked...
2011-09-10 Eli FriedmanReally un-XFAIL the testcase, like I said I would in...
2011-09-10 Richard TrieuFixed an assert from:
2011-09-09 Nadav RotemImplement vector-select support for avx256. Refactor...
next