blob: 587a6c631b62b986bda0978268edef43230a73a2 [file] [log] [blame]
Stephen Hines031afa32012-03-08 14:16:16 -08001/*
2 * README.android describes in high-level the compiler-rt changes that we
3 * cannot push upstream to the llvm.org repository:
4 * - Changes due to Android's build system.
5 * - Changes due to Android's toolchain.
6 * - Changes due to the limitations in Android-based consumer electronics.
7 *
8 * Some of them are to-dos. If and when they are done, there will no longer be
9 * merge conflicts with upstream on those parts.
10 *
11 * The file contains useful hints when we try to resolve future 3-way merge
12 * conflicts.
13 */
14
Shih-wei Liaoe34de792012-08-15 02:31:08 -070015* For JellyBean: Synced to upstream r155350
Stephen Hines6490f0d2012-08-23 03:01:53 -070016* For JellyBean MR1: Synced to upstream r162279
Stephen Hinesdd3a5ec2013-03-19 21:35:55 -070017* For Jellybean MR2: Synced to upstream r177337
Stephen Hines7cba5f12013-08-08 23:48:34 -070018* For Key Lime Pie: Synced to upstream r187889
Stephen Hines21b5c4d2014-02-09 02:31:07 -080019* For FUTURE: Synced to LLVM 3.4 r197381
Stephen Hines031afa32012-03-08 14:16:16 -080020
Stephen Hines21b5c4d2014-02-09 02:31:07 -080021* Cherry-pick on 2014/2/11: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201068 and https://llvm.org/svn/llvm-project/compiler-rt/trunk@201070
22* Recent downstreaming on 2013/2/11: Synced to r197381 (Contact srhines for merge questions.)
Stephen Hines7cba5f12013-08-08 23:48:34 -070023* Recent downstreaming on 2013/8/8: Synced to r187889 (Contact srhines for merge questions.)
Stephen Hines485f7382013-06-12 17:07:18 -070024* Recent downstreaming on 2013/6/13: Synced to r183849 (Contact srhines for merge questions.)
Stephen Hines3a02de32013-05-03 18:10:06 -070025* Recent downstreaming on 2013/5/3: Synced to r180792 (Contact srhines for merge questions.)
Stephen Hinesdd3a5ec2013-03-19 21:35:55 -070026* Recent downstreaming on 2013/3/18: Synced to r177337 (Contact srhines for merge questions.)
Stephen Hinesff571e22013-03-05 23:44:58 -080027* Recent downstreaming on 2013/3/5: Synced to r176091 (Contact srhines for merge questions.)
28* Recent downstreaming on 2013/1/8: Synced to r171802 (Contact srhines for merge questions.)
Stephen Hines6490f0d2012-08-23 03:01:53 -070029* Recent downstreaming on 2012/08/23: Synced to r162279 (Contact srhines for merge questions.)
Shih-wei Liaoe34de792012-08-15 02:31:08 -070030* Recent downstreaming on 2012/08/15: Synced to r159129 (Contact sliao for merge questions.)
Stephen Hines08c058a2012-07-27 09:47:37 -070031* Cherry-pick on 2012/07/27: https://llvm.org/svn/llvm-project/compiler-rt/trunk@160853 for ASan (Contact srhines for merge questions.)
Stephen Hines27590d72012-05-23 14:32:30 -070032* Cherry-pick on 2012/05/23: https://llvm.org/svn/llvm-project/compiler-rt/trunk@157318 for ASan (Contact srhines for merge questions.)
Shih-wei Liaoe34de792012-08-15 02:31:08 -070033* Recent downstreaming on 2012/04/25: Synced to r155350 (Contact sliao for merge questions.)
Stephen Hines031afa32012-03-08 14:16:16 -080034* Recent downstreaming on 2012/03/08: Synced to r152058 (Contact srhines for merge questions.)
35
36TODO: This is still not building by default (no Android.mk files are present
37yet). Look at frameworks/compile/libbcc/runtime for potential starting points.
38
39TODO: Switch libbcc to use this version of compiler-rt instead of its own
40tweaked version.