1. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 10 years ago
  2. 1127b12 ART: fix highest PC values removal in SrcMap.DeltaFormat() by Yevgeny Rouban · 10 years ago
  3. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 10 years ago
  4. 33ac819 ART fix oat debug source map operations by Yevgeny Rouban · 10 years ago
  5. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 10 years ago
  6. 547cdfd Emit CFI for x86 & x86_64 JNI compiler. by Tong Shen · 10 years ago
  7. 50abf0a Move trampolines to thumb2 instead of ARM by Dave Allison · 10 years ago
  8. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  9. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  10. 72d3262 Give Compiler a back reference to the driver. by Ian Rogers · 10 years ago
  11. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 10 years ago
  12. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 10 years ago
  13. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 10 years ago
  14. 754ddad Use trampolines for calls to helpers by Dave Allison · 10 years ago
  15. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 10 years ago
  16. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  17. 193bad9 Multi threaded hashed deduplication during compilation. by Mathieu Chartier · 11 years ago[Renamed (76%) from runtime/compiled_method.h]
  18. 96faf5b Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  19. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  20. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/compiled_method.h]
  21. a182704 Tidy up compiled method. by Ian Rogers · 11 years ago
  22. 9609cb6 Remove remaining code related to compiled invoke and proxy stubs. by Jeff Hao · 11 years ago
  23. 8227cc1 Remove trailing whitespace by Brian Carlstrom · 11 years ago
  24. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 11 years ago
  25. ce4cc0d Using gcmap instead of shadow frame. by TDYa127 · 12 years ago
  26. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  27. 971bf3f Compile method one-by-one. by Logan Chien · 12 years ago
  28. 598c513 Add CompiledCode for method and invoke stub. by Logan Chien · 12 years ago
  29. 7a2a23a Cleanup proxy stub compiler code. by Logan Chien · 12 years ago
  30. eead4ac Implement proxy stub for compiler_llvm. by TDYa127 · 12 years ago
  31. 110bcba Update frame size after the bitcode is translated into machine code. by Logan Chien · 12 years ago
  32. 937105a Use ELF function index to distinguish generated functions. by Logan Chien · 12 years ago
  33. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 12 years ago
  34. 6920bce Add ELF index to art::CompiledMethod. by Logan Chien · 12 years ago
  35. 3fa1b7e Unify the invoke stubs and replace "oat" with "Art" in the API. by Elliott Hughes · 12 years ago
  36. c4c9881 Fix the LLVM build. Separate out libart-compiler-llvm.so. by Shih-wei Liao · 12 years ago
  37. ab058bb Make code buffer units 8bit rather than 16bit. by Ian Rogers · 12 years ago
  38. 90d5099 Fix the build, because we still need the ret_shorty. by Shih-wei Liao · 12 years ago
  39. f04364f Add upcall compiler. by Logan Chien · 12 years ago
  40. d1fec81 Beginning of LLVM backend for ART. by Shih-wei Liao · 12 years ago
  41. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  42. e7d856b Add GC map to oat file by Brian Carlstrom · 13 years ago
  43. 0755ec5 Record Class::Status information in oat file by Brian Carlstrom · 13 years ago
  44. 169c9a7 Remove the use of Method from jni_compiler by Ian Rogers · 13 years ago
  45. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  46. a51a3dd Add missing 'explicit's on single-argument constructors. by Elliott Hughes · 13 years ago
  47. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago