aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/call-imm.ll
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+2
* Rewrite X86 codegen regression test with FileCheckMichael Liao2013-04-301-4/+9
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-021-4/+4
* call-imm.ll test case regex fix. Patch by Dimitry Andric!Stuart Hastings2010-08-041-1/+1
* Correct some bogus target triples.Duncan Sands2010-05-071-2/+2
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-4/+4
* Fix test on non-darwin hosts.Evan Cheng2009-05-201-1/+1
* Try again. Allow call to immediate address for ELF or when in static relocati...Evan Cheng2009-05-201-1/+2
* Cannot use immediate as call absolute target in PIC mode.Evan Cheng2009-05-201-0/+2
* Disable the "call to immediate" optimization on x86-64. It isChris Lattner2009-03-181-3/+7
* Add this test back.Evan Cheng2009-03-121-0/+11
* Revert r66024. The JIT encoding for CALLpcrel32 is wrong -- see PR3773, and theDan Gohman2009-03-111-9/+0
* Fix PR3666: isel calls to constant addresses.Evan Cheng2009-03-041-0/+9