1. 0c4572e Generate mini-debug-info on separate thread. by David Srbecky · 9 years ago
  2. ae5d273 Change the method which generates DWARF mini-debug-info. by David Srbecky · 8 years ago
  3. ac6a195 Merge "Reduce the size of native debug info generated by JIT." by David Srbecky · 8 years ago
  4. 579942f Reduce the size of native debug info generated by JIT. by David Srbecky · 8 years ago
  5. 867d63b Merge "runtime: Don't skip verification for -Xverify:soft-fail" by Igor Murashkin · 8 years ago
  6. df707e4 runtime: Don't skip verification for -Xverify:soft-fail by Igor Murashkin · 8 years ago
  7. c5b76b9 Merge "Minor improvement on static BCE analysis." by Aart Bik · 8 years ago
  8. 1fc3afb Minor improvement on static BCE analysis. by Aart Bik · 8 years ago
  9. a20748a Merge "Implement first kind of polymorphic inlining on MIPS." by Roland Levillain · 8 years ago
  10. 2aba7cd Implement first kind of polymorphic inlining on MIPS. by Roland Levillain · 8 years ago
  11. 905cb88 Merge "Revert "Revert "Optimizing: double-negated bitwise operations simplifications""" by Roland Levillain · 8 years ago
  12. ca0e3a0 Revert "Revert "Optimizing: double-negated bitwise operations simplifications"" by Alexandre Rames · 8 years ago
  13. 371d75e Merge "Assume fp operations can also take a constant on x86." by Nicolas Geoffray · 8 years ago
  14. 1c4aeb4 Write DWARF strings inline and remove .debug_str section. by David Srbecky · 8 years ago
  15. 24868a1 Share DWARF .debug_abbrev sections. by David Srbecky · 8 years ago
  16. 7770a3e Assume fp operations can also take a constant on x86. by Nicolas Geoffray · 8 years ago
  17. 674f519 ART: Enable multi-level instruction inlining by David Brazdil · 8 years ago
  18. e5c71f9 Handle HSelect in LSE. by Mingyao Yang · 8 years ago
  19. 9b1c9b7 Fix updating string dex cache array for no class table case by Mathieu Chartier · 8 years ago
  20. 623a7a2 MIPS32: Fix codegen register dumps. by Vladimir Marko · 8 years ago
  21. ba70200 Add MIPS floating point register mapping to DWARF. by David Srbecky · 8 years ago
  22. 85aa256 Merge "Avoid re-declarations of base classes in DWARF." by David Srbecky · 8 years ago
  23. 4e09bcb Merge "Use more compact encoding for DWARF flags." by David Srbecky · 8 years ago
  24. 18e94ee Merge "Optimize DWARF namespace encoding." by David Srbecky · 8 years ago
  25. c7eecf9 Avoid re-declarations of base classes in DWARF. by David Srbecky · 8 years ago
  26. fa5ec2b Use more compact encoding for DWARF flags. by David Srbecky · 8 years ago
  27. 7138d45 Optimize DWARF namespace encoding. by David Srbecky · 8 years ago
  28. 5f16c05 Merge "Remove unused DMB code paths in the ARM64 Optimizing Compiler" by Roland Levillain · 8 years ago
  29. 02fc24e ARM64: Add direct calls to math intrinsics by Anton Kirilov · 9 years ago
  30. a9e5521 Merge "MIPS64: Remove unaligned memory access from art generated code" by Vladimir Marko · 8 years ago
  31. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 8 years ago
  32. c3cf1d2 Merge "Implemented signum() on ARM64." by Aart Bik · 8 years ago
  33. bb24bd0 Implemented signum() on ARM64. by Aart Bik · 8 years ago
  34. d111cce Merge "Ensure instruction cache is flushed in compiler tests with Clang." by Roland Levillain · 8 years ago
  35. 3243026 Ensure instruction cache is flushed in compiler tests with Clang. by Roland Levillain · 8 years ago
  36. ce4b0ba Ignore image checksum for ExtractOnly oat files by David Brazdil · 8 years ago
  37. 03196cf Be on the safe side: emit an environment for runtime calls. by Nicolas Geoffray · 8 years ago
  38. 14567fd Clean up UpdateOatFile for app images by Mathieu Chartier · 8 years ago
  39. 472964b Merge "ART: Do not reopen oat file in ImageWriter::UpdateOatFile()." by Mathieu Chartier · 8 years ago
  40. 7b56502 Implement compare() on ARM64. by Aart Bik · 8 years ago
  41. ea3a007 Merge "Implementation of integer intrinsics on x86_64" by Aart Bik · 8 years ago
  42. 1c720b7 Merge "Optimizing compiler support for directly calling interface methods" by Alex Light · 8 years ago
  43. d967266 MIPS64: Remove unaligned memory access from art generated code by Lazar Trsic · 9 years ago
  44. d8904a5 ART: Do not reopen oat file in ImageWriter::UpdateOatFile(). by Vladimir Marko · 8 years ago
  45. 87d38b7 Merge "Optimizing: Use dex pc 0 for pattern substitution-generated IGET." by Vladimir Marko · 8 years ago
  46. adda435 Optimizing: Use dex pc 0 for pattern substitution-generated IGET. by Vladimir Marko · 8 years ago
  47. 04d3e87 ART: Do not use AT register in MIPS DSS<->RP swap by David Brazdil · 8 years ago
  48. fedd91d Optimizing compiler support for directly calling interface methods by Alex Light · 9 years ago
  49. 784bb09 Clear image file in image writer by Mathieu Chartier · 8 years ago
  50. c5d4754 Implementation of integer intrinsics on x86_64 by Aart Bik · 8 years ago
  51. be10e8e Optimizing: Try pattern substitution when we cannot inline. by Vladimir Marko · 9 years ago
  52. cc0f311 ART: Add missing swaps to MIPS codegen by David Brazdil · 8 years ago
  53. 6f06fdb Merge "ART: Fix gtest after liveness CL" by David Brazdil · 8 years ago
  54. b11b072 ART: Fix gtest after liveness CL by David Brazdil · 8 years ago
  55. 9ff1de0 Merge "Implement first kind of polymorphic inlining." by Nicolas Geoffray · 8 years ago
  56. a42363f Implement first kind of polymorphic inlining. by Nicolas Geoffray · 9 years ago
  57. 74eb1b2 ART: Implement HSelect by David Brazdil · 9 years ago
  58. 75fd2a8 Merge "ART: Implement support for instruction inlining" by David Brazdil · 8 years ago
  59. b3e773e ART: Implement support for instruction inlining by David Brazdil · 8 years ago
  60. 9e485e6 Merge "Fix ARM & ARM64 UnsafeCASObject intrinsic with heap poisoning." by Roland Levillain · 8 years ago
  61. 5faf22c Merge "Don't crash if the perf map creation failed" by Tamas Berghammer · 8 years ago
  62. f0615a3 Don't crash if the perf map creation failed by Tamas Berghammer · 8 years ago
  63. 8bfdf83 Merge "Revert "Revert "Lift the spill at each irreducible loop block restriction.""" by Nicolas Geoffray · 8 years ago
  64. ad4ed08 Revert "Revert "Lift the spill at each irreducible loop block restriction."" by Nicolas Geoffray · 8 years ago
  65. 78e9015 Merge "ART: Add option to ensure deterministic compilation" by Andreas Gampe · 8 years ago
  66. ace0dc1 ART: Add option to ensure deterministic compilation by Andreas Gampe · 9 years ago
  67. 4a6a67c Remove unused DMB code paths in the ARM64 Optimizing Compiler by Serban Constantinescu · 8 years ago
  68. c801425 Merge "ART: Make sure dex files are verified in the compiler" by Andreas Gampe · 8 years ago
  69. 3a2bd29 ART: Make sure dex files are verified in the compiler by Andreas Gampe · 8 years ago
  70. ca50505 Merge "ART: Allow --no-inline-from to specify multiple dex files." by Vladimir Marko · 8 years ago
  71. 47496c2 ART: Allow --no-inline-from to specify multiple dex files. by Vladimir Marko · 8 years ago
  72. 60edf5c Merge "Change the order of functions in .debug_frame to save space." by David Srbecky · 8 years ago
  73. 8206291 Merge "Do not write full method signature in mini-debug-info." by David Srbecky · 8 years ago
  74. 30202b2 Merge "Revert "Revert "Add option to generate compressed backtrace info.""" by David Srbecky · 8 years ago
  75. f032f3a Merge "Optimizing: Lazy creation of Handle<>s in RTP." by Vladimir Marko · 8 years ago
  76. 2e50ecb Fix ARM & ARM64 UnsafeCASObject intrinsic with heap poisoning. by Roland Levillain · 8 years ago
  77. 7d1fbf3 Optimizing: Lazy creation of Handle<>s in RTP. by Vladimir Marko · 8 years ago
  78. 6a507f3 Merge "Use mutator lock to guard adding and removing heap spaces" by Mathieu Chartier · 8 years ago
  79. a9d82fe Use mutator lock to guard adding and removing heap spaces by Mathieu Chartier · 8 years ago
  80. b1bd048 Merge "Recognize common utilities as intrinsics." by Aart Bik · 8 years ago
  81. 1e953c3 Merge "Some minor simplifications in code and tests." by Aart Bik · 8 years ago
  82. 7ccb63f Merge "Enable interface default methods by default." by Alex Light · 8 years ago
  83. 9724c63 Enable interface default methods by default. by Neil Fuller · 9 years ago
  84. 59c9454 Recognize common utilities as intrinsics. by Aart Bik · 8 years ago
  85. 09e8d5f Some minor simplifications in code and tests. by Aart Bik · 9 years ago
  86. 8881c42 Merge "Revert "Lift the spill at each irreducible loop block restriction."" by Bart Sears · 8 years ago
  87. 2818dbc Revert "Lift the spill at each irreducible loop block restriction." by Bart Sears · 8 years ago
  88. a00d5fe Merge "Lift the spill at each irreducible loop block restriction." by Nicolas Geoffray · 8 years ago
  89. 3260e11 Merge "ART: Remove some unnecessary mutator lock annotations." by Vladimir Marko · 8 years ago
  90. 7653b09 Merge "Add dependency on liblzma." by David Srbecky · 8 years ago
  91. 79e9f43 Lift the spill at each irreducible loop block restriction. by Nicolas Geoffray · 9 years ago
  92. 5e974a6 Change the order of functions in .debug_frame to save space. by David Srbecky · 9 years ago
  93. 5288611 Do not write full method signature in mini-debug-info. by David Srbecky · 9 years ago
  94. 5b1c2ca Revert "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 8 years ago
  95. f39745e ART: Remove some unnecessary mutator lock annotations. by Vladimir Marko · 8 years ago
  96. 36867b4 Merge "Generate DWARF line numbers only for points with dex register map." by David Srbecky · 8 years ago
  97. d112827 Add dependency on liblzma. by David Srbecky · 8 years ago
  98. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 8 years ago
  99. 1acf046 Merge "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 8 years ago
  100. 8546cc9 Revert "Add option to generate compressed backtrace info." by David Srbecky · 8 years ago