svn commit: r236015 - stable/9/lib/libcompiler_rt

Marius Strobl marius at FreeBSD.org
Fri May 25 17:48:46 UTC 2012


Author: marius
Date: Fri May 25 17:48:45 2012
New Revision: 236015
URL: http://svn.freebsd.org/changeset/base/236015

Log:
  MFC: r229135
  
  Upgrade libcompiler_rt to upstream revision 147390.
  
  This version of libcompiler_rt adds support for __mulo[sdt]i4(), which
  computes a multiply and its overflow flag. There are also a lot of
  cleanup fixes to headers that don't really affect us.
  
  Updating to this revision should make it a bit easier to contribute
  changes back to the LLVM developers.

Modified:
  stable/9/lib/libcompiler_rt/Makefile
Directory Properties:
  stable/9/lib/libcompiler_rt/   (props changed)

Modified: stable/9/lib/libcompiler_rt/Makefile
==============================================================================
--- stable/9/lib/libcompiler_rt/Makefile	Fri May 25 17:20:00 2012	(r236014)
+++ stable/9/lib/libcompiler_rt/Makefile	Fri May 25 17:48:45 2012	(r236015)
@@ -79,12 +79,16 @@ SRCF=	absvdi2 \
 	floatuntidf \
 	floatuntisf \
 	floatuntixf \
+	int_util \
 	lshrdi3 \
 	lshrti3 \
 	moddi3 \
 	modti3 \
 	muldc3 \
 	muldi3 \
+	mulodi4 \
+	mulosi4 \
+	muloti4 \
 	mulsc3 \
 	multi3 \
 	mulvdi3 \


More information about the svn-src-all mailing list