svn commit: r219719 - in vendor/compiler-rt/dist: . lib lib/arm lib/i386 lib/ppc lib/x86_64 make make/platform test/Unit www

Ed Schouten ed at FreeBSD.org
Thu Mar 17 19:47:30 UTC 2011


Author: ed
Date: Thu Mar 17 19:47:28 2011
New Revision: 219719
URL: http://svn.freebsd.org/changeset/base/219719

Log:
  Import compiler-rt r127823.
  
  Changes:
  
  - License change; now it's also dual licensed under the MIT licence.
  - Addition of divmodsi4 and udivmodsi4.

Added:
  vendor/compiler-rt/dist/lib/arm/softfloat-alias.list
  vendor/compiler-rt/dist/lib/divmodsi4.c
  vendor/compiler-rt/dist/lib/udivmodsi4.c
  vendor/compiler-rt/dist/test/Unit/divmodsi4_test.c
  vendor/compiler-rt/dist/test/Unit/udivmodsi4_test.c
Modified:
  vendor/compiler-rt/dist/CREDITS.TXT
  vendor/compiler-rt/dist/LICENSE.TXT
  vendor/compiler-rt/dist/README.txt
  vendor/compiler-rt/dist/lib/absvdi2.c
  vendor/compiler-rt/dist/lib/absvsi2.c
  vendor/compiler-rt/dist/lib/absvti2.c
  vendor/compiler-rt/dist/lib/adddf3.c
  vendor/compiler-rt/dist/lib/addsf3.c
  vendor/compiler-rt/dist/lib/addvdi3.c
  vendor/compiler-rt/dist/lib/addvsi3.c
  vendor/compiler-rt/dist/lib/addvti3.c
  vendor/compiler-rt/dist/lib/apple_versioning.c
  vendor/compiler-rt/dist/lib/arm/adddf3vfp.S
  vendor/compiler-rt/dist/lib/arm/addsf3vfp.S
  vendor/compiler-rt/dist/lib/arm/bswapdi2.S
  vendor/compiler-rt/dist/lib/arm/bswapsi2.S
  vendor/compiler-rt/dist/lib/arm/comparesf2.S
  vendor/compiler-rt/dist/lib/arm/divdf3vfp.S
  vendor/compiler-rt/dist/lib/arm/divsf3vfp.S
  vendor/compiler-rt/dist/lib/arm/eqdf2vfp.S
  vendor/compiler-rt/dist/lib/arm/eqsf2vfp.S
  vendor/compiler-rt/dist/lib/arm/extendsfdf2vfp.S
  vendor/compiler-rt/dist/lib/arm/fixdfsivfp.S
  vendor/compiler-rt/dist/lib/arm/fixsfsivfp.S
  vendor/compiler-rt/dist/lib/arm/fixunsdfsivfp.S
  vendor/compiler-rt/dist/lib/arm/fixunssfsivfp.S
  vendor/compiler-rt/dist/lib/arm/floatsidfvfp.S
  vendor/compiler-rt/dist/lib/arm/floatsisfvfp.S
  vendor/compiler-rt/dist/lib/arm/floatunssidfvfp.S
  vendor/compiler-rt/dist/lib/arm/floatunssisfvfp.S
  vendor/compiler-rt/dist/lib/arm/gedf2vfp.S
  vendor/compiler-rt/dist/lib/arm/gesf2vfp.S
  vendor/compiler-rt/dist/lib/arm/gtdf2vfp.S
  vendor/compiler-rt/dist/lib/arm/gtsf2vfp.S
  vendor/compiler-rt/dist/lib/arm/ledf2vfp.S
  vendor/compiler-rt/dist/lib/arm/lesf2vfp.S
  vendor/compiler-rt/dist/lib/arm/ltdf2vfp.S
  vendor/compiler-rt/dist/lib/arm/ltsf2vfp.S
  vendor/compiler-rt/dist/lib/arm/modsi3.S
  vendor/compiler-rt/dist/lib/arm/muldf3vfp.S
  vendor/compiler-rt/dist/lib/arm/mulsf3vfp.S
  vendor/compiler-rt/dist/lib/arm/nedf2vfp.S
  vendor/compiler-rt/dist/lib/arm/negdf2vfp.S
  vendor/compiler-rt/dist/lib/arm/negsf2vfp.S
  vendor/compiler-rt/dist/lib/arm/nesf2vfp.S
  vendor/compiler-rt/dist/lib/arm/restore_vfp_d8_d15_regs.S
  vendor/compiler-rt/dist/lib/arm/save_vfp_d8_d15_regs.S
  vendor/compiler-rt/dist/lib/arm/subdf3vfp.S
  vendor/compiler-rt/dist/lib/arm/subsf3vfp.S
  vendor/compiler-rt/dist/lib/arm/switch16.S
  vendor/compiler-rt/dist/lib/arm/switch32.S
  vendor/compiler-rt/dist/lib/arm/switch8.S
  vendor/compiler-rt/dist/lib/arm/switchu8.S
  vendor/compiler-rt/dist/lib/arm/sync_synchronize.S
  vendor/compiler-rt/dist/lib/arm/truncdfsf2vfp.S
  vendor/compiler-rt/dist/lib/arm/unorddf2vfp.S
  vendor/compiler-rt/dist/lib/arm/unordsf2vfp.S
  vendor/compiler-rt/dist/lib/ashldi3.c
  vendor/compiler-rt/dist/lib/ashlti3.c
  vendor/compiler-rt/dist/lib/ashrdi3.c
  vendor/compiler-rt/dist/lib/ashrti3.c
  vendor/compiler-rt/dist/lib/assembly.h
  vendor/compiler-rt/dist/lib/clear_cache.c
  vendor/compiler-rt/dist/lib/clzdi2.c
  vendor/compiler-rt/dist/lib/clzsi2.c
  vendor/compiler-rt/dist/lib/clzti2.c
  vendor/compiler-rt/dist/lib/cmpdi2.c
  vendor/compiler-rt/dist/lib/cmpti2.c
  vendor/compiler-rt/dist/lib/comparedf2.c
  vendor/compiler-rt/dist/lib/comparesf2.c
  vendor/compiler-rt/dist/lib/ctzdi2.c
  vendor/compiler-rt/dist/lib/ctzsi2.c
  vendor/compiler-rt/dist/lib/ctzti2.c
  vendor/compiler-rt/dist/lib/divdc3.c
  vendor/compiler-rt/dist/lib/divdf3.c
  vendor/compiler-rt/dist/lib/divdi3.c
  vendor/compiler-rt/dist/lib/divsc3.c
  vendor/compiler-rt/dist/lib/divsf3.c
  vendor/compiler-rt/dist/lib/divsi3.c
  vendor/compiler-rt/dist/lib/divti3.c
  vendor/compiler-rt/dist/lib/divxc3.c
  vendor/compiler-rt/dist/lib/enable_execute_stack.c
  vendor/compiler-rt/dist/lib/endianness.h
  vendor/compiler-rt/dist/lib/eprintf.c
  vendor/compiler-rt/dist/lib/extendsfdf2.c
  vendor/compiler-rt/dist/lib/ffsdi2.c
  vendor/compiler-rt/dist/lib/ffsti2.c
  vendor/compiler-rt/dist/lib/fixdfdi.c
  vendor/compiler-rt/dist/lib/fixdfsi.c
  vendor/compiler-rt/dist/lib/fixdfti.c
  vendor/compiler-rt/dist/lib/fixsfdi.c
  vendor/compiler-rt/dist/lib/fixsfsi.c
  vendor/compiler-rt/dist/lib/fixsfti.c
  vendor/compiler-rt/dist/lib/fixunsdfdi.c
  vendor/compiler-rt/dist/lib/fixunsdfsi.c
  vendor/compiler-rt/dist/lib/fixunsdfti.c
  vendor/compiler-rt/dist/lib/fixunssfdi.c
  vendor/compiler-rt/dist/lib/fixunssfsi.c
  vendor/compiler-rt/dist/lib/fixunssfti.c
  vendor/compiler-rt/dist/lib/fixunsxfdi.c
  vendor/compiler-rt/dist/lib/fixunsxfsi.c
  vendor/compiler-rt/dist/lib/fixunsxfti.c
  vendor/compiler-rt/dist/lib/fixxfdi.c
  vendor/compiler-rt/dist/lib/fixxfti.c
  vendor/compiler-rt/dist/lib/floatdidf.c
  vendor/compiler-rt/dist/lib/floatdisf.c
  vendor/compiler-rt/dist/lib/floatdixf.c
  vendor/compiler-rt/dist/lib/floatsidf.c
  vendor/compiler-rt/dist/lib/floatsisf.c
  vendor/compiler-rt/dist/lib/floattidf.c
  vendor/compiler-rt/dist/lib/floattisf.c
  vendor/compiler-rt/dist/lib/floattixf.c
  vendor/compiler-rt/dist/lib/floatundidf.c
  vendor/compiler-rt/dist/lib/floatundisf.c
  vendor/compiler-rt/dist/lib/floatundixf.c
  vendor/compiler-rt/dist/lib/floatunsidf.c
  vendor/compiler-rt/dist/lib/floatunsisf.c
  vendor/compiler-rt/dist/lib/floatuntidf.c
  vendor/compiler-rt/dist/lib/floatuntisf.c
  vendor/compiler-rt/dist/lib/floatuntixf.c
  vendor/compiler-rt/dist/lib/fp_lib.h
  vendor/compiler-rt/dist/lib/gcc_personality_v0.c
  vendor/compiler-rt/dist/lib/i386/ashldi3.S
  vendor/compiler-rt/dist/lib/i386/ashrdi3.S
  vendor/compiler-rt/dist/lib/i386/divdi3.S
  vendor/compiler-rt/dist/lib/i386/floatdidf.S
  vendor/compiler-rt/dist/lib/i386/floatdisf.S
  vendor/compiler-rt/dist/lib/i386/floatdixf.S
  vendor/compiler-rt/dist/lib/i386/floatundidf.S
  vendor/compiler-rt/dist/lib/i386/floatundisf.S
  vendor/compiler-rt/dist/lib/i386/floatundixf.S
  vendor/compiler-rt/dist/lib/i386/lshrdi3.S
  vendor/compiler-rt/dist/lib/i386/moddi3.S
  vendor/compiler-rt/dist/lib/i386/muldi3.S
  vendor/compiler-rt/dist/lib/i386/udivdi3.S
  vendor/compiler-rt/dist/lib/i386/umoddi3.S
  vendor/compiler-rt/dist/lib/int_lib.h
  vendor/compiler-rt/dist/lib/lshrdi3.c
  vendor/compiler-rt/dist/lib/lshrti3.c
  vendor/compiler-rt/dist/lib/moddi3.c
  vendor/compiler-rt/dist/lib/modsi3.c
  vendor/compiler-rt/dist/lib/modti3.c
  vendor/compiler-rt/dist/lib/muldc3.c
  vendor/compiler-rt/dist/lib/muldf3.c
  vendor/compiler-rt/dist/lib/muldi3.c
  vendor/compiler-rt/dist/lib/mulsc3.c
  vendor/compiler-rt/dist/lib/mulsf3.c
  vendor/compiler-rt/dist/lib/multi3.c
  vendor/compiler-rt/dist/lib/mulvdi3.c
  vendor/compiler-rt/dist/lib/mulvsi3.c
  vendor/compiler-rt/dist/lib/mulvti3.c
  vendor/compiler-rt/dist/lib/mulxc3.c
  vendor/compiler-rt/dist/lib/negdf2.c
  vendor/compiler-rt/dist/lib/negdi2.c
  vendor/compiler-rt/dist/lib/negsf2.c
  vendor/compiler-rt/dist/lib/negti2.c
  vendor/compiler-rt/dist/lib/negvdi2.c
  vendor/compiler-rt/dist/lib/negvsi2.c
  vendor/compiler-rt/dist/lib/negvti2.c
  vendor/compiler-rt/dist/lib/paritydi2.c
  vendor/compiler-rt/dist/lib/paritysi2.c
  vendor/compiler-rt/dist/lib/parityti2.c
  vendor/compiler-rt/dist/lib/popcountdi2.c
  vendor/compiler-rt/dist/lib/popcountsi2.c
  vendor/compiler-rt/dist/lib/popcountti2.c
  vendor/compiler-rt/dist/lib/powidf2.c
  vendor/compiler-rt/dist/lib/powisf2.c
  vendor/compiler-rt/dist/lib/powitf2.c
  vendor/compiler-rt/dist/lib/powixf2.c
  vendor/compiler-rt/dist/lib/ppc/restFP.S
  vendor/compiler-rt/dist/lib/ppc/saveFP.S
  vendor/compiler-rt/dist/lib/subvdi3.c
  vendor/compiler-rt/dist/lib/subvsi3.c
  vendor/compiler-rt/dist/lib/subvti3.c
  vendor/compiler-rt/dist/lib/trampoline_setup.c
  vendor/compiler-rt/dist/lib/truncdfsf2.c
  vendor/compiler-rt/dist/lib/ucmpdi2.c
  vendor/compiler-rt/dist/lib/ucmpti2.c
  vendor/compiler-rt/dist/lib/udivdi3.c
  vendor/compiler-rt/dist/lib/udivmoddi4.c
  vendor/compiler-rt/dist/lib/udivmodti4.c
  vendor/compiler-rt/dist/lib/udivsi3.c
  vendor/compiler-rt/dist/lib/udivti3.c
  vendor/compiler-rt/dist/lib/umoddi3.c
  vendor/compiler-rt/dist/lib/umodsi3.c
  vendor/compiler-rt/dist/lib/umodti3.c
  vendor/compiler-rt/dist/lib/x86_64/floatundidf.S
  vendor/compiler-rt/dist/lib/x86_64/floatundisf.S
  vendor/compiler-rt/dist/lib/x86_64/floatundixf.S
  vendor/compiler-rt/dist/make/AppleBI.mk
  vendor/compiler-rt/dist/make/platform/clang_darwin.mk
  vendor/compiler-rt/dist/make/platform/darwin_bni.mk
  vendor/compiler-rt/dist/test/Unit/absvdi2_test.c
  vendor/compiler-rt/dist/test/Unit/absvsi2_test.c
  vendor/compiler-rt/dist/test/Unit/absvti2_test.c
  vendor/compiler-rt/dist/test/Unit/adddf3vfp_test.c
  vendor/compiler-rt/dist/test/Unit/addsf3vfp_test.c
  vendor/compiler-rt/dist/test/Unit/addvdi3_test.c
  vendor/compiler-rt/dist/test/Unit/addvsi3_test.c
  vendor/compiler-rt/dist/test/Unit/addvti3_test.c
  vendor/compiler-rt/dist/test/Unit/ashldi3_test.c
  vendor/compiler-rt/dist/test/Unit/ashlti3_test.c
  vendor/compiler-rt/dist/test/Unit/ashrdi3_test.c
  vendor/compiler-rt/dist/test/Unit/ashrti3_test.c
  vendor/compiler-rt/dist/test/Unit/bswapdi2_test.c
  vendor/compiler-rt/dist/test/Unit/bswapsi2_test.c
  vendor/compiler-rt/dist/test/Unit/clear_cache_test.c
  vendor/compiler-rt/dist/test/Unit/clzdi2_test.c
  vendor/compiler-rt/dist/test/Unit/clzsi2_test.c
  vendor/compiler-rt/dist/test/Unit/clzti2_test.c
  vendor/compiler-rt/dist/test/Unit/cmpdi2_test.c
  vendor/compiler-rt/dist/test/Unit/cmpti2_test.c
  vendor/compiler-rt/dist/test/Unit/comparedf2_test.c
  vendor/compiler-rt/dist/test/Unit/comparesf2_test.c
  vendor/compiler-rt/dist/test/Unit/ctzdi2_test.c
  vendor/compiler-rt/dist/test/Unit/ctzsi2_test.c
  vendor/compiler-rt/dist/test/Unit/ctzti2_test.c
  vendor/compiler-rt/dist/test/Unit/divdc3_test.c
  vendor/compiler-rt/dist/test/Unit/divdf3vfp_test.c
  vendor/compiler-rt/dist/test/Unit/divdi3_test.c
  vendor/compiler-rt/dist/test/Unit/divsc3_test.c
  vendor/compiler-rt/dist/test/Unit/divsf3vfp_test.c
  vendor/compiler-rt/dist/test/Unit/divsi3_test.c
  vendor/compiler-rt/dist/test/Unit/divtc3_test.c
  vendor/compiler-rt/dist/test/Unit/divti3_test.c
  vendor/compiler-rt/dist/test/Unit/divxc3_test.c
  vendor/compiler-rt/dist/test/Unit/enable_execute_stack_test.c
  vendor/compiler-rt/dist/test/Unit/endianness.h
  vendor/compiler-rt/dist/test/Unit/eqdf2vfp_test.c
  vendor/compiler-rt/dist/test/Unit/eqsf2vfp_test.c
  vendor/compiler-rt/dist/test/Unit/extebdsfdf2vfp_test.c
  vendor/compiler-rt/dist/test/Unit/ffsdi2_test.c
  vendor/compiler-rt/dist/test/Unit/ffsti2_test.c
  vendor/compiler-rt/dist/test/Unit/fixdfdi_test.c
  vendor/compiler-rt/dist/test/Unit/fixdfsivfp_test.c
  vendor/compiler-rt/dist/test/Unit/fixdfti_test.c
  vendor/compiler-rt/dist/test/Unit/fixsfdi_test.c
  vendor/compiler-rt/dist/test/Unit/fixsfsivfp_test.c
  vendor/compiler-rt/dist/test/Unit/fixsfti_test.c
  vendor/compiler-rt/dist/test/Unit/fixunsdfdi_test.c
  vendor/compiler-rt/dist/test/Unit/fixunsdfsi_test.c
  vendor/compiler-rt/dist/test/Unit/fixunsdfsivfp_test.c
  vendor/compiler-rt/dist/test/Unit/fixunsdfti_test.c
  vendor/compiler-rt/dist/test/Unit/fixunssfdi_test.c
  vendor/compiler-rt/dist/test/Unit/fixunssfsi_test.c
  vendor/compiler-rt/dist/test/Unit/fixunssfsivfp_test.c
  vendor/compiler-rt/dist/test/Unit/fixunssfti_test.c
  vendor/compiler-rt/dist/test/Unit/fixunstfdi_test.c
  vendor/compiler-rt/dist/test/Unit/fixunsxfdi_test.c
  vendor/compiler-rt/dist/test/Unit/fixunsxfsi_test.c
  vendor/compiler-rt/dist/test/Unit/fixunsxfti_test.c
  vendor/compiler-rt/dist/test/Unit/fixxfdi_test.c
  vendor/compiler-rt/dist/test/Unit/fixxfti_test.c
  vendor/compiler-rt/dist/test/Unit/floatdidf_test.c
  vendor/compiler-rt/dist/test/Unit/floatdisf_test.c
  vendor/compiler-rt/dist/test/Unit/floatdixf_test.c
  vendor/compiler-rt/dist/test/Unit/floatsidfvfp_test.c
  vendor/compiler-rt/dist/test/Unit/floatsisfvfp_test.c
  vendor/compiler-rt/dist/test/Unit/floattidf_test.c
  vendor/compiler-rt/dist/test/Unit/floattisf_test.c
  vendor/compiler-rt/dist/test/Unit/floattixf_test.c
  vendor/compiler-rt/dist/test/Unit/floatundidf_test.c
  vendor/compiler-rt/dist/test/Unit/floatundisf_test.c
  vendor/compiler-rt/dist/test/Unit/floatundixf_test.c
  vendor/compiler-rt/dist/test/Unit/floatunssidfvfp_test.c
  vendor/compiler-rt/dist/test/Unit/floatunssisfvfp_test.c
  vendor/compiler-rt/dist/test/Unit/floatuntidf_test.c
  vendor/compiler-rt/dist/test/Unit/floatuntisf_test.c
  vendor/compiler-rt/dist/test/Unit/floatuntixf_test.c
  vendor/compiler-rt/dist/test/Unit/gcc_personality_test.c
  vendor/compiler-rt/dist/test/Unit/gcc_personality_test_helper.cxx
  vendor/compiler-rt/dist/test/Unit/gedf2vfp_test.c
  vendor/compiler-rt/dist/test/Unit/gesf2vfp_test.c
  vendor/compiler-rt/dist/test/Unit/gtdf2vfp_test.c
  vendor/compiler-rt/dist/test/Unit/gtsf2vfp_test.c
  vendor/compiler-rt/dist/test/Unit/ledf2vfp_test.c
  vendor/compiler-rt/dist/test/Unit/lesf2vfp_test.c
  vendor/compiler-rt/dist/test/Unit/lshrdi3_test.c
  vendor/compiler-rt/dist/test/Unit/lshrti3_test.c
  vendor/compiler-rt/dist/test/Unit/ltdf2vfp_test.c
  vendor/compiler-rt/dist/test/Unit/ltsf2vfp_test.c
  vendor/compiler-rt/dist/test/Unit/moddi3_test.c
  vendor/compiler-rt/dist/test/Unit/modsi3_test.c
  vendor/compiler-rt/dist/test/Unit/modti3_test.c
  vendor/compiler-rt/dist/test/Unit/muldc3_test.c
  vendor/compiler-rt/dist/test/Unit/muldf3vfp_test.c
  vendor/compiler-rt/dist/test/Unit/muldi3_test.c
  vendor/compiler-rt/dist/test/Unit/mulsc3_test.c
  vendor/compiler-rt/dist/test/Unit/mulsf3vfp_test.c
  vendor/compiler-rt/dist/test/Unit/multc3_test.c
  vendor/compiler-rt/dist/test/Unit/multi3_test.c
  vendor/compiler-rt/dist/test/Unit/mulvdi3_test.c
  vendor/compiler-rt/dist/test/Unit/mulvsi3_test.c
  vendor/compiler-rt/dist/test/Unit/mulvti3_test.c
  vendor/compiler-rt/dist/test/Unit/mulxc3_test.c
  vendor/compiler-rt/dist/test/Unit/nedf2vfp_test.c
  vendor/compiler-rt/dist/test/Unit/negdf2vfp_test.c
  vendor/compiler-rt/dist/test/Unit/negdi2_test.c
  vendor/compiler-rt/dist/test/Unit/negsf2vfp_test.c
  vendor/compiler-rt/dist/test/Unit/negti2_test.c
  vendor/compiler-rt/dist/test/Unit/negvdi2_test.c
  vendor/compiler-rt/dist/test/Unit/negvsi2_test.c
  vendor/compiler-rt/dist/test/Unit/negvti2_test.c
  vendor/compiler-rt/dist/test/Unit/nesf2vfp_test.c
  vendor/compiler-rt/dist/test/Unit/paritydi2_test.c
  vendor/compiler-rt/dist/test/Unit/paritysi2_test.c
  vendor/compiler-rt/dist/test/Unit/parityti2_test.c
  vendor/compiler-rt/dist/test/Unit/popcountdi2_test.c
  vendor/compiler-rt/dist/test/Unit/popcountsi2_test.c
  vendor/compiler-rt/dist/test/Unit/popcountti2_test.c
  vendor/compiler-rt/dist/test/Unit/powidf2_test.c
  vendor/compiler-rt/dist/test/Unit/powisf2_test.c
  vendor/compiler-rt/dist/test/Unit/powitf2_test.c
  vendor/compiler-rt/dist/test/Unit/powixf2_test.c
  vendor/compiler-rt/dist/test/Unit/subdf3vfp_test.c
  vendor/compiler-rt/dist/test/Unit/subsf3vfp_test.c
  vendor/compiler-rt/dist/test/Unit/subvdi3_test.c
  vendor/compiler-rt/dist/test/Unit/subvsi3_test.c
  vendor/compiler-rt/dist/test/Unit/subvti3_test.c
  vendor/compiler-rt/dist/test/Unit/trampoline_setup_test.c
  vendor/compiler-rt/dist/test/Unit/truncdfsf2vfp_test.c
  vendor/compiler-rt/dist/test/Unit/ucmpdi2_test.c
  vendor/compiler-rt/dist/test/Unit/ucmpti2_test.c
  vendor/compiler-rt/dist/test/Unit/udivdi3_test.c
  vendor/compiler-rt/dist/test/Unit/udivmoddi4_test.c
  vendor/compiler-rt/dist/test/Unit/udivmodti4_test.c
  vendor/compiler-rt/dist/test/Unit/udivsi3_test.c
  vendor/compiler-rt/dist/test/Unit/udivti3_test.c
  vendor/compiler-rt/dist/test/Unit/umoddi3_test.c
  vendor/compiler-rt/dist/test/Unit/umodsi3_test.c
  vendor/compiler-rt/dist/test/Unit/umodti3_test.c
  vendor/compiler-rt/dist/test/Unit/unorddf2vfp_test.c
  vendor/compiler-rt/dist/test/Unit/unordsf2vfp_test.c
  vendor/compiler-rt/dist/www/index.html

