OSDN Git Service

Merge "Allow libcore and JDWP tests to be executed without JIT."
[android-x86/art.git] / runtime / oat_file_manager.h
2016-05-19 Treehugger RobotMerge "Allow libcore and JDWP tests to be executed...
2016-05-18 Treehugger RobotMerge "Mark concrete HIR instructions as FINAL."
2016-05-17 Mingyao YangMerge "Fix an assert during jdwp debugging."
2016-05-17 Treehugger RobotMerge "Support to pass <uses-library> option through...
2016-05-17 Jeff HaoSupport to pass <uses-library> option through to dex2oat.
2016-05-16 Paul DuffinMerge "Fix the benchmark fail by caliper's change"
2016-05-11 Nicolas GeoffrayMerge "Revert "Blacklist test.""
2016-05-10 Vladimir MarkoMerge "Intrinsify String.length() and String.isEmpty...
2016-05-10 Nicolas GeoffrayMerge "Workaround invokesuper underspecified behavior."
2016-05-10 Nicolas GeoffrayMerge "Relax the DCHECK in load store elimination."
2016-05-09 Treehugger RobotMerge "Revert "Revert "Assembly RegionTLAB allocation...
2016-05-09 Vladimir MarkoMerge "Fix ProtoId ordering check in DexFileVerifier."
2016-05-06 Vladimir MarkoMerge "Optimizing: LoadString may not have any side...
2016-05-06 David BrazdilMerge "Stop populating irreducible loop at header"
2016-05-06 Vladimir MarkoMerge "Fix index checks for error strings in DexFileVer...
2016-05-05 Richard UhlerMerge "Remove -XOatFileManagerCompilerFilter argument."
2016-05-05 Roland LevillainMerge "Patch for compiling art to run on linux target"
2016-05-03 Richard UhlerRemove -XOatFileManagerCompilerFilter argument.
2016-04-27 Nicolas GeoffrayMerge "Forbid HDeoptimize instructions in OSR methods."
2016-04-25 Treehugger RobotMerge "Make sure the referring class is in the dex...
2016-04-25 Vladimir MarkoMerge "Reduce memory lost by ArenaAllocator for large...
2016-04-25 Roland LevillainMerge "Refactor use of __ANDROID__ macro"
2016-04-25 Calin JuravleMerge changes Ie36c4b4a,Ia9968b95,I2c19de14,I99388dee...
2016-04-22 Calin JuravleSkip profiling if the dex file is fully compiled
2016-03-30 Vladimir MarkoMerge "X86_64: Replace x86_64 xchg instruction use"
2016-03-28 Alex LightMerge "Add support for Dex version 37 in Runtime."
2016-03-24 Bill BuzbeeMerge "ART: Improve JitProfile perf in arm/arm64 mterp"
2016-03-24 Vladimir MarkoMerge "Post-Quick cleanup: Remove CompilationUnit."
2016-03-24 Nicolas GeoffrayMerge "Re-enable IMT stub test."
2016-03-24 Roland LevillainMerge "Clean up art::HConstant predicates."
2016-03-24 Nicolas GeoffrayMerge "Do a null check on the sibling in the register...
2016-03-24 Vladimir MarkoMerge "Optimizing: Do not insert suspend checks on...
2016-03-24 Aart BikMerge "Fix potential race condition with threads array."
2016-03-23 Hiroshi YamauchiMerge "Use smaller rosalloc run sizes."
2016-03-23 Richard UhlerMerge "Revert "Revert "Use compiler filter to determine...
2016-03-23 Andreas GampeRevert "Revert "Use compiler filter to determine oat...
2016-03-22 Nicolas GeoffrayMerge "Revert "Revert "Enable compilation of secondary...
2016-03-21 Roland LevillainMerge "MIPS32: sun.misc.Unsafe get/put intrinsics."
2016-03-21 Nicolas GeoffrayMerge "Code cleanup between debugger and jit."
2016-03-18 Andreas GampeMerge "ART: Speed up stack guard page install"
2016-03-18 Roland LevillainMerge "Ensure art::HRor support boolean, byte, short...
2016-03-18 David SrbeckyMerge "Generate native debug stackmaps before calls...
2016-03-17 David SrbeckyMerge "Do not JIT boot image during native-debugging...
2016-03-17 Alex LightMerge "Revert "Revert "Fix issue with proxy invocation...
2016-03-17 Alex LightMerge "Make run-test give extra time when doing gc...
2016-03-17 Hiroshi YamauchiMerge "Revert "Revert "Assembly TLAB allocation fast...
2016-03-17 Alex LightMerge "Fix bug where verification could crash on unreso...
2016-03-17 Nicolas GeoffrayMerge "Dump oat file information as part of DumpForSigQ...
2016-03-17 Nicolas GeoffrayDump oat file information as part of DumpForSigQuit.
2016-02-23 Delphine MartinMerge "Revert "Force Jack to consider multidex annotati...
2016-02-17 Bill YiMerge commit 'dfd4a9e8d36ad791505c6d80c0f627e6a0a764bf...
2016-02-01 Calin JuravleMerge "Invoke all other registered handlers only for...
2016-01-28 Richard UhlerMerge "Factor out common code for SetPendingNext."
2016-01-27 Richard UhlerMerge "Show registered native allocations in ahat."
2016-01-26 Nicolas GeoffrayMerge "Blacklist new test due to so loading problems."
2016-01-26 Alex LightMerge "Enable interface default methods by default."
2016-01-26 Bart SearsMerge "Revert "Lift the spill at each irreducible loop...
2016-01-26 Nicolas GeoffrayMerge "Lift the spill at each irreducible loop block...
2016-01-26 Calin JuravleMerge "Add profile support for apps with shared runtime."
2016-01-26 David SrbeckyMerge "Generate DWARF line numbers only for points...
2016-01-26 Roland LevillainMerge "Fix non-Linux builds."
2016-01-26 Roland LevillainMerge "Improve gethostbyname_r use in art::JDWP::JdwpSo...
2016-01-25 Mathieu ChartierMerge "Revert "Revert "Load app images"""
2016-01-25 Mathieu ChartierRevert "Revert "Load app images""
2016-01-23 Nicolas GeoffrayMerge "Revert "Load app images""
2016-01-23 Nicolas GeoffrayRevert "Load app images"
2016-01-22 Mathieu ChartierMerge "Load app images"
2016-01-22 Mathieu ChartierLoad app images
2016-01-22 Nicolas GeoffrayMerge "Update to INFO to not confuse adb logcat readers."
2016-01-14 Alex LightMerge "Support directly invoking interface default...
2016-01-12 Vladimir MarkoMerge "Optimizing/ARM: Fix CmpConstant()."
2016-01-12 Vladimir MarkoMerge "Clean up SwapSpace."
2016-01-04 Nicolas GeoffrayMerge "Detect phi cycles."
2016-01-04 Nicolas GeoffrayMerge "MIPS32: improvements in code generation (mostly...
2015-12-24 Narayan KamathMerge internal master into aosp/master.
2015-12-24 Calin JuravleMerge "Save profile information in a separate thread...
2015-12-24 Andreas GampeMerge "Dex2oat support for multiple oat file and image...
2015-12-24 Jeff HaoDex2oat support for multiple oat file and image file...
2015-11-21 Przemyslaw SzczepaniakMerge mnc-dr-enso-dev into goog/master
2015-11-16 David Brazdilam 7b874bc5: am f3962119: Merge "ART: Rediscover loops...
2015-11-16 David Brazdilam 221e0f73: am 527145b4: Merge "ART: Split Checker...
2015-11-16 David Brazdilam 8d19a756: am 2d999e05: Merge "Revert "ART: Split...
2015-11-16 David Brazdilam e140d126: am d62e2d0e: Merge "ART: Split Checker...
2015-11-16 Roland Levillainam 140d25bb: am cdf89f3a: Merge "Small correction in...
2015-11-16 Calin Juravleam 3b368b38: am c23fef5d: Merge "Revert "Add new rule...
2015-11-16 Calin Juravleam 6b9dcffb: am fe8cd351: Merge "Add new rule to the...
2015-11-16 Roland Levillainam 58e9add4: am 987b2e66: Merge "Simplify floating...
2015-11-16 David Brazdilam f4573607: am faf935eb: Merge "ART: Enable Checker...
2015-11-16 David Brazdilam e8ff50df: ART: Rediscover loops after deleting block...
2015-11-16 Andreas Gampeam 61858848: Merge "ART: arm indexOf intrinsics for...
2015-11-16 Mathieu Chartieram 5f5e57f0: Merge "Hold heap bitmap lock in Heap:...
2015-11-16 Vladimir Markoam cc61340d: Quick: Fix DCE, clear high word flag in...
2015-11-16 Hiroshi Yamauchiam 4dece9ca: Merge "Add notes about fast JNI calls...
2015-11-16 Richard Uhleram de1c33cd: Merge "Fix bug in removal of *.flock files...
2015-11-16 Vladimir Markoam 8db2a6de: Quick: Fix DCE to mark wide register overl...
2015-11-16 Jeff Haoam f450cf6b: Add test for String init called from unres...
2015-11-16 Nicolas Geoffrayam c7c1d7ab: am b6c37c99: Merge "Update test expectatio...
2015-11-03 Igor MurashkinMerge "lambda: Minor capture-variable/liberate-variable...
2015-10-23 Andreas GampeMerge "enum operator<<() script fails with do { } while...
2015-10-21 Calin JuravleMerge "Block signals before invoking special or user...
next