1. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 13 years ago
  2. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  3. 1eab958 Remove kExceptionPending flag from thread and codegen. by jeffhao · 13 years ago
  4. e6285f9 Compiler: Take advantage of constant propagation by buzbee · 13 years ago
  5. a169e1d Quick compiler: refactored listing & const fix by buzbee · 13 years ago
  6. 078fa45 Quick compiler: improve ClobberSReg comments by buzbee · 13 years ago
  7. 7da142f Quick compiler: tighten null/0/0.0 workaround by buzbee · 13 years ago
  8. a3a82b2 Quick compiler: minor cleanup by buzbee · 13 years ago
  9. 02031b1 Quick compiler: Single .so for all targets by buzbee · 13 years ago
  10. 28c9a83 Quick Compiler: pointer/boolean cleanup by buzbee · 13 years ago
  11. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 13 years ago
  12. aad9438 Quick Compiler: static, extern and inline cleanup by buzbee · 13 years ago
  13. 52a77fc Quick Compiler function renaming by buzbee · 13 years ago
  14. 1bc37c6 Continuing Quick compiler refactoring by buzbee · 13 years ago
  15. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 13 years ago
  16. eaf09bc Quick compiler: more refactoring by buzbee · 13 years ago
  17. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 13 years ago
  18. f0504cd Quick backend: rename target-specific #defines by buzbee · 13 years ago
  19. ec13743 Revert "Revert "Refactor codegen resource masks"" by buzbee · 13 years ago
  20. 4b39c9f1b Revert "Refactor codegen resource masks" by Bill Buzbee · 13 years ago
  21. 07131ca Refactor codegen resource masks by buzbee · 13 years ago
  22. b046e16 Remove all TARGET_[ARM|X86|MIPS] #ifdefs by buzbee · 13 years ago
  23. 30a3317 More MIPS fixes. Many run-test tests pass. by jeffhao · 13 years ago
  24. a5b3024 Split dex_pc<->native_pc mapping table by Bill Buzbee · 13 years ago
  25. f5f5a12 Quick compiler: bug fix & cleanup by buzbee · 13 years ago
  26. 8320f38 Prune useless entries from dex to pc map by buzbee · 13 years ago
  27. d1643e4 Basic block combine pass by buzbee · 13 years ago
  28. f1f8636 Quick compiler - fix run-test 019 by buzbee · 13 years ago
  29. a1da8a5 Quick compiler: complete switch support by buzbee · 13 years ago
  30. 7484741 Fix a bunch of lint. by Elliott Hughes · 13 years ago
  31. ad8f15e Milestone: close Quick side channel communication by buzbee · 13 years ago
  32. 15bf980 More Quick compiler restructuring by buzbee · 13 years ago
  33. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 13 years ago
  34. 2cfc639 Foundation for Quick LLVM compiler by buzbee · 13 years ago
  35. 408ad16 Restructure to reduce MIR references by buzbee · 13 years ago
  36. 41005dd Fix x86 type conversions. test-art-host-oat passes. by jeffhao · 13 years ago
  37. bff2465 [Compiler] Add object ref discovery by buzbee · 13 years ago
  38. a114add [Compiler] use Art indentation standard by Bill Buzbee · 13 years ago
  39. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 13 years ago
  40. f3aac97 Special case division by small constants by buzbee · 13 years ago
  41. 55bd45f More X86 fixes. by Ian Rogers · 13 years ago
  42. a2e39d9 Enable the rest of branch fusing by buzbee · 13 years ago
  43. 84fd693 Branch fusing by buzbee · 13 years ago
  44. 57b86d4 Refactor runtime support. by Ian Rogers · 13 years ago
  45. 97df07f Fix getter/setter special case codegen by buzbee · 13 years ago
  46. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 13 years ago
  47. fc9e6fa Compiler intrinsics by buzbee · 13 years ago
  48. 81ff318 Nomenclature improvements. by Elliott Hughes · 13 years ago
  49. e62076c Fix special method codegen by buzbee · 13 years ago
  50. f24132c Fix setter trivial pattern matching. by Ian Rogers · 13 years ago
  51. 16da88c Custom codegen for small frameless methods. by buzbee · 13 years ago
  52. 9c044ce Support for promoting Method* and compiler temps by buzbee · 13 years ago
  53. ab2b55d Refactor callRuntimeHelper by Ian Rogers · 13 years ago
  54. 239c4e7 Loop detection, improved reg allocation by buzbee · 13 years ago
  55. f7d9ad3 Enable all JNI internal compiler tests on the host. by Ian Rogers · 13 years ago
  56. e196567 SSA rework and support compiler temps in the frame by buzbee · 13 years ago
  57. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 13 years ago
  58. ab058bb Make code buffer units 8bit rather than 16bit. by Ian Rogers · 13 years ago
  59. 55c02cd Merge "Monitor enter/exit cleanup" into dalvik-dev by buzbee · 13 years ago
  60. 05eba36 Monitor enter/exit cleanup by buzbee · 13 years ago
  61. 719ace4 Stop saying "typedef struct" and "typedef enum". by Elliott Hughes · 13 years ago
  62. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  63. 680b1bd Unify branch flags, pretty printer for OpKind. by Ian Rogers · 13 years ago
  64. 86a4bce Fix branch bug (showed up in codegen for debug) by buzbee · 13 years ago
  65. adb8c67 Move the compiler away from libdex. by Elliott Hughes · 13 years ago
  66. de79783 Dummy up MOV instructions, add/tweak comments. by Ian Rogers · 13 years ago
  67. e88dfbf x86 codegen source file skeletons by buzbee · 13 years ago
  68. a2ebdd7 Complete MIPS code generation support by buzbee · 13 years ago
  69. c5159d5 MIPS switch table support by buzbee · 13 years ago
  70. 0398c42 More MIPS support by buzbee · 13 years ago
  71. 82488f5 Multi-target Codegen cleanup by buzbee · 13 years ago
  72. 71ac994 Change assembler to use byte instruction lengths by buzbee · 13 years ago
  73. 5de3494 Another step towards a Mips target by buzbee · 13 years ago
  74. 31a4a6f More target-independence by buzbee · 13 years ago
  75. 4dd96f5 Extract method-related information from CompilationUnit. by Logan Chien · 13 years ago
  76. a15e67d Remove pad word from arrays by Ian Rogers · 13 years ago
  77. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 13 years ago
  78. 513c64a Fix load/storeBaseDispWide bug with large offests. by Ian Rogers · 13 years ago
  79. e3acd07 Multi-target support by buzbee · 13 years ago
  80. 80c4d57 [Compiler] Exit-path bug fix by buzbee · 13 years ago
  81. 8cd6dda Numerous fixes to compiler and verifier for cts vm-tests. by jeffhao · 13 years ago
  82. c8b306f Run time illegal access checks on static and direct methods by Ian Rogers · 13 years ago
  83. f3773f0 Move finalizer registration into managed code by Ian Rogers · 13 years ago
  84. a32a6fd Runtime access checks on virtual method calls by Ian Rogers · 13 years ago
  85. 44b412b Codegen support for debugger by buzbee · 13 years ago
  86. 1bddec3 Add access check slow paths to field accesses by Ian Rogers · 13 years ago
  87. d413590 Check instantiability at runtime when inconclusive at compile time by Ian Rogers · 13 years ago
  88. ba938cb Make the compiler threadsafe by buzbee · 13 years ago
  89. f16600b Minor compiler tuning. by buzbee · 14 years ago
  90. 5abfa3e Compiler tuning by buzbee · 14 years ago
  91. 0eb7d7e Implement array allocation with access checks. by Ian Rogers · 14 years ago
  92. 85d8c1e Minor compiler tuning by buzbee · 14 years ago
  93. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 14 years ago
  94. e7d856b Add GC map to oat file by Brian Carlstrom · 14 years ago
  95. c44c822 Fix another Mac build error. by Shih-wei Liao · 14 years ago
  96. 13ac45a Fix invokeSuper range check (cts blocker) by buzbee · 14 years ago
  97. 48d7222 Add unimplemented artResolveMethodFromCode by buzbee · 14 years ago
  98. 34c77ad Add stress-test mode for ResolveMethodFromCode by buzbee · 14 years ago
  99. 95f0879 Fix launch code for artThrowNoSuchMethodFromCode by buzbee · 14 years ago
  100. 2e3d1b2 Changes to compile with gcc 4.6 by Brian Carlstrom · 14 years ago