1. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  2. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  3. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 12 years ago
  4. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  5. 1109fb3 Implement CFI for Quick. by David Srbecky · 10 years ago
  6. cc23481 Promote pointer to dex cache arrays on arm. by Vladimir Marko · 10 years ago
  7. e5c76c5 PC-relative loads from dex cache arrays for arm. by Vladimir Marko · 10 years ago
  8. 6f71589 Write .debug_line section using the new DWARF library. by David Srbecky · 10 years ago
  9. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 10 years ago
  10. f6737f7 Quick: Clean up Mir2Lir codegen. by Vladimir Marko · 10 years ago
  11. 0b40ecf Quick: Clean up slow paths. by Vladimir Marko · 10 years ago
  12. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 10 years ago
  13. 6ce3eba Add suspend checks to special methods. by Vladimir Marko · 10 years ago
  14. 72f53af ART: Remove MIRGraph::dex_pc_to_block_map_ by Chao-ying Fu · 11 years ago
  15. 0b9203e ART: Some Quick cleanup by Andreas Gampe · 11 years ago
  16. 7e49992 ART: Remove LowestSetBit and IsPowerOfTwo by Andreas Gampe · 11 years ago
  17. 9d5c25a Quick: Use 16-bit Thumb2 PUSH/POP when possible. by Vladimir Marko · 11 years ago
  18. bf535be Add card mark to filled-new-array. by Vladimir Marko · 11 years ago
  19. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 11 years ago
  20. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  21. 832336b Don't copy fill array data to quick literal pool. by Ian Rogers · 11 years ago
  22. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 11 years ago
  23. e39c54e Deprecate GrowableArray, use ArenaVector instead. by Vladimir Marko · 11 years ago
  24. 8d0d03e ART: Change temporaries to positive names by Razvan A Lupusoru · 11 years ago
  25. 648d711 Reduce stack usage for overflow checks by Dave Allison · 11 years ago
  26. 48971b3 ART: Generate chained compare-and-branch for short switches by Andreas Gampe · 11 years ago
  27. 7ea6f79 ART: Throw StackOverflowError in native code by Andreas Gampe · 11 years ago
  28. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 11 years ago
  29. 48f5c47 Replace memory barriers to better reflect Java needs. by Hans Boehm · 11 years ago
  30. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 11 years ago
  31. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 11 years ago
  32. 3c12c51 Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"" by Andreas Gampe · 11 years ago
  33. de68676 Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter" by Andreas Gampe · 11 years ago
  34. 2689fba ART: Split out more cases of Load/StoreRef, volatile as parameter by Andreas Gampe · 11 years ago
  35. 995b32c Merge "ART: Implicit checks in the compiler are independent from Runtime" by Andreas Gampe · 11 years ago
  36. 5655e84 ART: Implicit checks in the compiler are independent from Runtime by Andreas Gampe · 11 years ago
  37. 7cd26f3 ART: Target-dependent stack overflow, less check elision by Andreas Gampe · 11 years ago
  38. 8dea81c Rewrite use/def masks to support 128 bits. by Vladimir Marko · 11 years ago
  39. 576ca0c Reduce header files including header files. by Ian Rogers · 11 years ago
  40. a0cd2d7 Quick compiler: reference cleanup by buzbee · 11 years ago
  41. 13ff8cd Merge "Quick Compiler: fix Arm cts failures" by Bill Buzbee · 11 years ago
  42. fe8cf8b Quick Compiler: fix Arm cts failures by Bill Buzbee · 11 years ago
  43. b14329f ART: Fix MonitorExit code on ARM by Andreas Gampe · 11 years ago
  44. 9b9dec8 ART: Fix ARM dmb placement in monitor-exit by Andreas Gampe · 11 years ago
  45. 5cd3375 Handle implicit stack overflow without affecting stack walks by Dave Allison · 11 years ago
  46. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 11 years ago
  47. 6ffcfa0 Rewrite suspend test check with LIRSlowPath. by Mingyao Yang · 11 years ago
  48. 695d13a Update load/store utilities for 64-bit backends by buzbee · 11 years ago
  49. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 11 years ago
  50. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 11 years ago
  51. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 11 years ago
  52. 754ddad Use trampolines for calls to helpers by Dave Allison · 11 years ago
  53. 3da67a5 Add OpEndIT() for marking the end of OpIT blocks by Dave Allison · 11 years ago
  54. 7ea687d Merge "Fix stack overflow slow path error." by Mathieu Chartier · 11 years ago
  55. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  56. f943914 Implement implicit stack overflow checks by Dave Allison · 11 years ago
  57. 05a48b1 Fix stack overflow slow path error. by Mathieu Chartier · 11 years ago
  58. 2700f7e Continuing register cleanup by buzbee · 11 years ago
  59. 0d507d1 Optimize stack overflow handling. by Mathieu Chartier · 11 years ago
  60. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  61. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 11 years ago
  62. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 11 years ago
  63. dbb8c49 Remove non-existent ARM insn kThumb2SubsRRI12. by Vladimir Marko · 11 years ago
  64. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 11 years ago
  65. 2c1ed45 Rework Quick compiler's register handling by buzbee · 11 years ago
  66. 3bc0174 GenSpecialCase support for x86 by Razvan A Lupusoru · 11 years ago
  67. 502c2a8 Generate ARM special methods from InlineMethod data. by Vladimir Marko · 11 years ago
  68. c9bf407 Fix special getter/setter generation. by Vladimir Marko · 11 years ago
  69. 2bc4780 Revert "Revert "Check FastInstance() early for special getters and setters."" by Vladimir Marko · 11 years ago
  70. 632e458 Revert "Check FastInstance() early for special getters and setters." by Ian Rogers · 11 years ago
  71. 5dc5727 Check FastInstance() early for special getters and setters. by Vladimir Marko · 11 years ago
  72. 58af1f9 Clean up usage of carry flag condition codes. by Vladimir Marko · 12 years ago
  73. 5816ed4 Detect special methods at the end of verification. by Vladimir Marko · 12 years ago
  74. 31c2aac Rename ClobberCalleeSave to *Caller*, fix it for x86. by Vladimir Marko · 12 years ago
  75. 0d82948 64-bit prep by buzbee · 12 years ago
  76. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 12 years ago
  77. 252254b More Quick compile-time tuning: labels & branches by buzbee · 12 years ago
  78. 9b297bf Refactor CompilerDriver::Compute..FieldInfo by Ian Rogers · 12 years ago
  79. f6c4b3b New arena memory allocator. by Mathieu Chartier · 12 years ago
  80. 468532e Entry point clean up. by Ian Rogers · 12 years ago
  81. 7655f29 Portable refactorings. by Ian Rogers · 12 years ago
  82. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 12 years ago
  83. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  84. 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 12 years ago
  85. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 12 years ago
  86. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed (99%) from src/compiler/dex/quick/arm/call_arm.cc]
  87. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  88. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 12 years ago
  89. 862a760 Compiler: continuing refactoring by buzbee · 12 years ago
  90. 1fd3346 Compiler: LIR restructuring by buzbee · 12 years ago
  91. 311ca16 Compiler: Spring cleaning by buzbee · 12 years ago
  92. 89756f2 Rename OatCompilationUnit to Dex.. move to compiler. by Ian Rogers · 12 years ago
  93. 395116c Compiler: rearranging the deck chairs. by buzbee · 12 years ago[Renamed (99%) from src/compiler/codegen/arm/call_arm.cc]
  94. 9e1448a Update comment making reference to an old file. by Sebastien Hertz · 12 years ago
  95. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 12 years ago
  96. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  97. 1eab958 Remove kExceptionPending flag from thread and codegen. by jeffhao · 13 years ago
  98. a169e1d Quick compiler: refactored listing & const fix by buzbee · 13 years ago
  99. 02031b1 Quick compiler: Single .so for all targets by buzbee · 13 years ago
  100. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 13 years ago