1. a024a06 Compilation filter by buzbee · 11 years ago
  2. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  3. 9b7085a Fix cpplint readability/braces issues by Brian Carlstrom · 11 years ago
  4. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  5. f69863b Fix cpplint whitespace/newline issues by Brian Carlstrom · 11 years ago
  6. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  7. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (98%) from src/compiler/dex/frontend.cc]
  8. d25de7a Preparing SSA support for SEA IR: reaching definitions. by Dragos Sbirlea · 11 years ago
  9. 7467ee0 Added support for SEA IR. by Dragos Sbirlea · 11 years ago
  10. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 11 years ago
  11. a5abf70 Compiler: replace DOM traversal computation by buzbee · 11 years ago
  12. e7a5b7d Fix memory leak of and use without initialization. by Ian Rogers · 11 years ago
  13. 862a760 Compiler: continuing refactoring by buzbee · 11 years ago
  14. 1fd3346 Compiler: LIR restructuring by buzbee · 11 years ago
  15. 311ca16 Compiler: Spring cleaning by buzbee · 11 years ago
  16. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  17. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  18. 4c1c283 Move compiler_llvm to art::llvm. by Ian Rogers · 11 years ago
  19. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 11 years ago
  20. 76ae4fe 1 IR builder. Kill greenland. Remove JTypeSpace. by Ian Rogers · 11 years ago
  21. 395116c Compiler: rearranging the deck chairs. by buzbee · 11 years ago[Renamed (99%) from src/compiler/frontend.cc]
  22. c928de9 Remove Iceland. by Ian Rogers · 11 years ago
  23. bbdd053 [Portable Compiler] Rework return block marking. by buzbee · 11 years ago
  24. 34b8c98 Fix portable build by buzbee · 11 years ago
  25. 4ef3e45 Compiler constant handling rework by buzbee · 12 years ago
  26. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  27. 05bcbc1 Merge "Add memory barrier for final instance fields." into dalvik-dev by Ian Rogers · 12 years ago
  28. fffdb02 Add memory barrier for final instance fields. by Ian Rogers · 12 years ago
  29. 2502e00 Basic block optimization refactoring by buzbee · 12 years ago
  30. d850621 Compiler: GBC fix, CFG dump enhancements by buzbee · 12 years ago
  31. a169e1d Quick compiler: refactored listing & const fix by buzbee · 12 years ago
  32. 5f61f67 Workaround for Issue 7250540 by buzbee · 12 years ago
  33. 02031b1 Quick compiler: Single .so for all targets by buzbee · 12 years ago
  34. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 12 years ago
  35. aad9438 Quick Compiler: static, extern and inline cleanup by buzbee · 12 years ago
  36. 52a77fc Quick Compiler function renaming by buzbee · 12 years ago
  37. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 12 years ago
  38. eaf09bc Quick compiler: more refactoring by buzbee · 12 years ago
  39. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 12 years ago[Renamed (99%) from src/compiler/Frontend.cc]
  40. 5b3c889 Merge "Remove all TARGET_[ARM|X86|MIPS] #ifdefs" into dalvik-dev by buzbee · 12 years ago
  41. b046e16 Remove all TARGET_[ARM|X86|MIPS] #ifdefs by buzbee · 12 years ago
  42. 663c09f Special for monkey debugging (#2) by buzbee · 12 years ago
  43. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  44. 9281f00 Special for monkey debugging by buzbee · 12 years ago
  45. 215a926 Fix LLVM build. by Shih-wei Liao · 12 years ago
  46. 4df2bbd Enable multi-threaded Quick compilation by buzbee · 12 years ago
  47. 6459e7c Enable bitcode verification for debug builds by buzbee · 12 years ago
  48. a5b3024 Split dex_pc<->native_pc mapping table by Bill Buzbee · 12 years ago
  49. a75a013 Make dex instruction size a lookup. by Ian Rogers · 12 years ago
  50. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  51. 55e5e6c Fix quick fly2iceland after rebase. by TDYa127 · 12 years ago
  52. 46bde5c Fix Frontend.cc for running portable path. by Shih-wei Liao · 12 years ago
  53. 44770fe Fix quick fly2iceland (code_size = 0) bug. by TDYa127 · 12 years ago
  54. abc4c6b Portable path example interface by buzbee · 12 years ago
  55. 0967a25 Quick compiler code layout by buzbee · 12 years ago
  56. d1643e4 Basic block combine pass by buzbee · 12 years ago
  57. 692be80 Quick compiler: reuse llvm context & ir builder by buzbee · 12 years ago
  58. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 12 years ago
  59. 7fbee07 Preliminary changes to allow mips target to build. by jeffhao · 12 years ago
  60. ca7a5e4 Quick compiler: restore optimizations by buzbee · 12 years ago
  61. c9f40dd Restore "CFG rework for explicit exception edges" by Bill Buzbee · 12 years ago
  62. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  63. 937b73e Revert "CFG rework for explicit exception edges" by Brian Carlstrom · 12 years ago
  64. f2ba9cb am 8b503db0: CFG rework for explicit exception edges by buzbee · 12 years ago
  65. 8b503db CFG rework for explicit exception edges by buzbee · 12 years ago
  66. 573b429 Enable load store elimination on x86. by jeffhao · 12 years ago
  67. 854029c Fixes to x86 register promotion and load hoisting. by jeffhao · 12 years ago
  68. 85eee02 Quick compiler: various bug fixes by buzbee · 12 years ago
  69. 2a83e8f Quick compiler, fix wide bug by buzbee · 12 years ago
  70. fdffdf8 Fixes to enable TrackLiveTemps optimization on x86. by jeffhao · 12 years ago
  71. a1da8a5 Quick compiler: complete switch support by buzbee · 12 years ago
  72. f58c12c Quick compiler - packed switch support by buzbee · 12 years ago
  73. 4f4dfc7 Quick compiler - various bug fixes by buzbee · 12 years ago
  74. 7659263 Quick compiler: conversions, bug fixes by buzbee · 12 years ago
  75. 101305f Continued fleshout out of Quick compiler by buzbee · 12 years ago
  76. e296248 Fixes for x86 compiler optimizations. by jeffhao · 12 years ago
  77. 8fa0fda Quick compiler: support for arrays, misc. by buzbee · 12 years ago
  78. 3241296 Quick compiler exception support by buzbee · 12 years ago
  79. 4f1181f Quick compiler: support for 006, 012, 013, 017 by buzbee · 12 years ago
  80. ad8f15e Milestone: close Quick side channel communication by buzbee · 12 years ago
  81. 6969d50 Invoke support for Quick Compiler by buzbee · 12 years ago
  82. 2cfc639 Foundation for Quick LLVM compiler by buzbee · 12 years ago
  83. abe64aa Remove a dangerous default from oatNew and fix the bug it hid. by Elliott Hughes · 12 years ago
  84. bff2465 [Compiler] Add object ref discovery by buzbee · 12 years ago
  85. a114add [Compiler] use Art indentation standard by Bill Buzbee · 12 years ago
  86. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 12 years ago
  87. e52e49b Fix the mutex diagnostics, and other targets of opportunity. by Elliott Hughes · 12 years ago
  88. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 12 years ago
  89. fc9e6fa Compiler intrinsics by buzbee · 12 years ago
  90. 16da88c Custom codegen for small frameless methods. by buzbee · 12 years ago
  91. a7c1268 Restore card marking, minor tuning by buzbee · 12 years ago
  92. b3ab25b Enable compiler_test on host. by Ian Rogers · 12 years ago
  93. b37c999 Disable BBOpt when debugger active by buzbee · 12 years ago
  94. 9c044ce Support for promoting Method* and compiler temps by buzbee · 12 years ago
  95. 239c4e7 Loop detection, improved reg allocation by buzbee · 12 years ago
  96. f7d9ad3 Enable all JNI internal compiler tests on the host. by Ian Rogers · 12 years ago
  97. e196567 SSA rework and support compiler temps in the frame by buzbee · 12 years ago
  98. 3fa1b7e Unify the invoke stubs and replace "oat" with "Art" in the API. by Elliott Hughes · 12 years ago
  99. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 12 years ago
  100. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago