1. 6819a91 GetCurrentThread can be set as pure on X86. by TDYa127 · 13 years ago
  2. d955bec TBAA, separate RuntimeInfo and ShadowFrame. by TDYa127 · 13 years ago
  3. 388a83b Free the resource on target device. by TDYa127 · 13 years ago
  4. a22ea03 Restore the logging of compilation progress on target device. by TDYa127 · 13 years ago
  5. 9d93ee6 In-place load ELF. by TDYa127 · 13 years ago
  6. d3e24c2 TBAA, separate JRuntime and ConstJObject. by TDYa127 · 13 years ago
  7. e6a7adc Fix LLVM build for gcc 4.6. -Werror=unused-but-set-variable. by Shih-wei Liao · 13 years ago
  8. 08e1ba3 Don't fork dex2oat process on target device. by Logan Chien · 13 years ago
  9. e0e4024 Reduce memory usage by halving the materialization threshold. by Shih-wei Liao · 13 years ago
  10. 9d3ba24 Fix compiling breakage (SIGSEGV) from doing "make -jN", where N > 1. by TDYa127 · 13 years ago
  11. 145d491 Mark suspend as RuntimeInfo. by TDYa127 · 13 years ago
  12. 8fe384d Mark some functions as readonly for optimization. by TDYa127 · 13 years ago
  13. 706e7db TBAA, separate different types of heap load/store. by TDYa127 · 13 years ago
  14. 8ca1005 TBAA, separate RuntimeInfo and JRuntime. by TDYa127 · 13 years ago
  15. aba6112 Basic TBAA. by TDYa127 · 13 years ago
  16. b6bed0b Manage llvm::TargetMachine with smart pointer. by Logan Chien · 13 years ago
  17. 67ae8ff Emit name only in debug mode. by TDYa127 · 13 years ago
  18. 7f5b9be Separate object register and shadow frame entry. by TDYa127 · 13 years ago
  19. 5e5a804 Remove unnecessary exception check. by TDYa127 · 13 years ago
  20. 9948913 Improve the information in the bitcode. by TDYa127 · 13 years ago
  21. 97339c4 Reorder stack overflow check. by TDYa127 · 13 years ago
  22. ee1f59b Code cleanup. by TDYa127 · 13 years ago
  23. 86f5067 Change to implement fill-array-data with runtime function. by Logan Chien · 13 years ago
  24. 19c350a Move payload data structures to dex_instruction.h. by Logan Chien · 13 years ago
  25. 736df02 Use try item offset to find catch block instead of Dex PC. by Logan Chien · 13 years ago
  26. d8749cf Remove unused file: src/compiler_llvm/frontend.cc by Logan Chien · 13 years ago
  27. ef4a656 Remove unnecessary zero-initializer. by Logan Chien · 13 years ago
  28. 8e9b449 Fix run-test 003, llvm method_compiler bug. by TDYa127 · 13 years ago
  29. 17826bf Just use getPtrEquiveInt to load method. by TDYa127 · 13 years ago
  30. 677cabc Reduce materialize threshold. by TDYa127 · 13 years ago
  31. 4bccc6b No need zero initialize jni shadow frame. by TDYa127 · 13 years ago
  32. 415576b Use FunctionInline instead of AlwaysInline. -O3. by Shih-wei Liao · 13 years ago
  33. e8ecce7 Forgot to close pipe -- Bug fix. Also, change to use PLOG. by Shih-wei Liao · 13 years ago
  34. fca6437 Implement partial sharpening for LLVM. by Logan Chien · 13 years ago
  35. 8ba2fc5 Add mutex lock to CompilationUnit. by Logan Chien · 13 years ago
  36. 799ef4f Replace tmpfile with pipe. by Logan Chien · 13 years ago
  37. 80cd474 Fix unit test by holding compiler_lock_ on ourselves. by Logan Chien · 13 years ago
  38. 853cd09 Fix llvm runtime support bug. by TDYa127 · 13 years ago
  39. ce15472 Partial inlining of the stub check. by TDYa127 · 13 years ago
  40. 05fe3b6 Implement X86 trampoline for llvm compiler. by TDYa127 · 13 years ago
  41. 706e9b6 Add more Thread to runtime support llvm. by TDYa127 · 13 years ago
  42. c8dc101 Use dex_pc instead of line_number. by TDYa127 · 13 years ago
  43. 795e330 Set materialized file names correctly. by Shih-wei Liao · 13 years ago
  44. 5b04728 Fix on-device compile. by Shih-wei Liao · 13 years ago
  45. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 13 years ago
  46. 766b0bf Remove the mutex lock from Materialize(). by Shih-wei Liao · 13 years ago
  47. d7726e4 Enable separate compilation. by Shih-wei Liao · 13 years ago
  48. dbd0034 Specify the filename upon writing. by Shih-wei Liao · 13 years ago
  49. f1cb9a5 Add always inliner. by Shih-wei Liao · 13 years ago
  50. da83d97 Add Thread to some runtime support. by TDYa127 · 13 years ago
  51. 0200d07 Compilation_unit experiment. Fix because of no long_call. by TDYa127 · 13 years ago
  52. 69eafaa Fix jni compiler bug (Compiler_llvm). by TDYa127 · 13 years ago
  53. a7dedf4 Add memcpy, memmove and memset. by Shih-wei Liao · 13 years ago
  54. 9744194 Fix materialization threshold too-large problem, assuming no long calls. by Shih-wei Liao · 13 years ago
  55. 1776572 Fix stack overflow errors. by Shih-wei Liao · 13 years ago
  56. 83bb662 Implement MarkGCCard. by TDYa127 · 13 years ago
  57. 54a3e91 Compilation_unit experiment. by Shih-wei Liao · 13 years ago
  58. 110bcba Update frame size after the bitcode is translated into machine code. by Logan Chien · 13 years ago
  59. fd8ea97 Remove the CompilerLLVM mutex lock workaround. by Logan Chien · 13 years ago
  60. d668a06 Implement runtime support inlining. by TDYa127 · 13 years ago
  61. 776ac1f Separate out more of LLVM build. Move verifier. by Ian Rogers · 13 years ago
  62. 42f302c Merge "Add a SafeMap equivalent to std::map but without the error-prone operator[]." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  63. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 13 years ago
  64. bb48fbb Shouldn't do access check in this runtime support for SPUT. by Shih-wei Liao · 13 years ago
  65. 2272f7b Fix LLVM build by enforcing the use of accessors on JVAlue. by Shih-wei Liao · 13 years ago
  66. a474687 Fix 041. Float to int. by TDYa127 · 13 years ago
  67. f24d3ce Enforce the use of accessors on JValue so we can ensure sign extension. by Elliott Hughes · 13 years ago
  68. 47d1753 Add fmodf. by Shih-wei Liao · 13 years ago
  69. 5482503 Code cleanup, fix MicroTime. by TDYa127 · 13 years ago
  70. 183cf26 Fix filled new array bug. by TDYa127 · 13 years ago
  71. 5bb8601 Fix 044-proxy. Implement proxy for now, working on x86 and ARM. by TDYa127 · 13 years ago
  72. 933abf8 Fix illegal field access bug to pass 075. by Logan Chien · 13 years ago
  73. 1a032b1 Fix new-instance bug to pass 075. by Logan Chien · 13 years ago
  74. 4e42a59 Don't need to resolve method on slow path. by TDYa127 · 13 years ago
  75. dd361c9 Fix 065 and 066 tests (NULL Method bug). Don't use Method in LLVM method compiler. by Logan Chien · 13 years ago
  76. 7e7fabc Fix 065 and 066 tests (slow path). Refactor invoke-* instructions. by Logan Chien · 13 years ago
  77. 33206c2 Fix 083 run-test by reducing memory usage. by TDYa127 · 13 years ago
  78. 9e5f5c1 Implement throw-verification-error opcode in LLVM-based compiler. by Logan Chien · 13 years ago
  79. a0f746b Fix jni_compiler_test in LLVM part. by TDYa127 · 13 years ago
  80. 0b686e5 Refactor the temporary solution of the stubs. by TDYa127 · 13 years ago
  81. e75bc72 Fix 012-math. Add fmod. by Shih-wei Liao · 13 years ago
  82. ccffd9e Fix link bug in LLVM. by TDYa127 · 13 years ago
  83. 3f9137d Fix NPE message in LLVM. by TDYa127 · 13 years ago
  84. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  85. b77799d Fix the fill-array-data bug in method compiler (LLVM). by TDYa127 · 13 years ago
  86. 14924fe Implement GetCodeSize for LLVM build. by Logan Chien · 13 years ago
  87. 8532191 Late method resolution. by TDYa127 · 13 years ago
  88. 937105a Use ELF function index to distinguish generated functions. by Logan Chien · 13 years ago
  89. 0c717dd Add ELF loader to OatFile. by Logan Chien · 13 years ago
  90. 3fe0c60 Move ElfLoader from libart-compiler-llvm to libart. by Logan Chien · 13 years ago
  91. 1b86d07 Implement CheckPutArrayElement. by TDYa127 · 13 years ago
  92. 308ea6c Fix ARM's HelloWorld. Add some compiler_runtime functions for LLVM/ARM. by Shih-wei Liao · 13 years ago
  93. 540a5b7 Compiler_LLVM doesn't use reference map. by TDYa127 · 13 years ago
  94. 4165a83 Implement StackOverflow check. by TDYa127 · 13 years ago
  95. 64f884d Fix compiler runtime function lookup bug. by Logan Chien · 13 years ago
  96. 9e0e54d Should not call PushNativeToManagedRecord. by Shih-wei Liao · 13 years ago
  97. 3de5ba3 Implement RTTI related runtime support. by TDYa127 · 13 years ago
  98. f8641ce Fix the division overflow. by TDYa127 · 13 years ago
  99. d23c5ad Add compiler runtime function list for symbol lookup. by Logan Chien · 13 years ago
  100. 5539ad0 Fix SHL, SHR, USHR implementation bug. by Logan Chien · 13 years ago