summaryrefslogtreecommitdiff
path: root/lib/ppc
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: Fix a refacto.Daniel Dunbar
2011-11-16lib: Finish int_math.h definitions using compiler builtins and eliminateDaniel Dunbar
2011-11-16lib: Starting thinning out the dependency on math.h by using compiler builtinsDaniel 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-18Add DEFINE_COMPILERRT_PRIVATE_FUNCTION_UNMANGLED for use in .S files -- restF...Daniel Dunbar
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
2010-01-13Fix copy/paste error. http://llvm.org/bugs/show_bug.cgi?id=572Nick Kledzik
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-09Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 c...Edward O'Callaghan
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