1. 28c9a83 Quick Compiler: pointer/boolean cleanup by buzbee · 13 years ago
  2. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 13 years ago
  3. aad9438 Quick Compiler: static, extern and inline cleanup by buzbee · 13 years ago
  4. 52a77fc Quick Compiler function renaming by buzbee · 13 years ago
  5. 1bc37c6 Continuing Quick compiler refactoring by buzbee · 13 years ago
  6. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 13 years ago
  7. eaf09bc Quick compiler: more refactoring by buzbee · 13 years ago
  8. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 13 years ago
  9. f0504cd Quick backend: rename target-specific #defines by buzbee · 13 years ago
  10. ec13743 Revert "Revert "Refactor codegen resource masks"" by buzbee · 13 years ago
  11. 4b39c9f1b Revert "Refactor codegen resource masks" by Bill Buzbee · 13 years ago
  12. 07131ca Refactor codegen resource masks by buzbee · 13 years ago
  13. b046e16 Remove all TARGET_[ARM|X86|MIPS] #ifdefs by buzbee · 13 years ago
  14. 09cd727 Fix for MIPS long subtraction when source and destination are same. by jeffhao · 13 years ago
  15. 61f916c A few more MIPS fixes. Emulator boots up with black screen. by jeffhao · 13 years ago
  16. 30a3317 More MIPS fixes. Many run-test tests pass. by jeffhao · 13 years ago
  17. fc6a30e More MIPS fixes. Most basic tests pass. by jeffhao · 13 years ago
  18. fa147e2 Numerous fixes to MIPS. Basic oatexec works. by jeffhao · 13 years ago
  19. 4f8f04a Fix endianness of compiled code and stacks of stubs for MIPS. by jeffhao · 13 years ago
  20. a5b3024 Split dex_pc<->native_pc mapping table by Bill Buzbee · 13 years ago
  21. 8320f38 Prune useless entries from dex to pc map by buzbee · 13 years ago
  22. 7fbee07 Preliminary changes to allow mips target to build. by jeffhao · 13 years ago
  23. 4b771a0 Implemented fused branches for long and fp on x86. by jeffhao · 13 years ago
  24. a1da8a5 Quick compiler: complete switch support by buzbee · 13 years ago
  25. 7484741 Fix a bunch of lint. by Elliott Hughes · 13 years ago
  26. ad8f15e Milestone: close Quick side channel communication by buzbee · 13 years ago
  27. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 13 years ago
  28. 2cfc639 Foundation for Quick LLVM compiler by buzbee · 13 years ago
  29. 408ad16 Restructure to reduce MIR references by buzbee · 13 years ago
  30. fd2ec54 Fix compilation issues with new gcc by Brian Carlstrom · 13 years ago
  31. 41005dd Fix x86 type conversions. test-art-host-oat passes. by jeffhao · 13 years ago
  32. bff2465 [Compiler] Add object ref discovery by buzbee · 13 years ago
  33. a114add [Compiler] use Art indentation standard by Bill Buzbee · 13 years ago
  34. 55bd45f More X86 fixes. by Ian Rogers · 13 years ago
  35. 57b86d4 Refactor runtime support. by Ian Rogers · 13 years ago
  36. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 13 years ago
  37. fc9e6fa Compiler intrinsics by buzbee · 13 years ago
  38. 16da88c Custom codegen for small frameless methods. by buzbee · 13 years ago
  39. 9c044ce Support for promoting Method* and compiler temps by buzbee · 13 years ago
  40. ab2b55d Refactor callRuntimeHelper by Ian Rogers · 13 years ago
  41. 239c4e7 Loop detection, improved reg allocation by buzbee · 13 years ago
  42. f7d9ad3 Enable all JNI internal compiler tests on the host. by Ian Rogers · 13 years ago
  43. e196567 SSA rework and support compiler temps in the frame by buzbee · 13 years ago
  44. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 13 years ago
  45. ab058bb Make code buffer units 8bit rather than 16bit. by Ian Rogers · 13 years ago
  46. 719ace4 Stop saying "typedef struct" and "typedef enum". by Elliott Hughes · 13 years ago
  47. b3cd122 Really fix build. by Elliott Hughes · 13 years ago
  48. e7825db Fix build. by Elliott Hughes · 13 years ago
  49. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  50. 680b1bd Unify branch flags, pretty printer for OpKind. by Ian Rogers · 13 years ago
  51. 86a4bce Fix branch bug (showed up in codegen for debug) by buzbee · 13 years ago
  52. adb8c67 Move the compiler away from libdex. by Elliott Hughes · 13 years ago
  53. de79783 Dummy up MOV instructions, add/tweak comments. by Ian Rogers · 13 years ago
  54. e88dfbf x86 codegen source file skeletons by buzbee · 13 years ago
  55. 4455f78 Fix type in README.mips by buzbee · 13 years ago
  56. cad9606 Fix MIPS comment typo. by Ian Rogers · 13 years ago
  57. a2ebdd7 Complete MIPS code generation support by buzbee · 13 years ago
  58. 11f9d21 Mips portable floating point support by Bill Buzbee · 13 years ago
  59. c5159d5 MIPS switch table support by buzbee · 13 years ago
  60. 0398c42 More MIPS support by buzbee · 13 years ago
  61. 82488f5 Multi-target Codegen cleanup by buzbee · 13 years ago
  62. 71ac994 Change assembler to use byte instruction lengths by buzbee · 13 years ago
  63. 5de3494 Another step towards a Mips target by buzbee · 13 years ago
  64. 31a4a6f More target-independence by buzbee · 13 years ago
  65. e3acd07 Multi-target support by buzbee · 13 years ago