OSDN Git Service

android-x86/art.git
2014-10-15 Brian CarlstromMerge "Add tests for missing classes"
2014-10-15 Dmitriy IvanovMerge "Fix mac build (second attempt)"
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 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."
2014-10-10 Nicolas GeoffrayCleanup baseline register allocator.
2014-10-10 Nicolas GeoffrayMerge "Fix code generation of materialized conditions."
2014-10-10 Sebastien HertzMerge "Only watch location for BREAKPOINT event"
2014-10-10 Ian RogersMerge "Enable -Wimplicit-fallthrough."
2014-10-10 Ian RogersEnable -Wimplicit-fallthrough.
2014-10-09 Ian RogersMerge "Fix object header size for baker read barrier."
2014-10-09 Ian RogersFix object header size for baker read barrier.
2014-10-09 Ian RogersMerge "stdint types all the way!"
2014-10-09 Ian Rogersstdint types all the way!
2014-10-09 Ian RogersMerge "Simplify instance reference offsets."
2014-10-09 Ian RogersSimplify instance reference offsets.
2014-10-09 Mathieu ChartierMerge "Fix race in thread list destructor"
2014-10-09 Mathieu ChartierFix race in thread list destructor
2014-10-09 Ian RogersMerge changes Ia0044523,Ieefe83cf
2014-10-09 Ian RogersFix ARM64 build.
2014-10-09 Vladimir MarkoMerge "Fix arm64 build: move macro usage after definition."
2014-10-09 Bill BuzbeeMerge "ART: X86: GenLongArith should handle overlapped...
2014-10-09 Vladimir MarkoFix arm64 build: move macro usage after definition.
2014-10-09 Brian CarlstromMerge "Restore valgrind-test-art-host"
2014-10-09 Brian CarlstromRestore valgrind-test-art-host
2014-10-09 Alexei ZavjalovART: X86: GenLongArith should handle overlapped VRs
2014-10-09 Nicolas GeoffrayMerge "Makefile cleanups."
2014-10-09 Roland LevillainUse Is*() helpers to shorten code in the optimizing...
2014-10-09 Nicolas GeoffrayMakefile cleanups.
2014-10-09 Sebastien HertzOnly watch location for BREAKPOINT event
2014-10-09 Alexandre RamesARM64: Update code after the VIXL 1.6 release.
2014-10-09 Ian RogersMerge "Tidy ELF builder."
2014-10-09 Vladimir MarkoMerge "Quick: Reduce memory usage and improve compile...
2014-10-09 Vladimir MarkoMerge "Quick: Separate null check elimination and type...
2014-10-09 Ian RogersTidy ELF builder.
2014-10-09 Vladimir MarkoQuick: Reduce memory usage and improve compile time.
2014-10-09 Vladimir MarkoQuick: Separate null check elimination and type inference.
2014-10-09 Nicolas GeoffrayFix code generation of materialized conditions.
2014-10-09 Nicolas GeoffrayMerge "Stop converting from Location to ManagedRegister."
2014-10-09 Nicolas GeoffrayStop converting from Location to ManagedRegister.
2014-10-09 Brian CarlstromMerge "Disable kEnableJavaStackTraceHandler"
2014-10-09 Brian CarlstromDisable kEnableJavaStackTraceHandler
2014-10-08 Ian RogersMerge "Don't copy fill array data to quick literal...
2014-10-08 Ian RogersDon't copy fill array data to quick literal pool.
2014-10-08 Mathieu ChartierMerge "Dump mutator lock for thread suspend timeout"
2014-10-08 Mathieu ChartierDump mutator lock for thread suspend timeout
2014-10-08 Nicolas GeoffrayMerge "Really fix --gdb when running tests on target."
2014-10-08 Ian RogersMerge "Header file clean up."
2014-10-08 Ian RogersHeader file clean up.
2014-10-08 Bill BuzbeeMerge "ART: fix NullCheckElimination to preserve MIR_IG...
2014-10-08 Bill BuzbeeMerge "ART: Fix SelectKind to work with nullptr"
2014-10-08 Bill BuzbeeMerge "ART: Fix issues with SplitBlock"
2014-10-08 Bill BuzbeeMerge "Fix to MirGraph::GetSSANameWithConst()"
2014-10-08 Roland LevillainMerge "Fix and improve static evaluation of constant...
next