1. 8ebdc2b ART: Fix indentation in Mips backend by Andreas Gampe · 11 years ago
  2. 8d36591 ART: Use jalr instead of jr for Mips by Andreas Gampe · 11 years ago
  3. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 11 years ago
  4. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  5. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  6. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 11 years ago
  7. 5aa6e04 Tidy x86 assembler. by Ian Rogers · 11 years ago
  8. 6601882 ART: Use utils.h::RoundUp instead of explicit bit-fiddling by Andreas Gampe · 11 years ago
  9. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 12 years ago
  10. 9da5c10 Quick compiler, MIPS resource cleanup by buzbee · 12 years ago
  11. 2700f7e Continuing register cleanup by buzbee · 12 years ago
  12. 1da1e2f More compile-time tuning by buzbee · 12 years ago
  13. a61f495 Add timing logger to Quick compiler by buzbee · 12 years ago
  14. 0d82948 64-bit prep by buzbee · 12 years ago
  15. 409fe94 Quick assembler fix by buzbee · 12 years ago
  16. b48819d Compile-time tuning: assembly phase by buzbee · 12 years ago
  17. 252254b More Quick compile-time tuning: labels & branches by buzbee · 12 years ago
  18. 38f85e4 Fix cpplint whitespace/operators issues by Brian Carlstrom · 12 years ago
  19. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 12 years ago
  20. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed (99%) from src/compiler/dex/quick/mips/assemble_mips.cc]
  21. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 12 years ago
  22. 1fd3346 Compiler: LIR restructuring by buzbee · 13 years ago
  23. 395116c Compiler: rearranging the deck chairs. by buzbee · 13 years ago[Renamed (99%) from src/compiler/codegen/mips/assemble_mips.cc]
  24. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 13 years ago
  25. a3a82b2 Quick compiler: minor cleanup by buzbee · 13 years ago
  26. 02031b1 Quick compiler: Single .so for all targets by buzbee · 13 years ago
  27. 28c9a83 Quick Compiler: pointer/boolean cleanup by buzbee · 13 years ago
  28. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 13 years ago
  29. aad9438 Quick Compiler: static, extern and inline cleanup by buzbee · 13 years ago
  30. 52a77fc Quick Compiler function renaming by buzbee · 13 years ago
  31. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 13 years ago
  32. eaf09bc Quick compiler: more refactoring by buzbee · 13 years ago
  33. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 13 years ago[Renamed (99%) from src/compiler/codegen/mips/Assemble.cc]
  34. f0504cd Quick backend: rename target-specific #defines by buzbee · 13 years ago
  35. 61f916c A few more MIPS fixes. Emulator boots up with black screen. by jeffhao · 13 years ago
  36. fa147e2 Numerous fixes to MIPS. Basic oatexec works. by jeffhao · 13 years ago
  37. 4f8f04a Fix endianness of compiled code and stacks of stubs for MIPS. by jeffhao · 13 years ago
  38. 7484741 Fix a bunch of lint. by Elliott Hughes · 13 years ago
  39. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 13 years ago
  40. a114add [Compiler] use Art indentation standard by Bill Buzbee · 13 years ago
  41. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 14 years ago
  42. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 14 years ago
  43. ab058bb Make code buffer units 8bit rather than 16bit. by Ian Rogers · 14 years ago
  44. 680b1bd Unify branch flags, pretty printer for OpKind. by Ian Rogers · 14 years ago
  45. e88dfbf x86 codegen source file skeletons by buzbee · 14 years ago
  46. a2ebdd7 Complete MIPS code generation support by buzbee · 14 years ago
  47. c5159d5 MIPS switch table support by buzbee · 14 years ago
  48. 0398c42 More MIPS support by buzbee · 14 years ago
  49. 82488f5 Multi-target Codegen cleanup by buzbee · 14 years ago
  50. 71ac994 Change assembler to use byte instruction lengths by buzbee · 14 years ago
  51. 5de3494 Another step towards a Mips target by buzbee · 14 years ago
  52. 31a4a6f More target-independence by buzbee · 14 years ago
  53. e3acd07 Multi-target support by buzbee · 14 years ago