aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
AgeCommit message (Expand)Author
2011-09-23PR10998: It is not legal to sink an instruction past the terminator of a bloc...Eli Friedman
2011-09-23PR10989: Don't print .hidden on Windows.Eli Friedman
2011-09-22PR10991: make fast-isel correctly check whether accessing a global through an...Eli Friedman
2011-09-22Synthesize SSE3/AVX 128 bit horizontal add/sub instructions fromDuncan Sands
2011-09-21Do not unnecessarily use AT_specification DIE because it does not add any value.Devang Patel
2011-09-21add another testcase for pr10902Nadav Rotem
2011-09-21[VECTOR-SELECT] Address one of the bugs in pr10902.Nadav Rotem
2011-09-20Add a DAGCombine for subvector extracts to remove useless chains ofBruno Cardoso Lopes
2011-09-20Revert r140097, working on a better approachBruno Cardoso Lopes
2011-09-20test/CodeGen/X86/avx-minmax.ll: Unbreak Win32.NAKAMURA Takumi
2011-09-20Extend changes from r139986 to produce 256-bit AVX minps/minpd/maxps/maxpd.Craig Topper
2011-09-20Attempt to fix -mtriple=i686-{cygwin|mingw|win32} regressions. Nakamura,Bruno Cardoso Lopes
2011-09-19Based on the small opt Zvi's patch was trying to achieve, eliminateBruno Cardoso Lopes
2011-09-19Match X86ISD::FSETCCsd and X86ISD::FSETCCss while in AVX mode. This fixBruno Cardoso Lopes
2011-09-18setOperationAction should be done on the return value of the type, not the op...Nadav Rotem
2011-09-18When promoting integer vectors we often create ext-loads. This patch adds aNadav Rotem
2011-09-18Apply Duncan's test fix from r139986 to the avx version of that test too.Benjamin Kramer
2011-09-17Synthesize x86 max/min instructions also for vectors (i.e. produceDuncan Sands
2011-09-16Test case trial and error. Not sure the proper way to check MBB names.Andrew Trick
2011-09-16Reduced a stronger test case for coalescer bug PR10920.Andrew Trick
2011-09-15VirtRegMap is counting spill slots, not register spills.Jakob Stoklund Olesen
2011-09-15Change all checks regarding the presence of any SSE level to alwaysBruno Cardoso Lopes
2011-09-15[regcoalescing] bug fix for RegistersDefinedFromSameValue.Andrew Trick
2011-09-14Add integer promotion support for vselectNadav Rotem
2011-09-14Vector shuffle mask <i32 4, i32 5, i32 2, i32 3> should yield "movsd", not "m...Bruno Cardoso Lopes
2011-09-14Remove unnecessary old test.Devang Patel
2011-09-13Error out on CodeGen of unaligned load/store. Fix test so it isn't accidenta...Eli Friedman
2011-09-13update checked patternNadav Rotem
2011-09-13Add vselect target support for targets that do not support blend but do supportNadav Rotem
2011-09-12Change testcase commandline to be more strict and silence buildbotsBruno Cardoso Lopes
2011-09-12Fix PR10845. SUBREG_TO_REG shouldn't be used when the input andBruno Cardoso Lopes
2011-09-12Revert the wrong part of r139528, and fix testcases.Bruno Cardoso Lopes
2011-09-12Not sure how CMPPS and CMPPD had already ever worked, I guess it didn't.Bruno Cardoso Lopes
2011-09-10Really un-XFAIL the testcase, like I said I would in r139458.Eli Friedman
2011-09-10Fixed an assert from:Richard Trieu
2011-09-09Implement vector-select support for avx256. Refactor the vblend implementatio...Nadav Rotem
2011-09-08Add a AVX version of a simple i64 -> f64 bitcast. This could beBruno Cardoso Lopes
2011-09-08Reapply testcase from r139309!Bruno Cardoso Lopes
2011-09-08Remove this crashing test, until I figure out what's going wrong hereBruno Cardoso Lopes
2011-09-08Add AVX versions of blend vector operations and fix some issues noticedBruno Cardoso Lopes
2011-09-08Fix PR10844: Add patterns to cover non foldable versions of X86vzmovl.Bruno Cardoso Lopes
2011-09-08add a testcase for the previous patchNadav Rotem
2011-09-07Fix atomic load and store on x86 to pass -verify-machineinstrs (and possibly ...Eli Friedman
2011-09-07Another forgotten trampoline testcase.Duncan Sands
2011-09-07While sinking machine instructions, sink matching DBG_VALUEs also otherwise l...Devang Patel
2011-09-02Pseudo CMOV instructions don't clobber EFLAGS.Jakob Stoklund Olesen
2011-09-02Don't fast-isel for atomic load/store; some cases require extra handling miss...Eli Friedman
2011-09-02Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands
2011-09-01This test depends on cmov being available.Benjamin Kramer
2011-09-01Fix vbroadcast matching logic to early unmatch if the node doesn't haveBruno Cardoso Lopes