1. 803c124 build compiler-rt with -fPIC, otherwise the run-time libs will not link with -pie, at least on linux by Kostya Serebryany · 13 years ago
  2. e235715 build all C++ files in compiler-rt with -fno-exceptions by Kostya Serebryany · 13 years ago
  3. a6fd845 build/make: Add rule for .cc files. by Daniel Dunbar · 13 years ago
  4. 401f693 lib: Add support for library wide utility functions, and make compilerrt_abort() by Daniel Dunbar · 13 years ago
  5. 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
  6. 06f38e5 Allow UniversalArchs variable to be overridden on a per-config basis. by Daniel Dunbar · 15 years ago
  7. 6a571fb 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
  8. 48464e0 Add support for "platform" configurations, which define a suite of compiler-rt by Daniel Dunbar · 15 years ago
  9. ba990c4 Remove old build logic, this is going to be replaced by a more configurable mechanism shortly. by Daniel Dunbar · 15 years ago
  10. 6db90e6 Rename subdir 'Target' variable to 'Implementation' to be less overloaded. by Daniel Dunbar · 15 years ago
  11. 78cfbc5 Add 'SelectFunctionDir' function, to select appropriate function implementation based on a configuration and architecture. by Daniel Dunbar · 15 years ago
  12. 9edf5cd Change subdir traversal to primarily cache information about what is available in subdirectories. by Daniel Dunbar · 15 years ago
  13. faf0150 Simplify subdirectory makefiles, and be more robust by checking that they define the appropriate variables. by Daniel Dunbar · 15 years ago
  14. f572275 Add basic make {help,help-hidden} targets. by Daniel Dunbar · 15 years ago
  15. 557a6ea Tidy up comments, remove whitespace, and rename 'print-%' make debugging target by Daniel Dunbar · 15 years ago
  16. dc114bf Unbreak building of assembly files (broken by my .s -> .S rename). by Daniel Dunbar · 15 years ago
  17. fd17b8a Include universal build step in 'make {Debug,Release,Profile}' targets. by Daniel Dunbar · 15 years ago
  18. 866d282 Support building for a single target architecture. by Daniel Dunbar · 15 years ago
  19. b3a6901 Initial import of compiler-rt. - by Daniel Dunbar · 15 years ago