summaryrefslogtreecommitdiff
path: root/lib/i386
Commit message (Expand)AuthorAgeFilesLines
* Remove the old, and non-functional CMake build system from CompilerRT.Chandler Carruth2012-04-041-3/+0
* build: Add ModuleName per-subdir variable as a way to organize the differentDaniel Dunbar2011-12-021-0/+1
* license changeHoward Hinnant2010-11-1614-28/+28
* Rename subdir 'Target' variable to 'Implementation' to be less overloaded.Daniel Dunbar2010-01-181-1/+1
* Simplify subdirectory makefiles, and be more robust by checking that they def...Daniel Dunbar2010-01-181-3/+0
* Fix x86/x64 on Linux, Credit to Rafael Espindola.Edward O'Callaghan2009-11-045-2/+12
* Switch to using DEFINE_COMPILERRT_[PRIVATE_]FUNCTION to define function symbo...Daniel Dunbar2009-10-2714-36/+18
* Add assembly.h for use in .S files.Daniel Dunbar2009-10-2715-1/+29
* Update some .S file headers.Daniel Dunbar2009-10-271-1/+1
* Unbreak building of assembly files (broken by my .s -> .S rename).Daniel Dunbar2009-09-101-2/+2
* Initial import of CMake type build system. Just like the rest of llvm..Edward O'Callaghan2009-08-031-0/+3
* Misc compiler-rt fixes. Clarify neg implementations to show what is Eli Friedman2009-07-033-41/+16
* Fix a Darwinism, .s files meant to be preprocessed should be named .S.Daniel Dunbar2009-07-0114-0/+0
* Initial import of compiler-rt.Daniel Dunbar2009-06-2615-0/+1079