Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / include / llvm / CodeGen / RuntimeLibcalls.h
2015-12-15 Michael KupersteinDo not try to use i8 and i16 versions of FP_TO_U/SINT...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-03-05 Benjamin KramerSDAG: Merge the meat of two ExpandAtomic implementations.
2014-10-21 Matt ArsenaultAdd minnum / maxnum codegen
2014-07-17 Tim NorthoverCodeGen: generate single libcall for fptrunc -> f16...
2013-11-16 Duncan P. N. Exon... Fix filename in header comment
2013-10-25 Tim NorthoverLegalizeDAG: allow libcalls for max/min atomic operations
2013-10-18 David MajnemerCodeGen: Emit a libcall if the target doesn't support...
2013-08-12 Michael Gottesman[stackprotector] Add in the stackprotector libcall.
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-01-29 Evan ChengTeach SDISel to combine fsin / fcos into a fsincos...
2013-01-08 Tim NorthoverAdd fp128 rtlib function names to LLVM
2011-07-08 Cameron ZwarichAdd an intrinsic and codegen support for fused multiply...
2011-06-17 Eric ChristopherLower multiply with overflow checking to __mulo<mode>
2011-04-01 Evan ChengIssue libcalls __udivmod*i4 / __divmod*i4 for div ...
2010-06-18 Jim Grosbachback-end libcall handling for ATOMIC_SWAP (__sync_lock_...
2010-06-18 Jim GrosbachAdd Expand-to-libcall support for additional atomics...
2010-03-26 Anton KorobeynikovAdd few missed libcalls and correct names for others.
2010-03-14 Duncan SandsTurn calls to copysignl into an FCOPYSIGN node. Handle...
2010-03-14 Anton KorobeynikovMake default expansion for FP16 <-> FP32 nodes into...
2009-11-07 Anton KorobeynikovAdd 8 bit libcalls and make use of them for msp430
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-07-30 Sanjiv GuptaAllow targets to define libcall names for mem(cpy,set...
2009-06-16 Sanjiv GuptaFixed names of libcalls checked in r73480.
2009-06-16 Sanjiv GuptaAdded required libcalls for PIC16 (mostly floating...
2009-05-22 Duncan SandsAdd a new codegen pass that normalizes dwarf exception...
2009-05-03 Anton KorobeynikovProperly handle sdiv / udiv / srem / urem libcalls
2009-01-18 Sanjiv GuptaFew targets like PIC16 wants libcall generation for...
2008-09-04 Dale JohannesenAdd intrinsics for log, log2, log10, exp, exp2.
2008-08-21 Dan GohmanAdd libcalls for the new rounding opcodes.
2008-08-07 Bruno Cardoso LopesAdd the remaining fp_round libcalls:
2008-07-17 Duncan SandsFactorize some code for determining which libcall to...
2008-07-11 Duncan SandsIt is pointless to turn a UINT_TO_FP into an
2008-07-11 Duncan SandsAdd two missing SINT_TO_FP libcalls.
2008-07-11 Duncan SandsAdd support for 128 bit shifts and 32 bit shifts
2008-07-10 Duncan SandsAdd support for 128 bit multiplicative operations.
2008-07-10 Duncan SandsAdd a mysteriously missing libcall, FPTOSINT_F80_I32.
2008-06-25 Duncan SandsAdd support for expanding PPC 128 bit floats.
2008-03-10 Dan GohmanImplement more support for fp-to-i128 and i128-to-fp...
2008-03-05 Dan GohmanCodegen support for i128 SINT_TO_FP.
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.