aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/call-imm.ll
AgeCommit message (Expand)Author
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2010-08-04call-imm.ll test case regex fix. Patch by Dimitry Andric!Stuart Hastings
2010-05-07Correct some bogus target triples.Duncan Sands
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-05-20Fix test on non-darwin hosts.Evan Cheng
2009-05-20Try again. Allow call to immediate address for ELF or when in static relocati...Evan Cheng
2009-05-20Cannot use immediate as call absolute target in PIC mode.Evan Cheng
2009-03-18Disable the "call to immediate" optimization on x86-64. It isChris Lattner
2009-03-12Add this test back.Evan Cheng
2009-03-11Revert r66024. The JIT encoding for CALLpcrel32 is wrong -- see PR3773, and theDan Gohman
2009-03-04Fix PR3666: isel calls to constant addresses.Evan Cheng