1. 4d02711 Implement heap poisoning in ART's Optimizing compiler. by Roland Levillain · 9 years ago
  2. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  3. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  4. 3f68e38 Don't emit bkpt, takes extra space for nothing. by Nicolas Geoffray · 10 years ago
  5. dd97393 Implement CFI for JNI. by David Srbecky · 10 years ago
  6. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 10 years ago
  7. 7cde48c Stack support for Optimizing compiler by Sebastien Hertz · 10 years ago
  8. ab1eb0d ART: Templatize IsInt & IsUint by Andreas Gampe · 10 years ago
  9. 2bcf9bf ART: Arm intrinsics for Optimizing compiler by Andreas Gampe · 10 years ago
  10. 3bcc8ea Don't use CanHoldArm in the code generator. by Nicolas Geoffray · 10 years ago
  11. 9f612ff ART: Fix unused variables and functions by Andreas Gampe · 10 years ago
  12. 849cc5e ART: Assembler_arm_test by Andreas Gampe · 10 years ago
  13. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  14. 3e3364e Merge "Tidy logging code not using UNIMPLEMENTED." by Ian Rogers · 10 years ago
  15. 5667fdb ARM: Use hardfp calling convention between java to java call. by Zheng Xu · 10 years ago
  16. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  17. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  18. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  19. 96f89a2 Add assembly operations with constants in optimizing compiler. by Nicolas Geoffray · 10 years ago
  20. 8d48673 Use the thumb2 assembler for the optimizing compiler. by Nicolas Geoffray · 10 years ago
  21. 45fdb93 Support additional instructions in ARM and thumb assemblers by Dave Allison · 11 years ago
  22. 65fcc2c Thumb2 assembler for JNI compiler and optimizing compiler by Dave Allison · 11 years ago
  23. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  24. 8194963 Replace CountOneBits and __builtin_popcount with POPCOUNT. by Vladimir Marko · 11 years ago
  25. 790a6b7 Calling convention support for cross 64/32 compilation. by Ian Rogers · 11 years ago
  26. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  27. fca8220 x86_64: JNI compiler by Dmitry Petrochenko · 11 years ago
  28. e63a745 Make heap reference poisoning work with the interpreter. by Hiroshi Yamauchi · 11 years ago
  29. 3681597 Use dmb. by Elliott Hughes · 11 years ago
  30. 468532e Entry point clean up. by Ian Rogers · 11 years ago
  31. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  32. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago[Renamed (99%) from runtime/oat/utils/arm/assembler_arm.cc]
  33. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/oat/utils/arm/assembler_arm.cc]
  34. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  35. 474b6da Move thread flags and state into 32bits. by Ian Rogers · 12 years ago
  36. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  37. cee4d0c Jni compiler should zero extend boolean and char return values. by jeffhao · 13 years ago
  38. 58136ca Fix the jni compiler's handling of byte and short return values in x86. by jeffhao · 13 years ago
  39. bf2739d Improve ARM assembler assertions. by Elliott Hughes · 13 years ago
  40. 57b86d4 Refactor runtime support. by Ian Rogers · 13 years ago[Renamed (99%) from src/assembler_arm.cc]
  41. 7ccf4f9 Untested fix for alleged build breakage. by Elliott Hughes · 13 years ago
  42. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 13 years ago
  43. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 13 years ago
  44. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  45. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  46. 06b37d9 Always log the value when an alignment check fails. by Elliott Hughes · 13 years ago
  47. ae67599 Various assembly fixes. by Ian Rogers · 13 years ago
  48. 5a7a74a Support for JNI local reference cookie. by Ian Rogers · 13 years ago
  49. dc51b79 Save/restore local table state on down calls. by Ian Rogers · 13 years ago
  50. e5de95b Fix JNI thread state transitions. by Ian Rogers · 13 years ago
  51. 67375ac Support for exception throwing from JNI. by Ian Rogers · 13 years ago
  52. bdb0391 Support for exception throwing. by Ian Rogers · 13 years ago
  53. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
  54. 2c8f653 Support for cross compilation. by Ian Rogers · 13 years ago
  55. 7a99c11 Fix various JNI compiler bugs/unimplementeds. by Ian Rogers · 13 years ago
  56. 668512a Decoding references. Otherwise, buggy code works only on stack refs. by Shih-wei Liao · 13 years ago
  57. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  58. 408f79a Add validate object, clean up stack indirect reference table. by Ian Rogers · 13 years ago
  59. a04d397 Issue 5177609: remove Monitor(Enter|Exit)Helper by Ian Rogers · 13 years ago
  60. 0d666d8 Fix JNI compiler for synchronized methods. by Ian Rogers · 13 years ago
  61. 9b9ba28 Implement upcalls with compiled JNI callback bridges. by Carl Shapiro · 13 years ago
  62. 53b6131 Use the UNIMPLEMENTED macro everywhere. by Elliott Hughes · 13 years ago
  63. 5381cf9 Handle double and long on the Managed side, and follow AAPCS on the Native side. by Shih-wei Liao · 13 years ago
  64. e2d373e Initial ARM JNI compiler support. by Carl Shapiro · 13 years ago
  65. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  66. 45a76cb Exception and suspend count polling on JNI bridge return. by Ian Rogers · 13 years ago
  67. 69759ea Add allocation and garbage collection infrastructure. by Carl Shapiro · 13 years ago
  68. df20fe0 Support for synchronized native methods. by Ian Rogers · 13 years ago
  69. b033c75 x86 JNI compiler and unit tests. by Ian Rogers · 13 years ago
  70. 1f359b0 Improve CHECK_<op> logging. by Elliott Hughes · 13 years ago
  71. a2e18e1 Add the implementation for the ARM assembler. by Carl Shapiro · 14 years ago
  72. 6b6b5f0 Shorten the namespace and re-normalize include guards. by Carl Shapiro · 14 years ago
  73. a5d5cfd Add basic assembler interface and an x86 backend. by Carl Shapiro · 14 years ago