aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/abi-isel.ll
AgeCommit message (Expand)Author
2009-08-20Fix an x86 code size regression: prefer RIP-relative addressingDan Gohman
2009-07-11fix x86-64 static codegen to materialize the address of a global with movl in...Chris Lattner
2009-07-11Fix PR4533, which is about buggy codegen in x86-64 -static mode.Chris Lattner
2009-06-03For Darwin / x86_64, override -relocation-model=static to pic if the output i...Evan Cheng
2009-06-03Revert r72734. The Darwin assembler doesn't support the staticDan Gohman
2009-06-02On Darwin x86_64 small code model doesn't guarantee code address fits in 32-bit.Evan Cheng
2009-04-12In X86DAGToDAGISel::MatchWrapper, if base or index are set, avoid matchingRafael Espindola
2009-03-14Add a testcase that covers a wide variety of ABI isel cases.Dan Gohman