| Commit message (Expand) | Author | Age | Files | Lines |
* | back-end libcall handling for ATOMIC_SWAP (__sync_lock_test_and_set) | Jim Grosbach | 2010-06-18 | 1 | -0/+4 |
* | Add Expand-to-libcall support for additional atomics. This covers the usual | Jim Grosbach | 2010-06-18 | 1 | -0/+30 |
* | Add few missed libcalls and correct names for others. | Anton Korobeynikov | 2010-03-26 | 1 | -0/+4 |
* | Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodes | Duncan Sands | 2010-03-14 | 1 | -0/+4 |
* | Make default expansion for FP16 <-> FP32 nodes into libcalls | Anton Korobeynikov | 2010-03-14 | 1 | -0/+2 |
* | Add 8 bit libcalls and make use of them for msp430 | Anton Korobeynikov | 2009-11-07 | 1 | -0/+5 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -6/+6 |
* | Allow targets to define libcall names for mem(cpy,set,move) intrinsics, rathe... | Sanjiv Gupta | 2009-07-30 | 1 | -0/+5 |
* | Fixed names of libcalls checked in r73480. | Sanjiv Gupta | 2009-06-16 | 1 | -4/+0 |
* | Added required libcalls for PIC16 (mostly floating points to integer casting ... | Sanjiv Gupta | 2009-06-16 | 1 | -0/+8 |
* | Add a new codegen pass that normalizes dwarf exception handling | Duncan Sands | 2009-05-22 | 1 | -0/+3 |
* | Properly handle sdiv / udiv / srem / urem libcalls | Anton Korobeynikov | 2009-05-03 | 1 | -0/+4 |
* | Few targets like PIC16 wants libcall generation for illegal type i16. | Sanjiv Gupta | 2009-01-18 | 1 | -0/+4 |
* | Add intrinsics for log, log2, log10, exp, exp2. | Dale Johannesen | 2008-09-04 | 1 | -0/+20 |
* | Add libcalls for the new rounding opcodes. | Dan Gohman | 2008-08-21 | 1 | -0/+20 |
* | Add the remaining fp_round libcalls: | Bruno Cardoso Lopes | 2008-08-07 | 1 | -0/+4 |
* | Factorize some code for determining which libcall to use. | Duncan Sands | 2008-07-17 | 1 | -1/+27 |
* | It is pointless to turn a UINT_TO_FP into an | Duncan Sands | 2008-07-11 | 1 | -0/+8 |
* | Add two missing SINT_TO_FP libcalls. | Duncan Sands | 2008-07-11 | 1 | -0/+2 |
* | Add support for 128 bit shifts and 32 bit shifts | Duncan Sands | 2008-07-11 | 1 | -0/+3 |
* | Add support for 128 bit multiplicative operations. | Duncan Sands | 2008-07-10 | 1 | -0/+5 |
* | Add a mysteriously missing libcall, FPTOSINT_F80_I32. | Duncan Sands | 2008-07-10 | 1 | -0/+1 |
* | Add support for expanding PPC 128 bit floats. | Duncan Sands | 2008-06-25 | 1 | -0/+2 |
* | Implement more support for fp-to-i128 and i128-to-fp conversions. | Dan Gohman | 2008-03-10 | 1 | -0/+8 |
* | Codegen support for i128 SINT_TO_FP. | Dan Gohman | 2008-03-05 | 1 | -0/+4 |
* | Output sinl for a long double FSIN node, not sin. | Duncan Sands | 2008-01-10 | 1 | -2/+9 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | More ppcf128 issues (maybe the last)? | Dale Johannesen | 2007-10-19 | 1 | -0/+4 |
* | Add runtime library names for pow. | Dan Gohman | 2007-10-11 | 1 | -0/+4 |
* | First round of ppc long double. call/return and | Dale Johannesen | 2007-10-05 | 1 | -9/+18 |
* | Add sqrt and powi intrinsics for long double. | Dale Johannesen | 2007-09-28 | 1 | -1/+5 |
* | More long double fixes. x86_64 should build now. | Dale Johannesen | 2007-09-19 | 1 | -0/+4 |
* | Added O_F32 and O_64 in addition to UO_F32 and UO_64 even though by | Evan Cheng | 2007-01-31 | 1 | -0/+2 |
* | - Move RTLIB::Libcall enum to a separate file. | Evan Cheng | 2007-01-12 | 1 | -0/+107 |