Modified: vendor/compiler-rt/dist/CREDITS.TXT
==============================================================================
--- vendor/compiler-rt/dist/CREDITS.TXT	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/CREDITS.TXT	Thu Mar 17 19:47:28 2011	(r219719)
@@ -19,3 +19,6 @@ W: http://www.auroraux.org
 D: CMake'ify Compiler-RT build system
 D: Maintain Solaris & AuroraUX ports of Compiler-RT
 
+N: Howard Hinnant
+E: hhinnant at apple.com
+D: Architect and primary author of compiler-rt

Modified: vendor/compiler-rt/dist/LICENSE.TXT
==============================================================================
--- vendor/compiler-rt/dist/LICENSE.TXT	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/LICENSE.TXT	Thu Mar 17 19:47:28 2011	(r219719)
@@ -1,10 +1,21 @@
 ==============================================================================
-LLVM Release License
+compiler_rt License
 ==============================================================================
+
+The compiler_rt library is dual licensed under both the University of Illinois
+"BSD-Like" license and the MIT license.  As a user of this code you may choose
+to use it under either license.  As a contributor, you agree to allow your code
+to be used under both.
+
+Full text of the relevant licenses is included below.
+
+==============================================================================
+
 University of Illinois/NCSA
 Open Source License
 
-Copyright (c) 2003-2009 University of Illinois at Urbana-Champaign.
+Copyright (c) 2009-2010 by the contributors listed in CREDITS.TXT
+
 All rights reserved.
 
 Developed by:
