1. fe8cf8b Quick Compiler: fix Arm cts failures by Bill Buzbee · 10 years ago
  2. 9b9dec8 ART: Fix ARM dmb placement in monitor-exit by Andreas Gampe · 10 years ago
  3. 5cd3375 Handle implicit stack overflow without affecting stack walks by Dave Allison · 10 years ago
  4. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 10 years ago
  5. 6ffcfa0 Rewrite suspend test check with LIRSlowPath. by Mingyao Yang · 10 years ago
  6. 695d13a Update load/store utilities for 64-bit backends by buzbee · 10 years ago
  7. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 10 years ago
  8. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 10 years ago
  9. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 10 years ago
  10. 754ddad Use trampolines for calls to helpers by Dave Allison · 10 years ago
  11. 3da67a5 Add OpEndIT() for marking the end of OpIT blocks by Dave Allison · 10 years ago
  12. 7ea687d Merge "Fix stack overflow slow path error." by Mathieu Chartier · 10 years ago
  13. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  14. f943914 Implement implicit stack overflow checks by Dave Allison · 10 years ago
  15. 05a48b1 Fix stack overflow slow path error. by Mathieu Chartier · 10 years ago
  16. 2700f7e Continuing register cleanup by buzbee · 10 years ago
  17. 0d507d1 Optimize stack overflow handling. by Mathieu Chartier · 10 years ago
  18. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 10 years ago
  19. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 10 years ago
  20. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 10 years ago
  21. dbb8c49 Remove non-existent ARM insn kThumb2SubsRRI12. by Vladimir Marko · 10 years ago
  22. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 10 years ago
  23. 2c1ed45 Rework Quick compiler's register handling by buzbee · 10 years ago
  24. 3bc0174 GenSpecialCase support for x86 by Razvan A Lupusoru · 10 years ago
  25. 502c2a8 Generate ARM special methods from InlineMethod data. by Vladimir Marko · 10 years ago
  26. c9bf407 Fix special getter/setter generation. by Vladimir Marko · 10 years ago
  27. 2bc4780 Revert "Revert "Check FastInstance() early for special getters and setters."" by Vladimir Marko · 10 years ago
  28. 632e458 Revert "Check FastInstance() early for special getters and setters." by Ian Rogers · 10 years ago
  29. 5dc5727 Check FastInstance() early for special getters and setters. by Vladimir Marko · 10 years ago
  30. 58af1f9 Clean up usage of carry flag condition codes. by Vladimir Marko · 11 years ago
  31. 5816ed4 Detect special methods at the end of verification. by Vladimir Marko · 11 years ago
  32. 31c2aac Rename ClobberCalleeSave to *Caller*, fix it for x86. by Vladimir Marko · 11 years ago
  33. 0d82948 64-bit prep by buzbee · 11 years ago
  34. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  35. 252254b More Quick compile-time tuning: labels & branches by buzbee · 11 years ago
  36. 9b297bf Refactor CompilerDriver::Compute..FieldInfo by Ian Rogers · 11 years ago
  37. f6c4b3b New arena memory allocator. by Mathieu Chartier · 11 years ago
  38. 468532e Entry point clean up. by Ian Rogers · 11 years ago
  39. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  40. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago
  41. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  42. 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 11 years ago
  43. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  44. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (99%) from src/compiler/dex/quick/arm/call_arm.cc]
  45. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  46. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 11 years ago
  47. 862a760 Compiler: continuing refactoring by buzbee · 11 years ago
  48. 1fd3346 Compiler: LIR restructuring by buzbee · 11 years ago
  49. 311ca16 Compiler: Spring cleaning by buzbee · 11 years ago
  50. 89756f2 Rename OatCompilationUnit to Dex.. move to compiler. by Ian Rogers · 11 years ago
  51. 395116c Compiler: rearranging the deck chairs. by buzbee · 11 years ago[Renamed (99%) from src/compiler/codegen/arm/call_arm.cc]
  52. 9e1448a Update comment making reference to an old file. by Sebastien Hertz · 11 years ago
  53. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 11 years ago
  54. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  55. 1eab958 Remove kExceptionPending flag from thread and codegen. by jeffhao · 12 years ago
  56. a169e1d Quick compiler: refactored listing & const fix by buzbee · 12 years ago
  57. 02031b1 Quick compiler: Single .so for all targets by buzbee · 12 years ago
  58. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 12 years ago
  59. aad9438 Quick Compiler: static, extern and inline cleanup by buzbee · 12 years ago
  60. 52a77fc Quick Compiler function renaming by buzbee · 12 years ago
  61. 1bc37c6 Continuing Quick compiler refactoring by buzbee · 12 years ago
  62. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 12 years ago
  63. eaf09bc Quick compiler: more refactoring by buzbee · 12 years ago
  64. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 12 years ago