| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r196490 and fix include paths in makefile-based build | Alexey Samsonov | 2013-12-05 | 1 | -2/+2 |
* | [libsanitizer] Put COMMON_CFLAGS/COMMON_CXXFLAGS before Tmp.CFLAGS to let the... | Alexander Potapenko | 2013-03-29 | 1 | -2/+2 |
* | Build ASan runtime for ARM/Android. | Evgeniy Stepanov | 2012-10-24 | 1 | -2/+8 |
* | build/make: There is no need to put timestamps into .dir files, and it just | Daniel Dunbar | 2012-10-17 | 1 | -1/+1 |
* | build: Add support for building dylibs. | Daniel Dunbar | 2012-09-07 | 1 | -5/+27 |
* | build compiler-rt with -fPIC, otherwise the run-time libs will not link with ... | Kostya Serebryany | 2011-12-13 | 1 | -1/+1 |
* | build all C++ files in compiler-rt with -fno-exceptions | Kostya Serebryany | 2011-12-06 | 1 | -1/+1 |
* | build/make: Add rule for .cc files. | Daniel Dunbar | 2011-12-01 | 1 | -0/+3 |
* | lib: Add support for library wide utility functions, and make compilerrt_abort() | Daniel Dunbar | 2011-11-16 | 1 | -0/+1 |
* | Add new build option KERNEL_USE, which compiles with -mkernel and gets propog... | Daniel Dunbar | 2010-03-31 | 1 | -1/+7 |
* | Allow UniversalArchs variable to be overridden on a per-config basis. | Daniel Dunbar | 2010-01-19 | 1 | -1/+3 |
* | Add a VISIBILITY_HIDDEN option, which can be used to make all compiler-rt fun... | Daniel Dunbar | 2010-01-18 | 1 | -5/+6 |
* | Add support for "platform" configurations, which define a suite of compiler-rt | Daniel Dunbar | 2010-01-18 | 1 | -4/+143 |
* | Remove old build logic, this is going to be replaced by a more configurable m... | Daniel Dunbar | 2010-01-18 | 1 | -155/+0 |
* | Rename subdir 'Target' variable to 'Implementation' to be less overloaded. | Daniel Dunbar | 2010-01-18 | 1 | -2/+2 |
* | Add 'SelectFunctionDir' function, to select appropriate function implementati... | Daniel Dunbar | 2010-01-18 | 1 | -15/+5 |
* | Change subdir traversal to primarily cache information about what is availabl... | Daniel Dunbar | 2010-01-18 | 1 | -1/+29 |
* | Simplify subdirectory makefiles, and be more robust by checking that they def... | Daniel Dunbar | 2010-01-18 | 1 | -2/+9 |
* | Add basic make {help,help-hidden} targets. | Daniel Dunbar | 2010-01-18 | 1 | -0/+21 |
* | Tidy up comments, remove whitespace, and rename 'print-%' make debugging target | Daniel Dunbar | 2010-01-13 | 1 | -14/+11 |
* | Unbreak building of assembly files (broken by my .s -> .S rename). | Daniel Dunbar | 2009-09-10 | 1 | -0/+5 |
* | Include universal build step in 'make {Debug,Release,Profile}' targets. | Daniel Dunbar | 2009-09-10 | 1 | -0/+3 |
* | Support building for a single target architecture. | Daniel Dunbar | 2009-09-03 | 1 | -5/+10 |
* | Initial import of compiler-rt. | Daniel Dunbar | 2009-06-26 | 1 | -0/+194 |