aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/RuntimeLibcalls.h
AgeCommit message (Expand)Author
2007-10-11Add runtime library names for pow.Dan Gohman
2007-10-05First round of ppc long double. call/return andDale Johannesen
2007-09-28Add sqrt and powi intrinsics for long double.Dale Johannesen
2007-09-19More long double fixes. x86_64 should build now.Dale Johannesen
2007-01-31Added O_F32 and O_64 in addition to UO_F32 and UO_64 even though byEvan Cheng
2007-01-12- Move RTLIB::Libcall enum to a separate file.Evan Cheng