OSDN Git Service

android-x86/art.git
2015-05-29 Jeff HaoMerge "Add unstarted runtime test for String.<init>."
2015-05-29 Jeff HaoAdd unstarted runtime test for String.<init>.
2015-05-29 David SrbeckyMerge "Make some parts of ELF more (pointer) aligned."
2015-05-29 David SrbeckyMake some parts of ELF more (pointer) aligned.
2015-05-29 Vladimir MarkoMerge "Fix double-exception in super-class method valid...
2015-05-29 David SrbeckyMerge "Link .dynamic to .dynstr"
2015-05-29 David SrbeckyMerge "Set correct size of PT_PHDR ELF segment."
2015-05-29 David SrbeckyLink .dynamic to .dynstr
2015-05-29 David SrbeckySet correct size of PT_PHDR ELF segment.
2015-05-29 Andreas GampeMerge "ART: Add support for special handlers in sigchai...
2015-05-29 Nicolas GeoffrayMerge "Support for inlining methods that call/throw."
2015-05-29 Roland LevillainMerge "Bring Reference Type Propagation to Instance...
2015-05-29 Nicolas GeoffraySupport for inlining methods that call/throw.
2015-05-29 Nicolas GeoffrayMerge "Also add run-test dependencies to build-art...
2015-05-29 Nicolas GeoffrayMerge "Use the new HCurrentMethod in HLoadString."
2015-05-29 Nicolas GeoffrayAlso add run-test dependencies to build-art-*-tests.
2015-05-29 Nicolas GeoffrayMerge "Fix typo in script."
2015-05-29 Nicolas GeoffrayFix typo in script.
2015-05-29 Nicolas GeoffrayUse the new HCurrentMethod in HLoadString.
2015-05-29 Nicolas GeoffrayMerge "Update libcore failures"
2015-05-29 Wojciech StaszkiewiczUpdate libcore failures
2015-05-29 Guillaume ... Bring Reference Type Propagation to Instance/StaticInst...
2015-05-29 Nicolas GeoffrayMerge "Add a script to build exactly like the chrome...
2015-05-29 Nicolas GeoffrayAdd a script to build exactly like the chrome buildbot.
2015-05-29 Vladimir MarkoFix double-exception in super-class method validation.
2015-05-29 Andreas GampeMerge "ART: Fix valgrind Makefile"
2015-05-29 Andreas GampeART: Fix valgrind Makefile
2015-05-29 Andreas GampeMerge "ART: Add Mips o32 callee-save registers to SaveA...
2015-05-28 Jeff HaoMerge "Add JNI String.<init> test for global and weak...
2015-05-28 Jeff HaoAdd JNI String.<init> test for global and weak global...
2015-05-28 Jeff HaoMerge "Fix updating of JNI references for String.<init>."
2015-05-28 Andreas GampeART: Add support for special handlers in sigchainlib
2015-05-28 David SrbeckyMerge "Add --generate-debug-info flag and remove the...
2015-05-28 David SrbeckyAdd --generate-debug-info flag and remove the other...
2015-05-28 David BrazdilMerge "ART: Distinguish Checker lines from comments"
2015-05-28 Andreas GampeART: Add Mips o32 callee-save registers to SaveAll...
2015-05-28 David BrazdilART: Distinguish Checker lines from comments
2015-05-28 Nicolas GeoffrayMerge "Add a HCurrentMethod node."
2015-05-28 Sebastien HertzMerge "Fix single-step in native thread"
2015-05-28 Nicolas GeoffrayAdd a HCurrentMethod node.
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 Jeff HaoFix updating of JNI references for String.<init>.
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."
next