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