Eliminate more uses of llvm-as and llvm-dis.
[oota-llvm.git] / test / CodeGen / X86 / call-imm.ll
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-05-20 Evan ChengFix test on non-darwin hosts.
2009-05-20 Evan ChengTry again. Allow call to immediate address for ELF...
2009-05-20 Evan ChengCannot use immediate as call absolute target in PIC...
2009-03-18 Chris LattnerDisable the "call to immediate" optimization on x86...
2009-03-12 Evan ChengAdd this test back.
2009-03-11 Dan GohmanRevert r66024. The JIT encoding for CALLpcrel32 is...
2009-03-04 Evan ChengFix PR3666: isel calls to constant addresses.