aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/RuntimeLibcalls.h
Commit message (Expand)AuthorAgeFilesLines
* Add the remaining fp_round libcalls:Bruno Cardoso Lopes2008-08-071-0/+4
* Factorize some code for determining which libcall to use.Duncan Sands2008-07-171-1/+27
* It is pointless to turn a UINT_TO_FP into anDuncan Sands2008-07-111-0/+8
* Add two missing SINT_TO_FP libcalls.Duncan Sands2008-07-111-0/+2
* Add support for 128 bit shifts and 32 bit shiftsDuncan Sands2008-07-111-0/+3
* Add support for 128 bit multiplicative operations.Duncan Sands2008-07-101-0/+5
* Add a mysteriously missing libcall, FPTOSINT_F80_I32.Duncan Sands2008-07-101-0/+1
* Add support for expanding PPC 128 bit floats.Duncan Sands2008-06-251-0/+2
* Implement more support for fp-to-i128 and i128-to-fp conversions. Dan Gohman2008-03-101-0/+8
* Codegen support for i128 SINT_TO_FP.Dan Gohman2008-03-051-0/+4
* Output sinl for a long double FSIN node, not sin.Duncan Sands2008-01-101-2/+9
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* More ppcf128 issues (maybe the last)?Dale Johannesen2007-10-191-0/+4
* Add runtime library names for pow.Dan Gohman2007-10-111-0/+4
* First round of ppc long double. call/return andDale Johannesen2007-10-051-9/+18
* Add sqrt and powi intrinsics for long double.Dale Johannesen2007-09-281-1/+5
* More long double fixes. x86_64 should build now.Dale Johannesen2007-09-191-0/+4
* Added O_F32 and O_64 in addition to UO_F32 and UO_64 even though byEvan Cheng2007-01-311-0/+2
* - Move RTLIB::Libcall enum to a separate file.Evan Cheng2007-01-121-0/+107