OSDN Git Service

android-x86/art.git
2015-05-28 Sebastien HertzMerge "Fix single-step in native thread"
2015-05-28 Sebastien HertzFix single-step in native thread
2015-05-28 Nicolas GeoffrayMerge "Fix rule: the exe must be first dependency."
2015-05-28 Nicolas GeoffrayFix rule: the exe must be first dependency.
2015-05-28 Nicolas GeoffrayMerge "Refactor makefiles to allow just building tests."
2015-05-28 Nicolas GeoffrayRefactor makefiles to allow just building tests.
2015-05-28 David SrbeckyMerge "Fix build - large frame size of ElfWriterQuick...
2015-05-28 David SrbeckyFix build - large frame size of ElfWriterQuick<ElfTypes...
2015-05-27 Dmitriy IvanovMerge "Fix valgrind includes"
2015-05-27 Dmitriy IvanovMerge "Reset libc targetSdkVersion"
2015-05-27 Andreas GampeMerge "ART: Fix VerifyObject runtime verification"
2015-05-27 Dmitriy IvanovFix valgrind includes
2015-05-27 David SrbeckyMerge "Split .oat_patches to multiple sections."
2015-05-27 Dmitriy IvanovReset libc targetSdkVersion
2015-05-27 Nicolas GeoffrayMerge "Bring Reference Type Propagation to NewArray"
2015-05-27 Guillaume ... Bring Reference Type Propagation to NewArray
2015-05-27 Roland LevillainMerge "Improve art::CodeInfo dumping."
2015-05-27 Roland LevillainMerge "Rename VisitCondition's argument in code generat...
2015-05-27 Roland LevillainRename VisitCondition's argument in code generators.
2015-05-27 Andreas GampeART: Fix VerifyObject runtime verification
2015-05-27 Roland LevillainImprove art::CodeInfo dumping.
2015-05-27 Nicolas GeoffrayMerge "[optimizing] x86: Prefer add over lea if possible"
2015-05-27 Mark Mendell[optimizing] x86: Prefer add over lea if possible
2015-05-27 Vladimir MarkoMerge "ART: Use kBadFprBase on mips64 and arm64."
2015-05-27 Nicolas GeoffrayMerge "Fix another source of undeterministic inlining."
2015-05-27 Vladimir MarkoART: Use kBadFprBase on mips64 and arm64.
2015-05-27 Nicolas GeoffrayFix another source of undeterministic inlining.
2015-05-27 Nicolas GeoffrayMerge "Pass the dex method index directly to interface...
2015-05-27 Nicolas GeoffrayPass the dex method index directly to interface trampoline.
2015-05-27 Mathieu ChartierMerge "Add missing oatdump test dependency"
2015-05-27 Mathieu ChartierAdd missing oatdump test dependency
2015-05-27 Mathieu ChartierMerge "Add oatdump test"
2015-05-27 Mathieu ChartierAdd oatdump test
2015-05-27 David SrbeckySplit .oat_patches to multiple sections.
2015-05-26 Evgenii StepanovMerge "Fix alloc-dealloc-mismatch (new[] vs delete...
2015-05-26 David SrbeckyMerge "Switch to using .debug_frame for CFI."
2015-05-26 David SrbeckyMerge "Generate just single ARM mapping symbol."
2015-05-26 Evgenii StepanovFix alloc-dealloc-mismatch (new[] vs delete) in tests.
2015-05-26 Vladimir MarkoMerge "Fix mac build: cast fpr callee save addresses."
2015-05-26 Vladimir MarkoFix mac build: cast fpr callee save addresses.
2015-05-26 Vladimir MarkoMerge "Fix mac build: include <sys/time.h> in time_util...
2015-05-26 Vladimir MarkoFix mac build: include <sys/time.h> in time_utils.cc .
2015-05-26 Vladimir MarkoMerge "ART: Clean up arm64 kNumberOfXRegisters usage."
2015-05-26 Hiroshi YamauchiMerge "Fix for potential moving GC bugs around proxy...
2015-05-26 Hiroshi YamauchiMerge "Log the process memory maps on host SIGSEGV."
2015-05-26 Hiroshi YamauchiFix for potential moving GC bugs around proxy class.
2015-05-26 Vladimir MarkoART: Clean up arm64 kNumberOfXRegisters usage.
2015-05-26 Roland LevillainMerge "Fix a few literals and assertions."
2015-05-26 Nicolas GeoffrayMerge "Move the catalog after the stack maps."
2015-05-26 Nicolas GeoffrayMove the catalog after the stack maps.
2015-05-26 Nicolas GeoffrayMerge "Make inlining deterministic."
2015-05-26 Roland LevillainFix a few literals and assertions.
2015-05-26 Nicolas GeoffrayMake inlining deterministic.
2015-05-26 David BrazdilMerge "ART: Update graph's exit block field if removed"
2015-05-26 Sebastien HertzMerge "JDWP: fix breakpoint on catch statement"
2015-05-26 David BrazdilART: Update graph's exit block field if removed
2015-05-26 Sebastien HertzJDWP: fix breakpoint on catch statement
2015-05-26 Nicolas GeoffrayMerge "Do not use dex_compilation_unit after inlining."
2015-05-23 Hiroshi YamauchiLog the process memory maps on host SIGSEGV.
2015-05-22 Andreas GampeMerge "ARM64: Move xSELF from x18 to x19."
2015-05-22 Hiroshi YamauchiMerge "Revert "Switch to using ELF-64 for 64-bit archit...
2015-05-22 Hiroshi YamauchiRevert "Switch to using ELF-64 for 64-bit architectures."
2015-05-22 Nicolas GeoffrayMerge "Return an invalid StackMap when one cannot be...
2015-05-22 Nicolas GeoffrayMerge "Revert "Revert "Introduce a NearLabel in thumb2."""
2015-05-22 Nicolas GeoffrayDo not use dex_compilation_unit after inlining.
2015-05-22 Nicolas GeoffrayRevert "Revert "Introduce a NearLabel in thumb2.""
2015-05-22 Nicolas GeoffrayReturn an invalid StackMap when one cannot be found.
2015-05-22 David SrbeckyGenerate just single ARM mapping symbol.
2015-05-22 Serban ConstantinescuARM64: Move xSELF from x18 to x19.
2015-05-21 Andreas GampeMerge "ART: Sometimes even empty methods take forever...
2015-05-21 Andreas GampeART: Sometimes even empty methods take forever to verify
2015-05-21 Nicolas GeoffrayMerge "Update failures"
2015-05-21 Andreas GampeMerge "ART: Blacklist CFI test for Heap Poisoning"
2015-05-21 Andreas GampeART: Blacklist CFI test for Heap Poisoning
2015-05-21 Wojciech StaszkiewiczUpdate failures
2015-05-21 David SrbeckyMerge "Write 64-bit address in DWARF if we are on 64...
2015-05-21 Nicolas GeoffrayMerge "Update libcore failures"
2015-05-21 Wojciech StaszkiewiczUpdate libcore failures
2015-05-21 David SrbeckySwitch to using .debug_frame for CFI.
2015-05-21 Roland LevillainMerge "Fix the size of a StackHandleScope in art::Compi...
2015-05-21 Nicolas GeoffrayMerge "Revert "Introduce a NearLabel in thumb2.""
2015-05-21 Nicolas GeoffrayRevert "Introduce a NearLabel in thumb2."
2015-05-21 Nicolas GeoffrayMerge "Also encode the InvokeType in an InlineInfo."
2015-05-21 Nicolas GeoffrayAlso encode the InvokeType in an InlineInfo.
2015-05-21 David BrazdilMerge "ART: Rename graph dump file name to 'graph.cfg'"
2015-05-21 David BrazdilART: Rename graph dump file name to 'graph.cfg'
2015-05-21 David BrazdilMerge "ART: Implement next-line assertions in Checker"
2015-05-21 Nicolas GeoffrayMerge "Introduce a NearLabel in thumb2."
2015-05-21 David BrazdilART: Implement next-line assertions in Checker
2015-05-21 David BrazdilMerge "ART: Refactor and simplify matching in Checker"
2015-05-21 David BrazdilART: Refactor and simplify matching in Checker
2015-05-21 Jeff HaoMerge "Intercept JNI invocation of String.<init> methods."
2015-05-21 Jeff HaoIntercept JNI invocation of String.<init> methods.
2015-05-21 Andreas GampeMerge "ART: Use v2 version of NativeBridge struct"
2015-05-21 Andreas GampeART: Use v2 version of NativeBridge struct
2015-05-21 Hiroshi YamauchiMerge "Fix a cts crash around proxy class fields."
2015-05-21 Hiroshi YamauchiFix a cts crash around proxy class fields.
2015-05-20 Andreas GampeMerge "ART: Fix gtest dependency"
2015-05-20 Andreas GampeART: Fix gtest dependency
2015-05-20 Andreas GampeMerge "ART: Blacklist CFI test for JIT"
next