- 9fc16eb Don't add barriers to clinit methods. by Ian Rogers · 13 years ago
- 0418ae2 GC a lot mode. by Mathieu Chartier · 13 years ago
- 7ac7702 Merge "Ensure has_no_move_exception is initialized on all return paths." into dalvik-dev by Ian Rogers · 13 years ago
- 993102d Merge "Unsigned comparison for array bounds check." into dalvik-dev by Ian Rogers · 13 years ago
- f417117 Clear exception when no move-exception on portable. by Ian Rogers · 13 years ago
- 9e8f45e Ensure has_no_move_exception is initialized on all return paths. by Ian Rogers · 13 years ago
- f133479 am 025218c7: Clean up stlport usage. by Elliott Hughes · 13 years ago
- 4d35b3b Merge "Fix host oat_test on portable." into dalvik-dev by Brian Carlstrom · 13 years ago
- a073c67 Fix host oat_test on portable. by Ian Rogers · 13 years ago
- 025218c Clean up stlport usage. by Elliott Hughes · 13 years ago
- 2724776 Support inline dex data, take 2 by buzbee · 13 years ago
- 7655f29 Portable refactorings. by Ian Rogers · 13 years ago
- 1a8080d Merge "Remove sorted variable in allocation stacks." into dalvik-dev by Mathieu Chartier · 13 years ago
- f082d3c Remove sorted variable in allocation stacks. by Mathieu Chartier · 13 years ago
- 0d21554 am afa8ff61: Fix bug in ZipEntry::ExtractToMemory for zero length entries by Brian Carlstrom · 13 years ago
- 2f7eb4d am 9004cb65: Allow MemMap to support empty map requests by Brian Carlstrom · 13 years ago
- afa8ff6 Fix bug in ZipEntry::ExtractToMemory for zero length entries by Brian Carlstrom · 13 years ago
- 9004cb6 Allow MemMap to support empty map requests by Brian Carlstrom · 13 years ago
- 5b8da4c Merge "Clear exception if catch block doesn't have move-exception." into dalvik-dev by Ian Rogers · 13 years ago
- 07666cd am 9dcd45c6: Fix NewLocalRef to use AddLocalReference. by Elliott Hughes · 13 years ago
- c449aa8 Clear exception if catch block doesn't have move-exception. by Ian Rogers · 13 years ago
- 9dcd45c Fix NewLocalRef to use AddLocalReference. by Elliott Hughes · 13 years ago
- 77be415 Merge "Put jni lookup stub in native code ptr and fix GetOatMethodFor for proxy." into dalvik-dev by Jeff Hao · 13 years ago
- 8df6cea Put jni lookup stub in native code ptr and fix GetOatMethodFor for proxy. by Jeff Hao · 13 years ago
- c95d6b1 Merge "Move vector output stream to compiler." into dalvik-dev by Ian Rogers · 13 years ago
- b07b8b7 Move vector output stream to compiler. by Ian Rogers · 13 years ago
- 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 13 years ago
- 1521e95 Avoid unnecessary exception checks. by Sebastien Hertz · 13 years ago
- 4221d61 am 46a1270f: Revert "Support inline dex data" by Brian Carlstrom · 13 years ago
- 024a727 am 64d8f18c: Merge "Support inline dex data" by buzbee · 13 years ago
- 46a1270 Revert "Support inline dex data" by Brian Carlstrom · 13 years ago
- 64d8f18 Merge "Support inline dex data" by buzbee · 13 years ago
- 728328a Support inline dex data by buzbee · 13 years ago
- 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 13 years ago
- 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 13 years ago
- 93c3396 Fix style issues in MethodVerifier by Brian Carlstrom · 13 years ago
- 7a40f05 am fb331d7c: Convert CHECKS in OatFile::Setup to LOG(ERROR) messages by Brian Carlstrom · 13 years ago
- 4d4adb1 Prevent verifier from creating unused compilation data. by Sebastien Hertz · 13 years ago
- 56eb9bc Merge "Avoid fetching instruction's first 16 bits twice." into dalvik-dev by Sebastien Hertz · 13 years ago
- a6dd03f Merge "Update DEX pc before thread suspension." into dalvik-dev by Sebastien Hertz · 13 years ago
- fd840e7 am 0de7985b: Consistently handle EINTR on FUTEX_WAIT by Brian Carlstrom · 13 years ago
- fb331d7 Convert CHECKS in OatFile::Setup to LOG(ERROR) messages by Brian Carlstrom · 13 years ago
- 0de7985 Consistently handle EINTR on FUTEX_WAIT by Brian Carlstrom · 13 years ago
- 5e04059 am 58b42b98: Fix portable build. by Mathieu Chartier · 13 years ago
- bd2c19f Fix compiler_driver_test/image_test. by Ian Rogers · 13 years ago
- 58b42b9 Fix portable build. by Mathieu Chartier · 13 years ago
- b8c7859 Revert "Revert "Remove non-live vregs from GC map on return."" by Ian Rogers · 13 years ago
- be576f4 Fix jni-internal test breakage by Anwar Ghuloum · 13 years ago
- 374121f Merge "Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger" into dalvik-dev by Anwar Ghuloum · 13 years ago
- 838f9c8 am 98b6b185: Fix build by Mathieu Chartier · 13 years ago
- 98b6b18 Fix build by Mathieu Chartier · 13 years ago
- 6f28d91 Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger by Anwar Ghuloum · 13 years ago
- 41a41fd am 0a9dc05e: GC data structures allocation tracking by Mathieu Chartier · 13 years ago
- 0a9dc05 GC data structures allocation tracking by Mathieu Chartier · 13 years ago
- 6b99dd1 Remove a C style cast. by Ian Rogers · 13 years ago
- df28d4a Merge "Show size/alloc/free per Dalvik heap space in dumpsys" into dalvik-dev by Hiroshi Yamauchi · 13 years ago
- 5fde12a Update DEX pc before thread suspension. by Sebastien Hertz · 13 years ago
- b0f3f48 Avoid fetching instruction's first 16 bits twice. by Sebastien Hertz · 13 years ago
- 23d5cff Revert "Always enable lock level checks." DO NOT MERGE by Brian Carlstrom · 13 years ago
- a517fd7 Merge "Revert "Remove non-live vregs from GC map on return."" into dalvik-dev by Brian Carlstrom · 13 years ago
- 73dda0b Revert "Remove non-live vregs from GC map on return." by Ian Rogers · 13 years ago
- 60f3214 Merge "Fixes to instrumentation and quick to interpreter entry." into dalvik-dev by Jeff Hao · 13 years ago
- fb2802d Fixes to instrumentation and quick to interpreter entry. by Jeff Hao · 13 years ago
- 333cf1b Tidy OOME message. by Ian Rogers · 13 years ago
- b9a0324 Merge "Remove OatWriter buffering to memory for ElfWriterQuick" into dalvik-dev by Brian Carlstrom · 13 years ago
- c50d8e1 Remove OatWriter buffering to memory for ElfWriterQuick by Brian Carlstrom · 13 years ago
- c0d120a Remove non-live vregs from GC map on return. by Ian Rogers · 13 years ago
- 7041676 Merge "Tidy ws and document verifier instruction flags." into dalvik-dev by Ian Rogers · 13 years ago
- 6d376ae Tidy ws and document verifier instruction flags. by Ian Rogers · 13 years ago
- 8a7bc17 am 55c0ac85: Merge "Enable darwin target build for art." by Brian Carlstrom · 13 years ago
- 55c0ac8 Merge "Enable darwin target build for art." by Brian Carlstrom · 13 years ago
- 3489af2 am 63a54345: Add option for changing number of GC threads. by Mathieu Chartier · 13 years ago
- 63a5434 Add option for changing number of GC threads. by Mathieu Chartier · 13 years ago
- 19e776c Enable darwin target build for art. by Brian Carlstrom · 13 years ago
- 66d1aee Unsigned comparison for array bounds check. by Sebastien Hertz · 13 years ago
- 09b07a9 Show size/alloc/free per Dalvik heap space in dumpsys by Hiroshi Yamauchi · 13 years ago
- a3d6b8c Merge "Added code generation framework." into dalvik-dev by Ian Rogers · 13 years ago
- 0e260a3 Added code generation framework. by Dragos Sbirlea · 13 years ago
- 669af5f am 4560248d: Move TimingLogger creation to dex2oat by Brian Carlstrom · 13 years ago
- 4560248 Move TimingLogger creation to dex2oat by Brian Carlstrom · 13 years ago
- 49ed574 am 75b13a9c: Merge "Remove CompilerDriver::IsDebuggingSupported" by Brian Carlstrom · 13 years ago
- 0177fe2 Remove CompilerDriver::IsDebuggingSupported by Brian Carlstrom · 13 years ago
- a6468f6 Fix dalvik-dev branch cpplint issues by Brian Carlstrom · 13 years ago
- be45988 am 6eb52882: Conditionally define non-Android pthread structures by Brian Carlstrom · 13 years ago
- d35311b am f5293527: Move JDWP to std::vector<iovec> to remove runtime/arrays warning by Brian Carlstrom · 13 years ago
- 9e7723b am fb6996fe: Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issues by Brian Carlstrom · 13 years ago
- c06d623 am 3e79aadc: Fixing cpplint readability/constructors issues by Brian Carlstrom · 13 years ago
- ebd6638 am 4274889d: Fixing cpplint readability/check issues by Brian Carlstrom · 13 years ago
- ac43ae5 am 2d88862f: Fixing cpplint readability/casting issues by Brian Carlstrom · 13 years ago
- f1694e1 am 751d4ed4: Fixing cpplint legal/copyright issues by Brian Carlstrom · 13 years ago
- 58d8b95 am 02c8cc6d: Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 13 years ago
- 5775391 am 6f485c62: Fix cpplint whitespace/indent issues by Brian Carlstrom · 13 years ago
- d0b4959 am 9b7085a4: Fix cpplint readability/braces issues by Brian Carlstrom · 13 years ago
- fbf49d2 resolved conflicts for merge of 50af9793 to dalvik-dev by Brian Carlstrom · 13 years ago
- bbf8a09 resolved conflicts for merge of 3da08f4d to dalvik-dev by Mathieu Chartier · 13 years ago
- 6eb5288 Conditionally define non-Android pthread structures by Brian Carlstrom · 13 years ago
- f529352 Move JDWP to std::vector<iovec> to remove runtime/arrays warning by Brian Carlstrom · 13 years ago
- fb6996f Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issues by Brian Carlstrom · 13 years ago
- 3e79aad Fixing cpplint readability/constructors issues by Brian Carlstrom · 13 years ago
- 4274889 Fixing cpplint readability/check issues by Brian Carlstrom · 13 years ago