1. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed (99%) from src/compiler/dex/quick/mir_to_lir.cc]
  2. 980d16b Stage 2 of cast elision opt. by Dragos Sbirlea · 12 years ago
  3. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 12 years ago
  4. 862a760 Compiler: continuing refactoring by buzbee · 12 years ago
  5. 1fd3346 Compiler: LIR restructuring by buzbee · 12 years ago
  6. 0665fe0 Compiler: rework dataflow iterator. by buzbee · 12 years ago
  7. 311ca16 Compiler: Spring cleaning by buzbee · 12 years ago
  8. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
  9. 395116c Compiler: rearranging the deck chairs. by buzbee · 12 years ago[Renamed (99%) from src/compiler/codegen/mir_to_lir.cc]
  10. f662a7c Add "select" detection to common frontend by buzbee · 12 years ago
  11. a5954be Compiler cleanup: remove some old JIT leftovers. by buzbee · 12 years ago
  12. 4ef3e45 Compiler constant handling rework by buzbee · 13 years ago
  13. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 13 years ago
  14. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  15. 1eab958 Remove kExceptionPending flag from thread and codegen. by jeffhao · 13 years ago
  16. fffdb02 Add memory barrier for final instance fields. by Ian Rogers · 13 years ago
  17. e6285f9 Compiler: Take advantage of constant propagation by buzbee · 13 years ago
  18. a169e1d Quick compiler: refactored listing & const fix by buzbee · 13 years ago
  19. 7da142f Quick compiler: tighten null/0/0.0 workaround by buzbee · 13 years ago
  20. 5f61f67 Workaround for Issue 7250540 by buzbee · 13 years ago
  21. 02031b1 Quick compiler: Single .so for all targets by buzbee · 13 years ago[Renamed (65%) from src/compiler/codegen/method_codegen_driver.cc]
  22. 28c9a83 Quick Compiler: pointer/boolean cleanup by buzbee · 13 years ago
  23. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 13 years ago
  24. aad9438 Quick Compiler: static, extern and inline cleanup by buzbee · 13 years ago
  25. 52a77fc Quick Compiler function renaming by buzbee · 13 years ago
  26. 1bc37c6 Continuing Quick compiler refactoring by buzbee · 13 years ago
  27. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 13 years ago
  28. eaf09bc Quick compiler: more refactoring by buzbee · 13 years ago
  29. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 13 years ago[Renamed from src/compiler/codegen/MethodCodegenDriver.cc]
  30. f0504cd Quick backend: rename target-specific #defines by buzbee · 13 years ago
  31. b046e16 Remove all TARGET_[ARM|X86|MIPS] #ifdefs by buzbee · 13 years ago
  32. 137e88f Fast path interface dispatch. by Ian Rogers · 13 years ago
  33. a5b3024 Split dex_pc<->native_pc mapping table by Bill Buzbee · 13 years ago
  34. 474b6da Move thread flags and state into 32bits. by Ian Rogers · 13 years ago
  35. 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
  36. 8320f38 Prune useless entries from dex to pc map by buzbee · 13 years ago
  37. 488a78c Fix image size regression by buzbee · 13 years ago
  38. d1643e4 Basic block combine pass by buzbee · 13 years ago
  39. 9a4f003 Remove the THROW_VERIFICATION_ERROR op and supporting code. by jeffhao · 13 years ago
  40. c9f40dd Restore "CFG rework for explicit exception edges" by Bill Buzbee · 13 years ago
  41. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  42. babda95 Populate call info and inline float/double conversions on x86. by jeffhao · 13 years ago
  43. 937b73e Revert "CFG rework for explicit exception edges" by Brian Carlstrom · 13 years ago
  44. f2ba9cb am 8b503db0: CFG rework for explicit exception edges by buzbee · 13 years ago
  45. 8b503db CFG rework for explicit exception edges by buzbee · 13 years ago
  46. 4b771a0 Implemented fused branches for long and fp on x86. by jeffhao · 13 years ago
  47. a1da8a5 Quick compiler: complete switch support by buzbee · 13 years ago
  48. 4f2935e Fix missed suspend check. by TDYa127 · 13 years ago
  49. 7484741 Fix a bunch of lint. by Elliott Hughes · 13 years ago
  50. ad8f15e Milestone: close Quick side channel communication by buzbee · 13 years ago
  51. 6969d50 Invoke support for Quick Compiler by buzbee · 13 years ago
  52. e5f0122 Fixes for invoke/move-result fusing, recursion bug by buzbee · 13 years ago
  53. 45623b8 Disable move-result fusing by buzbee · 13 years ago
  54. 52ed776 FP breakage workaround by buzbee · 13 years ago
  55. 3b3dbdd More Quick compiler mir/bb cleanup by buzbee · 13 years ago
  56. 15bf980 More Quick compiler restructuring by buzbee · 13 years ago
  57. 2cfc639 Foundation for Quick LLVM compiler by buzbee · 13 years ago
  58. 408ad16 Restructure to reduce MIR references by buzbee · 13 years ago
  59. 41005dd Fix x86 type conversions. test-art-host-oat passes. by jeffhao · 13 years ago
  60. bff2465 [Compiler] Add object ref discovery by buzbee · 13 years ago
  61. a114add [Compiler] use Art indentation standard by Bill Buzbee · 13 years ago
  62. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 13 years ago
  63. 55bd45f More X86 fixes. by Ian Rogers · 13 years ago
  64. 7caad77 Implement various missing parts of the X86 compiler by Ian Rogers · 13 years ago
  65. fead293 Minor suspend check tweak by buzbee · 13 years ago
  66. a2e39d9 Enable the rest of branch fusing by buzbee · 13 years ago
  67. 84fd693 Branch fusing by buzbee · 13 years ago
  68. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 13 years ago
  69. fc9e6fa Compiler intrinsics by buzbee · 13 years ago
  70. c6f3bb8 Further x86 progress and image creation. by Ian Rogers · 13 years ago
  71. 16da88c Custom codegen for small frameless methods. by buzbee · 13 years ago
  72. f582258 oat file patching by Brian Carlstrom · 13 years ago
  73. ab2b55d Refactor callRuntimeHelper by Ian Rogers · 13 years ago
  74. 239c4e7 Loop detection, improved reg allocation by buzbee · 13 years ago
  75. 2ed3b95 Implement direct apk -> boot calling by Ian Rogers · 13 years ago
  76. 6cbb2bd X86 invocation tidy up. by Ian Rogers · 13 years ago
  77. f7d9ad3 Enable all JNI internal compiler tests on the host. by Ian Rogers · 13 years ago
  78. 3d66194 Real fix for 064 by buzbee · 13 years ago
  79. e196567 SSA rework and support compiler temps in the frame by buzbee · 13 years ago
  80. b3cd122 Really fix build. by Elliott Hughes · 13 years ago
  81. 86a4bce Fix branch bug (showed up in codegen for debug) by buzbee · 13 years ago
  82. adb8c67 Move the compiler away from libdex. by Elliott Hughes · 13 years ago
  83. a7678db x86 source code hack and slash by buzbee · 13 years ago
  84. 0398c42 More MIPS support by buzbee · 13 years ago
  85. 82488f5 Multi-target Codegen cleanup by buzbee · 13 years ago
  86. 5de3494 Another step towards a Mips target by buzbee · 13 years ago
  87. 31a4a6f More target-independence by buzbee · 13 years ago
  88. 4dd96f5 Extract method-related information from CompilationUnit. by Logan Chien · 13 years ago
  89. e3acd07 Multi-target support by buzbee · 13 years ago