summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/abi-isel.ll
AgeCommit message (Expand)AuthorFilesLines
2013-10-15Enable MI Sched for x86.Andrew Trick1-10/+10
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin1-592/+592
2013-06-25Revert "Temporarily enable MI-Sched on X86."Andrew Trick1-10/+10
2013-06-24Temporarily enable MI-Sched on X86.Andrew Trick1-10/+10
2013-06-01X86: change MOV64ri64i32 into MOV32ri64Tim Northover1-10/+10
2013-05-31Temporarily Revert "X86: change MOV64ri64i32 into MOV32ri64" as itEric Christopher1-10/+10
2013-05-31X86: change MOV64ri64i32 into MOV32ri64Tim Northover1-10/+10
2012-02-01Instruction scheduling itinerary for Intel Atom.Andrew Trick1-10/+10
2011-05-16Teach LiveInterval::isZeroLength about null SlotIndexes.Jakob Stoklund Olesen1-11/+0
2011-05-04Prepare remaining tests for -join-physreg going away.Jakob Stoklund Olesen1-10/+10
2011-04-05Fix one more batch of X86 tests to be register allocation dependent.Jakob Stoklund Olesen1-2782/+2793
2011-01-13Experiment with changing the default 32-bit linux stack alignment toEric Christopher1-56/+70
2011-01-03Use pushq / popq instead of subq $8, %rsp / addq $8, %rsp to adjust stack inEvan Cheng1-159/+159
2010-09-22Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner1-305/+305
2010-04-17Start function numbering at 0.Dan Gohman1-488/+488
2009-12-18Remove "tail" keywords. These calls are not intended to be tail calls.Dan Gohman1-33/+33
2009-12-18Instruction fixes, added instructions, and AsmString changes in theSean Callanan1-165/+165
2009-10-18Turn on post-alloc scheduling for x86.Evan Cheng1-10/+10
2009-09-11turn on -experimental-asm-printer for x86 / AT&T by default.Chris Lattner1-488/+488
2009-09-09disable the new asmprinter by default. Both the Mangler and MCSymbolChris Lattner1-488/+488
2009-09-09turn the mcinst asmprinter on by default for x86, tweaking two tests toChris Lattner1-488/+488
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-10/+10
2009-08-25Switch abi-isel.ll to FileCheck; it's not much faster, but it now tests a lot Daniel Dunbar1-166/+7973
2009-08-20Fix an x86 code size regression: prefer RIP-relative addressingDan Gohman1-69/+69
2009-07-11fix x86-64 static codegen to materialize the address of a global with movl in...Chris Lattner1-37/+37
2009-07-11Fix PR4533, which is about buggy codegen in x86-64 -static mode.Chris Lattner1-20/+557
2009-06-03For Darwin / x86_64, override -relocation-model=static to pic if the output i...Evan Cheng1-20/+0
2009-06-03Revert r72734. The Darwin assembler doesn't support the staticDan Gohman1-2/+2
2009-06-02On Darwin x86_64 small code model doesn't guarantee code address fits in 32-bit.Evan Cheng1-2/+2
2009-04-12In X86DAGToDAGISel::MatchWrapper, if base or index are set, avoid matchingRafael Espindola1-4/+4
2009-03-14Add a testcase that covers a wide variety of ABI isel cases.Dan Gohman1-0/+1322