1. 40aed73 Merge "Add DoNotOptimize and use it in tests." by Elliott Hughes · 5 years ago
  2. c44b1d0 Merge "Make the connection between implementation and llndk_library explicit" by Colin Cross · 5 years ago
  3. c5617a4 Merge "Make more use of benchmark::DoNotOptimize in benchmarks." by Treehugger Robot · 5 years ago
  4. d88c8eb Merge "Rename ART release APEX to com.android.art." by Martin Stjernholm · 5 years ago
  5. e8693e7 Make more use of benchmark::DoNotOptimize in benchmarks. by Elliott Hughes · 5 years ago
  6. 7cda75f Add DoNotOptimize and use it in tests. by Elliott Hughes · 5 years ago
  7. 9aa6b15 Merge "Update to v5.9 kernel headers." by Christopher Ferris · 5 years ago
  8. 81c260d Rename ART release APEX to com.android.art. by Martin Stjernholm · 5 years ago
  9. 72b1aaf Merge "Fix __cxa_atexit run-time regression with many registrations" by Ryan Prichard · 5 years ago
  10. 3f09b0a Merge "Update module name referenced in README.md" by Peter Kalauskas · 5 years ago
  11. 38940f1 Merge "Replace libandroidicu usage in bionic with the new libicu.so available in NDK" by Treehugger Robot · 5 years ago
  12. c0d50d4 Replace libandroidicu usage in bionic with the new libicu.so available in NDK by Victor Chang · 5 years ago
  13. de523c0 Fix __cxa_atexit run-time regression with many registrations by Ryan Prichard · 5 years ago
  14. b88edc6 Merge "Add __cxa_atexit benchmark" by Ryan Prichard · 5 years ago
  15. 6dc330a Merge "Update linkerconfig configuration format" by Kiyoung Kim · 5 years ago
  16. 25c18d4 Update to v5.9 kernel headers. by Christopher Ferris · 5 years ago
  17. 8393a8b Make the connection between implementation and llndk_library explicit by Colin Cross · 5 years ago
  18. a3d41ee Add __cxa_atexit benchmark by Ryan Prichard · 5 years ago
  19. bb34f8d Merge "Fix visibility rules." am: 8c8d3e7288 by Baligh Uddin · 5 years ago
  20. 8c8d3e7 Merge "Fix visibility rules." by Baligh Uddin · 5 years ago
  21. db0c6de Fix visibility rules. by Baligh Uddin · 5 years ago
  22. c748420 Merge "Make more functions weak for native bridge" am: cf878313b0 by Lev Rumyantsev · 5 years ago
  23. cf87831 Merge "Make more functions weak for native bridge" by Lev Rumyantsev · 5 years ago
  24. 1c86687 Merge "pthread_cond: only call futex_wake when there are waiters" am: ddbcea2c11 by Treehugger Robot · 5 years ago
  25. ddbcea2 Merge "pthread_cond: only call futex_wake when there are waiters" by Treehugger Robot · 5 years ago
  26. 5d926ba Merge "Fix bug in finding another thread's TCB." am: e4f7c6d70b by Vy Nguyen · 5 years ago
  27. e4f7c6d Merge "Fix bug in finding another thread's TCB." by Vy Nguyen · 5 years ago
  28. 9c08f4f pthread_cond: only call futex_wake when there are waiters by Tim Murray · 5 years ago
  29. 19f8486 Fix bug in finding another thread's TCB. by Vy Nguyen · 5 years ago
  30. 814f38f Make more functions weak for native bridge by Lev Rumyantsev · 5 years ago
  31. b5f8e03 Update module name referenced in README.md by Peter Kalauskas · 5 years ago
  32. 20ca289 Merge changes from topic "I81ece86ace916eb6b435ab516cd431ec4b48a3bf" am: dcbc8ec29a by Steven Moreland · 5 years ago
  33. dcbc8ec Merge changes from topic "I81ece86ace916eb6b435ab516cd431ec4b48a3bf" by Steven Moreland · 5 years ago
  34. 0cdf132 Expose per-process memory init. by Steven Moreland · 5 years ago
  35. 69eb7bb Skip ab/6749736 in stage. by Xin Li · 5 years ago
  36. 5d3aa86 Add an API for per-process disabling memory initialization. by Peter Collingbourne · 5 years ago
  37. 2d4bbf2 Update linkerconfig configuration format by Kiyoung Kim · 5 years ago
  38. 90e8c97 Merge "Mark __progname as weak for native_bridge" am: 08a43426a0 by Evgeny Eltsin · 5 years ago
  39. 08a4342 Merge "Mark __progname as weak for native_bridge" by Evgeny Eltsin · 5 years ago
  40. 9783ab0 Merge "Add an internal struct layout test." am: 6551173d51 by Peter Collingbourne · 5 years ago
  41. 6551173 Merge "Add an internal struct layout test." by Peter Collingbourne · 5 years ago
  42. 10ca6d3 Merge "x86/x86_64: cleanup signal trampolines" am: 6351127c13 by Ryan Prichard · 5 years ago
  43. 6351127 Merge "x86/x86_64: cleanup signal trampolines" by Ryan Prichard · 5 years ago
  44. 4edf74a Add an internal struct layout test. by Peter Collingbourne · 5 years ago
  45. b752dd5 Mark __progname as weak for native_bridge by Evgeny Eltsin · 5 years ago
  46. 14b2099 Merge "Enable arm64 .eh_frame terminator, align it to 4" am: 9494caa7e8 by Ryan Prichard · 5 years ago
  47. 9494caa Merge "Enable arm64 .eh_frame terminator, align it to 4" by Ryan Prichard · 5 years ago
  48. 20670cb Merge "No global ThinLTO for linker" am: cde6ca1fc3 by Treehugger Robot · 5 years ago
  49. cde6ca1 Merge "No global ThinLTO for linker" by Treehugger Robot · 5 years ago
  50. a7e363f No global ThinLTO for linker by Yi Kong · 5 years ago
  51. 833a611 Merge "No global ThinLTO for bionic" am: 897fd6ecb3 by Yi Kong · 5 years ago
  52. 897fd6e Merge "No global ThinLTO for bionic" by Yi Kong · 5 years ago
  53. 15a05a7 No global ThinLTO for bionic by Yi Kong · 5 years ago
  54. e157c11 Merge "Make __clone_for_fork pure native bridge mode abstraction" am: 07c85f1688 by Victor Khimenko · 5 years ago
  55. 5a1564e Merge "Stop marking symbols weak in native bionic build" am: d510f22732 by Victor Khimenko · 5 years ago
  56. 07c85f1 Merge "Make __clone_for_fork pure native bridge mode abstraction" by Victor Khimenko · 5 years ago
  57. d510f22 Merge "Stop marking symbols weak in native bionic build" by Victor Khimenko · 5 years ago
  58. c7e1b6b Merge "alloc_debug: get load_bias error" am: 5aedb68499 by Christopher Ferris · 5 years ago
  59. 5aedb68 Merge "alloc_debug: get load_bias error" by Christopher Ferris · 5 years ago
  60. 6427f39 Make __clone_for_fork pure native bridge mode abstraction by Victor Khimenko · 5 years ago
  61. b967e79 Stop marking symbols weak in native bionic build by Victor Khimenko · 5 years ago
  62. 8d01fac alloc_debug: get load_bias error by Weiwei.Zhang · 5 years ago
  63. fd8d687 x86/x86_64: cleanup signal trampolines by Ryan Prichard · 6 years ago
  64. d42324e Merge changes from topic "arm64_branch-protection" am: 73ed0c4525 by Elliott Hughes · 5 years ago
  65. ee3ccc2 Update crtbegin.c and crt*.S to support Armv8.5-A BTI am: 18621fb30c by Tamas Petz · 5 years ago
  66. 537091a libm: Add Armv8.3-A PAuth and Armv8.5-A BTI support to assembly files am: 42b6530b1b by Tamas Petz · 5 years ago
  67. e20a8e4 libc: Prepare support for Armv8.3-A PAuth and Armv8.5-A BTI in *.S am: 19d66e6f2d by Tamas Petz · 5 years ago
  68. dc0dd76 Merge "Enable BTI in bionic linker" am: 7241ac6c07 by Elliott Hughes · 5 years ago
  69. 73ed0c4 Merge changes from topic "arm64_branch-protection" by Elliott Hughes · 5 years ago
  70. 7241ac6 Merge "Enable BTI in bionic linker" by Elliott Hughes · 5 years ago
  71. 184d4ec Merge "Work around issues with `aligned_alloc()` and -O2." am: 5cd0172b52 by Treehugger Robot · 5 years ago
  72. bcef897 Enable arm64 .eh_frame terminator, align it to 4 by Ryan Prichard · 5 years ago
  73. 5cd0172 Merge "Work around issues with `aligned_alloc()` and -O2." by Treehugger Robot · 5 years ago
  74. 1c33c4a Work around issues with `aligned_alloc()` and -O2. by Stephen Hines · 5 years ago
  75. 97860da Merge "Avoid explicit use of "10000" in build files." am: bda85584d1 by Dan Albert · 5 years ago
  76. cb1bb41 Merge "Copy the M_THREAD_DISABLE_MEM_INIT constant value into malloc.h." am: 155901898d by Peter Collingbourne · 5 years ago
  77. bda8558 Merge "Avoid explicit use of "10000" in build files." by Dan Albert · 5 years ago
  78. 1559018 Merge "Copy the M_THREAD_DISABLE_MEM_INIT constant value into malloc.h." by Peter Collingbourne · 5 years ago
  79. 978eb16 Copy the M_THREAD_DISABLE_MEM_INIT constant value into malloc.h. by Peter Collingbourne · 5 years ago
  80. 8d55d18 Enable BTI in bionic linker by Tamas Petz · 6 years ago
  81. 51bfe5a Merge "Adapt for update to clang-r399163." am: 47250aca16 by Stephen Hines · 5 years ago
  82. 47250ac Merge "Adapt for update to clang-r399163." by Stephen Hines · 5 years ago
  83. 7606477 Adapt for update to clang-r399163. by Stephen Hines · 5 years ago
  84. 876762e Merge "Add arm64 source to linker_wrapper" am: 0a12075ca4 by Treehugger Robot · 5 years ago
  85. 0a12075 Merge "Add arm64 source to linker_wrapper" by Treehugger Robot · 5 years ago
  86. 3b47d60 Add arm64 source to linker_wrapper by Jiyong Park · 5 years ago
  87. e533c96 Merge "Explicitly add the include path for android_filesystem_config.h" am: 6c19d67a73 by Tom Cherry · 5 years ago
  88. 6c19d67 Merge "Explicitly add the include path for android_filesystem_config.h" by Tom Cherry · 5 years ago
  89. 379ed1e Explicitly add the include path for android_filesystem_config.h by Tom Cherry · 5 years ago
  90. 058974c Merge "Simplify native bridge skip check" am: bfb889002b by Lev Rumyantsev · 5 years ago
  91. b38a5c0 Merge "Dump the per-thread TAGGED_ADDR_CTRL value if available." am: cf69abc0f4 by Peter Collingbourne · 5 years ago
  92. 62df5f1 Merge "Merge mainline-release 6664920 to master - DO NOT MERGE" am: f15d33e2f9 by Bill Yi · 5 years ago
  93. 8fa8f10 Merge mainline-release 6664920 to master - DO NOT MERGE am: e320c77e47 by Bill Yi · 5 years ago
  94. bfb8890 Merge "Simplify native bridge skip check" by Lev Rumyantsev · 5 years ago
  95. 37c5ed3 Simplify native bridge skip check by Lev Rumyantsev · 5 years ago
  96. cf69abc Merge "Dump the per-thread TAGGED_ADDR_CTRL value if available." by Peter Collingbourne · 5 years ago
  97. f15d33e Merge "Merge mainline-release 6664920 to master - DO NOT MERGE" by Bill Yi · 5 years ago
  98. e320c77 Merge mainline-release 6664920 to master - DO NOT MERGE by Bill Yi · 5 years ago
  99. af50a7d Merge "Merge android11-tests-dev." am: d7f153f9b9 by Treehugger Robot · 5 years ago
  100. 8e5fb88 Merge "Make it clearer that math.h isn't fdlibm." am: 60a39566f0 by Treehugger Robot · 5 years ago