Create a new class, MemOperand, for describing memory references
[oota-llvm.git] / include / llvm / CodeGen / RuntimeLibcalls.h
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.