summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* [libsanitizer] Put COMMON_CFLAGS/COMMON_CXXFLAGS before Tmp.CFLAGS to let the...Alexander Potapenko2013-03-29
* Build ASan runtime for ARM/Android.Evgeniy Stepanov2012-10-24
* build/make: There is no need to put timestamps into .dir files, and it justDaniel Dunbar2012-10-17
* build: Add support for building dylibs.Daniel Dunbar2012-09-07
* build compiler-rt with -fPIC, otherwise the run-time libs will not link with ...Kostya Serebryany2011-12-13
* build all C++ files in compiler-rt with -fno-exceptionsKostya Serebryany2011-12-06
* build/make: Add rule for .cc files.Daniel Dunbar2011-12-01
* lib: Add support for library wide utility functions, and make compilerrt_abort()Daniel Dunbar2011-11-16
* Add new build option KERNEL_USE, which compiles with -mkernel and gets propog...Daniel Dunbar2010-03-31
* Allow UniversalArchs variable to be overridden on a per-config basis.Daniel Dunbar2010-01-19
* Add a VISIBILITY_HIDDEN option, which can be used to make all compiler-rt fun...Daniel Dunbar2010-01-18
* Add support for "platform" configurations, which define a suite of compiler-rtDaniel Dunbar2010-01-18
* Remove old build logic, this is going to be replaced by a more configurable m...Daniel Dunbar2010-01-18
* Rename subdir 'Target' variable to 'Implementation' to be less overloaded.Daniel Dunbar2010-01-18
* Add 'SelectFunctionDir' function, to select appropriate function implementati...Daniel Dunbar2010-01-18
* Change subdir traversal to primarily cache information about what is availabl...Daniel Dunbar2010-01-18
* Simplify subdirectory makefiles, and be more robust by checking that they def...Daniel Dunbar2010-01-18
* Add basic make {help,help-hidden} targets.Daniel Dunbar2010-01-18
* Tidy up comments, remove whitespace, and rename 'print-%' make debugging targetDaniel Dunbar2010-01-13
* Unbreak building of assembly files (broken by my .s -> .S rename).Daniel Dunbar2009-09-10
* Include universal build step in 'make {Debug,Release,Profile}' targets.Daniel Dunbar2009-09-10
* Support building for a single target architecture.Daniel Dunbar2009-09-03
* Initial import of compiler-rt.Daniel Dunbar2009-06-26