1. 1fd3346 Compiler: LIR restructuring by buzbee · 12 years ago
  2. 311ca16 Compiler: Spring cleaning by buzbee · 12 years ago
  3. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 13 years ago
  4. 89756f2 Rename OatCompilationUnit to Dex.. move to compiler. by Ian Rogers · 12 years ago
  5. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
  6. 395116c Compiler: rearranging the deck chairs. by buzbee · 12 years ago[Renamed (99%) from src/compiler/codegen/gen_invoke.cc]
  7. 9bd0281 Enable inlining of Unsafe methods for x86. by Jeff Hao · 12 years ago
  8. 5a70fe8 Add sun.misc.Unsafe get/put int/long/object intrinsics. by Jeff Hao · 12 years ago
  9. 8dbb708 Rename run-time functions to distinguish art_quick_[name] vs art_portable_[name]. by Logan Chien · 13 years ago
  10. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 13 years ago
  11. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  12. 12051ea Added MIPS instrumentation support. by jeffhao · 13 years ago
  13. dc5daa0 Fix portable path. by TDYa127 · 13 years ago
  14. e6285f9 Compiler: Take advantage of constant propagation by buzbee · 13 years ago
  15. a169e1d Quick compiler: refactored listing & const fix by buzbee · 13 years ago
  16. 07ec8e1 Intrinsic for java.lang.Thread.currentThread. by Ian Rogers · 13 years ago
  17. 02031b1 Quick compiler: Single .so for all targets by buzbee · 13 years ago
  18. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 13 years ago
  19. aad9438 Quick Compiler: static, extern and inline cleanup by buzbee · 13 years ago
  20. 52a77fc Quick Compiler function renaming by buzbee · 13 years ago
  21. 1bc37c6 Continuing Quick compiler refactoring by buzbee · 13 years ago
  22. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 13 years ago
  23. eaf09bc Quick compiler: more refactoring by buzbee · 13 years ago
  24. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 13 years ago[Renamed from src/compiler/codegen/GenInvoke.cc]
  25. f0504cd Quick backend: rename target-specific #defines by buzbee · 13 years ago
  26. b046e16 Remove all TARGET_[ARM|X86|MIPS] #ifdefs by buzbee · 13 years ago
  27. 137e88f Fast path interface dispatch. by Ian Rogers · 13 years ago
  28. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 13 years ago
  29. 0183dd7 Sqrt intrinsic by Ian Rogers · 13 years ago
  30. 8320f38 Prune useless entries from dex to pc map by buzbee · 13 years ago
  31. e13eafa Support for 32bit CAS as an intrinsic. by Ian Rogers · 13 years ago
  32. 634ea28 Implemented inline of String charAton x86. by jeffhao · 13 years ago
  33. 86e4671 Implemented inline of String indexOf and compareTo on x86. by jeffhao · 13 years ago
  34. 77ae36b Fix and enable inlining of some intrinsics on x86. by jeffhao · 13 years ago
  35. babda95 Populate call info and inline float/double conversions on x86. by jeffhao · 13 years ago
  36. e33c92b Fix string.compareTo regression by buzbee · 13 years ago
  37. ad8f15e Milestone: close Quick side channel communication by buzbee · 13 years ago
  38. 3b3dbdd More Quick compiler mir/bb cleanup by buzbee · 13 years ago
  39. 15bf980 More Quick compiler restructuring by buzbee · 13 years ago
  40. 408ad16 Restructure to reduce MIR references by buzbee · 13 years ago
  41. 6023456 Various missing hunks. by Elliott Hughes · 13 years ago
  42. a114add [Compiler] use Art indentation standard by Bill Buzbee · 13 years ago
  43. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 13 years ago
  44. 7caad77 Implement various missing parts of the X86 compiler by Ian Rogers · 13 years ago
  45. 57b86d4 Refactor runtime support. by Ian Rogers · 13 years ago
  46. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 13 years ago
  47. fc9e6fa Compiler intrinsics by buzbee · 13 years ago
  48. b41b33b Add 3rd argument register to X86. by Ian Rogers · 13 years ago
  49. bdf6c3d Trivial cleanup of typos and fixed-length buffers. by Elliott Hughes · 13 years ago
  50. f582258 oat file patching by Brian Carlstrom · 13 years ago
  51. b3ab25b Enable compiler_test on host. by Ian Rogers · 13 years ago
  52. 9c044ce Support for promoting Method* and compiler temps by buzbee · 13 years ago
  53. 3fa1379 Patch support for the boot image. by Ian Rogers · 13 years ago
  54. ab2b55d Refactor callRuntimeHelper by Ian Rogers · 13 years ago
  55. 2ed3b95 Implement direct apk -> boot calling by Ian Rogers · 13 years ago
  56. 6cbb2bd X86 invocation tidy up. by Ian Rogers · 13 years ago
  57. 86a4bce Fix branch bug (showed up in codegen for debug) by buzbee · 13 years ago
  58. 0398c42 More MIPS support by buzbee · 13 years ago
  59. 82488f5 Multi-target Codegen cleanup by buzbee · 13 years ago
  60. 31a4a6f More target-independence by buzbee · 13 years ago