1. 28db012 Add oat file dependency on boot.oat load location by Brian Carlstrom · 12 years ago
  2. 99bc217 Fix 044-proxy bug in oat_write.cc. by Logan Chien · 12 years ago
  3. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago
  4. 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
  5. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  6. ec01423 Classes that hard fail compile-time verification are now marked error. by jeffhao · 12 years ago
  7. c0228b8 Fixes to verifier and slowpaths for cts invoke tests. by jeffhao · 12 years ago
  8. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 12 years ago
  9. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  10. 971bf3f Compile method one-by-one. by Logan Chien · 12 years ago
  11. 4284bb9 Add thumb-specific code for invoke stub. by Logan Chien · 12 years ago
  12. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  13. 7484741 Fix a bunch of lint. by Elliott Hughes · 12 years ago
  14. 7a2a23a Cleanup proxy stub compiler code. by Logan Chien · 12 years ago
  15. e5fc334 Fix the build. Apologies for mistake. by Shih-wei Liao · 12 years ago
  16. eead4ac Implement proxy stub for compiler_llvm. by TDYa127 · 12 years ago
  17. fd2ec54 Fix compilation issues with new gcc by Brian Carlstrom · 12 years ago
  18. 110bcba Update frame size after the bitcode is translated into machine code. by Logan Chien · 12 years ago
  19. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 12 years ago
  20. 937105a Use ELF function index to distinguish generated functions. by Logan Chien · 12 years ago
  21. ccb7bf1 Add ELF index to OatMethodOffsets. by Logan Chien · 12 years ago
  22. 8e5e978 Fix dalvik-dev build. Handle the case of no input dex. by Shih-wei Liao · 12 years ago
  23. 25ae640 Write ELF image to Oat file. by Logan Chien · 12 years ago
  24. 81f3ca1 Add image dependency to oat files by Brian Carlstrom · 12 years ago
  25. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 12 years ago
  26. f8bbb84 Add code size to oat files by Brian Carlstrom · 12 years ago
  27. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  28. f03c288 Remove redundant oat file fields by Brian Carlstrom · 12 years ago
  29. a72ec82 Store the instruction set in the oat header, and use it in oatdump. by Elliott Hughes · 12 years ago
  30. 8b977d3 Compile llvm.Module into ELF object file. by Logan Chien · 12 years ago
  31. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 12 years ago
  32. 5b332c8 Fix checksum verification when opening DexFiles from OatFiles by Brian Carlstrom · 12 years ago
  33. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  34. 10037c8 Added pass to verify structure of dex file. by jeffhao · 13 years ago
  35. ba8eee1 Remove more lint. by Elliott Hughes · 13 years ago
  36. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 13 years ago
  37. c20a83e Eager verification GC maps are present in debug mode by Ian Rogers · 13 years ago
  38. e7d856b Add GC map to oat file by Brian Carlstrom · 13 years ago
  39. 0755ec5 Record Class::Status information in oat file by Brian Carlstrom · 13 years ago
  40. 389efb0 Rename OatMethods to OatClass by Brian Carlstrom · 13 years ago
  41. 6e3b1d9 Combine OatDexFile and OatClasses sections of oat file by Brian Carlstrom · 13 years ago
  42. 2a2ff56 Remove the damage caused by my bad advice. by Elliott Hughes · 13 years ago
  43. 8952189 Merge art-cache dex files into oat files by Brian Carlstrom · 13 years ago
  44. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 13 years ago
  45. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  46. 234da57 Basic file locking. by Elliott Hughes · 13 years ago
  47. 3fe7957 Make dex2oat more chatty with the log. by Ian Rogers · 13 years ago
  48. f479dcc Changed oat writer deduplication to use pointers to vectors. by jeffhao · 13 years ago
  49. 55d7821 Added code deduplication to the oat writer. by jeffhao · 13 years ago
  50. 387b699 Don't fail oat writing for unresolvable classes. by Ian Rogers · 13 years ago
  51. d81871c Verifier clean up. by Ian Rogers · 13 years ago
  52. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  53. f09afe8 Better detection of duplicate compiled methods/invoke stubs. by Elliott Hughes · 13 years ago
  54. 06b37d9 Always log the value when an alignment check fails. by Elliott Hughes · 13 years ago
  55. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  56. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  57. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago