[TwoAddressInstructionPass] When looking for a 3 addr conversion after commuting...
[oota-llvm.git] / test / CodeGen / X86 / call-imm.ll
2014-03-28 David MajnemerX86: Disable IsLegalToCallImmediateAddr for Win32
2013-04-30 Michael LiaoRewrite X86 codegen regression test with FileCheck
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2010-08-04 Stuart Hastingscall-imm.ll test case regex fix. Patch by Dimitry...
2010-05-07 Duncan SandsCorrect some bogus target triples.
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.