1. 3559973 Add bitcode dumping to LlvmCompilationUnit by Brian Carlstrom · 12 years ago
  2. 54d22c2 Fix some bad logging in dex2oat by Brian Carlstrom · 12 years ago
  3. b45ccbf Add some checks for bad inputs when opening files by Brian Carlstrom · 12 years ago
  4. 8692215 Return JNI_ERR on bad version to AttachCurrentThread by Brian Carlstrom · 12 years ago
  5. 4a999e2 Remove DCHECKs from DisassemblerArm by Brian Carlstrom · 12 years ago
  6. bd86bcc Tracking rebase to jb-mr1-release by Brian Carlstrom · 12 years ago
  7. 5d021c7 Fix sdk_x86-eng build error about possible use of uninitialized fields by Brian Carlstrom · 12 years ago
  8. 3f47c12 Fix portable build on build server by removing depenency on ANDROID_HOST_OUT by Brian Carlstrom · 12 years ago
  9. 650d7a6 Merge "Disable gdb annotate support for Emacs in run-test" into dalvik-dev by Brian Carlstrom · 12 years ago
  10. 65fbe68 Merge "Minor LLVM cleanup." into dalvik-dev by Ian Rogers · 12 years ago
  11. ebf7eab Disable gdb annotate support for Emacs in run-test by Brian Carlstrom · 12 years ago
  12. 0d94eb6 Minor LLVM cleanup. by Ian Rogers · 12 years ago
  13. b67d3cc Merge "Update clean-oat to remove unstripped versions with symbols" into dalvik-dev by Brian Carlstrom · 12 years ago
  14. 1d6848c Update clean-oat to remove unstripped versions with symbols by Brian Carlstrom · 12 years ago
  15. 8227cc1 Remove trailing whitespace by Brian Carlstrom · 12 years ago
  16. 055095a Merge "Remove ExtractCodeAndPrelink and switch Portable to MCLinker" into dalvik-dev by Brian Carlstrom · 12 years ago
  17. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  18. 03c8960 Merge "Volatile support in Portable compiler." into dalvik-dev by Sebastien Hertz · 12 years ago
  19. 57e3ab9 Merge "Update intrinsic inlining test." into dalvik-dev by Sebastien Hertz · 12 years ago
  20. bf1442d Update intrinsic inlining test. by Sebastien Hertz · 12 years ago
  21. 4b2e0b0 Volatile support in Portable compiler. by Sebastien Hertz · 12 years ago
  22. 901d5ba Intrinsics support in Portable compiler. by Sebastien Hertz · 12 years ago
  23. 4c1c283 Move compiler_llvm to art::llvm. by Ian Rogers · 12 years ago
  24. 89756f2 Rename OatCompilationUnit to Dex.. move to compiler. by Ian Rogers · 12 years ago
  25. 219b5a8 Rename CompilationContext to ParallelCompilationManager. by Ian Rogers · 12 years ago
  26. 8550c9c Move the jni_compiler_test under compiler/jni. by Ian Rogers · 12 years ago
  27. 0211378 Move the JNI compilers under compiler. by Ian Rogers · 12 years ago
  28. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
  29. 8e69605 Fix bug in GBC expansion wrt invoke return types. by Ian Rogers · 12 years ago
  30. a87f1dc Merge "Portable slow-path sets for float/double need bitcast." into dalvik-dev by Ian Rogers · 12 years ago
  31. 1b2b71f Portable slow-path sets for float/double need bitcast. by Ian Rogers · 12 years ago
  32. 2b97c27 fix build. by Nick Kralevich · 12 years ago
  33. 27b3c2f Abort LLVM in debug builds when the IR doesn't verify. by Ian Rogers · 12 years ago
  34. 2ffe4f1 Fix failing LLVM verification on unreachable blocks. by Sebastien Hertz · 12 years ago
  35. c21da53 Merge "Ensures allocas are at the start of entry block." into dalvik-dev by Sebastien Hertz · 12 years ago
  36. 7720970 Ensures allocas are at the start of entry block. by Sebastien Hertz · 12 years ago
  37. 0d43d54 Generates barrier in constructor. by Sebastien Hertz · 12 years ago
  38. 01d1134 Always compile compiler_llvm files. by Ian Rogers · 12 years ago
  39. 76ae4fe 1 IR builder. Kill greenland. Remove JTypeSpace. by Ian Rogers · 12 years ago
  40. 395116c Compiler: rearranging the deck chairs. by buzbee · 12 years ago
  41. b7f49eb Merge "Remove Iceland." into dalvik-dev by Ian Rogers · 12 years ago
  42. 60641a7 Harden oatdump like we did dexdump. by Elliott Hughes · 12 years ago
  43. c928de9 Remove Iceland. by Ian Rogers · 12 years ago
  44. a0e8bbd Add debug info on sporadic compiler crash. by buzbee · 12 years ago
  45. 0f82716 Fix JDWP ObjectRegistry lock ordering. by Elliott Hughes · 12 years ago
  46. eb5cb60 Bump dex2oat timeout, give 1 minute warning. by Ian Rogers · 12 years ago
  47. 1d2a3da Merge "Update ARM disassembler." into dalvik-dev by Sebastien Hertz · 12 years ago
  48. 7ae6a01 Merge "Fix proxy return ClassCastException and add test." into dalvik-dev by Ian Rogers · 12 years ago
  49. 530f71c Fix proxy return ClassCastException and add test. by Ian Rogers · 12 years ago
  50. d9e63c0 Update ARM disassembler. by Sebastien Hertz · 12 years ago
  51. a40307e Ensure VM's heap is accounted correctly. by Ian Rogers · 12 years ago
  52. 5fe2c16 Merge "Port the "abstract methods are not implementations" fix to art." into dalvik-dev by Elliott Hughes · 12 years ago
  53. 6824361 Port the "abstract methods are not implementations" fix to art. by Elliott Hughes · 12 years ago
  54. 32fa6bf Merge "Inline monitor-enter in portable." into dalvik-dev by Sebastien Hertz · 12 years ago
  55. 7b3ddd2 Refactor DescribeVRegs to allow caching. by Ian Rogers · 12 years ago
  56. 21bdc3d Merge "Output Intel group 0 prefixes." into dalvik-dev by Ian Rogers · 12 years ago
  57. 5e588b3 Output Intel group 0 prefixes. by Ian Rogers · 12 years ago
  58. 857a078 Upper and lower capping for percentiles by Sameer Abu Asal · 12 years ago
  59. cb69306 Clean up more of the JDWP request handling. by Elliott Hughes · 12 years ago
  60. 3afa4c1 Merge "Add a JDWP::Request type to replace the old uint8_t* and int." into dalvik-dev by Elliott Hughes · 12 years ago
  61. 4b9702c Add a JDWP::Request type to replace the old uint8_t* and int. by Elliott Hughes · 12 years ago
  62. 50a1abf Inline monitor-enter in portable. by Sebastien Hertz · 12 years ago
  63. c081e36 Improving histogram test cases by Sameer Abu Asal · 12 years ago
  64. 64f574f Implement EnableCollection, DisableCollection, IsCollected, and fix Exit. by Elliott Hughes · 12 years ago
  65. 492899e Merge "Port new test for package annotations from dalvik." into dalvik-dev by Elliott Hughes · 12 years ago
  66. db1e390 Port new test for package annotations from dalvik. by Elliott Hughes · 12 years ago
  67. e877c8e Merge "port 0a682b1855fb8c63a8fb502d60b37259dc893302 to art" into dalvik-dev by Nick Kralevich · 12 years ago
  68. 7e2364c port 0a682b1855fb8c63a8fb502d60b37259dc893302 to art by Nick Kralevich · 12 years ago
  69. 6030ef4 run-test --gdb on host should imply dev mode. by Ian Rogers · 12 years ago
  70. 05f3057 Move monitor related object routines to object-inl.h by Ian Rogers · 12 years ago
  71. 4aeb567 Add missing headers file. by Sameer Abu Asal · 12 years ago
  72. a843954 Using histograms for timing statistics. by Sameer Abu Asal · 12 years ago
  73. addf1a8 Fix the last failing host -Xint JDWP test. by Elliott Hughes · 12 years ago
  74. abe640f Merge "Fix ARM disassembler for shift immediate instructions." into dalvik-dev by Ian Rogers · 12 years ago
  75. e78500c Fix ARM disassembler for shift immediate instructions. by Sebastien Hertz · 12 years ago
  76. 9e1448a Update comment making reference to an old file. by Sebastien Hertz · 12 years ago
  77. 6324e21 Fix art's System.arraycopy now bionic doesn't have _memmove_words. by Elliott Hughes · 12 years ago
  78. f9e609f Disable dlopen which doesn't work on MIPS. by Jeff Hao · 12 years ago
  79. 69307df Start the ELF function index from 1 instead of 0. by Logan Chien · 12 years ago
  80. 75bc896 Add missing proxy_stub_offset_ initializer. by Logan Chien · 12 years ago
  81. 972a205 Merge "Add "select" detection to common frontend" into dalvik-dev by buzbee · 12 years ago
  82. 7b50b6c Merge "Add cfi debug info for MIPS." into dalvik-dev by Jeff Hao · 12 years ago
  83. d4c3f7d Add cfi debug info for MIPS. by Jeff Hao · 12 years ago
  84. f662a7c Add "select" detection to common frontend by buzbee · 12 years ago
  85. 3ebe875 Merge "Clean-up a few quick x86 runtime assembly stubs." into dalvik-dev by Ian Rogers · 12 years ago
  86. 5793fea Clean-up a few quick x86 runtime assembly stubs. by Ian Rogers · 12 years ago
  87. a0664be Port prctl(PR_CAPBSET_DROP) patches dalvik-dev by Nick Kralevich · 12 years ago
  88. aeeada4 Add CFI directives to x86 runtime support. by Ian Rogers · 12 years ago
  89. 9bd0281 Enable inlining of Unsafe methods for x86. by Jeff Hao · 12 years ago
  90. 818d98e Fix MIPS to use standard kPageSize=0x1000 section alignment for ELF sections by Brian Carlstrom · 12 years ago
  91. 4a4552d Fix build of art/src/oat/runtime/mips/context_mips.cc by Brian Carlstrom · 12 years ago
  92. bd32fda Merge "Fix END macro." into dalvik-dev by Ian Rogers · 12 years ago
  93. bd7d2d3 Fix END macro. by Ian Rogers · 12 years ago
  94. ee52cde Merge "Codegen tweaks" into dalvik-dev by buzbee · 12 years ago
  95. c7d1f91 Codegen tweaks by buzbee · 12 years ago
  96. 9329bbb Unwind (CFI and exidx) information for ARM. by Ian Rogers · 12 years ago
  97. 6a62786 Fix ReferenceMap oat test. by Ian Rogers · 12 years ago
  98. d0876a9 Thumb32 form branch disassembly. by Ian Rogers · 12 years ago
  99. 5501913 Disassembly of movt. by Ian Rogers · 12 years ago
  100. b524db1 Merge "Add sun.misc.Unsafe get/put int/long/object intrinsics." into dalvik-dev by Jeff Hao · 12 years ago