llvm-project/compiler-rt/lib/builtins/ppc
Kai Luo d56729b4a4 [AIX][compiler-rt] Build and install standalone libatomic
On AIX, we have to ship `libatomic.a` for compatibility. First, a new `clang_rt.atomic` is added. Second, use added cmake modules for AIX, we are able to build a compatible libatomic.a for AIX. The second step can't be perfectly implemented with cmake now since AIX's archive approach is kinda unique, i.e., archiving shared libraries into a static archive file.

Reviewed By: jsji

Differential Revision: https://reviews.llvm.org/D102155
2021-05-16 05:04:08 +00:00
..
DD.h [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
atomic.exp [AIX][compiler-rt] Build and install standalone libatomic 2021-05-16 05:04:08 +00:00
divtc3.c Reland "[builtins] Define fmax and scalbn inline" 2021-02-26 16:20:14 -08:00
fixtfdi.c [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
fixtfti.c [PowerPC][compiler-rt][builtins]Add __fixtfti builtin on PowerPC 2019-11-25 14:54:03 -06:00
fixunstfdi.c [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
fixunstfti.c [PowerPC][compiler-rt][builtins]Fix __fixunstfti builtin on PowerPC 2019-11-08 11:57:09 -06:00
floatditf.c [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
floattitf.c [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
floatunditf.c [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
gcc_qadd.c [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
gcc_qdiv.c [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
gcc_qmul.c [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
gcc_qsub.c [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
multc3.c [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
restFP.S
saveFP.S