@@ -43,21 +54,23 @@ OUT OF OR IN CONNECTION WITH THE SOFTWAR
 SOFTWARE.
 
 ==============================================================================
-Copyrights and Licenses for Third Party Software Distributed with LLVM:
-==============================================================================
-The LLVM software contains code written by third parties.  Such software will
-have its own individual LICENSE.TXT file in the directory in which it appears.
-This file will describe the copyrights, license, and restrictions which apply
-to that code.
-
-The disclaimer of warranty in the University of Illinois Open Source License
-applies to all code in the LLVM Distribution, and nothing in any of the
-other licenses gives permission to use the names of the LLVM Team or the
-University of Illinois to endorse or promote products derived from this
-Software.
 
-The following pieces of software have additional or alternate copyrights,
-licenses, and/or restrictions:
+Copyright (c) 2009-2010 by the contributors listed in CREDITS.TXT
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
 
-Program             Directory
--------             ---------
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Modified: vendor/compiler-rt/dist/README.txt
==============================================================================
--- vendor/compiler-rt/dist/README.txt	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/README.txt	Thu Mar 17 19:47:28 2011	(r219719)
@@ -77,8 +77,12 @@ ti_int __modti3    (ti_int a, ti_int b);
 su_int __umodsi3   (su_int a, su_int b);               // a % b   unsigned
 du_int __umoddi3   (du_int a, du_int b);               // a % b   unsigned
 tu_int __umodti3   (tu_int a, tu_int b);               // a % b   unsigned
