1. b5860fb Register promotion support for 64-bit targets by buzbee · 10 years ago
  2. 2db3e26 Fix quick mode bugs for Mips. by Douglas Leung · 10 years ago
  3. 3c12c51 Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"" by Andreas Gampe · 10 years ago
  4. de68676 Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter" by Andreas Gampe · 10 years ago
  5. 2689fba ART: Split out more cases of Load/StoreRef, volatile as parameter by Andreas Gampe · 10 years ago
  6. 8dea81c Rewrite use/def masks to support 128 bits. by Vladimir Marko · 10 years ago
  7. 2f244e9 ART: Add more ThreadOffset in Mir2Lir and backends by Andreas Gampe · 10 years ago
  8. 674744e Use atomic load/store for volatile IGET/IPUT/SGET/SPUT. by Vladimir Marko · 10 years ago
  9. 3bf7c60 Cleanup ARM load/store wide and remove unused param s_reg. by Vladimir Marko · 10 years ago
  10. 455759b Remove LoadBaseDispWide and StoreBaseDispWide. by Vladimir Marko · 10 years ago
  11. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 10 years ago
  12. fd698e6 Quick compiler: fix DCHECKS by buzbee · 10 years ago
  13. 695d13a Update load/store utilities for 64-bit backends by buzbee · 10 years ago
  14. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  15. 2700f7e Continuing register cleanup by buzbee · 10 years ago
  16. 2c498d1 Specializing x86 range argument copying by Razvan A Lupusoru · 11 years ago
  17. bd288c2 Add conditional move support to x86 and allow GenMinMax to use it by Razvan A Lupusoru · 11 years ago
  18. 73e08b3 Fix Mir2Lir::AllocFreeTemp() to return -1 on failure. by Vladimir Marko · 11 years ago
  19. 0d82948 64-bit prep by buzbee · 11 years ago
  20. 468532e Entry point clean up. by Ian Rogers · 11 years ago
  21. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  22. 9b7085a Fix cpplint readability/braces issues by Brian Carlstrom · 11 years ago
  23. 38f85e4 Fix cpplint whitespace/operators issues by Brian Carlstrom · 11 years ago
  24. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  25. f69863b Fix cpplint whitespace/newline issues by Brian Carlstrom · 11 years ago
  26. b1eba21 Fix cpplint whitespace/comma issues by Brian Carlstrom · 11 years ago
  27. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  28. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (99%) from src/compiler/dex/quick/mips/utility_mips.cc]
  29. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 11 years ago
  30. 1fd3346 Compiler: LIR restructuring by buzbee · 11 years ago
  31. 395116c Compiler: rearranging the deck chairs. by buzbee · 11 years ago[Renamed (99%) from src/compiler/codegen/mips/utility_mips.cc]
  32. 4ef3e45 Compiler constant handling rework by buzbee · 12 years ago
  33. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 12 years ago
  34. e6285f9 Compiler: Take advantage of constant propagation by buzbee · 12 years ago
  35. 02031b1 Quick compiler: Single .so for all targets by buzbee · 12 years ago
  36. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 12 years ago
  37. 52a77fc Quick Compiler function renaming by buzbee · 12 years ago
  38. 1bc37c6 Continuing Quick compiler refactoring by buzbee · 12 years ago
  39. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 12 years ago[Renamed (95%) from src/compiler/codegen/mips/Mips32/Factory.cc]
  40. f0504cd Quick backend: rename target-specific #defines by buzbee · 12 years ago
  41. b046e16 Remove all TARGET_[ARM|X86|MIPS] #ifdefs by buzbee · 12 years ago
  42. fa147e2 Numerous fixes to MIPS. Basic oatexec works. by jeffhao · 12 years ago
  43. 408ad16 Restructure to reduce MIR references by buzbee · 12 years ago
  44. fd2ec54 Fix compilation issues with new gcc by Brian Carlstrom · 12 years ago
  45. 41005dd Fix x86 type conversions. test-art-host-oat passes. by jeffhao · 12 years ago
  46. a114add [Compiler] use Art indentation standard by Bill Buzbee · 12 years ago
  47. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 12 years ago
  48. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 12 years ago
  49. 680b1bd Unify branch flags, pretty printer for OpKind. by Ian Rogers · 12 years ago
  50. 86a4bce Fix branch bug (showed up in codegen for debug) by buzbee · 12 years ago
  51. a2ebdd7 Complete MIPS code generation support by buzbee · 12 years ago
  52. c5159d5 MIPS switch table support by buzbee · 12 years ago
  53. 82488f5 Multi-target Codegen cleanup by buzbee · 12 years ago
  54. 71ac994 Change assembler to use byte instruction lengths by buzbee · 12 years ago
  55. 5de3494 Another step towards a Mips target by buzbee · 12 years ago
  56. 31a4a6f More target-independence by buzbee · 12 years ago
  57. e3acd07 Multi-target support by buzbee · 12 years ago