Remove dead code.
[oota-llvm.git] / include / llvm / CodeGen / RuntimeLibcalls.h
2009-01-18 Sanjiv GuptaFew targets like PIC16 wants libcall generation for...
2008-09-04 Dale JohannesenAdd intrinsics for log, log2, log10, exp, exp2.
2008-08-21 Dan GohmanAdd libcalls for the new rounding opcodes.
2008-08-07 Bruno Cardoso LopesAdd the remaining fp_round libcalls:
2008-07-17 Duncan SandsFactorize some code for determining which libcall to...
2008-07-11 Duncan SandsIt is pointless to turn a UINT_TO_FP into an
2008-07-11 Duncan SandsAdd two missing SINT_TO_FP libcalls.
2008-07-11 Duncan SandsAdd support for 128 bit shifts and 32 bit shifts
2008-07-10 Duncan SandsAdd support for 128 bit multiplicative operations.
2008-07-10 Duncan SandsAdd a mysteriously missing libcall, FPTOSINT_F80_I32.
2008-06-25 Duncan SandsAdd support for expanding PPC 128 bit floats.
2008-03-10 Dan GohmanImplement more support for fp-to-i128 and i128-to-fp...
2008-03-05 Dan GohmanCodegen support for i128 SINT_TO_FP.
2008-01-10 Duncan SandsOutput sinl for a long double FSIN node, not sin.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-19 Dale JohannesenMore ppcf128 issues (maybe the last)?
2007-10-11 Dan GohmanAdd runtime library names for pow.
2007-10-05 Dale JohannesenFirst round of ppc long double. call/return and
2007-09-28 Dale JohannesenAdd sqrt and powi intrinsics for long double.
2007-09-19 Dale JohannesenMore long double fixes. x86_64 should build now.
2007-01-31 Evan ChengAdded O_F32 and O_64 in addition to UO_F32 and UO_64...
2007-01-12 Evan Cheng- Move RTLIB::Libcall enum to a separate file.