aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
AgeCommit message (Expand)Author
2010-11-18Change CodeGen to use .loc directives. This produces a lot more readable outputRafael Espindola
2010-11-18Do not throw away alignment when generating the DAG forDale Johannesen
2010-11-18Fixed to use input redirection for source - to eliminate .s output.John Thompson
2010-11-17Bug 8621 fix - pointer cast stripped from inline asm constraint argument.John Thompson
2010-11-13Recognise 32-bit ror-based bswap implementation used by uclibcPeter Collingbourne
2010-11-11Remove the memmove->memcpy optimization from CodeGen. MemCpyOpt does this.Dan Gohman
2010-11-09Testcase for PR8211 (llc crash at -O0).Duncan Sands
2010-11-09Fix DAGCombiner to avoid folding a sext-in-reg or similar through a shlDan Gohman
2010-11-09Delete an extraneous svn:executable property.Dan Gohman
2010-11-09Fix an inline asm pasto from 117667; was preventingDale Johannesen
2010-11-06go to great lengths to work around a GAS bug my previous patchChris Lattner
2010-11-03This test assumes SSE is present; that is not the defaultDale Johannesen
2010-11-03Fix DAGCombiner to avoid going into an infinite loop when itDan Gohman
2010-11-02Inline asm mult-alt constraint tests.John Thompson
2010-11-02Use frameindex, if available, as a last resort to emit debug info for a param...Devang Patel
2010-10-28Fix pastos in handling of AVX cvttsd2si, PR8491.Dale Johannesen
2010-10-25An stdcall function calling a non-stdcall functionDale Johannesen
2010-10-23X86: Emit _fltused instead of __fltused on Windows x64.Michael J. Spencer
2010-10-20More accurate estimate / tracking of register pressure.Evan Cheng
2010-10-19Re-enable register pressure aware machine licm with fixes. Hoist() may haveEvan Cheng
2010-10-19Revert r116781 "- Add a hook for target to determine whether an instruction defDaniel Dunbar
2010-10-19- Add a hook for target to determine whether an instruction def isEvan Cheng
2010-10-16X86-Windows: Emit an undefined global __fltused symbol when targeting WindowsMichael J. Spencer
2010-10-13Fix another case where we were preferring instructions with largeRafael Espindola
2010-10-13Fix PR8365 by adding a more specialized Pat that checks if an 'and' withRafael Espindola
2010-10-12FileCheckize this in a hope to quiet a valgrind warning on grep.Eric Christopher
2010-10-11PR8297Andrew Trick
2010-10-11Fixes bug 8297: i386 cmpxchg8b, missing MachineMemOperandAndrew Trick
2010-10-10X86: MinGW should always use libgcc on Windows.Michael J. Spencer
2010-10-10X86: Call _alldiv instead of __divdi3 on Windows (excluding cygwin).Michael J. Spencer
2010-10-08Recommit 116056, now with the missing file...Cameron Esfahani
2010-10-08reverting 116056: win64_params.ll may need to be conditionalized?Andrew Trick
2010-10-08Small patch to restore home register stack space allocation for the Win64 cas...Cameron Esfahani
2010-10-08testcase that goes with r116053Chris Lattner
2010-10-08rename testChris Lattner
2010-10-08merge testsChris Lattner
2010-10-08filecheckize.Chris Lattner
2010-10-08reapply: Use the new TB_NOT_REVERSABLE flag instead of specialChris Lattner
2010-10-08Revert "reimplement the second half of the or/add optimization. We should now",Daniel Dunbar
2010-10-08reimplement the second half of the or/add optimization. We should nowChris Lattner
2010-10-07convert cmp to use a multipatternChris Lattner
2010-10-07Canonicalize X86ISD::MOVDDUP nodes to v2f64 to make sure all cases match. Als...Evan Cheng
2010-10-05PSHUFW is in SSE, not SSSE3.Bill Wendling
2010-10-05Use a more efficient lowering of uint64_t --> float that can take advantage o...Owen Anderson
2010-10-05test/CodeGen/X86/atomic_op.ll: Rename @main to @func. Extra sequences will be...NAKAMURA Takumi
2010-10-03va_args support for Win64.Anton Korobeynikov
2010-10-03Properly emit stack probe on win64 (for non-mingw targets).Anton Korobeynikov
2010-10-03unbreak buildbotChris Lattner
2010-10-03Add test to make sure that the MMX intrinsic calls make it out the other end inBill Wendling
2010-10-01Need to specify SSE4 for machines which don't have SSE4. The code checked for...Bill Wendling