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