1. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  2. f5225d5 [libsanitizer] Put COMMON_CFLAGS/COMMON_CXXFLAGS before Tmp.CFLAGS to let the config-specific flags override common flags. by Alexander Potapenko · 11 years ago
  3. a69eb9a Build ASan runtime for ARM/Android. by Evgeniy Stepanov · 12 years ago
  4. 3ecda61 build/make: There is no need to put timestamps into .dir files, and it just by Daniel Dunbar · 12 years ago
  5. 8bc01cb build: Add support for building dylibs. by Daniel Dunbar · 12 years ago
  6. 803c124 build compiler-rt with -fPIC, otherwise the run-time libs will not link with -pie, at least on linux by Kostya Serebryany · 12 years ago
  7. e235715 build all C++ files in compiler-rt with -fno-exceptions by Kostya Serebryany · 13 years ago
  8. a6fd845 build/make: Add rule for .cc files. by Daniel Dunbar · 13 years ago
  9. 401f693 lib: Add support for library wide utility functions, and make compilerrt_abort() by Daniel Dunbar · 13 years ago
  10. d3d2263 Add new build option KERNEL_USE, which compiles with -mkernel and gets propogated to CFLAGS. Use this to call panic() instead of abort() when enabled. by Daniel Dunbar · 14 years ago
  11. 06f38e5 Allow UniversalArchs variable to be overridden on a per-config basis. by Daniel Dunbar · 14 years ago
  12. 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
  13. 48464e0 Add support for "platform" configurations, which define a suite of compiler-rt by Daniel Dunbar · 14 years ago
  14. ba990c4 Remove old build logic, this is going to be replaced by a more configurable mechanism shortly. by Daniel Dunbar · 14 years ago
  15. 6db90e6 Rename subdir 'Target' variable to 'Implementation' to be less overloaded. by Daniel Dunbar · 14 years ago
  16. 78cfbc5 Add 'SelectFunctionDir' function, to select appropriate function implementation based on a configuration and architecture. by Daniel Dunbar · 14 years ago
  17. 9edf5cd Change subdir traversal to primarily cache information about what is available in subdirectories. by Daniel Dunbar · 14 years ago
  18. faf0150 Simplify subdirectory makefiles, and be more robust by checking that they define the appropriate variables. by Daniel Dunbar · 14 years ago
  19. f572275 Add basic make {help,help-hidden} targets. by Daniel Dunbar · 14 years ago
  20. 557a6ea Tidy up comments, remove whitespace, and rename 'print-%' make debugging target by Daniel Dunbar · 14 years ago
  21. dc114bf Unbreak building of assembly files (broken by my .s -> .S rename). by Daniel Dunbar · 15 years ago
  22. fd17b8a Include universal build step in 'make {Debug,Release,Profile}' targets. by Daniel Dunbar · 15 years ago
  23. 866d282 Support building for a single target architecture. by Daniel Dunbar · 15 years ago
  24. b3a6901 Initial import of compiler-rt. - by Daniel Dunbar · 15 years ago