1. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  2. 254db0f Pass the classpath to dex2oat. by Jesse Wilson · 13 years ago
  3. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  4. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  5. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  6. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  7. a0841a8 Abstract Method Error unit test and fixes. by Ian Rogers · 13 years ago
  8. 25c3325 Fix compiler class initialization to properly deal with super classes by Brian Carlstrom · 13 years ago
  9. bbf1e41 Move main method tests from gtests to oat tests by Brian Carlstrom · 13 years ago
  10. 93dd966 Implicit NPE support when no exception given to throw. by Ian Rogers · 13 years ago
  11. 5f79133 Implement monitors. by Elliott Hughes · 13 years ago
  12. bdb0391 Support for exception throwing. by Ian Rogers · 13 years ago
  13. 43a3642 Fix null check elimination by buzbee · 13 years ago
  14. 303b01e Add unit test for exercising AbstractMethodErrorStub code. by Shih-wei Liao · 13 years ago
  15. c486c11 Generating stub code that throws AbstractMethodError exception when hit. by Shih-wei Liao · 13 years ago
  16. f0cde54 SSA renaming fix & invalid opcode fix by buzbee · 13 years ago
  17. 7957d54 Move the expected value to the front in our helpers, for clarity. by Elliott Hughes · 13 years ago
  18. 1240dad Test conversion of floats and doubles to strings. by Elliott Hughes · 13 years ago
  19. 2c8f653 Support for cross compilation. by Ian Rogers · 13 years ago
  20. 7540ff4 Small change to make CompilerTest.CompileDexLibCore pass by Brian Carlstrom · 13 years ago
  21. 2a475e7 Check-cast, instance-of, misc fixes by buzbee · 13 years ago
  22. d3a7297 Don't try to run Thumb 2 code on x86 hosts. by Elliott Hughes · 13 years ago
  23. f5ecf06 Invoke <clinit> where necessary. by Elliott Hughes · 13 years ago
  24. 109bd6a Fix for argument passing bug by buzbee · 13 years ago
  25. 6a0f7f5 Fix bug in invoke-super slow path by buzbee · 13 years ago
  26. e9a72f6 Try/Catch analysis; various workarounds by buzbee · 13 years ago
  27. 0f4c41d Various fixes. by Elliott Hughes · 13 years ago
  28. 4a3164f Codegen for invoke-super, invoke-interface by buzbee · 13 years ago
  29. 9baa4ae Remove use of MemMap for code allocation. by Brian Carlstrom · 13 years ago
  30. 561227c Complete direct, static & virtual invoke by buzbee · 13 years ago
  31. 1b4c859 Complete OP_CONST_STRING, OP_CONST_CLASS by buzbee · 13 years ago
  32. cf4c6c4 Fully implement string interning. by Elliott Hughes · 13 years ago
  33. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  34. 8a48741 Allow compilation of classes in different ClassLoaders by Brian Carlstrom · 13 years ago
  35. 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago
  36. e193174 Use slow-path static field accessors; added tests by buzbee · 13 years ago
  37. dd3efae Add instance field get/put test by buzbee · 13 years ago
  38. 1caa2c2 Add InitializedStaticStorage table by Brian Carlstrom · 13 years ago
  39. dfd3d70 Enable virtual invokes, use new alloc, misc by buzbee · 13 years ago
  40. 9cc262e Clarify CodeAndMethods to CodeAndDirectMethods by Brian Carlstrom · 13 years ago
  41. 439c4fa Move 64-bit multiplication to helper by buzbee · 13 years ago
  42. e6d6196 Various bug fixes. by buzbee · 13 years ago
  43. 7b1b86d Various bug fixes and new tests. by buzbee · 13 years ago
  44. 83db772 Add DexCache table of <Method*, Method::GetCode()> by Brian Carlstrom · 13 years ago
  45. 5cd2180 Fix invoke sequence and enable recursive Fibonacci by buzbee · 13 years ago
  46. 20cfffa Finish implementation of ResolveField and ResolveMethod by Brian Carlstrom · 13 years ago
  47. c5ef046 Add slow-path code gen for static/direct invokes by buzbee · 13 years ago
  48. bafc342 Re-enabled array tests now that we resolve by buzbee · 13 years ago
  49. bffb155 Convert CompilerTest over to use Compiler by Brian Carlstrom · 13 years ago
  50. 9ea1cb1 First pass of compiler wrapping class by Brian Carlstrom · 13 years ago
  51. 9e0f9b0 Add switch and comparison tests. Fix ralloc bug by buzbee · 13 years ago
  52. 5433072 Added support for 64-bit shifts, fix const-wide by buzbee · 13 years ago
  53. 3ea4ec5 Misc fixes, new compiler unit tests by buzbee · 13 years ago
  54. c143c55 Updating the compiler to use the new-world model by buzbee · 13 years ago