1. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  2. ce4cc0d Using gcmap instead of shadow frame. by TDYa127 · 13 years ago
  3. 8e950c1 Simple debugging support for portable path. by TDYa127 · 13 years ago
  4. 5438ad8 Add vregs to ShadowFrame. by Ian Rogers · 13 years ago
  5. 89f9605 Move inferred_reg_category_map to greenland. by TDYa127 · 13 years ago
  6. 9a4f003 Remove the THROW_VERIFICATION_ERROR op and supporting code. by jeffhao · 13 years ago
  7. cd05a62 Global lock levels for the LLVM side. by Shih-wei Liao · 13 years ago
  8. 1258417 Code cleanup: Use "const T*" instead of "T const*" by Logan Chien · 13 years ago
  9. 0b130de Code cleanup. Full sharpening. by TDYa127 · 13 years ago
  10. 9eb5f03 Fix MethodInfo. Remove unused shadow frame entry. by TDYa127 · 13 years ago
  11. d4f82b6 Inline String.IndexOf and String.CompareTo. by TDYa127 · 13 years ago
  12. eead4ac Implement proxy stub for compiler_llvm. by TDYa127 · 13 years ago
  13. af54347 Lazy pushing shadow frame. by TDYa127 · 13 years ago
  14. 526643e Remove unnecessary exception and suspend checks. by TDYa127 · 13 years ago
  15. 0de52be Remove data dependency of push/pop shadow frame. by TDYa127 · 13 years ago
  16. e210214 Refactor dalvik_reg. by TDYa127 · 13 years ago
  17. b9ff6b1 Move all alloca to the first basic block. by TDYa127 · 13 years ago
  18. 29c0cd1 Inline specific method. by TDYa127 · 13 years ago
  19. 8db6ea3 Code cleanup. Simplify EmitArrayGEP. by TDYa127 · 13 years ago
  20. cc1b4c3 Remove unnecessary checks for small methods. by TDYa127 · 13 years ago
  21. 1d7e510 Reduce shadow frame size. by TDYa127 · 13 years ago
  22. 7f5b9be Separate object register and shadow frame entry. by TDYa127 · 13 years ago
  23. ef4a656 Remove unnecessary zero-initializer. by Logan Chien · 13 years ago
  24. 17826bf Just use getPtrEquiveInt to load method. by TDYa127 · 13 years ago
  25. fca6437 Implement partial sharpening for LLVM. by Logan Chien · 13 years ago
  26. c8dc101 Use dex_pc instead of line_number. by TDYa127 · 13 years ago
  27. 83bb662 Implement MarkGCCard. by TDYa127 · 13 years ago
  28. a474687 Fix 041. Float to int. by TDYa127 · 13 years ago
  29. 933abf8 Fix illegal field access bug to pass 075. by Logan Chien · 13 years ago
  30. dd361c9 Fix 065 and 066 tests (NULL Method bug). Don't use Method in LLVM method compiler. by Logan Chien · 13 years ago
  31. 7e7fabc Fix 065 and 066 tests (slow path). Refactor invoke-* instructions. by Logan Chien · 13 years ago
  32. 9e5f5c1 Implement throw-verification-error opcode in LLVM-based compiler. by Logan Chien · 13 years ago
  33. 0b686e5 Refactor the temporary solution of the stubs. by TDYa127 · 13 years ago
  34. 8532191 Late method resolution. by TDYa127 · 13 years ago
  35. 937105a Use ELF function index to distinguish generated functions. by Logan Chien · 13 years ago
  36. 4165a83 Implement StackOverflow check. by TDYa127 · 13 years ago
  37. f8641ce Fix the division overflow. by TDYa127 · 13 years ago
  38. 5539ad0 Fix SHL, SHR, USHR implementation bug. by Logan Chien · 13 years ago
  39. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 13 years ago
  40. 399ed3f Add object-space related runtime support. by Shih-wei Liao · 13 years ago
  41. adb8c67 Move the compiler away from libdex. by Elliott Hughes · 13 years ago
  42. 50aaf81 Code cleanup: Move private members to the end of class declaration. by Logan Chien · 13 years ago
  43. 8b977d3 Compile llvm.Module into ELF object file. by Logan Chien · 13 years ago
  44. 04ec04e Fix LLVM compiler following array object representation change by Ian Rogers · 13 years ago
  45. 61c65dc Remove CADMs from LLVM code generator. by Logan Chien · 13 years ago
  46. 4dd96f5 Extract method-related information from CompilationUnit. by Logan Chien · 13 years ago
  47. 8dfcbea Add shadow stack support to Dex compiler. by Logan Chien · 13 years ago
  48. 46fbb41 Implement invoke-virtual instruction. by Logan Chien · 13 years ago
  49. 1a121b9 Implement invoke-static and invoke-direct instructions. by Logan Chien · 13 years ago
  50. 2aeca0b Add resolve method. by Logan Chien · 13 years ago
  51. 438c4b6 Implement sget* instructions. by Logan Chien · 13 years ago
  52. a2cc6a3 Implement new-array instruction. by Logan Chien · 13 years ago
  53. 27b3025 Implement const-class instruction. by Logan Chien · 13 years ago
  54. bb4d12a Add dex cache codegen helper function. by Logan Chien · 13 years ago
  55. 48f1d2a Implement iget* instructions. by Logan Chien · 13 years ago
  56. e27fdbb Implement aget* instructions. by Logan Chien · 13 years ago
  57. 61bb614 Implement array-length instruction. by Logan Chien · 13 years ago
  58. 76e1c79 Implement floating-point binary arithmetic instructions. by Logan Chien · 13 years ago
  59. c3f7d96 Implement integer binary arithmetic instructions. by Logan Chien · 13 years ago
  60. a78e3c8 Implement conditional branch. by Logan Chien · 13 years ago
  61. 2c37e8e Implement floating point compare and long compare. by Logan Chien · 13 years ago
  62. 70f94b4 Implement EmitInstruction() and dispatch the instructions. by Logan Chien · 13 years ago
  63. 924072f Add garbage collection suspend guard. by Logan Chien · 13 years ago
  64. 5bcc04e Add landing pad support. by Logan Chien · 13 years ago
  65. d6ececa Add Dalvik registers initialization codegen. by Logan Chien · 13 years ago
  66. c670a8d Add Dalvik register allocation codegen. by Logan Chien · 14 years ago
  67. d6c239a Add basic block implementation. by Logan Chien · 14 years ago
  68. 0b82710 Add LLVM function declaration codegen. by Logan Chien · 14 years ago
  69. fca7e87 Add inferred register category map to Method object. by Logan Chien · 14 years ago
  70. 8342616 Cleanup "Beginning of LLVM backend for ART." by Logan Chien · 14 years ago
  71. d1fec81 Beginning of LLVM backend for ART. by Shih-wei Liao · 13 years ago