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