summaryrefslogtreecommitdiff
path: root/lib/ppc
Commit message (Expand)AuthorAgeFilesLines
* Remove the old, and non-functional CMake build system from CompilerRT.Chandler Carruth2012-04-041-12/+0
* build: Add ModuleName per-subdir variable as a way to organize the differentDaniel Dunbar2011-12-021-0/+1
* lib/ppc: Fix a refacto.Daniel Dunbar2011-11-161-1/+1
* lib: Finish int_math.h definitions using compiler builtins and eliminateDaniel Dunbar2011-11-163-30/+25
* lib: Starting thinning out the dependency on math.h by using compiler builtinsDaniel Dunbar2011-11-162-23/+29
* lib/{ppc,x86_64}: Fixup a number of files to include int_lib.h instead ofDaniel Dunbar2011-11-165-5/+1
* license changeHoward Hinnant2010-11-162-4/+4
* Add DEFINE_COMPILERRT_PRIVATE_FUNCTION_UNMANGLED for use in .S files -- restF...Daniel Dunbar2010-01-182-3/+3
* 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 copy/paste error. http://llvm.org/bugs/show_bug.cgi?id=572Nick Kledzik2010-01-131-18/+18
* Switch to using DEFINE_COMPILERRT_[PRIVATE_]FUNCTION to define function symbo...Daniel Dunbar2009-10-272-6/+4
* Add assembly.h for use in .S files.Daniel Dunbar2009-10-273-1/+3
* Update some .S file headers.Daniel Dunbar2009-10-272-2/+2
* Unbreak building of assembly files (broken by my .s -> .S rename).Daniel Dunbar2009-09-101-2/+2
* Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 c...Edward O'Callaghan2009-08-0911-190/+209
* Optimized versions now buildable on Solaris.Edward O'Callaghan2009-08-082-4/+14
* Initial import of CMake type build system. Just like the rest of llvm..Edward O'Callaghan2009-08-031-0/+12
* Fix a Darwinism, .s files meant to be preprocessed should be named .S.Daniel Dunbar2009-07-012-0/+0
* Initial import of compiler-rt.Daniel Dunbar2009-06-2614-0/+815