1. b08ed12 Implement thin-lock fast path for compiler-llvm. by TDYa127 · 13 years ago
  2. 7a2a23a Cleanup proxy stub compiler code. by Logan Chien · 13 years ago
  3. 95dfa6a Refine compiler runtime function list. by Logan Chien · 13 years ago
  4. a1beb1f Rename CStringComparator to CStringLessThanComparator. by Logan Chien · 13 years ago
  5. fc6c5fd Add missing object.h to runtime_support_llvm.h by Logan Chien · 13 years ago
  6. 07a062c Enable ARM long calls. by Logan Chien · 13 years ago
  7. 6ea0114 GCC 4.6 (in dalvik-dev) is stricter about converting from NULL. by Shih-wei Liao · 13 years ago
  8. dac5eb2 Optimization experiment. by Shih-wei Liao · 13 years ago
  9. d4f82b6 Inline String.IndexOf and String.CompareTo. by TDYa127 · 13 years ago
  10. eead4ac Implement proxy stub for compiler_llvm. by TDYa127 · 13 years ago
  11. de479be Refactor runtime support builder. by TDYa127 · 13 years ago
  12. af54347 Lazy pushing shadow frame. by TDYa127 · 13 years ago
  13. 526643e Remove unnecessary exception and suspend checks. by TDYa127 · 13 years ago
  14. 26e9307 Make compiler_llvm target independent. To build x86 image. by Shih-wei Liao · 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. 4b644ec Fix art LLVM build. by Shih-wei Liao · 13 years ago
  18. a4f9474 Finish cleanup of class/field/method caching. by Elliott Hughes · 13 years ago
  19. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 13 years ago
  20. b2eb5c1 Reduce memory usage. by TDYa127 · 13 years ago
  21. a964d41 Fix float/double mem2reg issue. by TDYa127 · 13 years ago
  22. 82d31cd Fix invoke-direct and invoke-direct/range CTS. by Logan Chien · 13 years ago
  23. 3978da5 Improve output code, while compilation time delta is in the noise range by TDYa127 · 13 years ago
  24. b5eb00c Use multithread while compiling LLVM bitcode. by Logan Chien · 13 years ago
  25. 4b1baf1 Fix filled-new-array to pass CTS. by Logan Chien · 13 years ago
  26. 6e474f8 Only initialize the shadow frame table. by TDYa127 · 13 years ago
  27. b9ff6b1 Move all alloca to the first basic block. by TDYa127 · 13 years ago
  28. 29c0cd1 Inline specific method. by TDYa127 · 13 years ago
  29. 8db6ea3 Code cleanup. Simplify EmitArrayGEP. by TDYa127 · 13 years ago
  30. f165286 Don't allocate unused shadow frame entry. by TDYa127 · 13 years ago
  31. aaa5edc Improve reflection IllegalArgumentException detail messages. by Elliott Hughes · 13 years ago
  32. aad0d97 Call out the functions that we actually import. by Shih-wei Liao · 13 years ago
  33. 3587677 Change DCHECK_NE(, MAX_EXPECT) to DCHECK_LT(, MAX_EXPECT) by Shih-wei Liao · 13 years ago
  34. cc1b4c3 Remove unnecessary checks for small methods. by TDYa127 · 13 years ago
  35. bab4283 Merge "Fix x86 type conversions. test-art-host-oat passes." into ics-mr1-plus-art by jeffhao · 13 years ago
  36. 41005dd Fix x86 type conversions. test-art-host-oat passes. by jeffhao · 13 years ago
  37. ce9c317 Fix X86 compilation. by TDYa127 · 13 years ago
  38. c3f8fa5 Reorder LLVM initialize procedure. by Logan Chien · 13 years ago
  39. b1bab1c Code cleanup: Remove unnecessary parameter. by Logan Chien · 13 years ago
  40. 7834cbd Consistently use __asm__ rather than asm. by Elliott Hughes · 13 years ago
  41. e4c2ccc Reduce compilation time. by TDYa127 · 13 years ago
  42. 1d7e510 Reduce shadow frame size. by TDYa127 · 13 years ago
  43. 9d7bc82 Fix run-test 083 regression. by TDYa127 · 13 years ago
  44. f15b0ab Only do the suspend check at return and loop latch. by TDYa127 · 13 years ago
  45. 2f701e5 Remove unnecessary UpdateDexPC. by TDYa127 · 13 years ago
  46. ac7b5bb Add support for llvm static branch prediction. by TDYa127 · 13 years ago
  47. 6819a91 GetCurrentThread can be set as pure on X86. by TDYa127 · 13 years ago
  48. d955bec TBAA, separate RuntimeInfo and ShadowFrame. by TDYa127 · 13 years ago
  49. 388a83b Free the resource on target device. by TDYa127 · 13 years ago
  50. a22ea03 Restore the logging of compilation progress on target device. by TDYa127 · 13 years ago
  51. 9d93ee6 In-place load ELF. by TDYa127 · 13 years ago
  52. d3e24c2 TBAA, separate JRuntime and ConstJObject. by TDYa127 · 13 years ago
  53. e6a7adc Fix LLVM build for gcc 4.6. -Werror=unused-but-set-variable. by Shih-wei Liao · 13 years ago
  54. 08e1ba3 Don't fork dex2oat process on target device. by Logan Chien · 13 years ago
  55. e0e4024 Reduce memory usage by halving the materialization threshold. by Shih-wei Liao · 13 years ago
  56. 9d3ba24 Fix compiling breakage (SIGSEGV) from doing "make -jN", where N > 1. by TDYa127 · 13 years ago
  57. 145d491 Mark suspend as RuntimeInfo. by TDYa127 · 13 years ago
  58. 8fe384d Mark some functions as readonly for optimization. by TDYa127 · 13 years ago
  59. 706e7db TBAA, separate different types of heap load/store. by TDYa127 · 13 years ago
  60. 8ca1005 TBAA, separate RuntimeInfo and JRuntime. by TDYa127 · 13 years ago
  61. aba6112 Basic TBAA. by TDYa127 · 13 years ago
  62. b6bed0b Manage llvm::TargetMachine with smart pointer. by Logan Chien · 13 years ago
  63. 67ae8ff Emit name only in debug mode. by TDYa127 · 13 years ago
  64. 7f5b9be Separate object register and shadow frame entry. by TDYa127 · 13 years ago
  65. 5e5a804 Remove unnecessary exception check. by TDYa127 · 13 years ago
  66. 9948913 Improve the information in the bitcode. by TDYa127 · 13 years ago
  67. 97339c4 Reorder stack overflow check. by TDYa127 · 13 years ago
  68. ee1f59b Code cleanup. by TDYa127 · 13 years ago
  69. 86f5067 Change to implement fill-array-data with runtime function. by Logan Chien · 13 years ago
  70. 19c350a Move payload data structures to dex_instruction.h. by Logan Chien · 13 years ago
  71. 736df02 Use try item offset to find catch block instead of Dex PC. by Logan Chien · 13 years ago
  72. d8749cf Remove unused file: src/compiler_llvm/frontend.cc by Logan Chien · 13 years ago
  73. ef4a656 Remove unnecessary zero-initializer. by Logan Chien · 13 years ago
  74. 8e9b449 Fix run-test 003, llvm method_compiler bug. by TDYa127 · 13 years ago
  75. 17826bf Just use getPtrEquiveInt to load method. by TDYa127 · 13 years ago
  76. 677cabc Reduce materialize threshold. by TDYa127 · 13 years ago
  77. 4bccc6b No need zero initialize jni shadow frame. by TDYa127 · 13 years ago
  78. 415576b Use FunctionInline instead of AlwaysInline. -O3. by Shih-wei Liao · 13 years ago
  79. e8ecce7 Forgot to close pipe -- Bug fix. Also, change to use PLOG. by Shih-wei Liao · 13 years ago
  80. fca6437 Implement partial sharpening for LLVM. by Logan Chien · 13 years ago
  81. 8ba2fc5 Add mutex lock to CompilationUnit. by Logan Chien · 13 years ago
  82. 799ef4f Replace tmpfile with pipe. by Logan Chien · 13 years ago
  83. 80cd474 Fix unit test by holding compiler_lock_ on ourselves. by Logan Chien · 13 years ago
  84. 853cd09 Fix llvm runtime support bug. by TDYa127 · 13 years ago
  85. ce15472 Partial inlining of the stub check. by TDYa127 · 13 years ago
  86. 05fe3b6 Implement X86 trampoline for llvm compiler. by TDYa127 · 13 years ago
  87. 706e9b6 Add more Thread to runtime support llvm. by TDYa127 · 13 years ago
  88. c8dc101 Use dex_pc instead of line_number. by TDYa127 · 13 years ago
  89. 795e330 Set materialized file names correctly. by Shih-wei Liao · 13 years ago
  90. 5b04728 Fix on-device compile. by Shih-wei Liao · 13 years ago
  91. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 13 years ago
  92. 766b0bf Remove the mutex lock from Materialize(). by Shih-wei Liao · 13 years ago
  93. d7726e4 Enable separate compilation. by Shih-wei Liao · 13 years ago
  94. dbd0034 Specify the filename upon writing. by Shih-wei Liao · 13 years ago
  95. f1cb9a5 Add always inliner. by Shih-wei Liao · 13 years ago
  96. da83d97 Add Thread to some runtime support. by TDYa127 · 13 years ago
  97. 0200d07 Compilation_unit experiment. Fix because of no long_call. by TDYa127 · 13 years ago
  98. 69eafaa Fix jni compiler bug (Compiler_llvm). by TDYa127 · 13 years ago
  99. a7dedf4 Add memcpy, memmove and memset. by Shih-wei Liao · 13 years ago
  100. 9744194 Fix materialization threshold too-large problem, assuming no long calls. by Shih-wei Liao · 13 years ago