1. d36c52e Check for null array assignments inline. Tidy asm macros. by Ian Rogers · 13 years ago
  2. 141d622 More X86 fixes. by Ian Rogers · 13 years ago
  3. 55bd45f More X86 fixes. by Ian Rogers · 13 years ago
  4. fc700ed Fix x86 long math. by Ian Rogers · 13 years ago
  5. 7caad77 Implement various missing parts of the X86 compiler by Ian Rogers · 13 years ago
  6. fead293 Minor suspend check tweak by buzbee · 13 years ago
  7. a2e39d9 Enable the rest of branch fusing by buzbee · 13 years ago
  8. 84fd693 Branch fusing by buzbee · 13 years ago
  9. 57b86d4 Refactor runtime support. by Ian Rogers · 13 years ago
  10. deaac40 Fix the C++ compilation part of the Mac build. by Elliott Hughes · 13 years ago
  11. 97df07f Fix getter/setter special case codegen by buzbee · 13 years ago
  12. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 13 years ago
  13. fc9e6fa Compiler intrinsics by buzbee · 13 years ago
  14. 81ff318 Nomenclature improvements. by Elliott Hughes · 13 years ago
  15. e84278b Stop saying "clazz". by Elliott Hughes · 13 years ago
  16. c6f3bb8 Further x86 progress and image creation. by Ian Rogers · 13 years ago
  17. e62076c Fix special method codegen by buzbee · 13 years ago
  18. f24132c Fix setter trivial pattern matching. by Ian Rogers · 13 years ago
  19. 16da88c Custom codegen for small frameless methods. by buzbee · 13 years ago
  20. b41b33b Add 3rd argument register to X86. by Ian Rogers · 13 years ago
  21. bdf6c3d Trivial cleanup of typos and fixed-length buffers. by Elliott Hughes · 13 years ago
  22. f582258 oat file patching by Brian Carlstrom · 13 years ago
  23. a7c1268 Restore card marking, minor tuning by buzbee · 13 years ago
  24. b3ab25b Enable compiler_test on host. by Ian Rogers · 13 years ago
  25. 9c044ce Support for promoting Method* and compiler temps by buzbee · 13 years ago
  26. 3fa1379 Patch support for the boot image. by Ian Rogers · 13 years ago
  27. ab2b55d Refactor callRuntimeHelper by Ian Rogers · 13 years ago
  28. 239c4e7 Loop detection, improved reg allocation by buzbee · 13 years ago
  29. 2ed3b95 Implement direct apk -> boot calling by Ian Rogers · 13 years ago
  30. 98dc5d7 Fix out-of-bounds memory access by buzbee · 13 years ago
  31. 6cbb2bd X86 invocation tidy up. by Ian Rogers · 13 years ago
  32. 141b0c7 Enable all tests on x86, add assertions by Ian Rogers · 13 years ago
  33. f7d9ad3 Enable all JNI internal compiler tests on the host. by Ian Rogers · 13 years ago
  34. 3d66194 Real fix for 064 by buzbee · 13 years ago
  35. e196567 SSA rework and support compiler temps in the frame by buzbee · 13 years ago
  36. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 13 years ago
  37. ab058bb Make code buffer units 8bit rather than 16bit. by Ian Rogers · 13 years ago
  38. efccc56 Frame layout change by buzbee · 13 years ago
  39. 55c02cd Merge "Monitor enter/exit cleanup" into dalvik-dev by buzbee · 13 years ago
  40. 05eba36 Monitor enter/exit cleanup by buzbee · 13 years ago
  41. 719ace4 Stop saying "typedef struct" and "typedef enum". by Elliott Hughes · 13 years ago
  42. b3cd122 Really fix build. by Elliott Hughes · 13 years ago
  43. e7825db Fix build. by Elliott Hughes · 13 years ago
  44. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  45. 680b1bd Unify branch flags, pretty printer for OpKind. by Ian Rogers · 13 years ago
  46. 86a4bce Fix branch bug (showed up in codegen for debug) by buzbee · 13 years ago
  47. adb8c67 Move the compiler away from libdex. by Elliott Hughes · 13 years ago
  48. de79783 Dummy up MOV instructions, add/tweak comments. by Ian Rogers · 13 years ago
  49. 96ab420 Beginning of X86 encoding map and instruction size routine. by Ian Rogers · 13 years ago
  50. a7678db x86 source code hack and slash by buzbee · 13 years ago
  51. e88dfbf x86 codegen source file skeletons by buzbee · 13 years ago
  52. 9831bfa Merge "Start of X86 LIR description." into dalvik-dev by Ian Rogers · 13 years ago
  53. e32ca23 Start of X86 LIR description. by Ian Rogers · 13 years ago
  54. 4455f78 Fix type in README.mips by buzbee · 13 years ago
  55. cad9606 Fix MIPS comment typo. by Ian Rogers · 13 years ago
  56. a2ebdd7 Complete MIPS code generation support by buzbee · 13 years ago
  57. 11f9d21 Mips portable floating point support by Bill Buzbee · 13 years ago
  58. c5159d5 MIPS switch table support by buzbee · 13 years ago
  59. 41f05df Merge "More MIPS support" into dalvik-dev by buzbee · 13 years ago
  60. be00364 Another attempt to fix the mac build by buzbee · 13 years ago
  61. 0398c42 More MIPS support by buzbee · 13 years ago
  62. bc6ba40 Fix the mac build - tweak the display format by buzbee · 13 years ago
  63. 82488f5 Multi-target Codegen cleanup by buzbee · 13 years ago
  64. 71ac994 Change assembler to use byte instruction lengths by buzbee · 13 years ago
  65. 5de3494 Another step towards a Mips target by buzbee · 13 years ago
  66. 31a4a6f More target-independence by buzbee · 13 years ago
  67. 4dd96f5 Extract method-related information from CompilationUnit. by Logan Chien · 13 years ago
  68. a15e67d Remove pad word from arrays by Ian Rogers · 13 years ago
  69. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 13 years ago
  70. 513c64a Fix load/storeBaseDispWide bug with large offests. by Ian Rogers · 13 years ago
  71. e3acd07 Multi-target support by buzbee · 13 years ago
  72. 80c4d57 [Compiler] Exit-path bug fix by buzbee · 13 years ago
  73. 8cd6dda Numerous fixes to compiler and verifier for cts vm-tests. by jeffhao · 13 years ago
  74. c8b306f Run time illegal access checks on static and direct methods by Ian Rogers · 13 years ago
  75. f3773f0 Move finalizer registration into managed code by Ian Rogers · 13 years ago
  76. a32a6fd Runtime access checks on virtual method calls by Ian Rogers · 13 years ago
  77. 44b412b Codegen support for debugger by buzbee · 13 years ago
  78. 1bddec3 Add access check slow paths to field accesses by Ian Rogers · 13 years ago
  79. d413590 Check instantiability at runtime when inconclusive at compile time by Ian Rogers · 13 years ago
  80. ba938cb Make the compiler threadsafe by buzbee · 13 years ago
  81. f16600b Minor compiler tuning. by buzbee · 13 years ago
  82. 5abfa3e Compiler tuning by buzbee · 13 years ago
  83. 0eb7d7e Implement array allocation with access checks. by Ian Rogers · 13 years ago
  84. 85d8c1e Minor compiler tuning by buzbee · 13 years ago
  85. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 13 years ago
  86. e7d856b Add GC map to oat file by Brian Carlstrom · 13 years ago
  87. c44c822 Fix another Mac build error. by Shih-wei Liao · 13 years ago
  88. 13ac45a Fix invokeSuper range check (cts blocker) by buzbee · 13 years ago
  89. 48d7222 Add unimplemented artResolveMethodFromCode by buzbee · 13 years ago
  90. 34c77ad Add stress-test mode for ResolveMethodFromCode by buzbee · 13 years ago
  91. 95f0879 Fix launch code for artThrowNoSuchMethodFromCode by buzbee · 13 years ago
  92. 2e3d1b2 Changes to compile with gcc 4.6 by Brian Carlstrom · 13 years ago
  93. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 13 years ago
  94. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  95. c1f143d Remove some lint. by Elliott Hughes · 13 years ago
  96. 4965b66 Compiler fix for issue #5649968 by buzbee · 13 years ago
  97. a3760aa Refactor the use of Method by the oat compiler. by Ian Rogers · 13 years ago
  98. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  99. a50638b Register allocation fixes. by buzbee · 13 years ago
  100. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 13 years ago