1. 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
  2. 06f38e5 Allow UniversalArchs variable to be overridden on a per-config basis. by Daniel Dunbar · 14 years ago
  3. 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
  4. 48464e0 Add support for "platform" configurations, which define a suite of compiler-rt by Daniel Dunbar · 14 years ago
  5. ba990c4 Remove old build logic, this is going to be replaced by a more configurable mechanism shortly. by Daniel Dunbar · 14 years ago
  6. 6db90e6 Rename subdir 'Target' variable to 'Implementation' to be less overloaded. by Daniel Dunbar · 14 years ago
  7. 78cfbc5 Add 'SelectFunctionDir' function, to select appropriate function implementation based on a configuration and architecture. by Daniel Dunbar · 14 years ago
  8. 9edf5cd Change subdir traversal to primarily cache information about what is available in subdirectories. by Daniel Dunbar · 14 years ago
  9. faf0150 Simplify subdirectory makefiles, and be more robust by checking that they define the appropriate variables. by Daniel Dunbar · 14 years ago
  10. f572275 Add basic make {help,help-hidden} targets. by Daniel Dunbar · 14 years ago
  11. 557a6ea Tidy up comments, remove whitespace, and rename 'print-%' make debugging target by Daniel Dunbar · 14 years ago
  12. dc114bf Unbreak building of assembly files (broken by my .s -> .S rename). by Daniel Dunbar · 15 years ago
  13. fd17b8a Include universal build step in 'make {Debug,Release,Profile}' targets. by Daniel Dunbar · 15 years ago
  14. 866d282 Support building for a single target architecture. by Daniel Dunbar · 15 years ago
  15. b3a6901 Initial import of compiler-rt. - by Daniel Dunbar · 15 years ago