aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
AgeCommit message (Expand)Author
2010-12-06If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel
2010-12-06Revert previous two patches while I try to find out how to make bothRafael Espindola
2010-12-06Update test for the extra =.Rafael Espindola
2010-12-05Teach X86ISelLowering that the second result of X86ISD::UMUL is a flagsChris Lattner
2010-12-05it turns out that when ".with.overflow" intrinsics were added to the X86Chris Lattner
2010-12-05fix the rest of the linux miscompares :)Chris Lattner
2010-12-05generalize the previous check to handle -1 on either side of the Chris Lattner
2010-12-05relax this to handle linux defaulting to -static.Chris Lattner
2010-12-05Improve an integer select optimization in two ways:Chris Lattner
2010-12-05merge some tests into select.ll and make them more specific.Chris Lattner
2010-12-05rename testChris Lattner
2010-12-05remove two tests that aren't really testing anything.Chris Lattner
2010-12-04Add patterns for the x86 popcnt instruction.Benjamin Kramer
2010-12-02Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot.Devang Patel
2010-12-02Use set directive for StartMinusEndExpr.Devang Patel
2010-12-02Fix test.Evan Cheng
2010-12-01Fix and re-enable tail call optimization of expanded libcalls.Evan Cheng
2010-12-01Speculatively disable x86 portion of r120501 to appease the x86_64 buildbot.Evan Cheng
2010-11-30Enable sibling call optimization of libcalls which are expanded duringEvan Cheng
2010-11-30Not all platforms use _<func>. Duh.Eric Christopher
2010-11-30Rewrite mwait and monitor support and custom lower arguments.Eric Christopher
2010-11-29Fix some broken CHECK lines.Benjamin Kramer
2010-11-27Lower TLS_addr32 and TLS_addr64.Rafael Espindola
2010-11-22Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization.Benjamin Kramer
2010-11-19Prefetch has a MemOperand now. FileCheckize a test.Dale Johannesen
2010-11-19Make isScalarToVector to return false if the node is a scalar. This will preventMon P Wang
2010-11-18The DAGCombiner was threading select over pairs of extending loads evenDuncan Sands
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