1. 8b503db CFG rework for explicit exception edges by buzbee · 13 years ago
  2. a1da8a5 Quick compiler: complete switch support by buzbee · 13 years ago
  3. 4f2935e Fix missed suspend check. by TDYa127 · 13 years ago
  4. 7484741 Fix a bunch of lint. by Elliott Hughes · 13 years ago
  5. ad8f15e Milestone: close Quick side channel communication by buzbee · 13 years ago
  6. 6969d50 Invoke support for Quick Compiler by buzbee · 13 years ago
  7. e5f0122 Fixes for invoke/move-result fusing, recursion bug by buzbee · 13 years ago
  8. 45623b8 Disable move-result fusing by buzbee · 13 years ago
  9. 52ed776 FP breakage workaround by buzbee · 13 years ago
  10. 3b3dbdd More Quick compiler mir/bb cleanup by buzbee · 13 years ago
  11. 15bf980 More Quick compiler restructuring by buzbee · 13 years ago
  12. 2cfc639 Foundation for Quick LLVM compiler by buzbee · 13 years ago
  13. 408ad16 Restructure to reduce MIR references by buzbee · 13 years ago
  14. 41005dd Fix x86 type conversions. test-art-host-oat passes. by jeffhao · 13 years ago
  15. bff2465 [Compiler] Add object ref discovery by buzbee · 13 years ago
  16. a114add [Compiler] use Art indentation standard by Bill Buzbee · 13 years ago
  17. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 13 years ago
  18. 55bd45f More X86 fixes. by Ian Rogers · 13 years ago
  19. 7caad77 Implement various missing parts of the X86 compiler by Ian Rogers · 13 years ago
  20. fead293 Minor suspend check tweak by buzbee · 13 years ago
  21. a2e39d9 Enable the rest of branch fusing by buzbee · 13 years ago
  22. 84fd693 Branch fusing by buzbee · 13 years ago
  23. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 13 years ago
  24. fc9e6fa Compiler intrinsics by buzbee · 13 years ago
  25. c6f3bb8 Further x86 progress and image creation. by Ian Rogers · 13 years ago
  26. 16da88c Custom codegen for small frameless methods. by buzbee · 13 years ago
  27. f582258 oat file patching by Brian Carlstrom · 13 years ago
  28. ab2b55d Refactor callRuntimeHelper by Ian Rogers · 13 years ago
  29. 239c4e7 Loop detection, improved reg allocation by buzbee · 13 years ago
  30. 2ed3b95 Implement direct apk -> boot calling by Ian Rogers · 13 years ago
  31. 6cbb2bd X86 invocation tidy up. by Ian Rogers · 13 years ago
  32. f7d9ad3 Enable all JNI internal compiler tests on the host. by Ian Rogers · 13 years ago
  33. 3d66194 Real fix for 064 by buzbee · 13 years ago
  34. e196567 SSA rework and support compiler temps in the frame by buzbee · 13 years ago
  35. b3cd122 Really fix build. by Elliott Hughes · 13 years ago
  36. 86a4bce Fix branch bug (showed up in codegen for debug) by buzbee · 13 years ago
  37. adb8c67 Move the compiler away from libdex. by Elliott Hughes · 13 years ago
  38. a7678db x86 source code hack and slash by buzbee · 13 years ago
  39. 0398c42 More MIPS support by buzbee · 13 years ago
  40. 82488f5 Multi-target Codegen cleanup by buzbee · 13 years ago
  41. 5de3494 Another step towards a Mips target by buzbee · 13 years ago
  42. 31a4a6f More target-independence by buzbee · 13 years ago
  43. 4dd96f5 Extract method-related information from CompilationUnit. by Logan Chien · 13 years ago
  44. e3acd07 Multi-target support by buzbee · 13 years ago