summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/rip-rel-address.ll
Commit message (Expand)AuthorAge
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Fix an x86 code size regression: prefer RIP-relative addressingDan Gohman2009-08-20
* Darwin prepends an _ to internal globals, Linux doesn't.Nick Lewycky2009-07-11
* this test was incorrect for x86-64 static. It passed on darwin, because darwinChris Lattner2009-07-11
* Use %rip-relative addressing on x86-64 whenever practical, asDan Gohman2009-03-14