1. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  2. 05f28c6 Dump dex file sizes in oatdump. by Ian Rogers · 12 years ago
  3. f852fb2 Fix OatHeader.isValid by Brian Carlstrom · 12 years ago
  4. 28db012 Add oat file dependency on boot.oat load location by Brian Carlstrom · 12 years ago
  5. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  6. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  7. 1b09b09 Syntax clean up to make clang happy. by Ian Rogers · 12 years ago
  8. ab646f9 Cut down noise. by Shih-wei Liao · 12 years ago
  9. 971bf3f Compile method one-by-one. by Logan Chien · 12 years ago
  10. 4284bb9 Add thumb-specific code for invoke stub. by Logan Chien · 12 years ago
  11. 8b0c816 Fix build: Don't compare unsigned int with signed int. by Logan Chien · 12 years ago
  12. 7484741 Fix a bunch of lint. by Elliott Hughes · 12 years ago
  13. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 12 years ago
  14. 7a2a23a Cleanup proxy stub compiler code. by Logan Chien · 12 years ago
  15. eead4ac Implement proxy stub for compiler_llvm. by TDYa127 · 12 years ago
  16. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 12 years ago
  17. 14924fe Implement GetCodeSize for LLVM build. by Logan Chien · 12 years ago
  18. 937105a Use ELF function index to distinguish generated functions. by Logan Chien · 12 years ago
  19. 0c717dd Add ELF loader to OatFile. by Logan Chien · 12 years ago
  20. 7a967b3 Warn if oat file does end with expected extension by Brian Carlstrom · 12 years ago
  21. 0cc6ab6 Add ELF extractor to oatdump. by Logan Chien · 12 years ago
  22. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 12 years ago
  23. f582258 oat file patching by Brian Carlstrom · 12 years ago
  24. 81f3ca1 Add image dependency to oat files by Brian Carlstrom · 12 years ago
  25. f8bbb84 Add code size to oat files by Brian Carlstrom · 12 years ago
  26. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 12 years ago
  27. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 12 years ago
  28. 5b332c8 Fix checksum verification when opening DexFiles from OatFiles by Brian Carlstrom · 12 years ago
  29. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  30. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  31. 4cb6a3b image_test should include at least one DexFile by Brian Carlstrom · 13 years ago
  32. ba8eee1 Remove more lint. by Elliott Hughes · 13 years ago
  33. e689d51 Still more Mac build fixes. by Elliott Hughes · 13 years ago
  34. e7d856b Add GC map to oat file by Brian Carlstrom · 13 years ago
  35. aa6a588 Make CHECKs with char*s do what you mean. by Elliott Hughes · 13 years ago
  36. 0755ec5 Record Class::Status information in oat file by Brian Carlstrom · 13 years ago
  37. 6e3b1d9 Combine OatDexFile and OatClasses sections of oat file by Brian Carlstrom · 13 years ago
  38. a6cc893 Add installd support to dex2oat by Brian Carlstrom · 13 years ago
  39. 8952189 Merge art-cache dex files into oat files by Brian Carlstrom · 13 years ago
  40. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 13 years ago
  41. 7fe2c69 Don't log "Failed to find OatDexFile" when failure may be expected. by Ian Rogers · 13 years ago
  42. ae82698 Add --image-classes to dex2oat by Brian Carlstrom · 13 years ago
  43. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  44. 0dd7dda Several fixes for proper creation and use of vmap tables by Brian Carlstrom · 13 years ago
  45. d1cc836 Wire up enough of the pieces that we can connect ddms or jdb. by Elliott Hughes · 13 years ago
  46. d81871c Verifier clean up. by Ian Rogers · 13 years ago
  47. 262bf46 dex2oat invoked by system if it can't find an oat file for a dex file. by jeffhao · 13 years ago
  48. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  49. b7bbba4 Add oatopt drop in replacement for dexopt by Brian Carlstrom · 13 years ago
  50. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  51. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  52. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  53. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago