1. 013d1ee Introduce the notion of an nterp frame. by Nicolas Geoffray · 4 years, 10 months ago
  2. 2808be8 ART: Introduce stackmap with no DexRegInfo. by Artem Serov · 6 years ago
  3. e140212 Move some helper methods to DexRegisterLocation. by David Srbecky · 6 years ago
  4. fd89b07 Remove unused GetDexRegisterMap arguments. by David Srbecky · 6 years ago
  5. 21d45b4 Simplify DexRegisterMap API. by David Srbecky · 6 years ago
  6. 052f8ca Rewrite stackmap encoding code. by David Srbecky · 6 years ago
  7. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago
  8. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 7 years ago
  9. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  10. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  11. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  12. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
  13. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 7 years ago
  14. 1a20b68 Deduplicate register masks by Mathieu Chartier · 8 years ago
  15. 45aa598 Deduplicate stack masks by David Srbecky · 9 years ago
  16. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  17. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  18. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  19. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 8 years ago
  20. 09ed098 Pack stack map entries on bit level to save space. by David Srbecky · 9 years ago
  21. 7dc1178 Implement << operator for DexRegisterLocation::Kind. by David Srbecky · 9 years ago
  22. 524e7ea Remove ArtCode. by Nicolas Geoffray · 9 years ago
  23. 6bc4374 Add an abstraction over a compiled code. by Nicolas Geoffray · 9 years ago
  24. d9cb68e ART: Add (Fpu)RegHigh stack map location kinds by David Brazdil · 9 years ago
  25. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  26. f677ebf Cache stack map encoding by David Brazdil · 9 years ago
  27. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  28. 8e5bd18 Add a flag to StackVisitor for inlining. by Nicolas Geoffray · 9 years ago
  29. a552e1c Use unique location catalogs to encode Dex register maps. by Roland Levillain · 9 years ago
  30. 004c230 Compress the StackMaps. by Nicolas Geoffray · 10 years ago
  31. fead4e4 [optimizing] Don't record None locations in the stack maps. by Nicolas Geoffray · 10 years ago
  32. a2d8ec6 Compress the Dex register maps built by the optimizing compiler. by Roland Levillain · 10 years ago
  33. 9889396 Enable core callee-save on x64. by Nicolas Geoffray · 10 years ago
  34. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 10 years ago
  35. a7dd038 Fix oatdump to use OatHeader pointer size by Mathieu Chartier · 10 years ago
  36. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  37. 102cbed Implement register allocator for floating point registers. by Nicolas Geoffray · 10 years ago
  38. 48a8961 Fix lint error. by Nicolas Geoffray · 10 years ago
  39. e982f0b Implement invoke virtual in optimizing compiler. by Nicolas Geoffray · 10 years ago