-du_int __udivmoddi4(du_int a, du_int b, du_int* rem);  // a / b, *rem = a % b
-tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);  // a / b, *rem = a % b
+du_int __udivmoddi4(du_int a, du_int b, du_int* rem);  // a / b, *rem = a % b  unsigned
+tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);  // a / b, *rem = a % b  unsigned
+su_int __udivmodsi4(su_int a, su_int b, su_int* rem);  // a / b, *rem = a % b  unsigned
+si_int __divmodsi4(si_int a, si_int b, si_int* rem);   // a / b, *rem = a % b  signed
+
+
 
 //  Integral arithmetic with trapping overflow
 

Modified: vendor/compiler-rt/dist/lib/absvdi2.c
==============================================================================
--- vendor/compiler-rt/dist/lib/absvdi2.c	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/absvdi2.c	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
  *
  *                     The LLVM Compiler Infrastructure
  *
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
  *
  *===----------------------------------------------------------------------===
  *

Modified: vendor/compiler-rt/dist/lib/absvsi2.c
==============================================================================
--- vendor/compiler-rt/dist/lib/absvsi2.c	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/absvsi2.c	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
  *
  *                     The LLVM Compiler Infrastructure
  *
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
  *
  * ===----------------------------------------------------------------------===
  *

Modified: vendor/compiler-rt/dist/lib/absvti2.c
==============================================================================
--- vendor/compiler-rt/dist/lib/absvti2.c	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/absvti2.c	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
  *
  *                     The LLVM Compiler Infrastructure
  *
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
  *
  * ===----------------------------------------------------------------------===
  *

