aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/ga-offset.ll
AgeCommit message (Expand)Author
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
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
2008-10-18Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman