OSDN Git Service

android-x86/art.git
2015-12-02 Calin JuravleFix the order in which profiled methods are dumped.
2015-12-02 Calin JuravleFix test path in libarttest.mk
2015-12-02 Calin JuravleMerge "Enable profiled guided compilation in dex2oat"
2015-12-02 Calin JuravleEnable profiled guided compilation in dex2oat
2015-12-02 Nicolas GeoffrayMerge "Revert "Revert "Don't use the compiler driver...
2015-12-02 Nicolas GeoffrayRevert "Revert "Don't use the compiler driver for metho...
2015-12-02 Calin JuravleMerge "Clean up optimizing compiler stats"
2015-12-02 David BrazdilMerge "Revert "Revert "ART: Do not eagerly type LoopPhi...
2015-12-02 David BrazdilRevert "Revert "ART: Do not eagerly type LoopPhi [null...
2015-12-02 Vladimir MarkoMerge "Optimizing: Add checker tests for sharpening."
2015-12-02 Vladimir MarkoOptimizing: Add checker tests for sharpening.
2015-12-02 David BrazdilMerge "Revert "ART: Do not eagerly type LoopPhi [null...
2015-12-02 David BrazdilRevert "ART: Do not eagerly type LoopPhi [null, ...]"
2015-12-01 Mathieu ChartierMerge "ART: set growth limit to heap size when it is...
2015-12-01 Aart BikMerge "Dynamic BCE (based on induction range analysis)"
2015-12-01 Aart BikDynamic BCE (based on induction range analysis)
2015-12-01 Mathieu ChartierMerge "Support null error_msg for select MemMap functions"
2015-12-01 Nicolas GeoffrayMerge "Revert "Don't use the compiler driver for method...
2015-12-01 Nicolas GeoffrayRevert "Don't use the compiler driver for method resolu...
2015-12-01 David BrazdilMerge "ART: Do not eagerly type LoopPhi [null, ...]"
2015-12-01 David BrazdilART: Do not eagerly type LoopPhi [null, ...]
2015-12-01 Paul DuffinMerge "Remove unnecessary workaround to vogar escaping...
2015-12-01 Nicolas GeoffrayMerge "Don't use the compiler driver for method resolut...
2015-12-01 Nicolas GeoffrayDon't use the compiler driver for method resolution.
2015-12-01 Vladimir MarkoMerge "Move PC-relative addressing bases to a better...
2015-12-01 Paul DuffinRemove unnecessary workaround to vogar escaping issue
2015-12-01 Calin JuravleClean up optimizing compiler stats
2015-12-01 Vladimir MarkoMerge "Optimizing/ARM: Implement kDexCachePcRelative...
2015-12-01 Vladimir MarkoMove PC-relative addressing bases to a better position.
2015-12-01 Vladimir MarkoOptimizing/ARM: Implement kDexCachePcRelative dispatch.
2015-12-01 Vladimir MarkoMerge "Refactor oat file writing to give Dex2Oat more...
2015-12-01 Mathieu ChartierMerge "Revert "Change LoadNativeLibrary to use GetOrCre...
2015-12-01 Mathieu ChartierRevert "Change LoadNativeLibrary to use GetOrCreateAllo...
2015-11-30 Alex LightMerge "Make debugger support default methods."
2015-11-30 Mathieu ChartierMerge "Change LoadNativeLibrary to use GetOrCreateAlloc...
2015-11-30 Mathieu ChartierSupport null error_msg for select MemMap functions
2015-11-30 Alex LightMake debugger support default methods.
2015-11-30 Mathieu ChartierChange LoadNativeLibrary to use GetOrCreateAllocator
2015-11-30 Chih-hung HsiehMerge "Do not build art with clang for mips64"
2015-11-30 Lazar TrsicDo not build art with clang for mips64
2015-11-30 Jeff HaoMerge "Test case for getting annotations of renamed...
2015-11-30 Jeff HaoTest case for getting annotations of renamed enums.
2015-11-30 Vladimir MarkoRefactor oat file writing to give Dex2Oat more control.
2015-11-30 Aart BikMerge "Accept synthetic phi nodes and general names...
2015-11-27 David SrbeckyMerge "Temporarily omit MIPS floating point registers...
2015-11-27 David SrbeckyTemporarily omit MIPS floating point registers in DWARF.
2015-11-27 Vladimir MarkoMerge "MIPS64: Fix stub_test implementation"
2015-11-27 Goran JakovljevicMIPS64: Fix stub_test implementation
2015-11-27 David SrbeckyMerge "Add stack locations to DWARF parameters."
2015-11-26 Vladimir MarkoMerge "ARM64: Use the shifter operands."
2015-11-25 Mathieu ChartierMerge "Fix circular dependencies for ContainsBootClassL...
2015-11-25 Mathieu ChartierFix circular dependencies for ContainsBootClassLoaderNo...
2015-11-25 Calin JuravleMerge "Fix jit profile saving flags."
2015-11-25 Calin JuravleFix jit profile saving flags.
2015-11-25 Vladimir MarkoMerge "ART: Clean up ordering of dex cache arrays in...
2015-11-25 Roland LevillainMerge "ARM64 read barrier support for concurrent GC...
2015-11-25 Vladimir MarkoART: Clean up ordering of dex cache arrays in image...
2015-11-25 Alexandre RamesARM64: Use the shifter operands.
2015-11-25 Calin JuravleMerge "Save jit profiling info to file."
2015-11-25 Vladimir MarkoMerge "ART: Improve utf_test for unpaired surrogates."
2015-11-25 Vladimir MarkoART: Improve utf_test for unpaired surrogates.
2015-11-25 David SrbeckyAdd stack locations to DWARF parameters.
2015-11-25 Vladimir MarkoMerge "Optimize some commonly used utf8 functions by:"
2015-11-24 Calin JuravleSave jit profiling info to file.
2015-11-24 Nicolas GeoffrayMerge "Optimize HLoadClass when we know the class is...
2015-11-24 Nicolas GeoffrayOptimize HLoadClass when we know the class is in the...
2015-11-24 Nicolas GeoffrayMerge "Add backward branch instumentation to the switch...
2015-11-24 Vladimir MarkoMerge "ART: Fix SafeMap::Put()/PutBefore() rvalue overl...
2015-11-24 Vladimir MarkoART: Fix SafeMap::Put()/PutBefore() rvalue overloads.
2015-11-24 Nicolas GeoffrayAdd backward branch instumentation to the switch interp...
2015-11-24 Nicolas GeoffrayMerge "A few more optimizations on avoiding HClinit."
2015-11-24 Nicolas GeoffrayA few more optimizations on avoiding HClinit.
2015-11-24 Nicolas GeoffrayMerge "MIPS32: Record missing implicit null checks"
2015-11-24 Goran JakovljevicMIPS32: Record missing implicit null checks
2015-11-24 Roland LevillainARM64 read barrier support for concurrent GC in Optimizing.
2015-11-24 Roland LevillainMerge "Revamp art::CheckEntrypointTypes uses."
2015-11-24 Roland LevillainRevamp art::CheckEntrypointTypes uses.
2015-11-24 Bruce HoultOptimize some commonly used utf8 functions by:
2015-11-24 Roland LevillainMerge "MIPS64: Support short and long branches"
2015-11-24 Nicolas GeoffrayMerge "Add another test for wide stores fix in optimizing."
2015-11-24 Nicolas GeoffrayAdd another test for wide stores fix in optimizing.
2015-11-24 Roland LevillainMerge "Clean up read barrier related comments in Optimi...
2015-11-24 Nicolas GeoffrayMerge "Revert "lambda: Add support for invoke-interface...
2015-11-24 Nicolas GeoffrayRevert "lambda: Add support for invoke-interface for...
2015-11-23 Roland LevillainClean up read barrier related comments in Optimizing.
2015-11-23 Roland LevillainMerge "Disable JDWP tests with read barriers."
2015-11-23 Roland LevillainDisable JDWP tests with read barriers.
2015-11-23 Alex LightMerge "Make target-sync work with verity."
2015-11-23 Vladimir MarkoMerge "ARM64: Add support for multiply-accumulate."
2015-11-23 David BrazdilMerge "ART: Fix wide stores in Optimizing"
2015-11-23 Vladimir MarkoMerge "Optimizing: Avoid a PrettyMethod() call per...
2015-11-23 Vladimir MarkoOptimizing: Avoid a PrettyMethod() call per compiled...
2015-11-23 David BrazdilART: Fix wide stores in Optimizing
2015-11-23 Nicolas GeoffrayMerge "Do not change to the access check entrypoint...
2015-11-23 Nicolas GeoffrayDo not change to the access check entrypoint when inlined.
2015-11-23 Vladimir MarkoMerge "Optimizing/ARM: Improve long shifts by 1."
2015-11-23 Vladimir MarkoMerge "Optimizing/Thumb2: Improve load/store for large...
2015-11-23 Nicolas GeoffrayMerge "Fix lint error."
2015-11-23 David BrazdilMerge "ART: Fix uninitialized variable"
2015-11-23 Nicolas GeoffrayFix lint error.
next