hanchenye-llvm-project/compiler-rt/make
Tim Northover 1683caab3a ARM: implement __sync_fetch_and_* operations
Since these are primarily useful for deeply embedded targets where code size is
very important, they are each in a separate file making use of infrastructure
in sync-ops.h. This allows a linker to include just the functions that are
actually used.

rdar://problem/14736665

llvm-svn: 202812
2014-03-04 10:10:17 +00:00
..
platform ARM: implement __sync_fetch_and_* operations 2014-03-04 10:10:17 +00:00
test
AppleBI.mk Push back various changes for building Apple's compiler-rt dylib. 2013-11-03 07:06:29 +00:00
config.mk Revert r196490 and fix include paths in makefile-based build 2013-12-05 10:40:11 +00:00
filter-inputs
lib_info.mk Automatically create .dSYM for libcompiler_rt.dylib when using Apple's internal build system 2012-11-26 22:48:51 +00:00
lib_platforms.mk
lib_util.mk
options.mk Automatically create .dSYM for libcompiler_rt.dylib when using Apple's internal build system 2012-11-26 22:48:51 +00:00
subdir.mk Move original compiler-rt functions (libgcc replacement) to lib/builtins directory 2014-02-14 09:20:33 +00:00
util.mk