Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
2b08718bba408948d56fe1e5cbd85065ab62f119
/
compiler-rt
/
lib
/
assembly.h
66cdd22
Refactor DEFINE_COMPILERRT_FUNCTION.
by Bob Wilson
· 14 years ago
3c51990
Add some macro magic: user __USER_LABEL_PREFIX__ instead of hardcoding it for each platform
by Anton Korobeynikov
· 14 years ago
75e3c19
Add ARM EABI function aliases to routines
by Anton Korobeynikov
· 14 years ago
1653610
Get rid of darwin'isms. Provide convenient macro for assembler local lables.
by Anton Korobeynikov
· 14 years ago
5b791f6
license change
by Howard Hinnant
· 15 years ago
f665b32
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
64a198d
Unbreak symbol mangling in .s files, at least for Darwin/Linux.
by Daniel Dunbar
· 15 years ago
ef89858
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
393cb7c
Use __USER_LABEL_PREFIX__ so that we don't add a _ prefix on ELF.
by Rafael Espindola
· 16 years ago
7d50478
Add assembly.h for use in .S files.
by Daniel Dunbar
· 16 years ago