1. 1fd3346 Compiler: LIR restructuring by buzbee · 12 years ago
  2. 8b1ce16 Fixes for comparisons between signed and unsigned values with new jb-mr2 compiler (for MIPS, previously fixed for ARM and x86) by Brian Carlstrom · 12 years ago
  3. d829d0c Merge "Fixes for comparisons between signed and unsigned values with new jb-mr2 compiler (for x86, ARM previously fixed in d74e41b1cce5373aa24fd2fbea735173f6113d5a)" into dalvik-dev by Brian Carlstrom · 12 years ago
  4. 6f67517 Fixes for comparisons between signed and unsigned values with new jb-mr2 compiler (for x86, ARM previously fixed in d74e41b1cce5373aa24fd2fbea735173f6113d5a) by Brian Carlstrom · 12 years ago
  5. 4aac9e1 Fix typo in runtime_support_mips.S causing build error with jb-mr2 toolchain by Brian Carlstrom · 12 years ago
  6. bf393ef Merge branch 'dalvik-dev' of https://googleplex-android.googlesource.com/a/platform/art into fixes-for-art-build-with-mr2 by Brian Carlstrom · 12 years ago
  7. c404bfb Disable branch weights due to issue with llvm jb-mr2 by Brian Carlstrom · 12 years ago
  8. b568121 Port 1abc689a32fc20b38227060e4da5e0934df8fc19 and e5d14162ff278c41e09c42769cc31401feeeba18 to art. by Elliott Hughes · 12 years ago
  9. ecc6682 Tracking rename of libcompiler-rt.a to libcompiler_rt.a by Brian Carlstrom · 12 years ago
  10. 2e8a4fc Port 23579ddf124b5b0d190a68657f76d511c05a4a12 to art. by Elliott Hughes · 12 years ago
  11. 10efeec Fix portable interpreter build. by Jeff Hao · 12 years ago
  12. 501f029 Merge "Refactoring type verification in Art." into dalvik-dev by Ian Rogers · 12 years ago
  13. 51a5fb7 Refactoring type verification in Art. by Sameer Abu Asal · 12 years ago
  14. a3988d0 Fix portable build. by Sebastien Hertz · 12 years ago
  15. 1e0a0bc Merge "Use Thumb sp-relative store." into dalvik-dev by Sebastien Hertz · 12 years ago
  16. 390662b Merge "Gracefully valdiate oat magic on OatFile::Open" into dalvik-dev by Brian Carlstrom · 12 years ago
  17. f1b3030 Gracefully valdiate oat magic on OatFile::Open by Brian Carlstrom · 12 years ago
  18. a188cd4 Use Thumb sp-relative store. by Sebastien Hertz · 12 years ago
  19. 5a125bd Merge "Track libcore DirectByteBuffer change." into dalvik-dev by Elliott Hughes · 12 years ago
  20. aecb5f3 Track libcore DirectByteBuffer change. by Elliott Hughes · 12 years ago
  21. 75c233d Merge "Remove code related to compiled invoke stubs." into dalvik-dev by Jeff Hao · 12 years ago
  22. 74180ca Remove code related to compiled invoke stubs. by Jeff Hao · 12 years ago
  23. 22c0569 Disable close of compiler_library_ to workaround mclinker bug affecting gtest output by Brian Carlstrom · 12 years ago
  24. 857fe96 Fix Class::IsInSamePackage by Brian Carlstrom · 12 years ago
  25. 2b5bd59 Merge "Remove use of compiled invoke stubs from portable." into dalvik-dev by Jeff Hao · 12 years ago
  26. 6474d19 Remove use of compiled invoke stubs from portable. by Jeff Hao · 12 years ago
  27. f6f0e01 Merge "Proxy filter for insamepackage checks" into dalvik-dev by Anwar Ghuloum · 12 years ago
  28. 9fa3f20 Proxy filter for insamepackage checks by Anwar Ghuloum · 12 years ago
  29. f3c9932 Add some more permanent ElfWriter::Fixup debug logging by Brian Carlstrom · 12 years ago
  30. d74e41b Fixes for comparisons between signed and unsigned values with new jb-mr2 compiler by Brian Carlstrom · 12 years ago
  31. 333a8ec Update class_initializer_black_list for jb-mr2 by Brian Carlstrom · 12 years ago
  32. 37d4879 Changes to move to jb-mr2 based llvm by Brian Carlstrom · 12 years ago
  33. 52e55cb Remove gcc-based tsan support by Brian Carlstrom · 12 years ago
  34. 52003fe Merge "Compiler: rework dataflow iterator." into dalvik-dev by buzbee · 12 years ago
  35. 0665fe0 Compiler: rework dataflow iterator. by buzbee · 12 years ago
  36. f3e9855 Slow ART. by Ian Rogers · 12 years ago
  37. 2da15ed Merge "Make shadow frame addresses unique." into dalvik-dev by Sebastien Hertz · 12 years ago
  38. 71fe267 Some common frontend tidying. by Ian Rogers · 12 years ago
  39. e8fc5df Merge "Fix hprof." into dalvik-dev by Ian Rogers · 12 years ago
  40. a3b59cb Fix hprof. by Ian Rogers · 12 years ago
  41. f3dc429 Merge "Fix DDMS large heap memory profiling." into dalvik-dev by Ian Rogers · 12 years ago
  42. a3dd0b3 Fix DDMS large heap memory profiling. by Ian Rogers · 12 years ago
  43. 311ca16 Compiler: Spring cleaning by buzbee · 12 years ago
  44. f11afa0 Make shadow frame addresses unique. by Sebastien Hertz · 12 years ago
  45. 2af52e7 Merge "Pass NULL as receiver for static methods for ArgArray builder." into dalvik-dev by Jeff Hao · 12 years ago
  46. 7a54946 Pass NULL as receiver for static methods for ArgArray builder. by Jeff Hao · 12 years ago
  47. 8e26b31 MIPS build fix. by Ian Rogers · 12 years ago
  48. 225ade2 Fix portable build. by Ian Rogers · 12 years ago
  49. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  50. aabe8ad Clean up ArgArray in preparation for portable changes. by Jeff Hao · 12 years ago
  51. d9930a4 Merge "Re-enable large object space." into dalvik-dev by Ian Rogers · 12 years ago
  52. 22a2086 Re-enable large object space. by Ian Rogers · 12 years ago
  53. 25337eb Merge "Fix object verification." into dalvik-dev by Ian Rogers · 12 years ago
  54. 04d7aa9 Fix object verification. by Ian Rogers · 12 years ago
  55. 19ca8cf Fix MIPS invoke stub. by Jeff Hao · 12 years ago
  56. ed11564 Increase WatchDog timeouts and improve formatting by Brian Carlstrom · 12 years ago
  57. 19c5d37 Fix build breakage caused by bad merge. by Jeff Hao · 12 years ago
  58. 5d91730 Changes to remove need for compiled invoke stubs for quick. by Jeff Hao · 12 years ago
  59. aed0716 Some comment tweaks in quick. by Ian Rogers · 12 years ago
  60. c0993e8 Fix ElfWriter to properly support MIPS by Brian Carlstrom · 12 years ago
  61. 40feccc Remove warning that happens all the time in the course of normal execution. by Brian Carlstrom · 12 years ago
  62. 51568b8 Merge "Temporarily disable large object space" into dalvik-dev by Ian Rogers · 12 years ago
  63. 84923ff Temporarily disable large object space by Brian Carlstrom · 12 years ago
  64. 9f5c582 Merge "Fix bad use of T3 encoding of add w/ pc" into dalvik-dev by Brian Carlstrom · 12 years ago
  65. 11ba0e9 Fix bad use of T3 encoding of add w/ pc by buzbee · 12 years ago
  66. 83a2532 Uniformly check JNI versions everywhere we use them. by Elliott Hughes · 12 years ago
  67. 3559973 Add bitcode dumping to LlvmCompilationUnit by Brian Carlstrom · 12 years ago
  68. 54d22c2 Fix some bad logging in dex2oat by Brian Carlstrom · 12 years ago
  69. b45ccbf Add some checks for bad inputs when opening files by Brian Carlstrom · 12 years ago
  70. 8692215 Return JNI_ERR on bad version to AttachCurrentThread by Brian Carlstrom · 12 years ago
  71. 4a999e2 Remove DCHECKs from DisassemblerArm by Brian Carlstrom · 12 years ago
  72. bd86bcc Tracking rebase to jb-mr1-release by Brian Carlstrom · 12 years ago
  73. 5d021c7 Fix sdk_x86-eng build error about possible use of uninitialized fields by Brian Carlstrom · 12 years ago
  74. 3f47c12 Fix portable build on build server by removing depenency on ANDROID_HOST_OUT by Brian Carlstrom · 12 years ago
  75. 0d94eb6 Minor LLVM cleanup. by Ian Rogers · 12 years ago
  76. 8227cc1 Remove trailing whitespace by Brian Carlstrom · 12 years ago
  77. 055095a Merge "Remove ExtractCodeAndPrelink and switch Portable to MCLinker" into dalvik-dev by Brian Carlstrom · 12 years ago
  78. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 13 years ago
  79. 03c8960 Merge "Volatile support in Portable compiler." into dalvik-dev by Sebastien Hertz · 12 years ago
  80. 4b2e0b0 Volatile support in Portable compiler. by Sebastien Hertz · 12 years ago
  81. 901d5ba Intrinsics support in Portable compiler. by Sebastien Hertz · 12 years ago
  82. 4c1c283 Move compiler_llvm to art::llvm. by Ian Rogers · 12 years ago
  83. 89756f2 Rename OatCompilationUnit to Dex.. move to compiler. by Ian Rogers · 12 years ago
  84. 219b5a8 Rename CompilationContext to ParallelCompilationManager. by Ian Rogers · 12 years ago
  85. 8550c9c Move the jni_compiler_test under compiler/jni. by Ian Rogers · 12 years ago
  86. 0211378 Move the JNI compilers under compiler. by Ian Rogers · 12 years ago
  87. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
  88. 8e69605 Fix bug in GBC expansion wrt invoke return types. by Ian Rogers · 12 years ago
  89. a87f1dc Merge "Portable slow-path sets for float/double need bitcast." into dalvik-dev by Ian Rogers · 12 years ago
  90. 1b2b71f Portable slow-path sets for float/double need bitcast. by Ian Rogers · 12 years ago
  91. 2b97c27 fix build. by Nick Kralevich · 12 years ago
  92. 27b3c2f Abort LLVM in debug builds when the IR doesn't verify. by Ian Rogers · 12 years ago
  93. 2ffe4f1 Fix failing LLVM verification on unreachable blocks. by Sebastien Hertz · 12 years ago
  94. c21da53 Merge "Ensures allocas are at the start of entry block." into dalvik-dev by Sebastien Hertz · 12 years ago
  95. 7720970 Ensures allocas are at the start of entry block. by Sebastien Hertz · 12 years ago
  96. 0d43d54 Generates barrier in constructor. by Sebastien Hertz · 12 years ago
  97. 76ae4fe 1 IR builder. Kill greenland. Remove JTypeSpace. by Ian Rogers · 12 years ago
  98. 395116c Compiler: rearranging the deck chairs. by buzbee · 12 years ago
  99. b7f49eb Merge "Remove Iceland." into dalvik-dev by Ian Rogers · 12 years ago
  100. 60641a7 Harden oatdump like we did dexdump. by Elliott Hughes · 12 years ago