Modified: vendor/compiler-rt/dist/lib/adddf3.c
==============================================================================
--- vendor/compiler-rt/dist/lib/adddf3.c	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/adddf3.c	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //

Modified: vendor/compiler-rt/dist/lib/addsf3.c
==============================================================================
--- vendor/compiler-rt/dist/lib/addsf3.c	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/addsf3.c	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //

Modified: vendor/compiler-rt/dist/lib/addvdi3.c
==============================================================================
--- vendor/compiler-rt/dist/lib/addvdi3.c	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/addvdi3.c	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
  *
  *                     The LLVM Compiler Infrastructure
  *
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
  *
  * ===----------------------------------------------------------------------===
  *

Modified: vendor/compiler-rt/dist/lib/addvsi3.c
==============================================================================
--- vendor/compiler-rt/dist/lib/addvsi3.c	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/addvsi3.c	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
  *
  *                    The LLVM Compiler Infrastructure
  *
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
  *
  * ===----------------------------------------------------------------------===
  *

Modified: vendor/compiler-rt/dist/lib/addvti3.c
==============================================================================
--- vendor/compiler-rt/dist/lib/addvti3.c	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/addvti3.c	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
  *
  *                     The LLVM Compiler Infrastructure
  *
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
  *
  * ===----------------------------------------------------------------------===
  *

