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