OSDN Git Service

android-x86/art.git
2014-10-17 Nicolas GeoffrayFix dex2oat cross-compilation.
2014-10-17 Brian CarlstromMerge "Tracking change to make Class.getDeclaredFields...
2014-10-17 Piotr JastrzebskiMerge "Stop using |instance_| in Runtime::InitNativeMet...
2014-10-17 Ian RogersMerge "Fix Mac build."
2014-10-17 Ian RogersFix Mac build.
2014-10-17 Brian CarlstromTracking change to make Class.getDeclaredFields/Methods...
2014-10-17 Brian CarlstromMerge "Some additional verbose logging for DexFile_defi...
2014-10-17 Brian CarlstromMerge "Renumber 122-missing-classes to 124-missing...
2014-10-17 Ian RogersMerge "Some code clean-up."
2014-10-17 Ian RogersSome code clean-up.
2014-10-17 Brian CarlstromSome additional verbose logging for DexFile_defineClass...
2014-10-17 Igor MurashkinMerge "dex2oat: Add a --compile-pic option"
2014-10-17 Ian RogersMerge "Make ART compile with GCC -O0 again."
2014-10-17 Ian RogersMake ART compile with GCC -O0 again.
2014-10-17 Mathieu ChartierMerge "Add way to ensure we are at the front of the...
2014-10-17 Mathieu ChartierAdd way to ensure we are at the front of the sigaction...
2014-10-17 Brian CarlstromRenumber 122-missing-classes to 124-missing-classes
2014-10-17 Igor Murashkindex2oat: Add a --compile-pic option
2014-10-16 Mathieu ChartierMerge "Add OOME try catch around gc-thrash dive logic"
2014-10-16 Ian RogersMerge "Remove test dependencies on phony targets."
2014-10-16 Vladimir MarkoMerge "Quick: Avoid node iteration for passes that...
2014-10-16 Vladimir MarkoMerge "Quick: Handle kMirOpNullCheck in LVN/GVN."
2014-10-16 Mathieu ChartierAdd OOME try catch around gc-thrash dive logic
2014-10-16 Nicolas GeoffrayMerge "Don't use assembler classes in code_generator.h."
2014-10-16 Nicolas GeoffrayDon't use assembler classes in code_generator.h.
2014-10-16 Roland LevillainMerge "Implement default traversals in CFG & SSA graph...
2014-10-16 Roland LevillainMerge "Improve art::SSAChecker::VisitInstruction."
2014-10-16 Roland LevillainMerge "Do not remove NullChecks & BoundsChecks in HDead...
2014-10-16 Roland LevillainMerge "Turn constant conditional jumps into uncondition...
2014-10-16 Vladimir MarkoQuick: Handle kMirOpNullCheck in LVN/GVN.
2014-10-16 Vladimir MarkoMerge "Quick: Improve the BBCombine pass."
2014-10-16 Piotr JastrzebskiStop using |instance_| in Runtime::InitNativeMethods.
2014-10-16 Vladimir MarkoMerge "Rewrite null check elimination to work on dalvik...
2014-10-16 Jeff HaoMerge "Store exiting thread ids and names while tracing...
2014-10-15 Mathieu ChartierMerge "Add more logging to finalization test"
2014-10-15 Ian RogersRemove test dependencies on phony targets.
2014-10-15 Vladimir MarkoQuick: Improve the BBCombine pass.
2014-10-15 Mathieu ChartierMerge "Fix oatdump for no image"
2014-10-15 Mathieu ChartierFix oatdump for no image
2014-10-15 Mathieu ChartierAdd more logging to finalization test
2014-10-15 Vladimir MarkoRewrite null check elimination to work on dalvik regs.
2014-10-15 Vladimir MarkoMerge "ART: NullCheckElimination should converge with...
2014-10-15 Vladimir MarkoQuick: Avoid node iteration for passes that don't need it.
2014-10-15 Yevgeny RoubanART: NullCheckElimination should converge with MIR_IGNO...
2014-10-15 Brian CarlstromMerge "Add tests for missing classes"
2014-10-15 Dmitriy IvanovMerge "Fix mac build (second attempt)"
2014-10-15 Jeff HaoStore exiting thread ids and names while tracing to...
2014-10-15 Dmitriy IvanovFix mac build (second attempt)
2014-10-15 Brian CarlstromAdd tests for missing classes
2014-10-15 Brian CarlstromMerge "Add VLOG(class_linker) for clinit errors"
2014-10-14 Brian CarlstromAdd VLOG(class_linker) for clinit errors
2014-10-14 Brian CarlstromMerge "Use exit(1), not exit(-1)"
2014-10-14 Dmitriy IvanovMerge "Fixing mac build"
2014-10-14 Brian CarlstromUse exit(1), not exit(-1)
2014-10-14 Mathieu ChartierMerge "Change MemMap::maps_ to not be global variable"
2014-10-14 Dmitriy IvanovFixing mac build
2014-10-14 Mathieu ChartierChange MemMap::maps_ to not be global variable
2014-10-14 Dmitriy IvanovMerge "Untie gtest executables from LD_PRELOAD"
2014-10-14 Dmitriy IvanovUntie gtest executables from LD_PRELOAD
2014-10-14 Dmitriy IvanovMerge "Remove libsigchain from LD_PRELOADS"
2014-10-14 Roland LevillainImplement default traversals in CFG & SSA graph checkers.
2014-10-14 Roland LevillainImprove art::SSAChecker::VisitInstruction.
2014-10-14 Roland LevillainDo not remove NullChecks & BoundsChecks in HDeadCodeEli...
2014-10-14 Roland LevillainTurn constant conditional jumps into unconditional...
2014-10-14 Nicolas GeoffrayMerge "Merge reference-run-test-classes and run-test...
2014-10-13 Mathieu ChartierMerge "Make finalization test more robust"
2014-10-13 Ian RogersMerge "Revert "Adjust the suspend check interval to...
2014-10-13 Ian RogersRevert "Adjust the suspend check interval to 16."
2014-10-13 Mathieu ChartierMerge "Make gc-thrash able to handle OOME"
2014-10-13 Mathieu ChartierMake gc-thrash able to handle OOME
2014-10-13 Hiroshi YamauchiMerge "Adjust the suspend check interval to 16."
2014-10-13 Vladimir MarkoMerge "Add regression test for null check elimination."
2014-10-13 Mathieu ChartierMake finalization test more robust
2014-10-13 Hiroshi YamauchiAdjust the suspend check interval to 16.
2014-10-13 Vladimir MarkoAdd regression test for null check elimination.
2014-10-13 Vladimir MarkoMerge "Revert "ART: fix NullCheckElimination to preserv...
2014-10-13 Ian RogersMerge "Handlerize throw location in DumpJavaStack"
2014-10-13 Ian RogersMerge "ART: Stash any exception before dumping a stack"
2014-10-13 Ian RogersMerge "ART: ARM64: Fix instruction addresses in the...
2014-10-13 Vladimir MarkoRevert "ART: fix NullCheckElimination to preserve MIR_I...
2014-10-13 Alexandre RamesART: ARM64: Fix instruction addresses in the disassembly.
2014-10-13 Roland LevillainMerge "Use Is*() helpers to shorten code in the optimiz...
2014-10-13 Vladimir MarkoMerge "Fix ScopedArenaAllocator::Reset() for Create...
2014-10-12 Ian RogersHandlerize throw location in DumpJavaStack
2014-10-12 Andreas GampeART: Stash any exception before dumping a stack
2014-10-12 Ian RogersMerge "Switch to C++11 style [[noreturn]]."
2014-10-11 Ian RogersSwitch to C++11 style [[noreturn]].
2014-10-11 Ian RogersMerge "ART: Add smali-based run-test"
2014-10-11 Andreas GampeART: Add smali-based run-test
2014-10-11 Ian RogersMerge "ART Runtime: Add movb $xx,yy fault handling"
2014-10-10 Mathieu ChartierMerge "Hold mutator lock in DdmSendHeapSegments for...
2014-10-10 Mathieu ChartierHold mutator lock in DdmSendHeapSegments for all spaces
2014-10-10 Ian RogersMerge "Work around ICE bugs with MIPS GCC and O1."
2014-10-10 Ian RogersWork around ICE bugs with MIPS GCC and O1.
2014-10-10 Ian RogersMerge "Fix 2 new sets of clang compiler warnings."
2014-10-10 Ian RogersMerge "Disable 114-ParallelGC for GC stress testing."
2014-10-10 Ian RogersDisable 114-ParallelGC for GC stress testing.
2014-10-10 Ian RogersFix 2 new sets of clang compiler warnings.
2014-10-10 Vladimir MarkoFix ScopedArenaAllocator::Reset() for Create()d allocators.
2014-10-10 Nicolas GeoffrayMerge "Cleanup baseline register allocator."
next