1. 48f5c47 Replace memory barriers to better reflect Java needs. by Hans Boehm · 11 years ago
  2. 03dbc04 Make class status volatile. by Ian Rogers · 11 years ago
  3. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  4. be0e546 Cache field lowering info in mir_graph. by Vladimir Marko · 11 years ago
  5. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  6. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 11 years ago
  7. 9b297bf Refactor CompilerDriver::Compute..FieldInfo by Ian Rogers · 12 years ago
  8. 65ec92c Refactor CompilerDriver::ComputeInvokeInfo by Ian Rogers · 12 years ago
  9. 1e54d68 Disable devirtualization detection in DEX-to-DEX compiler. by Sebastien Hertz · 12 years ago
  10. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  11. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  12. 4274889 Fixing cpplint readability/check issues by Brian Carlstrom · 12 years ago
  13. 1895ea3 Fix cpplint readability/fn_size issues by Brian Carlstrom · 12 years ago
  14. 3e3d591 Fix cpplint build/namespaces issues by Brian Carlstrom · 12 years ago
  15. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 12 years ago
  16. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed (99%) from src/compiler/llvm/gbc_expander.cc]
  17. 51c2467 libart-compiler cleanup by Brian Carlstrom · 12 years ago
  18. e3cd2f0 Enable devirtualization for abstract and sub-class methods. by Ian Rogers · 12 years ago
  19. aa4a793 Rename abstract method code_ to entry_point_from_compiled_code_. by Jeff Hao · 12 years ago
  20. 02c4223 Supporting de-virtualization for precise types. by Sameer Abu Asal · 12 years ago
  21. 302a72d Revert "Supporting de-virtualization for precise types." by Brian Carlstrom · 12 years ago
  22. 31d4b8e Supporting de-virtualization for precise types. by Sameer Abu Asal · 12 years ago
  23. f4da607 Revert "Supporting de-virtualization for precise types." by Ian Rogers · 12 years ago
  24. b0682d5 Supporting de-virtualization for precise types. by Sameer Abu Asal · 12 years ago
  25. 1fd3346 Compiler: LIR restructuring by buzbee · 12 years ago
  26. 37d4879 Changes to move to jb-mr2 based llvm by Brian Carlstrom · 12 years ago
  27. 2da15ed Merge "Make shadow frame addresses unique." into dalvik-dev by Sebastien Hertz · 12 years ago
  28. 311ca16 Compiler: Spring cleaning by buzbee · 12 years ago
  29. f11afa0 Make shadow frame addresses unique. by Sebastien Hertz · 12 years ago
  30. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  31. 0d94eb6 Minor LLVM cleanup. by Ian Rogers · 12 years ago
  32. 055095a Merge "Remove ExtractCodeAndPrelink and switch Portable to MCLinker" into dalvik-dev by Brian Carlstrom · 12 years ago
  33. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  34. 03c8960 Merge "Volatile support in Portable compiler." into dalvik-dev by Sebastien Hertz · 12 years ago
  35. 4b2e0b0 Volatile support in Portable compiler. by Sebastien Hertz · 12 years ago
  36. 901d5ba Intrinsics support in Portable compiler. by Sebastien Hertz · 12 years ago
  37. 4c1c283 Move compiler_llvm to art::llvm. by Ian Rogers · 12 years ago[Renamed (99%) from src/compiler_llvm/gbc_expander.cc]
  38. 89756f2 Rename OatCompilationUnit to Dex.. move to compiler. by Ian Rogers · 12 years ago
  39. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
  40. 8e69605 Fix bug in GBC expansion wrt invoke return types. by Ian Rogers · 12 years ago
  41. 1b2b71f Portable slow-path sets for float/double need bitcast. by Ian Rogers · 12 years ago
  42. 2ffe4f1 Fix failing LLVM verification on unreachable blocks. by Sebastien Hertz · 12 years ago
  43. c21da53 Merge "Ensures allocas are at the start of entry block." into dalvik-dev by Sebastien Hertz · 12 years ago
  44. 7720970 Ensures allocas are at the start of entry block. by Sebastien Hertz · 12 years ago
  45. 0d43d54 Generates barrier in constructor. by Sebastien Hertz · 12 years ago
  46. 76ae4fe 1 IR builder. Kill greenland. Remove JTypeSpace. by Ian Rogers · 12 years ago
  47. 395116c Compiler: rearranging the deck chairs. by buzbee · 12 years ago
  48. 11ffc2d Changes to LLVM to support deoptimization. by Jeff Hao · 12 years ago
  49. 98573f9 Fix portable build following object.h refactor. by Ian Rogers · 12 years ago
  50. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  51. d75afb9 Prune away extraneous ART_USE_PORTABLE_COMPILER ifdefs. by jeffhao · 12 years ago
  52. 9a14265 Revert "Change LLVM exception check to check all thread flags." by Jeff Hao · 12 years ago
  53. a1ae861 Change LLVM exception check to check all thread flags. by jeffhao · 12 years ago
  54. 4028312 Prune dexlang from the llvm compiler. by jeffhao · 12 years ago
  55. 26f10ee Fix Portable build by buzbee · 13 years ago
  56. ce4cc0d Using gcmap instead of shadow frame. by TDYa127 · 13 years ago
  57. 449a49b Portable compiler: fix build by buzbee · 13 years ago
  58. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 13 years ago
  59. 8e950c1 Simple debugging support for portable path. by TDYa127 · 13 years ago
  60. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 13 years ago
  61. 6c27968 Change shadow_frame_size_ to num_shadow_frame_refs_. Fix LLVM build. by Shih-wei Liao · 13 years ago
  62. 823433d Corresponding CL of thread flags for portable. by TDYa127 · 13 years ago
  63. 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
  64. b259652 Overall clean up of gbc_expander and intrinsics. by Shih-wei Liao · 13 years ago
  65. 55e5e6c Fix quick fly2iceland after rebase. by TDYa127 · 13 years ago
  66. 920be7c Check opt_flags to remove null check. by TDYa127 · 13 years ago
  67. 87caa7e Implement CatchTargets. by TDYa127 · 13 years ago
  68. 347166a Fix run-test 030. by TDYa127 · 13 years ago
  69. bb33f2f Integrating portable path with the Frontend. by Shih-wei Liao · 13 years ago
  70. 890ea89 Add suspend by ourselves to improve performance. by TDYa127 · 13 years ago
  71. aa55887 Fix phi bug on exception edges. by TDYa127 · 13 years ago
  72. 627d8c4 Fix wrong update phi. by Shih-wei Liao · 13 years ago
  73. 67645d8 Basic block based rewriting by Logan Chien · 13 years ago
  74. e5b8f8b Initialize GBCExpander with NULL. by Logan Chien · 13 years ago
  75. 4ec8ccd Implement Div/Rem/fptosi. by TDYa127 · 13 years ago
  76. f71bf5a Implement remaining intrinsics. by TDYa127 · 13 years ago
  77. 5a26d44 Implement SGet/SPut/AGet/APut. by TDYa127 · 13 years ago
  78. d36a2ac Fix the metadata include. by Logan Chien · 13 years ago
  79. 5e869b6 Move some helper functions to gbc_expander. by TDYa127 · 13 years ago
  80. d54a23d Implement copy/const/check_suspend intrinsic for expander. by Logan Chien · 13 years ago
  81. 75e4b60 Cleanup gbc_expander for fly2iceland. by Logan Chien · 13 years ago
  82. a1b2185 Starting to implement fly2iceland. by TDYa127 · 13 years ago
  83. 9a12945 Cleanup runtime support. Inline via IR builder. by TDYa127 · 13 years ago
  84. b672d1e Merge iceland to greenland. by TDYa127 · 13 years ago
  85. 21d28f5 GBC Expander. Removed lir. by Shih-wei Liao · 13 years ago