Next | Query returned 5 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2014-03-30 05:26:23 by nsloss | Files touched by this commit (2) | Package updated
Log message:
llvm-rtlib update to 3.4.
clang/compiler rt lib release notes/update history can be found here:
	http://llvm.org/releases/3.4/tools/clang/docs/ReleaseNotes.html
   2013-12-20 02:39:14 by nsloss | Files touched by this commit (1)
Log message:
Turn off Werror this fixes compilation on NetBSD arm platforms.
   2013-12-19 14:32:52 by nsloss | Files touched by this commit (2)
Log message:
llvm-rtlib should now work on more platforms.
   2013-12-18 22:44:45 by nsloss | Files touched by this commit (1)
Log message:
Do not build asan or tsan on amd64 NetBSD same for i386.
   2013-12-16 09:15:46 by nsloss | Files touched by this commit (6)
Log message:
Import llvm-rtlib-3.3 as wip/llvm-rtlib.

The compiler-rt project is a simple library that provides an implementation
of the low-level target-specific hooks required by code generation and other
runtime components.

For example, when compiling for a 32-bit target, converting a double to
a 64-bit unsigned integer is compiling into a runtime call to
the "__fixunsdfdi" function.

The compiler-rt library provides optimized implementations of this and other
low-level routines.


Next | Query returned 5 messages, browsing 1 to 10 | previous