1. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed (99%) from src/compiler/dex/quick/codegen_util.cc]
  2. 51c2467 libart-compiler cleanup by Brian Carlstrom · 12 years ago
  3. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 12 years ago
  4. 6282dc1 MIR tidying. by Ian Rogers · 12 years ago
  5. 862a760 Compiler: continuing refactoring by buzbee · 12 years ago
  6. 1fd3346 Compiler: LIR restructuring by buzbee · 12 years ago
  7. 311ca16 Compiler: Spring cleaning by buzbee · 12 years ago
  8. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  9. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  10. 89756f2 Rename OatCompilationUnit to Dex.. move to compiler. by Ian Rogers · 12 years ago
  11. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
  12. 395116c Compiler: rearranging the deck chairs. by buzbee · 12 years ago[Renamed (99%) from src/compiler/codegen/codegen_util.cc]
  13. 4ef3e45 Compiler constant handling rework by buzbee · 13 years ago
  14. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 12 years ago
  15. dc5daa0 Fix portable path. by TDYa127 · 12 years ago
  16. e6285f9 Compiler: Take advantage of constant propagation by buzbee · 13 years ago
  17. a169e1d Quick compiler: refactored listing & const fix by buzbee · 13 years ago
  18. a3a82b2 Quick compiler: minor cleanup by buzbee · 13 years ago
  19. 02031b1 Quick compiler: Single .so for all targets by buzbee · 13 years ago
  20. 28c9a83 Quick Compiler: pointer/boolean cleanup by buzbee · 13 years ago
  21. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 13 years ago
  22. aad9438 Quick Compiler: static, extern and inline cleanup by buzbee · 13 years ago
  23. 52a77fc Quick Compiler function renaming by buzbee · 13 years ago
  24. 1bc37c6 Continuing Quick compiler refactoring by buzbee · 13 years ago
  25. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 13 years ago
  26. eaf09bc Quick compiler: more refactoring by buzbee · 13 years ago
  27. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 13 years ago[Renamed from src/compiler/codegen/CodegenUtil.cc]
  28. f0504cd Quick backend: rename target-specific #defines by buzbee · 13 years ago
  29. ec13743 Revert "Revert "Refactor codegen resource masks"" by buzbee · 13 years ago
  30. 4b39c9f1b Revert "Refactor codegen resource masks" by Bill Buzbee · 13 years ago
  31. 07131ca Refactor codegen resource masks by buzbee · 13 years ago
  32. b046e16 Remove all TARGET_[ARM|X86|MIPS] #ifdefs by buzbee · 13 years ago
  33. 137e88f Fast path interface dispatch. by Ian Rogers · 13 years ago
  34. 6459e7c Enable bitcode verification for debug builds by buzbee · 13 years ago
  35. a5b3024 Split dex_pc<->native_pc mapping table by Bill Buzbee · 13 years ago
  36. 000d724 Allow more vregs in native GC map. by Ian Rogers · 13 years ago
  37. f5f5a12 Quick compiler: bug fix & cleanup by buzbee · 13 years ago
  38. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 13 years ago
  39. 8320f38 Prune useless entries from dex to pc map by buzbee · 13 years ago
  40. d1643e4 Basic block combine pass by buzbee · 13 years ago
  41. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 13 years ago
  42. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  43. 854029c Fixes to x86 register promotion and load hoisting. by jeffhao · 13 years ago
  44. e296248 Fixes for x86 compiler optimizations. by jeffhao · 13 years ago
  45. 6969d50 Invoke support for Quick Compiler by buzbee · 13 years ago
  46. a114add [Compiler] use Art indentation standard by Bill Buzbee · 13 years ago
  47. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 13 years ago
  48. 7caad77 Implement various missing parts of the X86 compiler by Ian Rogers · 13 years ago
  49. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 13 years ago
  50. fc9e6fa Compiler intrinsics by buzbee · 13 years ago
  51. b41b33b Add 3rd argument register to X86. by Ian Rogers · 13 years ago
  52. bdf6c3d Trivial cleanup of typos and fixed-length buffers. by Elliott Hughes · 13 years ago
  53. f582258 oat file patching by Brian Carlstrom · 13 years ago
  54. b3ab25b Enable compiler_test on host. by Ian Rogers · 13 years ago
  55. 9c044ce Support for promoting Method* and compiler temps by buzbee · 13 years ago
  56. 3fa1379 Patch support for the boot image. by Ian Rogers · 13 years ago
  57. 239c4e7 Loop detection, improved reg allocation by buzbee · 13 years ago
  58. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 13 years ago
  59. ab058bb Make code buffer units 8bit rather than 16bit. by Ian Rogers · 13 years ago
  60. efccc56 Frame layout change by buzbee · 13 years ago
  61. 86a4bce Fix branch bug (showed up in codegen for debug) by buzbee · 13 years ago
  62. adb8c67 Move the compiler away from libdex. by Elliott Hughes · 13 years ago
  63. a7678db x86 source code hack and slash by buzbee · 13 years ago
  64. e88dfbf x86 codegen source file skeletons by buzbee · 13 years ago
  65. a2ebdd7 Complete MIPS code generation support by buzbee · 13 years ago
  66. c5159d5 MIPS switch table support by buzbee · 13 years ago
  67. be00364 Another attempt to fix the mac build by buzbee · 13 years ago
  68. bc6ba40 Fix the mac build - tweak the display format by buzbee · 13 years ago
  69. 82488f5 Multi-target Codegen cleanup by buzbee · 13 years ago
  70. 5de3494 Another step towards a Mips target by buzbee · 13 years ago
  71. 31a4a6f More target-independence by buzbee · 13 years ago
  72. e3acd07 Multi-target support by buzbee · 13 years ago