OSDN Git Service

android-x86/art.git
2015-06-19 Nicolas GeoffrayVerifier: check an aput, even if we know it will fail.
2015-06-18 Nicolas GeoffrayMerge "Run a simplification pass before code generation."
2015-06-18 Nicolas GeoffrayMerge "Don't special case HCurrentMethod in DCE."
2015-06-18 Vladimir MarkoMerge "Quick: Fix marking unused registers in DCE."
2015-06-18 Nicolas GeoffrayRun a simplification pass before code generation.
2015-06-18 Vladimir MarkoMerge "ART: Fix reporting initialized classes by Compil...
2015-06-18 David BrazdilMerge "ART: Remove old DCHECK that trips Baseline"
2015-06-18 Nicolas GeoffrayMerge "Bailout from compilation if an invoke is malformed."
2015-06-18 David BrazdilART: Remove old DCHECK that trips Baseline
2015-06-18 Nicolas GeoffrayBailout from compilation if an invoke is malformed.
2015-06-18 Nicolas GeoffrayMerge "Fix a bug in optimizing when the null constant...
2015-06-18 Vladimir MarkoART: Fix reporting initialized classes by CompilerDriver.
2015-06-18 Vladimir MarkoQuick: Fix marking unused registers in DCE.
2015-06-18 Nicolas GeoffrayMerge "Forgot this change in last commit."
2015-06-18 Mathieu ChartierMerge "Fix some java_lang_Class related moving GC bugs"
2015-06-17 Mathieu ChartierFix some java_lang_Class related moving GC bugs
2015-06-17 Mathieu ChartierMerge "Add missing EndAssertNoThreadSuspension"
2015-06-17 Nicolas GeoffrayFix a bug in optimizing when the null constant has...
2015-06-17 David SrbeckyMerge "Release dummy MemMaps corresponding to dlopen."
2015-06-17 David SrbeckyRelease dummy MemMaps corresponding to dlopen.
2015-06-17 Mathieu ChartierAdd missing EndAssertNoThreadSuspension
2015-06-17 Nicolas GeoffrayDon't special case HCurrentMethod in DCE.
2015-06-17 Nicolas GeoffrayForgot this change in last commit.
2015-06-17 David BrazdilMerge "ART: Allow PackedSwitch instructions with zero...
2015-06-17 David BrazdilART: Allow PackedSwitch instructions with zero targets
2015-06-17 David BrazdilMerge "Revert "ART: Allow PackedSwitch instructions...
2015-06-17 David BrazdilRevert "ART: Allow PackedSwitch instructions with zero...
2015-06-17 David BrazdilMerge "ART: Allow PackedSwitch instructions with zero...
2015-06-17 David BrazdilART: Allow PackedSwitch instructions with zero targets
2015-06-17 Nicolas GeoffrayMerge "Fix bug in optimizing around instanceof."
2015-06-17 Nicolas GeoffrayFix bug in optimizing around instanceof.
2015-06-17 Nicolas GeoffrayMerge "Remove bogus DCHECK in BCE."
2015-06-17 Nicolas GeoffrayRemove bogus DCHECK in BCE.
2015-06-17 Nicolas GeoffrayMerge "More stack map dumping."
2015-06-17 Nicolas GeoffrayMore stack map dumping.
2015-06-17 Narayan KamathMerge "Fix lint error."
2015-06-17 Roland LevillainMerge "Exercise sun.misc.Unsafe.getObject."
2015-06-17 Narayan KamathFix lint error.
2015-06-17 Vladimir MarkoMerge "Revert "Revert "ART: Implement literal pool...
2015-06-17 Vladimir MarkoRevert "Revert "ART: Implement literal pool for arm...
2015-06-17 Narayan KamathMerge "Set default visibility on art_sigsegv_fault."
2015-06-17 Oleksiy VyalovSet default visibility on art_sigsegv_fault.
2015-06-17 Nicolas GeoffrayMerge "CFI test: kill the other process in native code."
2015-06-17 David SrbeckyCFI test: kill the other process in native code.
2015-06-17 David SrbeckyMerge "Find the dlopened file using address rather...
2015-06-17 David SrbeckyFind the dlopened file using address rather than file...
2015-06-16 David SrbeckyMerge "Add more logging output for dlopen."
2015-06-16 David SrbeckyMerge "Revert "Revert "Use dlopen to load oat files."""
2015-06-16 David SrbeckyAdd more logging output for dlopen.
2015-06-16 Hiroshi YamauchiMerge "Print more diagnosis info on to-space invariant...
2015-06-16 David SrbeckyRevert "Revert "Use dlopen to load oat files.""
2015-06-16 Roland LevillainExercise sun.misc.Unsafe.getObject.
2015-06-16 Evgenii StepanovMerge "Disable -Wframe-larger-than when building SANITI...
2015-06-16 Nicolas GeoffrayMerge "Update jdwp and libcore scripts for running...
2015-06-16 Vladimir MarkoMerge "Revert "ART: Implement literal pool for arm...
2015-06-16 Vladimir MarkoRevert "ART: Implement literal pool for arm, fix branch...
2015-06-16 Vladimir MarkoMerge "ART: Implement literal pool for arm, fix branch...
2015-06-16 Hiroshi YamauchiPrint more diagnosis info on to-space invariant violation.
2015-06-15 David SrbeckyMerge "Revert "Use dlopen to load oat files.""
2015-06-15 David SrbeckyRevert "Use dlopen to load oat files."
2015-06-15 Evgenii StepanovDisable -Wframe-larger-than when building SANITIZE_TARGET.
2015-06-15 Nicolas GeoffrayUpdate jdwp and libcore scripts for running with libartd.
2015-06-15 Vladimir MarkoART: Implement literal pool for arm, fix branch fixup.
2015-06-15 David BrazdilMerge "Fix error message description in Checker"
2015-06-15 David BrazdilFix error message description in Checker
2015-06-15 Calin JuravleMerge "Bring ReferenceTypePropagation to ArrayGet"
2015-06-15 Calin JuravleMerge "Bring ReferenceTypePropagation to HInvoke return...
2015-06-15 Nicolas GeoffrayMerge "Move Level1 to its own file."
2015-06-15 Nicolas GeoffrayMove Level1 to its own file.
2015-06-15 Guillaume ... Bring ReferenceTypePropagation to ArrayGet
2015-06-15 Guillaume ... Bring ReferenceTypePropagation to HInvoke return types
2015-06-15 Nicolas GeoffrayMerge "Fix reference comparison after redundant phi...
2015-06-15 Nicolas GeoffrayFix reference comparison after redundant phi elimination.
2015-06-15 Nicolas GeoffrayMerge "Fix lint error."
2015-06-15 Nicolas GeoffrayFix lint error.
2015-06-15 Nicolas GeoffrayMerge "Use the caller's class loader when walking inlin...
2015-06-13 Nicolas GeoffrayMerge "Revert "art/tools: add new tests in security...
2015-06-13 Nicolas GeoffrayRevert "art/tools: add new tests in security packages...
2015-06-13 Andreas GampeMerge "ART: Fix CFI test wrt/ PIC"
2015-06-13 Andreas GampeART: Fix CFI test wrt/ PIC
2015-06-13 Mathieu ChartierMerge "Pass reuse flag to MemMap constructor"
2015-06-13 Dmitriy IvanovMerge "Let classloader provide correct LD_LIBRARY_PATH"
2015-06-13 Mathieu ChartierPass reuse flag to MemMap constructor
2015-06-12 David SrbeckyMerge "Use dlopen to load oat files."
2015-06-12 David SrbeckyUse dlopen to load oat files.
2015-06-12 Sebastien HertzMerge "JDWP: update handling of 8-bit and 16-bit fields"
2015-06-12 Sebastien HertzJDWP: update handling of 8-bit and 16-bit fields
2015-06-12 Calin JuravleMerge "Revert "Revert "Revert "Bring ReferenceTypePropa...
2015-06-12 Calin JuravleRevert "Revert "Revert "Bring ReferenceTypePropagation...
2015-06-12 Calin JuravleMerge "Revert "Revert "Revert "Fix a checker test""""
2015-06-12 Calin JuravleRevert "Revert "Revert "Fix a checker test"""
2015-06-12 Calin JuravleMerge "Revert "Revert "Fix a checker test"""
2015-06-12 Calin JuravleRevert "Revert "Fix a checker test""
2015-06-12 Calin JuravleMerge "Revert "Revert "Bring ReferenceTypePropagation...
2015-06-12 Calin JuravleRevert "Revert "Bring ReferenceTypePropagation to HInvo...
2015-06-12 Nicolas GeoffrayUse the caller's class loader when walking inlined...
2015-06-12 Sergio GiroMerge "tools/buildbot-build.sh: Remove javalibcoretest...
2015-06-12 Sergio Girotools/buildbot-build.sh: Remove javalibcoretest from...
2015-06-12 Sergio GiroMerge "art/tools: add new tests in security packages...
2015-06-12 Sergio Giroart/tools: add new tests in security packages to the...
next