summaryrefslogtreecommitdiff
path: root/lib/x86_64
Commit message (Expand)AuthorAge
* Remove the old, and non-functional CMake build system from CompilerRT.Chandler Carruth2012-04-04
* build: Add ModuleName per-subdir variable as a way to organize the differentDaniel Dunbar2011-12-02
* lib/{ppc,x86_64}: Fixup a number of files to include int_lib.h instead ofDaniel Dunbar2011-11-16
* license changeHoward Hinnant2010-11-16
* Rename subdir 'Target' variable to 'Implementation' to be less overloaded.Daniel Dunbar2010-01-18
* Simplify subdirectory makefiles, and be more robust by checking that they def...Daniel Dunbar2010-01-18
* Fix x86/x64 on Linux, Credit to Rafael Espindola.Edward O'Callaghan2009-11-04
* Switch to using DEFINE_COMPILERRT_[PRIVATE_]FUNCTION to define function symbo...Daniel Dunbar2009-10-27
* Add assembly.h for use in .S files.Daniel Dunbar2009-10-27
* Update some .S file headers.Daniel Dunbar2009-10-27
* Unbreak building of assembly files (broken by my .s -> .S rename).Daniel Dunbar2009-09-10
* Optimized versions now buildable on Solaris.Edward O'Callaghan2009-08-08
* Initial import of CMake type build system. Just like the rest of llvm..Edward O'Callaghan2009-08-03
* Fix a Darwinism, .s files meant to be preprocessed should be named .S.Daniel Dunbar2009-07-01
* Initial import of compiler-rt.Daniel Dunbar2009-06-26