1. a1da8a5 Quick compiler: complete switch support by buzbee · 13 years ago
  2. 15bf980 More Quick compiler restructuring by buzbee · 13 years ago
  3. 408ad16 Restructure to reduce MIR references by buzbee · 13 years ago
  4. a114add [Compiler] use Art indentation standard by Bill Buzbee · 13 years ago
  5. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 13 years ago
  6. f3aac97 Special case division by small constants by buzbee · 13 years ago
  7. 55bd45f More X86 fixes. by Ian Rogers · 13 years ago
  8. a2e39d9 Enable the rest of branch fusing by buzbee · 13 years ago
  9. 84fd693 Branch fusing by buzbee · 13 years ago
  10. 57b86d4 Refactor runtime support. by Ian Rogers · 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. e62076c Fix special method codegen by buzbee · 13 years ago
  14. f24132c Fix setter trivial pattern matching. by Ian Rogers · 13 years ago
  15. 16da88c Custom codegen for small frameless methods. by buzbee · 13 years ago
  16. ab2b55d Refactor callRuntimeHelper by Ian Rogers · 13 years ago
  17. 05eba36 Monitor enter/exit cleanup by buzbee · 13 years ago
  18. 680b1bd Unify branch flags, pretty printer for OpKind. by Ian Rogers · 13 years ago
  19. 86a4bce Fix branch bug (showed up in codegen for debug) by buzbee · 13 years ago
  20. a2ebdd7 Complete MIPS code generation support by buzbee · 13 years ago
  21. c5159d5 MIPS switch table support by buzbee · 13 years ago
  22. 82488f5 Multi-target Codegen cleanup by buzbee · 13 years ago
  23. 31a4a6f More target-independence by buzbee · 13 years ago
  24. 4dd96f5 Extract method-related information from CompilationUnit. by Logan Chien · 13 years ago
  25. a15e67d Remove pad word from arrays by Ian Rogers · 13 years ago
  26. e3acd07 Multi-target support by buzbee · 13 years ago
  27. 8cd6dda Numerous fixes to compiler and verifier for cts vm-tests. by jeffhao · 13 years ago
  28. 44b412b Codegen support for debugger by buzbee · 13 years ago
  29. 1bddec3 Add access check slow paths to field accesses by Ian Rogers · 13 years ago
  30. d413590 Check instantiability at runtime when inconclusive at compile time by Ian Rogers · 13 years ago
  31. ba938cb Make the compiler threadsafe by buzbee · 13 years ago
  32. 5abfa3e Compiler tuning by buzbee · 13 years ago
  33. 85d8c1e Minor compiler tuning by buzbee · 13 years ago
  34. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 13 years ago
  35. 34c77ad Add stress-test mode for ResolveMethodFromCode by buzbee · 13 years ago
  36. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 14 years ago
  37. a3760aa Refactor the use of Method by the oat compiler. by Ian Rogers · 14 years ago
  38. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 14 years ago
  39. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 14 years ago
  40. 6a99678 Ensure r0/ref isn't clobbered by call. by Ian Rogers · 14 years ago
  41. b093c6b Support for access check in checkcast and instanceof. by Ian Rogers · 14 years ago
  42. 28ad40d Support for unresolved types in new-instance during verification. by Ian Rogers · 14 years ago
  43. cc4540e Add slow path for OP_NEW_INSTANCE by buzbee · 14 years ago
  44. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 14 years ago
  45. 928bf02 Ensure getConstString uses slow path for non-image compilation by Brian Carlstrom · 14 years ago
  46. fe2e17f Simplify compiler's suspend check mechanism. by buzbee · 14 years ago
  47. 4f0d07c Spill possibly reference holding registers for runtime calls. by Ian Rogers · 14 years ago
  48. ce30293 Compiler cleanup by buzbee · 14 years ago
  49. 58f9274 Various bugfixes by buzbee · 14 years ago
  50. 81bc509 Silence a misleading compiler warning. by Elliott Hughes · 14 years ago
  51. 991e3ac Clean up instanceof codegen in compiler. by buzbee · 14 years ago
  52. 12246b8 Add memory barriers (Issue 3338450) by buzbee · 14 years ago
  53. 6181f79 Register usage cleanup by buzbee · 14 years ago
  54. 5d40f18 Fixes for "null instanceof" and class initialization by Brian Carlstrom · 14 years ago
  55. b29e4d1 Misc codegen fixes related to register promotion by buzbee · 14 years ago
  56. c0ecd65 Various optimization fixes by buzbee · 14 years ago
  57. ed3e930 assert to DCHECK conversion by buzbee · 14 years ago
  58. ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 14 years ago
  59. c1f4504 Suspend check reworking (ready for rewiew) by buzbee · 14 years ago
  60. 03fa263 Rework type & size inference, literal usage by buzbee · 14 years ago
  61. 845490b Cleanup resolution of type, field, method indexes by Brian Carlstrom · 14 years ago
  62. b0ebba0 Suspend check fix by buzbee · 14 years ago
  63. 67375ac Support for exception throwing from JNI. by Ian Rogers · 14 years ago
  64. 9a195c9 Fix array-put-object by buzbee · 14 years ago
  65. 54e7df1 Various bits of cleanup. by Elliott Hughes · 14 years ago
  66. 5f79133 Implement monitors. by Elliott Hughes · 14 years ago
  67. bdb0391 Support for exception throwing. by Ian Rogers · 14 years ago
  68. 43a3642 Fix null check elimination by buzbee · 14 years ago
  69. 5ee7a8b Implement sun.misc.Unsafe and fix the jfieldID/jmethodID leak. by Elliott Hughes · 14 years ago
  70. 1d3f114 Support 32-bit volatiles. by Elliott Hughes · 14 years ago
  71. ec5adf3 Mark top of managed stack on helper transitions by buzbee · 14 years ago
  72. 2bb97f9 Fix debugging output for unresolved fields. by Elliott Hughes · 14 years ago
  73. 5ade1d2 Complete compiler portion of exception handling by buzbee · 14 years ago
  74. 1240dad Test conversion of floats and doubles to strings. by Elliott Hughes · 14 years ago
  75. 0d966cf Add suspend check & stub by buzbee · 14 years ago
  76. 34cd9e5 Add run-time resolution paths for iget/iput. by buzbee · 14 years ago
  77. 2a475e7 Check-cast, instance-of, misc fixes by buzbee · 14 years ago
  78. e9a72f6 Try/Catch analysis; various workarounds by buzbee · 14 years ago
  79. 0f4c41d Various fixes. by Elliott Hughes · 14 years ago
  80. 1da522d Complete static field accesses; clear TODO's by buzbee · 14 years ago
  81. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 14 years ago
  82. 1b4c859 Complete OP_CONST_STRING, OP_CONST_CLASS by buzbee · 14 years ago
  83. cf4c6c4 Fully implement string interning. by Elliott Hughes · 14 years ago
  84. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 14 years ago
  85. 2e748f3 Register temp handling fix by buzbee · 14 years ago
  86. dd3efae Add instance field get/put test by buzbee · 14 years ago
  87. dfd3d70 Enable virtual invokes, use new alloc, misc by buzbee · 14 years ago
  88. 439c4fa Move 64-bit multiplication to helper by buzbee · 14 years ago
  89. e6d6196 Various bug fixes. by buzbee · 14 years ago
  90. 7b1b86d Various bug fixes and new tests. by buzbee · 14 years ago
  91. 9ea1cb1 First pass of compiler wrapping class by Brian Carlstrom · 14 years ago
  92. 9e0f9b0 Add switch and comparison tests. Fix ralloc bug by buzbee · 14 years ago
  93. 5433072 Added support for 64-bit shifts, fix const-wide by buzbee · 14 years ago
  94. 3ea4ec5 Misc fixes, new compiler unit tests by buzbee · 14 years ago
  95. c143c55 Updating the compiler to use the new-world model by buzbee · 14 years ago
  96. 67bf885 Oat compiler integration snapshot. by buzbee · 14 years ago