1. 89756f2 Rename OatCompilationUnit to Dex.. move to compiler. by Ian Rogers · 12 years ago
  2. 0211378 Move the JNI compilers under compiler. by Ian Rogers · 12 years ago
  3. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
  4. 8e69605 Fix bug in GBC expansion wrt invoke return types. by Ian Rogers · 12 years ago
  5. 1b2b71f Portable slow-path sets for float/double need bitcast. by Ian Rogers · 12 years ago
  6. 27b3c2f Abort LLVM in debug builds when the IR doesn't verify. by Ian Rogers · 12 years ago
  7. 2ffe4f1 Fix failing LLVM verification on unreachable blocks. by Sebastien Hertz · 12 years ago
  8. c21da53 Merge "Ensures allocas are at the start of entry block." into dalvik-dev by Sebastien Hertz · 12 years ago
  9. 7720970 Ensures allocas are at the start of entry block. by Sebastien Hertz · 12 years ago
  10. 0d43d54 Generates barrier in constructor. by Sebastien Hertz · 12 years ago
  11. 76ae4fe 1 IR builder. Kill greenland. Remove JTypeSpace. by Ian Rogers · 12 years ago
  12. 395116c Compiler: rearranging the deck chairs. by buzbee · 12 years ago
  13. c928de9 Remove Iceland. by Ian Rogers · 12 years ago
  14. 50a1abf Inline monitor-enter in portable. by Sebastien Hertz · 12 years ago
  15. 69307df Start the ELF function index from 1 instead of 0. by Logan Chien · 13 years ago
  16. 8dbb708 Rename run-time functions to distinguish art_quick_[name] vs art_portable_[name]. by Logan Chien · 13 years ago
  17. 00bc1dc Remove separate libart-compiler-llvm by Brian Carlstrom · 13 years ago
  18. 12a2bdd Merge "Changes to LLVM to support deoptimization." into dalvik-dev by Jeff Hao · 13 years ago
  19. 11ffc2d Changes to LLVM to support deoptimization. by Jeff Hao · 13 years ago
  20. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 13 years ago
  21. 6cbd384 LLVM build fix. by Ian Rogers · 13 years ago
  22. 785e618 LLVM build fix. by Ian Rogers · 13 years ago
  23. 98573f9 Fix portable build following object.h refactor. by Ian Rogers · 13 years ago
  24. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  25. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 13 years ago
  26. 948c508 Fix LLVM build. by Ian Rogers · 13 years ago
  27. 87b185f Fix 044-proxy on portable. by Ian Rogers · 13 years ago
  28. d75afb9 Prune away extraneous ART_USE_PORTABLE_COMPILER ifdefs. by jeffhao · 13 years ago
  29. 8ccc9e2 Merge "Revert "Change LLVM check for pending exception to use thread flags."" into dalvik-dev by Jeff Hao · 13 years ago
  30. 94762df Merge "Revert "Change LLVM exception check to check all thread flags."" into dalvik-dev by Jeff Hao · 13 years ago
  31. 8e0649f Merge "Revert "Prune away extraneous ART_USE_PORTABLE_COMPILER ifdefs."" into dalvik-dev by Jeff Hao · 13 years ago
  32. a8fd2d5 Revert "Change LLVM check for pending exception to use thread flags." by Jeff Hao · 13 years ago
  33. 9a14265 Revert "Change LLVM exception check to check all thread flags." by Jeff Hao · 13 years ago
  34. 17a7f18 Revert "Prune away extraneous ART_USE_PORTABLE_COMPILER ifdefs." by Jeff Hao · 13 years ago
  35. fc99e7b Merge "Fix LLVM build." into dalvik-dev by Ian Rogers · 13 years ago
  36. f10f9de Fix LLVM build. by Ian Rogers · 13 years ago
  37. 3a5271b Merge "Prune away extraneous ART_USE_PORTABLE_COMPILER ifdefs." into dalvik-dev by jeffhao · 13 years ago
  38. af6e67a Further proxy refactorings. by Ian Rogers · 13 years ago
  39. 8ff2f3d Prune away extraneous ART_USE_PORTABLE_COMPILER ifdefs. by jeffhao · 13 years ago
  40. a1ae861 Change LLVM exception check to check all thread flags. by jeffhao · 13 years ago
  41. 4028312 Prune dexlang from the llvm compiler. by jeffhao · 13 years ago
  42. 2281a0e Change LLVM check for pending exception to use thread flags. by jeffhao · 13 years ago
  43. dc5daa0 Fix portable path. by TDYa127 · 13 years ago
  44. 26f10ee Fix Portable build by buzbee · 13 years ago
  45. fffdb02 Add memory barrier for final instance fields. by Ian Rogers · 13 years ago
  46. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 13 years ago
  47. 1aa246d Move casts.h and stl_util.h into base/. by Elliott Hughes · 13 years ago
  48. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 13 years ago
  49. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 13 years ago
  50. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 13 years ago
  51. ce4cc0d Using gcmap instead of shadow frame. by TDYa127 · 13 years ago
  52. ce945c4 Fix LLVM build. by jeffhao · 13 years ago
  53. 94d6df4 Fixes to make all run-tests except 051-thread work. by jeffhao · 13 years ago
  54. 449a49b Portable compiler: fix build by buzbee · 13 years ago
  55. 02031b1 Quick compiler: Single .so for all targets by buzbee · 13 years ago
  56. d752132 Various fixes to the interpreter. First 23 run-test tests pass. by jeffhao · 13 years ago
  57. 52a77fc Quick Compiler function renaming by buzbee · 13 years ago
  58. 373c52f Added CheckSuspend and UpdateDebugger to interpreter loop. by jeffhao · 13 years ago
  59. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 13 years ago
  60. 8e950c1 Simple debugging support for portable path. by TDYa127 · 13 years ago
  61. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 13 years ago
  62. 8df6e27 Fix test suspend. by Shih-wei Liao · 13 years ago
  63. 2fa6b2e Interpreter. by Ian Rogers · 13 years ago
  64. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 13 years ago
  65. 65c3f9c Fix typo. by TDYa127 · 13 years ago
  66. f54f3ac Fix non-inline push_shadow_frame. by TDYa127 · 13 years ago
  67. 6c27968 Change shadow_frame_size_ to num_shadow_frame_refs_. Fix LLVM build. by Shih-wei Liao · 13 years ago
  68. 5438ad8 Add vregs to ShadowFrame. by Ian Rogers · 13 years ago
  69. 4df2bbd Enable multi-threaded Quick compilation by buzbee · 13 years ago
  70. 8ed6d61 Fix LLVM build. by Mathieu Chartier · 13 years ago
  71. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 13 years ago
  72. 823433d Corresponding CL of thread flags for portable. by TDYa127 · 13 years ago
  73. 952a94a LLVM build fix. by Ian Rogers · 13 years ago
  74. 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
  75. b259652 Overall clean up of gbc_expander and intrinsics. by Shih-wei Liao · 13 years ago
  76. 55e5e6c Fix quick fly2iceland after rebase. by TDYa127 · 13 years ago
  77. 920be7c Check opt_flags to remove null check. by TDYa127 · 13 years ago
  78. 87caa7e Implement CatchTargets. by TDYa127 · 13 years ago
  79. 347166a Fix run-test 030. by TDYa127 · 13 years ago
  80. 3fdb33a Fix run-test 044/064. by TDYa127 · 13 years ago
  81. 8593d88 Skip some methods to get the phone booting. by Shih-wei Liao · 13 years ago
  82. bb33f2f Integrating portable path with the Frontend. by Shih-wei Liao · 13 years ago
  83. 890ea89 Add suspend by ourselves to improve performance. by TDYa127 · 13 years ago
  84. aa55887 Fix phi bug on exception edges. by TDYa127 · 13 years ago
  85. 627d8c4 Fix wrong update phi. by Shih-wei Liao · 13 years ago
  86. 67645d8 Basic block based rewriting by Logan Chien · 13 years ago
  87. e5b8f8b Initialize GBCExpander with NULL. by Logan Chien · 13 years ago
  88. 4ec8ccd Implement Div/Rem/fptosi. by TDYa127 · 13 years ago
  89. f71bf5a Implement remaining intrinsics. by TDYa127 · 13 years ago
  90. 5a26d44 Implement SGet/SPut/AGet/APut. by TDYa127 · 13 years ago
  91. d36a2ac Fix the metadata include. by Logan Chien · 13 years ago
  92. 5e869b6 Move some helper functions to gbc_expander. by TDYa127 · 13 years ago
  93. 89f9605 Move inferred_reg_category_map to greenland. by TDYa127 · 13 years ago
  94. 1f196f1 Use MDBuilder to build metadata. by TDYa127 · 13 years ago
  95. d54a23d Implement copy/const/check_suspend intrinsic for expander. by Logan Chien · 13 years ago
  96. 75e4b60 Cleanup gbc_expander for fly2iceland. by Logan Chien · 13 years ago
  97. a1b2185 Starting to implement fly2iceland. by TDYa127 · 13 years ago
  98. 9a12945 Cleanup runtime support. Inline via IR builder. by TDYa127 · 13 years ago
  99. b672d1e Merge iceland to greenland. by TDYa127 · 13 years ago
  100. 21d28f5 GBC Expander. Removed lir. by Shih-wei Liao · 13 years ago