Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
cd23593f02db0decfa5af016b51f725c5d290d02
/
compiler-rt
/
lib
/
builtins
/
int_util.h
4357ca6
Switch to using a reserved identifier for this internal compiler-rt function.
by Richard Smith
· 7 years ago
e6f9652
builtins: Use MSVC-equivalents of attributes
by Saleem Abdulrasool
· 10 years ago
4814b9c
builtins: implement __emutls_get_address
by Chih-Hung Hsieh
· 10 years ago
9d09e2f
Reapply r201910. MSVC gets __func__ defined explicitly, even though it
by Joerg Sonnenberger
· 12 years ago
324eee4
Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++11."
by Reid Kleckner
· 12 years ago
b15779f
Replace __FUNCTION__ with __func__, the latter being standard C99/C++11.
by Joerg Sonnenberger
· 12 years ago
a6b264b
Move original compiler-rt functions (libgcc replacement) to lib/builtins directory
by Alexey Samsonov
· 12 years ago
[Renamed from compiler-rt/lib/int_util.h]
a2b846c
Remove __attribute__((weak)) on function prototype. It has a different meaning on prototypes then it does on definitions. It is not needed on the prototype and causes build failures for static codegen
by Nick Kledzik
· 14 years ago
e2ed5fb
lib/int_util: My refactoring to allow shared utility code had a fatal flaw when
by Daniel Dunbar
· 14 years ago
2b88e03
lib: Add support for library wide utility functions, and make compilerrt_abort()
by Daniel Dunbar
· 14 years ago