1. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 11 years ago
  2. 8e69605 Fix bug in GBC expansion wrt invoke return types. by Ian Rogers · 11 years ago
  3. 1b2b71f Portable slow-path sets for float/double need bitcast. by Ian Rogers · 11 years ago
  4. 2ffe4f1 Fix failing LLVM verification on unreachable blocks. by Sebastien Hertz · 11 years ago
  5. c21da53 Merge "Ensures allocas are at the start of entry block." into dalvik-dev by Sebastien Hertz · 11 years ago
  6. 7720970 Ensures allocas are at the start of entry block. by Sebastien Hertz · 11 years ago
  7. 0d43d54 Generates barrier in constructor. by Sebastien Hertz · 11 years ago
  8. 76ae4fe 1 IR builder. Kill greenland. Remove JTypeSpace. by Ian Rogers · 11 years ago
  9. 395116c Compiler: rearranging the deck chairs. by buzbee · 11 years ago
  10. 11ffc2d Changes to LLVM to support deoptimization. by Jeff Hao · 12 years ago
  11. 98573f9 Fix portable build following object.h refactor. by Ian Rogers · 12 years ago
  12. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  13. d75afb9 Prune away extraneous ART_USE_PORTABLE_COMPILER ifdefs. by jeffhao · 12 years ago
  14. 9a14265 Revert "Change LLVM exception check to check all thread flags." by Jeff Hao · 12 years ago
  15. a1ae861 Change LLVM exception check to check all thread flags. by jeffhao · 12 years ago
  16. 4028312 Prune dexlang from the llvm compiler. by jeffhao · 12 years ago
  17. 26f10ee Fix Portable build by buzbee · 12 years ago
  18. ce4cc0d Using gcmap instead of shadow frame. by TDYa127 · 12 years ago
  19. 449a49b Portable compiler: fix build by buzbee · 12 years ago
  20. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 12 years ago
  21. 8e950c1 Simple debugging support for portable path. by TDYa127 · 12 years ago
  22. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  23. 6c27968 Change shadow_frame_size_ to num_shadow_frame_refs_. Fix LLVM build. by Shih-wei Liao · 12 years ago
  24. 823433d Corresponding CL of thread flags for portable. by TDYa127 · 12 years ago
  25. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  26. b259652 Overall clean up of gbc_expander and intrinsics. by Shih-wei Liao · 12 years ago
  27. 55e5e6c Fix quick fly2iceland after rebase. by TDYa127 · 12 years ago
  28. 920be7c Check opt_flags to remove null check. by TDYa127 · 12 years ago
  29. 87caa7e Implement CatchTargets. by TDYa127 · 12 years ago
  30. 347166a Fix run-test 030. by TDYa127 · 12 years ago
  31. bb33f2f Integrating portable path with the Frontend. by Shih-wei Liao · 12 years ago
  32. 890ea89 Add suspend by ourselves to improve performance. by TDYa127 · 12 years ago
  33. aa55887 Fix phi bug on exception edges. by TDYa127 · 12 years ago
  34. 627d8c4 Fix wrong update phi. by Shih-wei Liao · 12 years ago
  35. 67645d8 Basic block based rewriting by Logan Chien · 12 years ago
  36. e5b8f8b Initialize GBCExpander with NULL. by Logan Chien · 12 years ago
  37. 4ec8ccd Implement Div/Rem/fptosi. by TDYa127 · 12 years ago
  38. f71bf5a Implement remaining intrinsics. by TDYa127 · 12 years ago
  39. 5a26d44 Implement SGet/SPut/AGet/APut. by TDYa127 · 12 years ago
  40. d36a2ac Fix the metadata include. by Logan Chien · 12 years ago
  41. 5e869b6 Move some helper functions to gbc_expander. by TDYa127 · 12 years ago
  42. d54a23d Implement copy/const/check_suspend intrinsic for expander. by Logan Chien · 12 years ago
  43. 75e4b60 Cleanup gbc_expander for fly2iceland. by Logan Chien · 12 years ago
  44. a1b2185 Starting to implement fly2iceland. by TDYa127 · 12 years ago
  45. 9a12945 Cleanup runtime support. Inline via IR builder. by TDYa127 · 12 years ago
  46. b672d1e Merge iceland to greenland. by TDYa127 · 12 years ago
  47. 21d28f5 GBC Expander. Removed lir. by Shih-wei Liao · 12 years ago