Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
cmake/ | 03-May-2024 | - | 1,680 | 1,515 | ||
include/ | 03-May-2024 | - | 4,062 | 3,487 | ||
lib/ | 03-May-2024 | - | 123,618 | 91,741 | ||
make/ | 03-May-2024 | - | 1,922 | 1,334 | ||
test/ | 03-May-2024 | - | 143,931 | 122,179 | ||
unittests/ | 03-May-2024 | - | 61 | 48 | ||
www/ | 03-May-2024 | - | 229 | 185 | ||
.arcconfig | D | 03-May-2024 | 81 | 5 | 4 | |
.gitignore | D | 03-May-2024 | 44 | 6 | 5 | |
Android.bp | D | 03-May-2024 | 14.5 KiB | 413 | 399 | |
Android.mk | D | 03-May-2024 | 16 KiB | 488 | 381 | |
CMakeLists.txt | D | 03-May-2024 | 13.2 KiB | 324 | 285 | |
CODE_OWNERS.TXT | D | 03-May-2024 | 1.3 KiB | 58 | 44 | |
CREDITS.TXT | D | 03-May-2024 | 1 KiB | 37 | 29 | |
LICENSE.TXT | D | 03-May-2024 | 4.2 KiB | 92 | 68 | |
MODULE_LICENSE_MIT | D | 03-May-2024 | 0 | |||
Makefile | D | 03-May-2024 | 9.3 KiB | 276 | 201 | |
NOTICE | D | 03-May-2024 | 4.2 KiB | 92 | 68 | |
README.android | D | 03-May-2024 | 2.4 KiB | 41 | 36 | |
README.txt | D | 03-May-2024 | 304 | 12 | 7 |
README.android
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 15* For JellyBean: Synced to upstream r155350 16* For JellyBean MR1: Synced to upstream r162279 17* For Jellybean MR2: Synced to upstream r177337 18* For Key Lime Pie: Synced to upstream r187889 19* For FUTURE: Synced to LLVM 3.4 r197381 20 21* 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.) 23* Recent downstreaming on 2013/8/8: Synced to r187889 (Contact srhines for merge questions.) 24* Recent downstreaming on 2013/6/13: Synced to r183849 (Contact srhines for merge questions.) 25* Recent downstreaming on 2013/5/3: Synced to r180792 (Contact srhines for merge questions.) 26* Recent downstreaming on 2013/3/18: Synced to r177337 (Contact srhines for merge questions.) 27* 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.) 29* Recent downstreaming on 2012/08/23: Synced to r162279 (Contact srhines for merge questions.) 30* Recent downstreaming on 2012/08/15: Synced to r159129 (Contact sliao for merge questions.) 31* Cherry-pick on 2012/07/27: https://llvm.org/svn/llvm-project/compiler-rt/trunk@160853 for ASan (Contact srhines for merge questions.) 32* Cherry-pick on 2012/05/23: https://llvm.org/svn/llvm-project/compiler-rt/trunk@157318 for ASan (Contact srhines for merge questions.) 33* Recent downstreaming on 2012/04/25: Synced to r155350 (Contact sliao for merge questions.) 34* 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. 41
README.txt
1Compiler-RT 2================================ 3 4This directory and its subdirectories contain source code for the compiler 5support routines. 6 7Compiler-RT is open source software. You may freely distribute it under the 8terms of the license agreement found in LICENSE.txt. 9 10================================ 11 12