projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
[CXX TLS calling convention] Add CXX TLS calling convention.
[oota-llvm.git]
/
include
/
llvm
/
CodeGen
/
RuntimeLibcalls.h
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
blob
|
commitdiff
|
raw
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-05
Benjamin Kramer
SDAG: Merge the meat of two ExpandAtomic implementations.
blob
|
commitdiff
|
raw
2014-10-21
Matt Arsenault
Add minnum / maxnum codegen
blob
|
commitdiff
|
raw
|
diff to current
2014-07-17
Tim Northover
CodeGen: generate single libcall for fptrunc -> f16...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-16
Duncan P. N. Exon...
Fix filename in header comment
blob
|
commitdiff
|
raw
|
diff to current
2013-10-25
Tim Northover
LegalizeDAG: allow libcalls for max/min atomic operations
blob
|
commitdiff
|
raw
|
diff to current
2013-10-18
David Majnemer
CodeGen: Emit a libcall if the target doesn't support...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-12
Michael Gottesman
[stackprotector] Add in the stackprotector libcall.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-07
Hal Finkel
Add ISD::FROUND for libm round()
blob
|
commitdiff
|
raw
|
diff to current
2013-01-29
Evan Cheng
Teach SDISel to combine fsin / fcos into a fsincos...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-08
Tim Northover
Add fp128 rtlib function names to LLVM
blob
|
commitdiff
|
raw
|
diff to current
2011-07-08
Cameron Zwarich
Add an intrinsic and codegen support for fused multiply...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-17
Eric Christopher
Lower multiply with overflow checking to __mulo<mode>
blob
|
commitdiff
|
raw
|
diff to current
2011-04-01
Evan Cheng
Issue libcalls __udivmod*i4 / __divmod*i4 for div ...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-18
Jim Grosbach
back-end libcall handling for ATOMIC_SWAP (__sync_lock_...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-18
Jim Grosbach
Add Expand-to-libcall support for additional atomics...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-26
Anton Korobeynikov
Add few missed libcalls and correct names for others.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-14
Duncan Sands
Turn calls to copysignl into an FCOPYSIGN node. Handle...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-14
Anton Korobeynikov
Make default expansion for FP16 <-> FP32 nodes into...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-07
Anton Korobeynikov
Add 8 bit libcalls and make use of them for msp430
blob
|
commitdiff
|
raw
|
diff to current
2009-08-10
Owen Anderson
Rename MVT to EVT, in preparation for splitting SimpleV...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-30
Sanjiv Gupta
Allow targets to define libcall names for mem(cpy,set...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-16
Sanjiv Gupta
Fixed names of libcalls checked in r73480.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-16
Sanjiv Gupta
Added required libcalls for PIC16 (mostly floating...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-22
Duncan Sands
Add a new codegen pass that normalizes dwarf exception...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-03
Anton Korobeynikov
Properly handle sdiv / udiv / srem / urem libcalls
blob
|
commitdiff
|
raw
|
diff to current
2009-01-18
Sanjiv Gupta
Few targets like PIC16 wants libcall generation for...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-04
Dale Johannesen
Add intrinsics for log, log2, log10, exp, exp2.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-21
Dan Gohman
Add libcalls for the new rounding opcodes.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-07
Bruno Cardoso Lopes
Add the remaining fp_round libcalls:
blob
|
commitdiff
|
raw
|
diff to current
2008-07-17
Duncan Sands
Factorize some code for determining which libcall to...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-11
Duncan Sands
It is pointless to turn a UINT_TO_FP into an
blob
|
commitdiff
|
raw
|
diff to current
2008-07-11
Duncan Sands
Add two missing SINT_TO_FP libcalls.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-11
Duncan Sands
Add support for 128 bit shifts and 32 bit shifts
blob
|
commitdiff
|
raw
|
diff to current
2008-07-10
Duncan Sands
Add support for 128 bit multiplicative operations.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-10
Duncan Sands
Add a mysteriously missing libcall, FPTOSINT_F80_I32.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-25
Duncan Sands
Add support for expanding PPC 128 bit floats.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-10
Dan Gohman
Implement more support for fp-to-i128 and i128-to-fp...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-05
Dan Gohman
Codegen support for i128 SINT_TO_FP.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-10
Duncan Sands
Output sinl for a long double FSIN node, not sin.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-29
Chris Lattner
Don't attribute in file headers anymore. See llvmdev...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-19
Dale Johannesen
More ppcf128 issues (maybe the last)?
blob
|
commitdiff
|
raw
|
diff to current
2007-10-11
Dan Gohman
Add runtime library names for pow.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-05
Dale Johannesen
First round of ppc long double. call/return and
blob
|
commitdiff
|
raw
|
diff to current
2007-09-28
Dale Johannesen
Add sqrt and powi intrinsics for long double.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-19
Dale Johannesen
More long double fixes. x86_64 should build now.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-31
Evan Cheng
Added O_F32 and O_64 in addition to UO_F32 and UO_64...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-12
Evan Cheng
- Move RTLIB::Libcall enum to a separate file.
blob
|
commitdiff
|
raw
|
diff to current