Modified: vendor/compiler-rt/dist/lib/apple_versioning.c
==============================================================================
--- vendor/compiler-rt/dist/lib/apple_versioning.c	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/apple_versioning.c	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
  *
  *                     The LLVM Compiler Infrastructure
  *
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
  *
  * ===----------------------------------------------------------------------===
  */

Modified: vendor/compiler-rt/dist/lib/arm/adddf3vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/adddf3vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/adddf3vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/addsf3vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/addsf3vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/addsf3vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/bswapdi2.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/bswapdi2.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/bswapdi2.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/bswapsi2.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/bswapsi2.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/bswapsi2.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/comparesf2.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/comparesf2.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/comparesf2.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //

Modified: vendor/compiler-rt/dist/lib/arm/divdf3vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/divdf3vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/divdf3vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/divsf3vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/divsf3vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/divsf3vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/eqdf2vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/eqdf2vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/eqdf2vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/eqsf2vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/eqsf2vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/eqsf2vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/extendsfdf2vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/extendsfdf2vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/extendsfdf2vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/fixdfsivfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/fixdfsivfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/fixdfsivfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/fixsfsivfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/fixsfsivfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/fixsfsivfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/fixunsdfsivfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/fixunsdfsivfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/fixunsdfsivfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/fixunssfsivfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/fixunssfsivfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/fixunssfsivfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/floatsidfvfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/floatsidfvfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/floatsidfvfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/floatsisfvfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/floatsisfvfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/floatsisfvfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/floatunssidfvfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/floatunssidfvfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/floatunssidfvfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/floatunssisfvfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/floatunssisfvfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/floatunssisfvfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/gedf2vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/gedf2vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/gedf2vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/gesf2vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/gesf2vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/gesf2vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/gtdf2vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/gtdf2vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/gtdf2vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/gtsf2vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/gtsf2vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/gtsf2vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/ledf2vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/ledf2vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/ledf2vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/lesf2vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/lesf2vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/lesf2vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/ltdf2vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/ltdf2vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/ltdf2vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/ltsf2vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/ltsf2vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/ltsf2vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/modsi3.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/modsi3.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/modsi3.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/muldf3vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/muldf3vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/muldf3vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/mulsf3vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/mulsf3vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/mulsf3vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/nedf2vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/nedf2vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/nedf2vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/negdf2vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/negdf2vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/negdf2vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/negsf2vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/negsf2vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/negsf2vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/nesf2vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/nesf2vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/nesf2vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/restore_vfp_d8_d15_regs.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/restore_vfp_d8_d15_regs.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/restore_vfp_d8_d15_regs.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/save_vfp_d8_d15_regs.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/save_vfp_d8_d15_regs.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/save_vfp_d8_d15_regs.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Added: vendor/compiler-rt/dist/lib/arm/softfloat-alias.list
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/compiler-rt/dist/lib/arm/softfloat-alias.list	Thu Mar 17 19:47:28 2011	(r219719)
@@ -0,0 +1,21 @@
+#
+# These are soft float functions which can be 
+# aliased to the *vfp functions on arm processors
+# that support floating point instructions.
+#
+___adddf3vfp		___adddf3
+___addsf3vfp		___addsf3
+___divdf3vfp		___divdf3
+___divsf3vfp		___divsf3
+___extendsfdf2vfp	___extendsfdf2
+___fixdfsivfp		___fixdfsi
+___fixsfsivfp		___fixsfsi
+___floatsidfvfp		___floatsidf
+___floatsisfvfp		___floatsisf
+___muldf3vfp		___muldf3
+___mulsf3vfp		___mulsf3
+___subdf3vfp		___subdf3
+___subsf3vfp		___subsf3
+___truncdfsf2vfp	___truncdfsf2
+___floatunssidfvfp	___floatunsidf
+___floatunssisfvfp	___floatunsisf

