1. adb8c67 Move the compiler away from libdex. by Elliott Hughes · 12 years ago
  2. 9787ac4 Skip src/jni_compiler.cc from llvm backend by Logan Chien · 12 years ago
  3. a7678db x86 source code hack and slash by buzbee · 12 years ago
  4. a8a9c34 Initial runtime support routines for ART LLVM. by Shih-wei Liao · 12 years ago
  5. 3a5c1ce Extra verbosity and disassembler for oatdump by Ian Rogers · 12 years ago
  6. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 12 years ago
  7. 5b8b1ed Implement Link-loading and pass 62 tests in JniInternalTest. by Shih-wei Liao · 12 years ago
  8. 31a4a6f More target-independence by buzbee · 12 years ago
  9. 8b977d3 Compile llvm.Module into ELF object file. by Logan Chien · 12 years ago
  10. 88894ee JNI compiler. by Logan Chien · 12 years ago
  11. 282dab0 Add Java_MyClass_sbar to list of test symbols by Brian Carlstrom · 12 years ago
  12. 04941d9 Always run dex2oat (2 of 3) by Brian Carlstrom · 12 years ago
  13. e3acd07 Multi-target support by buzbee · 12 years ago
  14. 50e5102 Minor fix to be consistent with the style today. by Shih-wei Liao · 12 years ago
  15. e75a8cc Ignore frame-larger-than warning for auto generated code. by Logan Chien · 12 years ago
  16. 753d7ff Add missing art_cflags. by Shih-wei Liao · 12 years ago
  17. f04364f Add upcall compiler. by Logan Chien · 12 years ago
  18. 646c3d7 Fix inadvertent submission in last CL. by Ian Rogers · 12 years ago
  19. c8b306f Run time illegal access checks on static and direct methods by Ian Rogers · 12 years ago
  20. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 12 years ago
  21. c670a8d Add Dalvik register allocation codegen. by Logan Chien · 13 years ago
  22. 7e6e33d Add name mangling function for LLVM. by Logan Chien · 13 years ago
  23. fca7e87 Add inferred register category map to Method object. by Logan Chien · 13 years ago
  24. d1fec81 Beginning of LLVM backend for ART. by Shih-wei Liao · 12 years ago
  25. 06e3ad4 Turn on some basic tsan annotations. by Elliott Hughes · 12 years ago
  26. bd41102 trygon support by Brian Carlstrom · 12 years ago
  27. 32b4b2a Test changes to support tradefed by Brian Carlstrom · 13 years ago
  28. 0f09676 Fix test-art-target on the Mac. by Elliott Hughes · 13 years ago
  29. cfede66 Fix Mac build by Brian Carlstrom · 13 years ago
  30. b9cc1ca Remove need for libarttest.so for gtests for tradefed by Brian Carlstrom · 13 years ago
  31. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  32. 10037c8 Added pass to verify structure of dex file. by jeffhao · 13 years ago
  33. 6717d0d Move target gtests to /data/nativetest for tradefed by Brian Carlstrom · 13 years ago
  34. cd74c4b Fix thread hang by Brian Carlstrom · 13 years ago
  35. 659526d Work around unexplained $(filter-out) trouble. by Elliott Hughes · 13 years ago
  36. 34cf514 Work around the fact that Linux and Mac OS have opposite requirements for libgtest. by Elliott Hughes · 13 years ago
  37. af59858 Merge "Fix the Mac build. Really. I have binaries and everything." into dalvik-dev by Elliott Hughes · 13 years ago
  38. e71719d Fix the Mac build. Really. I have binaries and everything. by Elliott Hughes · 13 years ago
  39. 1ba2714 Fix build (add -fkeep-inline-functions back for Linux). by Elliott Hughes · 13 years ago
  40. ad6c9c3 Mac build fixes. by Elliott Hughes · 13 years ago
  41. 24782c6 Add a macro GCC_VERSION and use it to control code paths. by Shih-wei Liao · 13 years ago
  42. fe9cf7a Rename SystemMethods to ReflectionTest. by Elliott Hughes · 13 years ago
  43. eaa200d Remove unnecessary casts. by Elliott Hughes · 13 years ago
  44. a6cc893 Add installd support to dex2oat by Brian Carlstrom · 13 years ago
  45. 8952189 Merge art-cache dex files into oat files by Brian Carlstrom · 13 years ago
  46. 5c9f0b4 Mac OS assembler compatibility. by Elliott Hughes · 13 years ago
  47. 69d7a6b Disable -Wframe-larger-than for non-linux hosts by Brian Carlstrom · 13 years ago
  48. 29e7ac7 Moving from libdvm to libart (1 of 5) by Brian Carlstrom · 13 years ago
  49. 6ef827a Revert dex2oat file locking by Brian Carlstrom · 13 years ago
  50. e343b76 Stub to capture method entry/exit. by jeffhao · 13 years ago
  51. ae82698 Add --image-classes to dex2oat by Brian Carlstrom · 13 years ago
  52. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  53. 0c54ac1 Divide up hprof code by classes. by Jesse Wilson · 13 years ago
  54. 6c9c06d Use ashmem to name our various anonymous regions. by Elliott Hughes · 13 years ago
  55. 234da57 Basic file locking. by Elliott Hughes · 13 years ago
  56. f8a199c Host precompilation of apks to speed boot. by Ian Rogers · 13 years ago
  57. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 13 years ago
  58. c4824e6 Add hprof. This code builds but is untested. by Jesse Wilson · 13 years ago
  59. c116070 Added support for -XX:HeapGrowthLimit switch by jeffhao · 13 years ago
  60. f6a1e1e Implement more DDMS support. by Elliott Hughes · 13 years ago
  61. 5d84040 Created --runtime-arg switch for dex2oat to pass arguments to runtime. by jeffhao · 13 years ago
  62. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  63. 4514d3c Fixes for ThreadStress test by Brian Carlstrom · 13 years ago
  64. 872d4ec Bring across the JDWP implementation. by Elliott Hughes · 13 years ago
  65. 7c6deaa Add ThreadStress test to try and exercise corner cases by Brian Carlstrom · 13 years ago
  66. 5e71b52 Rename object_bitmap to heap_bitmap (since that's what the class is called). by Elliott Hughes · 13 years ago
  67. fc86162 Implement lock contention event logging. by Elliott Hughes · 13 years ago
  68. aa7dadf Merge "Add missing _jni in the build file. Fixing the build." into dalvik-dev by Elliott Hughes · 13 years ago
  69. a6af3c3 Add missing _jni in the build file. Fixing the build. by Shih-wei Liao · 13 years ago
  70. 6a21982 Merge "Clean up the makefile and add a missing 'static'." into dalvik-dev by Elliott Hughes · 13 years ago
  71. 498508c Clean up the makefile and add a missing 'static'. by Elliott Hughes · 13 years ago
  72. 2641f71 Move test codes out of src/. They belong to the test/ directory. by Shih-wei Liao · 13 years ago
  73. accd83d Fix a heap lock/thread list lock deadlock. by Elliott Hughes · 13 years ago
  74. 5562174 Add ParallelGC to reproduce system_server hang by Brian Carlstrom · 13 years ago
  75. 31edec5 Disable StrictMode when booting with art by Brian Carlstrom · 13 years ago
  76. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 13 years ago
  77. 63433ba Add a unit test for ReferenceMap that involves try-catch-finally. by Shih-wei Liao · 13 years ago
  78. b7bbba4 Add oatopt drop in replacement for dexopt by Brian Carlstrom · 13 years ago
  79. 95caa79 Create proxy class, constructor, and methods. by Jesse Wilson · 13 years ago
  80. b8233d1 Fix compilation of boot image and oat by Brian Carlstrom · 13 years ago
  81. 2b7cdf4 Teach make that to make an art file, you make the oat file. by Brian Carlstrom · 13 years ago
  82. 03a20ba Implement DexFile_getClassNameList by Brian Carlstrom · 13 years ago
  83. a9f1978 Add support for oat files in /data/art-cache by Brian Carlstrom · 13 years ago
  84. 47a0d5a Move art content to /data by Brian Carlstrom · 13 years ago
  85. 7178e73 Fix gtest build and execution by Brian Carlstrom · 13 years ago
  86. 0796af0 Fix Object::IsSoftReference by Brian Carlstrom · 13 years ago
  87. 8e4b2fc Turn on StackWalk. It passes the test now. by Shih-wei Liao · 13 years ago
  88. 92827a5 Setup AbstractMethodError and dlsym stub when loading from oat by Brian Carlstrom · 13 years ago
  89. bc4b76d Fix class name format for jniThrowExceptionFmt by Brian Carlstrom · 13 years ago
  90. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  91. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  92. 68e7652 Start moving stack-related stuff out of thread.h. by Elliott Hughes · 13 years ago
  93. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  94. 33f741e Remove opening of DexFile from pointer by Brian Carlstrom · 13 years ago
  95. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  96. 2d83101 Code refactoring: Split thread.cc into thread.cc and runtime_support.cc. by Shih-wei Liao · 13 years ago
  97. abcfde3 Fixed test for static final fields that don't use <clinit>. by jeffhao · 13 years ago
  98. 4f894e3 Fix stack scanning bugs: Add PC OFFSET before retrieving Registermap. by Shih-wei Liao · 13 years ago
  99. 9773120 Disable test until RegisterMap is fixed for thread run. by Shih-wei Liao · 13 years ago
  100. 8ab8328 Add a test to trigger GC. by Shih-wei Liao · 13 years ago