Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
compiler-rt
/
fb8fcd95a71bccd4e327e3fba59a787e44904b07
/
lib
/
assembly.h
eb1b5f3
<rdar://problem/11668446> Add .subsections_via_symbols to Darwin assembly files
by Nick Kledzik
· 12 years ago
36c2425
Back out some changes that accidentally committed.
by Bob Wilson
· 13 years ago
40d3a77
Revert r150232 since it breaks the build when there's no ARM assembler.
by Bob Wilson
· 13 years ago
41ae71d
Refactor DEFINE_COMPILERRT_FUNCTION.
by Bob Wilson
· 13 years ago
e294935
Add some macro magic: user __USER_LABEL_PREFIX__ instead of hardcoding it for each platform
by Anton Korobeynikov
· 14 years ago
37b97d1
Add ARM EABI function aliases to routines
by Anton Korobeynikov
· 14 years ago
647fc73
Get rid of darwin'isms. Provide convenient macro for assembler local lables.
by Anton Korobeynikov
· 14 years ago
9ad441f
license change
by Howard Hinnant
· 14 years ago
6a571fb
Add a VISIBILITY_HIDDEN option, which can be used to make all compiler-rt function definitions hidden/private extern.
by Daniel Dunbar
· 15 years ago
4c01bb7
Unbreak symbol mangling in .s files, at least for Darwin/Linux.
by Daniel Dunbar
· 15 years ago
e136da9
Add DEFINE_COMPILERRT_PRIVATE_FUNCTION_UNMANGLED for use in .S files -- restFP and saveFP don't get USER_LABEL_PREFIX prepended for some reason.
by Daniel Dunbar
· 15 years ago
6f608d5
Use __USER_LABEL_PREFIX__ so that we don't add a _ prefix on ELF.
by Rafael Espindola
· 15 years ago
19336a2
Add assembly.h for use in .S files.
by Daniel Dunbar
· 15 years ago