- f5225d5 [libsanitizer] Put COMMON_CFLAGS/COMMON_CXXFLAGS before Tmp.CFLAGS to let the config-specific flags override common flags. by Alexander Potapenko · 12 years ago
- a69eb9a Build ASan runtime for ARM/Android. by Evgeniy Stepanov · 12 years ago
- 3ecda61 build/make: There is no need to put timestamps into .dir files, and it just by Daniel Dunbar · 12 years ago
- 8bc01cb build: Add support for building dylibs. by Daniel Dunbar · 12 years ago
- 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
- e235715 build all C++ files in compiler-rt with -fno-exceptions by Kostya Serebryany · 13 years ago
- a6fd845 build/make: Add rule for .cc files. by Daniel Dunbar · 13 years ago
- 401f693 lib: Add support for library wide utility functions, and make compilerrt_abort() by Daniel Dunbar · 13 years ago
- 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 · 15 years ago
- 06f38e5 Allow UniversalArchs variable to be overridden on a per-config basis. by Daniel Dunbar · 15 years ago
- 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
- 48464e0 Add support for "platform" configurations, which define a suite of compiler-rt by Daniel Dunbar · 15 years ago
- ba990c4 Remove old build logic, this is going to be replaced by a more configurable mechanism shortly. by Daniel Dunbar · 15 years ago
- 6db90e6 Rename subdir 'Target' variable to 'Implementation' to be less overloaded. by Daniel Dunbar · 15 years ago
- 78cfbc5 Add 'SelectFunctionDir' function, to select appropriate function implementation based on a configuration and architecture. by Daniel Dunbar · 15 years ago
- 9edf5cd Change subdir traversal to primarily cache information about what is available in subdirectories. by Daniel Dunbar · 15 years ago
- faf0150 Simplify subdirectory makefiles, and be more robust by checking that they define the appropriate variables. by Daniel Dunbar · 15 years ago
- f572275 Add basic make {help,help-hidden} targets. by Daniel Dunbar · 15 years ago
- 557a6ea Tidy up comments, remove whitespace, and rename 'print-%' make debugging target by Daniel Dunbar · 15 years ago
- dc114bf Unbreak building of assembly files (broken by my .s -> .S rename). by Daniel Dunbar · 15 years ago
- fd17b8a Include universal build step in 'make {Debug,Release,Profile}' targets. by Daniel Dunbar · 15 years ago
- 866d282 Support building for a single target architecture. by Daniel Dunbar · 15 years ago
- b3a6901 Initial import of compiler-rt. - by Daniel Dunbar · 15 years ago