OSDN Git Service

Fixed few warnings.
[android-x86/external-llvm.git] / README.android
index 6ef6a5d..09e47ba 100644 (file)
 * For Honeycomb: Synced to upstream r112344.
 * For Honeycomb MR1: Synced to upstream r119309
 * For Honeycomb MR2: Synced to upstream r119309
-* For Ice Cream Sandwich: Synced to upstream r135360
+* For Ice Cream Sandwich: Synced to upstream r135569
+* For Ice Cream Sandwich MR1: Synced to upstream r142530
 
-* Recent downstreaming on 2011/7/19: From r134306 to 135360
-* Recent downstreaming on 2011/7/2: From r133718 to 134306
-* Recent downstreaming on 2011/6/30: From r133240 to 133718
+* Recent downstreaming on 2011/10/22: From r135569 to 142530 (Contact sliao & logan for merge questions.)
+* Recent downstreaming on 2011/7/21: From r135360 to 135569 (Contact sliao & logan for merge questions.)
+* Recent downstreaming on 2011/7/19: From r134306 to 135360 (Contact sliao for merge questions.)
+* Recent downstreaming on 2011/7/2: From r133718 to 134306 (Contact sliao for merge questions.)
+* Recent downstreaming on 2011/6/30: From r133240 to 133718 (Contact sliao for merge questions.)
   * This downstreaming could have broken bitcode compatibility
     * Upstream was migrating from 2.7 bitcode to 3.0 bitcode.
     * See the 4 commits on 2011/6/17:
@@ -32,9 +35,9 @@
     ==> * 020a5a4 - remove bitcode reader support for LLVM 2.7 metadata encoding. (13 days ago) <Chris Lattner>
   * We maintain compatibility because Honeycomb SDK is out there.
     * Our bitcode reader can read both 2.7 and 3.0 versions. Writer is tracking upstream.
-* Recent downstreaming on 2011/6/22: From r129128 to 133240
-* Recent downstreaming on 2011/4/8: From r127116 to 129128
-* Recent downstreaming on 2011/3/11: From r119309 to 127116
+* Recent downstreaming on 2011/6/22: From r129128 to 133240 (Contact sliao@ for merge questions.)
+* Recent downstreaming on 2011/4/8: From r127116 to 129128 (Contact sliao@ for merge questions.)
+* Recent downstreaming on 2011/3/11: From r119309 to 127116 (Contact sliao@ for merge questions.)
 
 * We add 40+ Android's *.mk files that are specific to Android's build system.