OSDN Git Service

android-x86/art.git
2015-04-21 Andreas GampeMerge "ART: Extend run-test 068-classloader"
2015-04-21 Andreas GampeART: Extend run-test 068-classloader
2015-04-21 Mathieu ChartierMerge "Improve performance of HashSet"
2015-04-21 David SrbeckyMerge "Generate .eh_frame_hdr section and PT_GNU_EH_FRA...
2015-04-21 David SrbeckyGenerate .eh_frame_hdr section and PT_GNU_EH_FRAME...
2015-04-21 David SrbeckyMerge "Do not look for prebuilts on architectures other...
2015-04-21 David SrbeckyDo not look for prebuilts on architectures other than...
2015-04-21 Nicolas GeoffrayMerge "Revert "fix optimizing gtests""
2015-04-21 Nicolas GeoffrayRevert "fix optimizing gtests"
2015-04-21 David BrazdilMerge "ART: Update loop info of all nested loops when...
2015-04-21 David BrazdilART: Update loop info of all nested loops when inlining
2015-04-21 Roland LevillainMerge "Revert "Revert "Optimizing: Fix long-to-fp conve...
2015-04-21 Nicolas GeoffrayMerge "Revert "Run DCE again after all the other optimi...
2015-04-21 Nicolas GeoffrayRevert "Run DCE again after all the other optimizations...
2015-04-21 Roland LevillainMerge "Incorrect transformation of (sub,neg) to (sub...
2015-04-21 David SrbeckyMerge "Move GetAndroidToolsDir to common location."
2015-04-21 Calin JuravleMerge "fix optimizing gtests"
2015-04-21 Calin Juravlefix optimizing gtests
2015-04-21 Calin JuravleMerge "Run DCE again after all the other optimizations...
2015-04-21 Calin JuravleRun DCE again after all the other optimizations have...
2015-04-21 Calin JuravleMerge "Use --dump-stats to dump optimizing compiler...
2015-04-21 Calin JuravleUse --dump-stats to dump optimizing compiler stats.
2015-04-21 Calin JuravleMerge "[optimzing] Fix codegen bug and improve type...
2015-04-21 Calin Juravle[optimzing] Fix codegen bug and improve type propagation
2015-04-21 David SrbeckyMove GetAndroidToolsDir to common location.
2015-04-21 Roland LevillainMerge "Opt compiler: Minor object store optimizations...
2015-04-21 Nicolas GeoffrayMerge "Linear scan: Use FirstUse instead of FirstRegist...
2015-04-21 Nicolas GeoffrayLinear scan: Use FirstUse instead of FirstRegisterUse.
2015-04-21 Nicolas GeoffrayMerge "Fix another mistyped location."
2015-04-21 Nicolas GeoffrayFix another mistyped location.
2015-04-21 nikolay serdjukImprove performance of HashSet
2015-04-21 Andreas GampeMerge "ART: Change image_classes and compiled_classes...
2015-04-21 Andreas GampeART: Change image_classes and compiled_classes to unord...
2015-04-21 Andreas GampeMerge "ART: Fix wrong parameter in JIT"
2015-04-20 Andreas GampeART: Fix wrong parameter in JIT
2015-04-20 Serguei KatkovIncorrect transformation of (sub,neg) to (sub) for fp
2015-04-20 Mathieu ChartierMerge "Add sanity check for large object allocation"
2015-04-20 David BrazdilMerge "ART: Simplify more bool operations"
2015-04-20 David BrazdilART: Simplify more bool operations
2015-04-20 Mingyao YangMerge "RecordPcInfo() in GenerateStaticOrDirectCall...
2015-04-20 Nicolas GeoffrayMerge "Disable tests for volantis."
2015-04-20 Nicolas GeoffrayDisable tests for volantis.
2015-04-20 Alexandre RamesOpt compiler: Minor object store optimizations for...
2015-04-20 Nicolas GeoffrayMerge "Opt compiler: Implement parallel move resolver...
2015-04-20 Roland LevillainMerge changes Ib9648605,I34a3bd17
2015-04-20 Roland LevillainRevert "Revert "Optimizing: Fix long-to-fp conversion...
2015-04-20 Calin JuravleMerge "optimizing: fix gtests"
2015-04-20 Calin Juravleoptimizing: fix gtests
2015-04-20 Alexandre RamesOpt compiler: ARM64: Block VIXLpools when recording...
2015-04-20 Alexandre RamesOpt compiler: ARM64: Follow other archs for a few codeg...
2015-04-20 Calin JuravleMerge "[optimizing] Add memory barriers in constructors...
2015-04-20 Calin Juravle[optimizing] Add memory barriers in constructors when...
2015-04-20 David BrazdilMerge "ART: Extend list of instructions accepted as...
2015-04-20 David BrazdilART: Extend list of instructions accepted as boolean...
2015-04-20 Nicolas GeoffrayMerge "Fix lint error."
2015-04-20 Nicolas GeoffrayFix lint error.
2015-04-20 Nicolas GeoffrayMerge "Opt compiler: Correctly require register or...
2015-04-20 Alexandre RamesOpt compiler: Correctly require register or FPU register.
2015-04-20 Nicolas GeoffrayMerge "Fix codegen_test for long multiplication."
2015-04-20 Nicolas GeoffrayFix codegen_test for long multiplication.
2015-04-20 Nicolas GeoffrayMerge "Run jdwp tests now that localhost issues have...
2015-04-20 Nicolas GeoffrayRun jdwp tests now that localhost issues have been...
2015-04-19 Mathieu ChartierAdd sanity check for large object allocation
2015-04-18 Andreas GampeMerge "ART: Re-add dlopen"
2015-04-18 Andreas GampeART: Re-add dlopen
2015-04-18 Mingyao YangRecordPcInfo() in GenerateStaticOrDirectCall() is mispl...
2015-04-17 Christopher... Merge "Fix access past end of args array."
2015-04-17 Christopher... Fix access past end of args array.
2015-04-17 Dan AlbertMerge "Fix undefined behavior in hash calculation."
2015-04-17 Dan AlbertFix undefined behavior in hash calculation.
2015-04-17 David BrazdilMerge "ART: Fix a failing gtest"
2015-04-17 David BrazdilART: Fix a failing gtest
2015-04-17 David BrazdilMerge "ART: Improve range search caching in LiveInterval"
2015-04-17 David BrazdilART: Improve range search caching in LiveInterval
2015-04-17 David BrazdilMerge "ART: Fix incorrect last range when adding high...
2015-04-17 David BrazdilART: Fix incorrect last range when adding high interval
2015-04-17 Zheng XuOpt compiler: Implement parallel move resolver without...
2015-04-17 Calin JuravleMerge "Cleanup unnecessary test conditions in ssa builder."
2015-04-17 Calin JuravleCleanup unnecessary test conditions in ssa builder.
2015-04-16 Dan AlbertMerge "Fix value used for shift in quick_cfi_test."
2015-04-16 Mathieu ChartierMerge "Fix build"
2015-04-16 Mathieu ChartierFix build
2015-04-16 Dan AlbertFix value used for shift in quick_cfi_test.
2015-04-16 Yabin CuiMerge "Remove transitive dependency on <cutils/atomic...
2015-04-16 Yabin CuiRemove transitive dependency on <cutils/atomic.h>.
2015-04-16 Mathieu ChartierMerge "Disable parallel GC by default"
2015-04-16 David BrazdilMerge "ART: Replace expensive calls to Covers in reg...
2015-04-16 David BrazdilART: Replace expensive calls to Covers in reg alloc
2015-04-16 Mathieu ChartierMerge "Don't call ComputeEagerResolvedStrings"
2015-04-16 Mathieu ChartierDon't call ComputeEagerResolvedStrings
2015-04-16 Calin JuravleMerge "Remove duplicates phis created during SSA transf...
2015-04-16 Calin JuravleRemove duplicates phis created during SSA transformation
2015-04-16 David BrazdilMerge "ART: Fix whitespace in test"
2015-04-16 Calin JuravleMerge "Fallback to quick in case of soft verification...
2015-04-16 David BrazdilART: Fix whitespace in test
2015-04-16 Calin JuravleFallback to quick in case of soft verification errors
2015-04-16 David BrazdilMerge "ART: Adds a regression test for an inliner issue"
2015-04-16 David BrazdilART: Adds a regression test for an inliner issue
2015-04-16 David BrazdilMerge "ART: Hot fix for an inliner issue"
2015-04-16 David BrazdilART: Hot fix for an inliner issue
next