Disable x86 tail call optimizations that jump through GOT
[oota-llvm.git] / test / CodeGen / X86 / tail-call-got.ll
2015-05-28 Reid KlecknerDisable x86 tail call optimizations that jump through GOT
2013-11-22 Kostya SerebryanyRevert r195318 as it causes miscompilation (PR18029)
2013-11-21 Bill WendlingThe basic problem is that some mainstream programs...
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2011-08-31 Benjamin KramerThis test requires sse, otherwise x87 ops will block...
2011-08-11 Eli FriedmanFix X86TargetLowering::LowerExternalSymbol so that...