Modified: vendor/compiler-rt/dist/lib/arm/subdf3vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/subdf3vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/subdf3vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/subsf3vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/subsf3vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/subsf3vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/switch16.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/switch16.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/switch16.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/switch32.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/switch32.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/switch32.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/switch8.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/switch8.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/switch8.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/switchu8.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/switchu8.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/switchu8.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/sync_synchronize.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/sync_synchronize.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/sync_synchronize.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/truncdfsf2vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/truncdfsf2vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/truncdfsf2vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/unorddf2vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/unorddf2vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/unorddf2vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/arm/unordsf2vfp.S
==============================================================================
--- vendor/compiler-rt/dist/lib/arm/unordsf2vfp.S	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/arm/unordsf2vfp.S	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 

Modified: vendor/compiler-rt/dist/lib/ashldi3.c
==============================================================================
--- vendor/compiler-rt/dist/lib/ashldi3.c	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/ashldi3.c	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
  *
  *                     The LLVM Compiler Infrastructure
  *
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
  *
  * ===----------------------------------------------------------------------===
  *

Modified: vendor/compiler-rt/dist/lib/ashlti3.c
==============================================================================
--- vendor/compiler-rt/dist/lib/ashlti3.c	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/ashlti3.c	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
  *
  *                     The LLVM Compiler Infrastructure
  *
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
  *
  * ===----------------------------------------------------------------------===
  *

