1. fa147e2 Numerous fixes to MIPS. Basic oatexec works. by jeffhao · 13 years ago
  2. 4f8f04a Fix endianness of compiled code and stacks of stubs for MIPS. by jeffhao · 13 years ago
  3. 474b6da Move thread flags and state into 32bits. by Ian Rogers · 13 years ago
  4. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 13 years ago
  5. 8320f38 Prune useless entries from dex to pc map by buzbee · 13 years ago
  6. 9a4f003 Remove the THROW_VERIFICATION_ERROR op and supporting code. by jeffhao · 13 years ago
  7. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  8. 703f2cd Numerous fixes to enable PromoteRegs, though it's still broken. by jeffhao · 13 years ago
  9. 2a83e8f Quick compiler, fix wide bug by buzbee · 13 years ago
  10. f1f8636 Quick compiler - fix run-test 019 by buzbee · 13 years ago
  11. 44335e1 Fix arguments to throw of ArrayIndexOutOfBounds exception. by jeffhao · 13 years ago
  12. 6969d50 Invoke support for Quick Compiler by buzbee · 13 years ago
  13. e5f0122 Fixes for invoke/move-result fusing, recursion bug by buzbee · 13 years ago
  14. 3b3dbdd More Quick compiler mir/bb cleanup by buzbee · 13 years ago
  15. 15bf980 More Quick compiler restructuring by buzbee · 13 years ago
  16. 408ad16 Restructure to reduce MIR references by buzbee · 13 years ago
  17. 21e1271 Fix x86 aget-wide compilation to use loadBaseIndexedDisp. by jeffhao · 13 years ago
  18. 3f9ace8 Fix x86 compilation of aget-wide when src and dest regs are the same. by jeffhao · 13 years ago
  19. 5772bab Fixed x86 compilation of filled-new-array/range. by jeffhao · 13 years ago
  20. 41005dd Fix x86 type conversions. test-art-host-oat passes. by jeffhao · 13 years ago
  21. 644d531 Fixes to x86 compilation. by jeffhao · 13 years ago
  22. a114add [Compiler] use Art indentation standard by Bill Buzbee · 13 years ago
  23. 174651d Fixed x86 division and modulus and merged their entry points. by jeffhao · 13 years ago
  24. 36ecb78 Fix stack overflow handling. by Elliott Hughes · 13 years ago
  25. f3aac97 Special case division by small constants by buzbee · 13 years ago
  26. cd4935f Use a shorter x86 CMP encoding for suspend count tests. by Elliott Hughes · 13 years ago
  27. d36c52e Check for null array assignments inline. Tidy asm macros. by Ian Rogers · 13 years ago
  28. 55bd45f More X86 fixes. by Ian Rogers · 13 years ago
  29. 7caad77 Implement various missing parts of the X86 compiler by Ian Rogers · 13 years ago
  30. fead293 Minor suspend check tweak by buzbee · 13 years ago
  31. 57b86d4 Refactor runtime support. by Ian Rogers · 13 years ago
  32. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 13 years ago
  33. fc9e6fa Compiler intrinsics by buzbee · 13 years ago
  34. e84278b Stop saying "clazz". by Elliott Hughes · 13 years ago
  35. c6f3bb8 Further x86 progress and image creation. by Ian Rogers · 13 years ago
  36. 16da88c Custom codegen for small frameless methods. by buzbee · 13 years ago
  37. b41b33b Add 3rd argument register to X86. by Ian Rogers · 13 years ago
  38. a7c1268 Restore card marking, minor tuning by buzbee · 13 years ago
  39. ab2b55d Refactor callRuntimeHelper by Ian Rogers · 13 years ago
  40. 239c4e7 Loop detection, improved reg allocation by buzbee · 13 years ago
  41. 6cbb2bd X86 invocation tidy up. by Ian Rogers · 13 years ago
  42. f7d9ad3 Enable all JNI internal compiler tests on the host. by Ian Rogers · 13 years ago
  43. 3d66194 Real fix for 064 by buzbee · 13 years ago
  44. e196567 SSA rework and support compiler temps in the frame by buzbee · 13 years ago
  45. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 13 years ago
  46. 680b1bd Unify branch flags, pretty printer for OpKind. by Ian Rogers · 13 years ago
  47. 86a4bce Fix branch bug (showed up in codegen for debug) by buzbee · 13 years ago
  48. adb8c67 Move the compiler away from libdex. by Elliott Hughes · 13 years ago
  49. a7678db x86 source code hack and slash by buzbee · 13 years ago
  50. a2ebdd7 Complete MIPS code generation support by buzbee · 13 years ago
  51. c5159d5 MIPS switch table support by buzbee · 13 years ago
  52. 0398c42 More MIPS support by buzbee · 13 years ago
  53. 82488f5 Multi-target Codegen cleanup by buzbee · 13 years ago
  54. 5de3494 Another step towards a Mips target by buzbee · 13 years ago
  55. 31a4a6f More target-independence by buzbee · 13 years ago