1. 8f4b056 Move most of runtime/base to libartbase/base by David Sehr · 6 years ago
  2. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 6 years ago
  3. 64fbbd3 Merge "Don't compress the JIT mini-debug-info if we have just 1 method." by Treehugger Robot · 6 years ago
  4. ec419db Don't compress the JIT mini-debug-info if we have just 1 method. by David Srbecky · 6 years ago
  5. d2645a3 Ensure local debug symbols are generated first. by David Srbecky · 6 years ago
  6. a996953 Remove .symtab debug symbols for individual interpreted methods. by David Srbecky · 6 years ago
  7. c684f33 Refactor jit debugger interface and its ELF creation. by David Srbecky · 6 years ago
  8. 2593162 Fix the offset of $dexfile debug symbol. by David Srbecky · 6 years ago
  9. 510bb88 Add size for the $dexfile debug symbol. by David Srbecky · 6 years ago
  10. fa0b0db Merge "Generate debug symbols for interpreted methods." by David Srbecky · 6 years ago
  11. 8892c6b Move debug info offsets into a side table by Mathieu Chartier · 6 years ago
  12. 32210b9 Generate debug symbols for interpreted methods. by David Srbecky · 7 years ago
  13. 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 6 years ago
  14. 9e734c7 Create dex subdirectory by David Sehr · 6 years ago
  15. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 6 years ago
  16. f4886df Add mini-debug-info generation mode for JIT. by David Srbecky · 6 years ago
  17. 3f74ea4 Merge "Decouple virtual memory allocation in ElfBuilder." by David Srbecky · 6 years ago
  18. b67c20c Merge "Reduce DWARF local variable error to just warning." by David Srbecky · 6 years ago
  19. 702f6f2 Merge "Add CodeItemDebugInfoAccessor" by Mathieu Chartier · 6 years ago
  20. e155f4b Decouple virtual memory allocation in ElfBuilder. by David Srbecky · 6 years ago
  21. 31f4c9f Add CodeItemDebugInfoAccessor by Mathieu Chartier · 6 years ago
  22. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 6 years ago
  23. 566865d Reduce DWARF local variable error to just warning. by David Srbecky · 7 years ago
  24. 58cc1cb Pass the debug_info_offset explicitly. by Nicolas Geoffray · 7 years ago
  25. 5573c37 cpplint: Remove many unnecessary NOLINT by Igor Murashkin · 7 years ago
  26. 92f7f3c Use intrinsic codegen for compiling intrinsic methods. by Vladimir Marko · 7 years ago
  27. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  28. d8dbc8d Refactor compiled_method.h . by Vladimir Marko · 7 years ago
  29. 7452797 Refactor linker files from compiler/ to dex2oat/. by Vladimir Marko · 8 years ago
  30. 09659c2 ART: Remove heap poisoning from globals.h by Andreas Gampe · 7 years ago
  31. 216ba99 Merge "DWARF: Allow compilation units to contain methods out of order." by David Srbecky · 7 years ago
  32. 1b404a8 Add debug info for link-time generated thunks. by Vladimir Marko · 7 years ago
  33. 56da23c DWARF: Allow compilation units to contain methods out of order. by David Srbecky · 7 years ago
  34. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  35. d490129 ART: Clean up heap headers by Andreas Gampe · 7 years ago
  36. 8ea4eec ART: Mark some functions as always-inline by Andreas Gampe · 7 years ago
  37. deae7db ART: Add missing namespace comments by Andreas Gampe · 7 years ago
  38. 3bada4b Avoid binding const references to temporaries. by Vladimir Marko · 7 years ago
  39. a1d2f95 ART: Clean up art_field.h by Andreas Gampe · 7 years ago
  40. 575d3e6 Clean up code info table layout by Mathieu Chartier · 7 years ago
  41. a2f526f Compressed native PC for stack maps by Mathieu Chartier · 7 years ago
  42. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  43. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  44. d9c9037 Move ArrayRef to runtime/base by David Brazdil · 8 years ago
  45. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  46. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 8 years ago
  47. 93205e3 Move Assemblers to the Arena. by Vladimir Marko · 8 years ago
  48. 09ed098 Pack stack map entries on bit level to save space. by David Srbecky · 8 years ago
  49. d89f605 Ignore empty maps when emitting DWARF variable locations. by David Srbecky · 8 years ago
  50. 2de1e8a Merge "Revert "Revert "Allow duplicated methods in different DWARF line tables.""" by David Srbecky · 8 years ago
  51. 6a6b38f Revert "Revert "Allow duplicated methods in different DWARF line tables."" by David Srbecky · 8 years ago
  52. 9faab4d Merge "DWARF: Compensate for compiler's off-by-one instruction." by David Srbecky · 8 years ago
  53. 09c2a6b Add trampoline symbols to native debug info. by David Srbecky · 8 years ago
  54. b14a5ed Minor optimizations of debug::WriteCFISection. by David Srbecky · 8 years ago
  55. 252fa90 DWARF: Compensate for compiler's off-by-one instruction. by David Srbecky · 8 years ago
  56. 60e10c8 Merge "Revert "Allow duplicated methods in different DWARF line tables."" by David Srbecky · 8 years ago
  57. 8862fac Revert "Allow duplicated methods in different DWARF line tables." by David Srbecky · 8 years ago
  58. 8583b44 Merge "Allow duplicated methods in different DWARF line tables." by David Srbecky · 8 years ago
  59. 3c54623 Allow duplicated methods in different DWARF line tables. by David Srbecky · 8 years ago
  60. fe736b7 Allow generation of native debug info for multiple methods. by David Srbecky · 8 years ago
  61. 197160d Refactor MethodDebugInfo (input of DWARF writer). by David Srbecky · 8 years ago
  62. 91cc06c Mark DWARF lines in non-debuggable methods as "not a statement". by David Srbecky · 8 years ago
  63. 5d81120 Propagate InstructionSetFeatures to ElfBuilder. by David Srbecky · 8 years ago
  64. 2ed15b6 Cache DexRegisterMaps when writing native debug info. by David Srbecky · 8 years ago
  65. 7dc1178 Implement << operator for DexRegisterLocation::Kind. by David Srbecky · 8 years ago
  66. 3ce0bfa Merge "Add simple deduplication for .debug_ranges." by David Srbecky · 8 years ago
  67. db65d74 Merge "Change how DWARF detects end of prologue." by David Srbecky · 8 years ago
  68. 99b87eb Change how DWARF detects end of prologue. by David Srbecky · 8 years ago
  69. b396c73 Add simple deduplication for .debug_ranges. by David Srbecky · 8 years ago
  70. bfd26cd Fill some gaps in .debug_loc. by David Srbecky · 8 years ago
  71. c5bfa97 Split elf_writer_debug.cc to several files. by David Srbecky · 8 years ago
  72. 4fda4eb Move code related to debug info generation to its own directory. by David Srbecky · 8 years ago