Modified: vendor/compiler-rt/dist/lib/ashrdi3.c
==============================================================================
--- vendor/compiler-rt/dist/lib/ashrdi3.c	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/ashrdi3.c	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
  *
  *                     The LLVM Compiler Infrastructure
  *
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
  *
  * ===----------------------------------------------------------------------===
  *

Modified: vendor/compiler-rt/dist/lib/ashrti3.c
==============================================================================
--- vendor/compiler-rt/dist/lib/ashrti3.c	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/ashrti3.c	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
  *
  *                     The LLVM Compiler Infrastructure
  *
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
  *
  * ===----------------------------------------------------------------------===
  *

Modified: vendor/compiler-rt/dist/lib/assembly.h
==============================================================================
--- vendor/compiler-rt/dist/lib/assembly.h	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/assembly.h	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
  *
  *                     The LLVM Compiler Infrastructure
  *
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
  *
  * ===----------------------------------------------------------------------===
  *

Modified: vendor/compiler-rt/dist/lib/clear_cache.c
==============================================================================
--- vendor/compiler-rt/dist/lib/clear_cache.c	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/clear_cache.c	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
  *
  *                     The LLVM Compiler Infrastructure
  *
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
  *
  * ===----------------------------------------------------------------------===
  */

Modified: vendor/compiler-rt/dist/lib/clzdi2.c
==============================================================================
--- vendor/compiler-rt/dist/lib/clzdi2.c	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/clzdi2.c	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
  *
  *      	       The LLVM Compiler Infrastructure
  *
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
  *
  * ===----------------------------------------------------------------------===
  *

Modified: vendor/compiler-rt/dist/lib/clzsi2.c
==============================================================================
--- vendor/compiler-rt/dist/lib/clzsi2.c	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/clzsi2.c	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
  *
  *      	       The LLVM Compiler Infrastructure
  *
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
  *
  * ===----------------------------------------------------------------------===
  *

Modified: vendor/compiler-rt/dist/lib/clzti2.c
==============================================================================
--- vendor/compiler-rt/dist/lib/clzti2.c	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/clzti2.c	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
  *
  *      	       The LLVM Compiler Infrastructure
  *
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
  *
  * ===----------------------------------------------------------------------===
  *

Modified: vendor/compiler-rt/dist/lib/cmpdi2.c
==============================================================================
--- vendor/compiler-rt/dist/lib/cmpdi2.c	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/cmpdi2.c	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
  *
  *                     The LLVM Compiler Infrastructure
  *
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
  *
  * ===----------------------------------------------------------------------===
  * 

Modified: vendor/compiler-rt/dist/lib/cmpti2.c
==============================================================================
--- vendor/compiler-rt/dist/lib/cmpti2.c	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/cmpti2.c	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
  *
  *                     The LLVM Compiler Infrastructure
  *
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
  *
  * ===----------------------------------------------------------------------===
  *

Modified: vendor/compiler-rt/dist/lib/comparedf2.c
==============================================================================
--- vendor/compiler-rt/dist/lib/comparedf2.c	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/comparedf2.c	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //

Modified: vendor/compiler-rt/dist/lib/comparesf2.c
==============================================================================
--- vendor/compiler-rt/dist/lib/comparesf2.c	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/comparesf2.c	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //

Modified: vendor/compiler-rt/dist/lib/ctzdi2.c
==============================================================================
--- vendor/compiler-rt/dist/lib/ctzdi2.c	Thu Mar 17 19:44:00 2011	(r219718)
+++ vendor/compiler-rt/dist/lib/ctzdi2.c	Thu Mar 17 19:47:28 2011	(r219719)
@@ -2,8 +2,8 @@
  *
  *                     The LLVM Compiler Infrastructure
  *
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
  *
  * ===----------------------------------------------------------------------===
  *

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-src-all mailing list