1. 062ed09 Remove the old, and non-functional CMake build system from CompilerRT. by Chandler Carruth · 13 years ago
  2. f06648a build: Add ModuleName per-subdir variable as a way to organize the different by Daniel Dunbar · 13 years ago
  3. eaff95c lib/ppc: Fix a refacto. by Daniel Dunbar · 13 years ago
  4. c25c6d1 lib: Finish int_math.h definitions using compiler builtins and eliminate by Daniel Dunbar · 13 years ago
  5. 8603024 lib: Starting thinning out the dependency on math.h by using compiler builtins by Daniel Dunbar · 13 years ago
  6. dbaa397 lib/{ppc,x86_64}: Fixup a number of files to include int_lib.h instead of by Daniel Dunbar · 13 years ago
  7. 9ad441f license change by Howard Hinnant · 14 years ago
  8. 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
  9. 6db90e6 Rename subdir 'Target' variable to 'Implementation' to be less overloaded. by Daniel Dunbar · 15 years ago
  10. faf0150 Simplify subdirectory makefiles, and be more robust by checking that they define the appropriate variables. by Daniel Dunbar · 15 years ago
  11. 1f1f71b Fix copy/paste error. http://llvm.org/bugs/show_bug.cgi?id=572 by Nick Kledzik · 15 years ago
  12. b4b1e8c Switch to using DEFINE_COMPILERRT_[PRIVATE_]FUNCTION to define function symbols inside .S files. by Daniel Dunbar · 15 years ago
  13. 19336a2 Add assembly.h for use in .S files. by Daniel Dunbar · 15 years ago
  14. 51c80cc Update some .S file headers. by Daniel Dunbar · 15 years ago
  15. dc114bf Unbreak building of assembly files (broken by my .s -> .S rename). by Daniel Dunbar · 15 years ago
  16. 8bf1e09 Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs by Edward O'Callaghan · 15 years ago
  17. 33c1347 Optimized versions now buildable on Solaris. by Edward O'Callaghan · 15 years ago
  18. d904635 Initial import of CMake type build system. Just like the rest of llvm.. by Edward O'Callaghan · 15 years ago
  19. 940515a Fix a Darwinism, .s files meant to be preprocessed should be named .S. by Daniel Dunbar · 15 years ago
  20. b3a6901 Initial import of compiler-rt. - by Daniel Dunbar · 15 years ago