aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/abi-isel.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-218/+218
* Enable MI Sched for x86.Andrew Trick2013-10-151-10/+10
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-592/+592
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-251-10/+10
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-241-10/+10
* X86: change MOV64ri64i32 into MOV32ri64Tim Northover2013-06-011-10/+10
* Temporarily Revert "X86: change MOV64ri64i32 into MOV32ri64" as itEric Christopher2013-05-311-10/+10
* X86: change MOV64ri64i32 into MOV32ri64Tim Northover2013-05-311-10/+10
* Instruction scheduling itinerary for Intel Atom.Andrew Trick2012-02-011-10/+10
* Teach LiveInterval::isZeroLength about null SlotIndexes.Jakob Stoklund Olesen2011-05-161-11/+0
* Prepare remaining tests for -join-physreg going away.Jakob Stoklund Olesen2011-05-041-10/+10
* Fix one more batch of X86 tests to be register allocation dependent.Jakob Stoklund Olesen2011-04-051-2782/+2793
* Experiment with changing the default 32-bit linux stack alignment toEric Christopher2011-01-131-56/+70
* Use pushq / popq instead of subq $8, %rsp / addq $8, %rsp to adjust stack inEvan Cheng2011-01-031-159/+159
* Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner2010-09-221-305/+305
* Start function numbering at 0.Dan Gohman2010-04-171-488/+488
* Remove "tail" keywords. These calls are not intended to be tail calls.Dan Gohman2009-12-181-33/+33
* Instruction fixes, added instructions, and AsmString changes in theSean Callanan2009-12-181-165/+165
* Turn on post-alloc scheduling for x86.Evan Cheng2009-10-181-10/+10
* turn on -experimental-asm-printer for x86 / AT&T by default.Chris Lattner2009-09-111-488/+488
* disable the new asmprinter by default. Both the Mangler and MCSymbolChris Lattner2009-09-091-488/+488
* turn the mcinst asmprinter on by default for x86, tweaking two tests toChris Lattner2009-09-091-488/+488
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-10/+10
* Switch abi-isel.ll to FileCheck; it's not much faster, but it now tests a lot Daniel Dunbar2009-08-251-166/+7973
* Fix an x86 code size regression: prefer RIP-relative addressingDan Gohman2009-08-201-69/+69
* fix x86-64 static codegen to materialize the address of a global with movl in...Chris Lattner2009-07-111-37/+37
* Fix PR4533, which is about buggy codegen in x86-64 -static mode.Chris Lattner2009-07-111-20/+557
* For Darwin / x86_64, override -relocation-model=static to pic if the output i...Evan Cheng2009-06-031-20/+0
* Revert r72734. The Darwin assembler doesn't support the staticDan Gohman2009-06-031-2/+2
* On Darwin x86_64 small code model doesn't guarantee code address fits in 32-bit.Evan Cheng2009-06-021-2/+2
* In X86DAGToDAGISel::MatchWrapper, if base or index are set, avoid matchingRafael Espindola2009-04-121-4/+4
* Add a testcase that covers a wide variety of ABI isel cases.Dan Gohman2009-03-141-0/+1322