aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
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-22Fix SimplifySelectCC to add newly created nodes to the DAGCombinerDan Gohman
2011-09-22Synthesize SSE3/AVX 128 bit horizontal add/sub instructions fromDuncan Sands
2011-09-22PTX: fixup test cases for register changesJustin Holewinski
2011-09-21Do not unnecessarily use AT_specification DIE because it does not add any value.Devang Patel
2011-09-21Remove +.Akira Hatanaka
2011-09-21Re-enable some of the disabled tests. Use FileCheck instead of grep to checkAkira Hatanaka
2011-09-21add another testcase for pr10902Nadav Rotem
2011-09-21[VECTOR-SELECT] Address one of the bugs in pr10902.Nadav Rotem
2011-09-20Remove llvm-gcc and various compiler handling from llvm. It's not neededEric Christopher
2011-09-20This test is completely invalid with the modern EH model. Delete.Bill Wendling
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-20Fix a bug introduced during refactoring a couple of months ago. Cortex-M3 doe...Evan Cheng
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-20ARM isel bug fix for adds/subs operands.Andrew Trick
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-19Some additional tests for Thumb atomic load and store (which I somehow forgot...Eli Friedman
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-15Some legalization fixes for atomic load and store.Eli Friedman
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 ancient debug info constructs from test cases, they are not relevant t...Devang Patel
2011-09-14Remove unnecessary old test.Devang Patel
2011-09-13Delete test cases that generate code for allegrex/psp and cannot be repurposed.Akira Hatanaka
2011-09-13Error out on CodeGen of unaligned load/store. Fix test so it isn't accidenta...Eli Friedman
2011-09-13Add pattern used to match MipsLo, which is needed when the instruction selectorAkira Hatanaka
2011-09-13Disable tests which generate code for allegrex or psp.Akira Hatanaka
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-13Generalize this test's CHECK statements to handle different indvars modes.Andrew Trick
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-12Fix mistake in test runline.Eli Friedman
2011-09-12Associate a MemOperand with LDWCP nodes introduced during ISel.Richard Osborne
2011-09-10Really un-XFAIL the testcase, like I said I would in r139458.Eli Friedman