Stephen Hines | 031afa3 | 2012-03-08 14:16:16 -0800 | [diff] [blame] | 1 | /* |
| 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 Liao | e34de79 | 2012-08-15 02:31:08 -0700 | [diff] [blame] | 15 | * For JellyBean: Synced to upstream r155350 |
Stephen Hines | 6490f0d | 2012-08-23 03:01:53 -0700 | [diff] [blame] | 16 | * For JellyBean MR1: Synced to upstream r162279 |
Stephen Hines | 031afa3 | 2012-03-08 14:16:16 -0800 | [diff] [blame] | 17 | |
Stephen Hines | 6490f0d | 2012-08-23 03:01:53 -0700 | [diff] [blame] | 18 | * Recent downstreaming on 2012/08/23: Synced to r162279 (Contact srhines for merge questions.) |
Shih-wei Liao | e34de79 | 2012-08-15 02:31:08 -0700 | [diff] [blame] | 19 | * Recent downstreaming on 2012/08/15: Synced to r159129 (Contact sliao for merge questions.) |
Stephen Hines | 08c058a | 2012-07-27 09:47:37 -0700 | [diff] [blame] | 20 | * Cherry-pick on 2012/07/27: https://llvm.org/svn/llvm-project/compiler-rt/trunk@160853 for ASan (Contact srhines for merge questions.) |
Stephen Hines | 27590d7 | 2012-05-23 14:32:30 -0700 | [diff] [blame] | 21 | * 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 Liao | e34de79 | 2012-08-15 02:31:08 -0700 | [diff] [blame] | 22 | * Recent downstreaming on 2012/04/25: Synced to r155350 (Contact sliao for merge questions.) |
Stephen Hines | 031afa3 | 2012-03-08 14:16:16 -0800 | [diff] [blame] | 23 | * Recent downstreaming on 2012/03/08: Synced to r152058 (Contact srhines for merge questions.) |
| 24 | |
| 25 | TODO: This is still not building by default (no Android.mk files are present |
| 26 | yet). Look at frameworks/compile/libbcc/runtime for potential starting points. |
| 27 | |
| 28 | TODO: Switch libbcc to use this version of compiler-rt instead of its own |
| 29 | tweaked version. |