summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/RuntimeLibcalls.h
Commit message (Expand)AuthorAge
* Fix filename in header commentDuncan P. N. Exon Smith2013-11-16
* LegalizeDAG: allow libcalls for max/min atomic operationsTim Northover2013-10-25
* CodeGen: Emit a libcall if the target doesn't support 16-byte wide atomicsDavid Majnemer2013-10-18
* [stackprotector] Add in the stackprotector libcall.Michael Gottesman2013-08-12
* Add ISD::FROUND for libm round()Hal Finkel2013-08-07
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-29
* Add fp128 rtlib function names to LLVMTim Northover2013-01-08
* Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich2011-07-08
* Lower multiply with overflow checking to __mulo<mode>Eric Christopher2011-06-17
* Issue libcalls __udivmod*i4 / __divmod*i4 for div / rem pairs.Evan Cheng2011-04-01
* back-end libcall handling for ATOMIC_SWAP (__sync_lock_test_and_set)Jim Grosbach2010-06-18
* Add Expand-to-libcall support for additional atomics. This covers the usualJim Grosbach2010-06-18
* Add few missed libcalls and correct names for others.Anton Korobeynikov2010-03-26
* Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodesDuncan Sands2010-03-14
* Make default expansion for FP16 <-> FP32 nodes into libcallsAnton Korobeynikov2010-03-14
* Add 8 bit libcalls and make use of them for msp430Anton Korobeynikov2009-11-07
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Allow targets to define libcall names for mem(cpy,set,move) intrinsics, rathe...Sanjiv Gupta2009-07-30
* Fixed names of libcalls checked in r73480.Sanjiv Gupta2009-06-16
* Added required libcalls for PIC16 (mostly floating points to integer casting ...Sanjiv Gupta2009-06-16
* Add a new codegen pass that normalizes dwarf exception handlingDuncan Sands2009-05-22
* Properly handle sdiv / udiv / srem / urem libcallsAnton Korobeynikov2009-05-03
* Few targets like PIC16 wants libcall generation for illegal type i16.Sanjiv Gupta2009-01-18
* Add intrinsics for log, log2, log10, exp, exp2.Dale Johannesen2008-09-04
* Add libcalls for the new rounding opcodes.Dan Gohman2008-08-21
* Add the remaining fp_round libcalls:Bruno Cardoso Lopes2008-08-07
* Factorize some code for determining which libcall to use.Duncan Sands2008-07-17
* It is pointless to turn a UINT_TO_FP into anDuncan Sands2008-07-11
* Add two missing SINT_TO_FP libcalls.Duncan Sands2008-07-11
* Add support for 128 bit shifts and 32 bit shiftsDuncan Sands2008-07-11
* Add support for 128 bit multiplicative operations.Duncan Sands2008-07-10
* Add a mysteriously missing libcall, FPTOSINT_F80_I32.Duncan Sands2008-07-10
* Add support for expanding PPC 128 bit floats.Duncan Sands2008-06-25
* Implement more support for fp-to-i128 and i128-to-fp conversions. Dan Gohman2008-03-10
* Codegen support for i128 SINT_TO_FP.Dan Gohman2008-03-05
* Output sinl for a long double FSIN node, not sin.Duncan Sands2008-01-10
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* More ppcf128 issues (maybe the last)?Dale Johannesen2007-10-19
* Add runtime library names for pow.Dan Gohman2007-10-11
* First round of ppc long double. call/return andDale Johannesen2007-10-05
* Add sqrt and powi intrinsics for long double.Dale Johannesen2007-09-28
* More long double fixes. x86_64 should build now.Dale Johannesen2007-09-19
* Added O_F32 and O_64 in addition to UO_F32 and UO_64 even though byEvan Cheng2007-01-31
* - Move RTLIB::Libcall enum to a separate file.Evan Cheng2007-01-12