1. 1180d77 Fix method index for GDB information by Mark Mendell · 11 years ago
  2. 36fea8d Fixing structure of native frame for Generic JNI by Andreas Gampe · 11 years ago
  3. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  4. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 11 years ago
  5. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 11 years ago
  6. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 11 years ago
  7. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 11 years ago
  8. 3d50407 Make out arguments non-reference types. by Ian Rogers · 11 years ago
  9. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  10. c7f8320 Refactor verification results. by Vladimir Marko · 11 years ago
  11. 2b5eaa2 Move compiler code out of method verifier. by Vladimir Marko · 11 years ago
  12. ca368cb Break apart oat writing times. by Ian Rogers · 11 years ago
  13. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  14. 7020278 Support hardware divide instruction by Dave Allison · 11 years ago
  15. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  16. ba150c3 Omit OatMethodOffsets for classes without compiled code by Brian Carlstrom · 11 years ago
  17. 74e256b Add missing references. by Sebastien Hertz · 11 years ago
  18. 1d1e267 Merge "Refactor java.lang.reflect implementation" into dalvik-dev by Ian Rogers · 11 years ago
  19. 75a43f1 Clean up logcat spam from compiler and verifier by Anwar Ghuloum · 11 years ago
  20. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  21. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  22. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  23. c50d8e1 Remove OatWriter buffering to memory for ElfWriterQuick by Brian Carlstrom · 11 years ago
  24. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  25. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  26. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/compiler/oat_writer.cc]
  27. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago[Renamed (98%) from src/oat_writer.cc]
  28. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  29. 4bdbbc8 Dump oat file statistics with PrettySize. by Ian Rogers · 11 years ago
  30. 0aba0ba Created compiled stubs in image. by Jeff Hao · 11 years ago
  31. aa4a793 Rename abstract method code_ to entry_point_from_compiled_code_. by Jeff Hao · 11 years ago
  32. 58df327 Removed compiled resolution trampoline. by Jeff Hao · 12 years ago
  33. fbdc0fa Build fix. by Ian Rogers · 12 years ago
  34. 9609cb6 Remove remaining code related to compiled invoke and proxy stubs. by Jeff Hao · 12 years ago
  35. a3988d0 Fix portable build. by Sebastien Hertz · 12 years ago
  36. 74180ca Remove code related to compiled invoke stubs. by Jeff Hao · 12 years ago
  37. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  38. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  39. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
  40. c928de9 Remove Iceland. by Ian Rogers · 12 years ago
  41. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  42. 49a0f15 Address OutputStream feedback by Brian Carlstrom · 12 years ago
  43. cd60ac7 Create OutputStream abstraction by Brian Carlstrom · 12 years ago
  44. 1aa246d Move casts.h and stl_util.h into base/. by Elliott Hughes · 12 years ago
  45. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  46. ce4cc0d Using gcmap instead of shadow frame. by TDYa127 · 12 years ago
  47. ff2d2c5 Remove ClassLoader from OatWriter by Brian Carlstrom · 12 years ago
  48. 28db012 Add oat file dependency on boot.oat load location by Brian Carlstrom · 12 years ago
  49. 99bc217 Fix 044-proxy bug in oat_write.cc. by Logan Chien · 12 years ago
  50. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago
  51. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  52. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  53. ec01423 Classes that hard fail compile-time verification are now marked error. by jeffhao · 12 years ago
  54. c0228b8 Fixes to verifier and slowpaths for cts invoke tests. by jeffhao · 12 years ago
  55. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 12 years ago
  56. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  57. 971bf3f Compile method one-by-one. by Logan Chien · 13 years ago
  58. 4284bb9 Add thumb-specific code for invoke stub. by Logan Chien · 12 years ago
  59. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  60. 7484741 Fix a bunch of lint. by Elliott Hughes · 12 years ago
  61. 7a2a23a Cleanup proxy stub compiler code. by Logan Chien · 12 years ago
  62. e5fc334 Fix the build. Apologies for mistake. by Shih-wei Liao · 12 years ago
  63. eead4ac Implement proxy stub for compiler_llvm. by TDYa127 · 12 years ago
  64. fd2ec54 Fix compilation issues with new gcc by Brian Carlstrom · 13 years ago
  65. 110bcba Update frame size after the bitcode is translated into machine code. by Logan Chien · 13 years ago
  66. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 13 years ago
  67. 937105a Use ELF function index to distinguish generated functions. by Logan Chien · 13 years ago
  68. ccb7bf1 Add ELF index to OatMethodOffsets. by Logan Chien · 13 years ago
  69. 8e5e978 Fix dalvik-dev build. Handle the case of no input dex. by Shih-wei Liao · 13 years ago
  70. 25ae640 Write ELF image to Oat file. by Logan Chien · 13 years ago
  71. 81f3ca1 Add image dependency to oat files by Brian Carlstrom · 13 years ago
  72. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 13 years ago
  73. f8bbb84 Add code size to oat files by Brian Carlstrom · 13 years ago
  74. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  75. f03c288 Remove redundant oat file fields by Brian Carlstrom · 13 years ago
  76. a72ec82 Store the instruction set in the oat header, and use it in oatdump. by Elliott Hughes · 13 years ago
  77. 8b977d3 Compile llvm.Module into ELF object file. by Logan Chien · 13 years ago
  78. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 13 years ago
  79. 5b332c8 Fix checksum verification when opening DexFiles from OatFiles by Brian Carlstrom · 13 years ago
  80. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  81. 10037c8 Added pass to verify structure of dex file. by jeffhao · 13 years ago
  82. ba8eee1 Remove more lint. by Elliott Hughes · 13 years ago
  83. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 13 years ago
  84. c20a83e Eager verification GC maps are present in debug mode by Ian Rogers · 13 years ago
  85. e7d856b Add GC map to oat file by Brian Carlstrom · 13 years ago
  86. 0755ec5 Record Class::Status information in oat file by Brian Carlstrom · 13 years ago
  87. 389efb0 Rename OatMethods to OatClass by Brian Carlstrom · 13 years ago
  88. 6e3b1d9 Combine OatDexFile and OatClasses sections of oat file by Brian Carlstrom · 13 years ago
  89. 2a2ff56 Remove the damage caused by my bad advice. by Elliott Hughes · 13 years ago
  90. 8952189 Merge art-cache dex files into oat files by Brian Carlstrom · 13 years ago
  91. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 13 years ago
  92. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  93. 234da57 Basic file locking. by Elliott Hughes · 13 years ago
  94. 3fe7957 Make dex2oat more chatty with the log. by Ian Rogers · 13 years ago
  95. f479dcc Changed oat writer deduplication to use pointers to vectors. by jeffhao · 13 years ago
  96. 55d7821 Added code deduplication to the oat writer. by jeffhao · 13 years ago
  97. 387b699 Don't fail oat writing for unresolvable classes. by Ian Rogers · 13 years ago
  98. d81871c Verifier clean up. by Ian Rogers · 13 years ago
  99. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  100. f09afe8 Better detection of duplicate compiled methods/invoke stubs. by Elliott Hughes · 13 years ago