1. 3dad341 Introduce ABS as HIR nodes. by Aart Bik · 6 years ago
  2. d961043 Merge "Revert "Revert "Full-stack integrity: check vdex contents.""" by Treehugger Robot · 6 years ago
  3. 2981c29 Merge "ART: Change abort() to _exit()" by Treehugger Robot · 6 years ago
  4. 66ff8a8 Revert "Revert "Full-stack integrity: check vdex contents."" by Nicolas Geoffray · 6 years ago
  5. 56c9b7c ART: Change abort() to _exit() by Andreas Gampe · 6 years ago
  6. af29031 Small documentation and stylistic changes. by Roland Levillain · 6 years ago
  7. cc4e7b7 Merge "Revert "Full-stack integrity: check vdex contents."" by Nicolas Geoffray · 6 years ago
  8. a19b764 Revert "Full-stack integrity: check vdex contents." by Nicolas Geoffray · 6 years ago
  9. 7b5e244 Merge "Full-stack integrity: check vdex contents." by Treehugger Robot · 6 years ago
  10. d6f914e Full-stack integrity: check vdex contents. by Nicolas Geoffray · 6 years ago
  11. 63e9e87 Merge "Add timestamps to JIT/DEX native debug info." by David Srbecky · 6 years ago
  12. 2daa134 Fix unquickening logic for quickened input dexes by Mathieu Chartier · 6 years ago
  13. b2f1edc Merge "Remove duplication, split tests" by David Sehr · 6 years ago
  14. 5b36288 Merge "Remove generate-operator-out.py symlinks" by Treehugger Robot · 6 years ago
  15. b69d2d3 Remove generate-operator-out.py symlinks by Alex Light · 6 years ago
  16. b2ec9f5 Remove duplication, split tests by David Sehr · 6 years ago
  17. 8567751 Merge "Remove the size of oatexec and oatdex dynamic symobls." by David Srbecky · 6 years ago
  18. 440a9b3 Add timestamps to JIT/DEX native debug info. by David Srbecky · 6 years ago
  19. 6356cad Merge "Fix iCache misses for GetKind on x86,x86_64" by Vladimir Marko · 6 years ago
  20. 64fbbd3 Merge "Don't compress the JIT mini-debug-info if we have just 1 method." by Treehugger Robot · 6 years ago
  21. a310f44 Remove the size of oatexec and oatdex dynamic symobls. by David Srbecky · 6 years ago
  22. ec419db Don't compress the JIT mini-debug-info if we have just 1 method. by David Srbecky · 6 years ago
  23. ae3c5cc Merge "Ensure local debug symbols are generated first." by David Srbecky · 6 years ago
  24. d9e4d73 Fix iCache misses for GetKind on x86,x86_64 by Gupta Kumar, Sanjiv · 6 years ago
  25. 59eb30f ART: Clean up patching data in codegens. by Vladimir Marko · 6 years ago
  26. d2645a3 Ensure local debug symbols are generated first. by David Srbecky · 6 years ago
  27. 86f452c Merge "Refactor method resolution in class linker." by Nicolas Geoffray · 6 years ago
  28. fcbe15c Build debug library libdexfiled by David Sehr · 6 years ago
  29. ea179f4 Refactor method resolution in class linker. by Nicolas Geoffray · 6 years ago
  30. f665f84 Pass the right dex_file/method_index for String.<init>. by Nicolas Geoffray · 6 years ago
  31. 215fc3b Merge "x86/x86-64: Fix cmpw() for 9-16 bit immediates." by Vladimir Marko · 6 years ago
  32. 29a8d84 x86/x86-64: Fix cmpw() for 9-16 bit immediates. by Vladimir Marko · 6 years ago
  33. bdaec34 Merge "MIPS32 Implement signed 64-bit division by powers of 2" by Treehugger Robot · 6 years ago
  34. 2ae376f Stylistic and aesthetic changes. by Roland Levillain · 6 years ago
  35. ef01222 Fix typos. by Roland Levillain · 7 years ago
  36. e78471d Make exception test more robust against dex changes. by Aart Bik · 6 years ago
  37. feec167 Add support for counting hotness in compiled code for MIPS by Goran Jakovljevic · 6 years ago
  38. 249eeac Merge "Added missing return." by Treehugger Robot · 6 years ago
  39. f12c309 Merge "Do not eliminate array allocation if it may throw NegativeArraySizeException" by Mingyao Yang · 6 years ago
  40. 897df03 Added missing return. by Aart Bik · 6 years ago
  41. 7cf9af2 Do not eliminate array allocation if it may throw NegativeArraySizeException by Mingyao Yang · 6 years ago
  42. 129ebee Merge "Don't analyze methods with verification errors." by Treehugger Robot · 6 years ago
  43. 2c148f0 Don't analyze methods with verification errors. by Aart Bik · 6 years ago
  44. 910f34d Merge "Remove .symtab debug symbols for individual interpreted methods." by David Srbecky · 6 years ago
  45. a996953 Remove .symtab debug symbols for individual interpreted methods. by David Srbecky · 6 years ago
  46. 2a1f258 Merge "Revert "Properly de-duplicate debug symbol names."" by David Srbecky · 6 years ago
  47. 279e3a3 Enable code item deduping by Mathieu Chartier · 7 years ago
  48. 199f72b Merge "ART: Refactor dex2dex compilation" by Treehugger Robot · 6 years ago
  49. e0d8bd4 Merge "Revert "Revert "More general store elimination""" by Treehugger Robot · 6 years ago
  50. 669669c Merge "Exploit non-null control dependence." by Treehugger Robot · 6 years ago
  51. 3f427c4 Revert "Properly de-duplicate debug symbol names." by David Srbecky · 6 years ago
  52. a354053 Revert "Revert "More general store elimination"" by Mingyao Yang · 7 years ago
  53. 4c563ca Exploit non-null control dependence. by Aart Bik · 7 years ago
  54. e65948f Merge "Revert^2 "ARM: Use r4 for stack overflow check to reduce code size."" by Treehugger Robot · 6 years ago
  55. 833529f Merge "Create list of open dex files for libbacktrace." by Treehugger Robot · 6 years ago
  56. 1004955 Revert^2 "ARM: Use r4 for stack overflow check to reduce code size." by xueliang.zhong · 6 years ago
  57. 6831209 Merge "MIPS: Clean up InstanceOf/CheckCast." by Treehugger Robot · 6 years ago
  58. fb3de3d Create list of open dex files for libbacktrace. by David Srbecky · 6 years ago
  59. 66c158e Clean up signed/unsigned in vectorizer. by Aart Bik · 6 years ago
  60. 0e9d090 Merge "Add compiler option for counting hotness in compiled code." by Nicolas Geoffray · 6 years ago
  61. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 6 years ago
  62. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 6 years ago
  63. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  64. 8d72832 Add compiler option for counting hotness in compiled code. by Nicolas Geoffray · 7 years ago
  65. ded5594 Add addw support to x86 and x64. by Nicolas Geoffray · 7 years ago
  66. dfc30af MIPS: Clean up InstanceOf/CheckCast. by Alexey Frunze · 7 years ago
  67. 144c34f Merge "Log JIT mini-debug-info memory usage." by David Srbecky · 7 years ago
  68. 4580b6d Merge "Revert "ARM: Use r4 for stack overflow check to reduce code size."" by Treehugger Robot · 7 years ago
  69. bff7a52 Revert "Compiler changes for bitstring based type checks." by Nicolas Geoffray · 7 years ago
  70. 1a4f3ca Revert "ARM: Use r4 for stack overflow check to reduce code size." by Nicolas Geoffray · 7 years ago
  71. 8304743 Merge "Revert "ART: Use the bitstring type check for AOT app compilation."" by Treehugger Robot · 7 years ago
  72. 8dc11b7 Merge "Revert "More general store elimination"" by Treehugger Robot · 7 years ago
  73. 0be8cab Revert "ART: Use the bitstring type check for AOT app compilation." by Nicolas Geoffray · 7 years ago
  74. e97949e Revert "More general store elimination" by Nicolas Geoffray · 7 years ago
  75. 4b8025c MIPS32 Implement signed 64-bit division by powers of 2 by Lena Djokic · 7 years ago
  76. d3233ab Merge "ART: Use the bitstring type check for AOT app compilation." by Mingyao Yang · 7 years ago
  77. 8c0961f Move missed files to libdexfile by David Sehr · 7 years ago
  78. c9e0208 Log JIT mini-debug-info memory usage. by David Srbecky · 7 years ago
  79. b95eb37 Merge "Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed.""" by Nicolas Geoffray · 7 years ago
  80. 6650b0d Merge "ARM: Use r4 for stack overflow check to reduce code size." by Treehugger Robot · 7 years ago
  81. 718e831 ART: Use the bitstring type check for AOT app compilation. by Vladimir Marko · 7 years ago
  82. be2b613 Merge "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  83. f307527 Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Nicolas Geoffray · 7 years ago
  84. 4eb4563 ARM: Use r4 for stack overflow check to reduce code size. by Vladimir Marko · 7 years ago
  85. eb0ebed Compiler changes for bitstring based type checks. by Vladimir Marko · 7 years ago
  86. 3913e48 ART: Refactor profile_compilation_info.h includes by Andreas Gampe · 7 years ago
  87. d78ca52 Merge "Improve bound analysis on constant range." by Aart Bik · 7 years ago
  88. 3c060ad ART: Refactor dex2dex compilation by Andreas Gampe · 7 years ago
  89. b3c0b52 Merge "ART: Allow oatstatus verification for app dependencies" by Treehugger Robot · 7 years ago
  90. 7b4c09a Merge "ART: Implement SuperblockCloner." by Aart Bik · 7 years ago
  91. a95a5cc Improve bound analysis on constant range. by Aart Bik · 7 years ago
  92. c7ae623 Merge "Fix quickening logic" by Mathieu Chartier · 7 years ago
  93. 5577295 Merge "ART: Add entrypoint and intrinsic for Math.pow()." by Treehugger Robot · 7 years ago
  94. 4d17987 ART: Add entrypoint and intrinsic for Math.pow(). by Vladimir Marko · 7 years ago
  95. a79efdb Fix quickening logic by Mathieu Chartier · 7 years ago
  96. e993458 ART: Allow oatstatus verification for app dependencies by Andreas Gampe · 7 years ago
  97. c684f33 Refactor jit debugger interface and its ELF creation. by David Srbecky · 7 years ago
  98. 26037dd Merge "Fix the offset of $dexfile debug symbol." by Treehugger Robot · 7 years ago
  99. a780c6b Merge "Update PGO configuration" by Pirama Arumuga Nainar · 7 years ago
  100. c89013c Update PGO configuration by Pirama Arumuga Nainar · 7 years ago