Do not generate by TableGen the hard-coded standard, target-independent part of
[oota-llvm.git] / include / llvm / CodeGen / RuntimeLibcalls.h
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.