OSDN Git Service

android-x86/art.git
2016-10-05 Mathieu ChartierMerge "Initialize dex cache while holding dex_lock"
2016-10-05 Treehugger... Merge "Don't push handle scope for critical native...
2016-10-05 Vladimir MarkoMerge "Remove #include "oat_file.h" from class_linker...
2016-10-05 Mathieu ChartierDon't push handle scope for critical native generic JNI
2016-10-05 Mathieu ChartierInitialize dex cache while holding dex_lock
2016-10-05 Treehugger... Merge "Make it possible to pass an arena allocator...
2016-10-05 Narayan KamathMerge "Temporarily blacklist 955-method-handles-smali."
2016-10-05 Narayan KamathTemporarily blacklist 955-method-handles-smali.
2016-10-05 Nicolas GeoffrayMake it possible to pass an arena allocator to HLoopOpt...
2016-10-05 Vladimir MarkoRemove #include "oat_file.h" from class_linker.h .
2016-10-05 Treehugger... Merge "Basic implementation of invoke / invoke-polymorp...
2016-10-05 Treehugger... Merge "Properly scope HLoopOptimization's allocator."
2016-10-05 Narayan KamathBasic implementation of invoke / invoke-polymorphic.
2016-10-05 Nicolas GeoffrayProperly scope HLoopOptimization's allocator.
2016-10-05 Treehugger... Merge "MIPS32: Fix GenerateVirtualCall in the presence...
2016-10-05 Colin CrossMerge "Revert "Compute PPID at ninja time""
2016-10-05 Mathieu ChartierMerge "Fix build break from merge conflict"
2016-10-05 Mathieu ChartierFix build break from merge conflict
2016-10-05 Mathieu ChartierMerge "Rename ObjPtr::Decode to ObjPtr::Ptr"
2016-10-05 Hiroshi YamauchiMerge "Fix a CC crash with ThreadStress."
2016-10-04 Colin CrossRevert "Compute PPID at ninja time"
2016-10-04 Hiroshi YamauchiFix a CC crash with ThreadStress.
2016-10-04 Nicolas GeoffrayMerge "Fix build breakage."
2016-10-04 Nicolas GeoffrayFix build breakage.
2016-10-04 Nicolas GeoffrayMerge "Revert "Remove dead code from compiler driver.""
2016-10-04 Nicolas GeoffrayRevert "Remove dead code from compiler driver."
2016-10-04 Aart BikMerge "A first implementation of a loop optimization...
2016-10-04 Andreas GampeMerge changes I65bc7769,Ib24c7060
2016-10-04 Vladimir MarkoMerge "Revert "Revert "Store resolved Strings for AOT...
2016-10-04 David SehrMerge "Option to gnuplot dex layout"
2016-10-04 David SehrOption to gnuplot dex layout
2016-10-04 Mathieu ChartierRename ObjPtr::Decode to ObjPtr::Ptr
2016-10-04 Vladimir MarkoRevert "Revert "Store resolved Strings for AOT code...
2016-10-04 Colin CrossMerge "Compute PPID at ninja time"
2016-10-04 Nicolas GeoffrayMerge "Remove dead code from compiler driver."
2016-10-04 Nicolas GeoffrayRemove dead code from compiler driver.
2016-10-04 Nicolas GeoffrayMerge "Revert "Add dex file writer to dexlayout tool.""
2016-10-04 Nicolas GeoffrayRevert "Add dex file writer to dexlayout tool."
2016-10-04 Goran JakovljevicMIPS32: Fix GenerateVirtualCall in the presence of...
2016-10-04 Narayan KamathMerge "interpreter: Remove unnecessary template arg...
2016-10-04 Narayan Kamathinterpreter: Remove unnecessary template arg from DoCal...
2016-10-04 Mathieu ChartierMerge "Add handle wrapper for interpreter field get...
2016-10-04 Mathieu ChartierAdd handle wrapper for interpreter field get/set
2016-10-04 Andreas GampeART: Reprint long messages on abort
2016-10-04 Andreas GampeART: Clean up IRT-related abort messaging
2016-10-04 Mathieu ChartierMerge changes I50493bca,I8b266ad0
2016-10-04 Colin CrossCompute PPID at ninja time
2016-10-04 Jeff HaoMerge "Add dex file writer to dexlayout tool."
2016-10-03 Mark SalyzynMerge "art: Replace cutils/log.h with android/log.h"
2016-10-03 Mathieu ChartierUse ObjPtr for ResolvedFieldAccessTest and ResolvedMeth...
2016-10-03 Aart BikA first implementation of a loop optimization framework.
2016-10-03 Jeff HaoAdd dex file writer to dexlayout tool.
2016-10-03 Aart BikMerge "Run dexfuzz in bisection-search mode"
2016-10-03 Mathieu ChartierMove ArtField to ObjPtr
2016-10-03 Wojciech StaszkiewiczRun dexfuzz in bisection-search mode
2016-10-03 Treehugger... Merge "benchmark: Add a build target that's not Android...
2016-10-03 Mark Salyzynart: Replace cutils/log.h with android/log.h
2016-10-03 Mathieu ChartierMerge "Delete some unused bitmap walking code"
2016-10-03 Igor Murashkinbenchmark: Add a build target that's not Android-dependent
2016-10-03 Jeff HaoMerge "Reserve space in the char backing vector to...
2016-10-03 Narayan KamathMerge "DexCachePair : Add an Assign method."
2016-10-03 Narayan KamathDexCachePair : Add an Assign method.
2016-10-03 Narayan KamathMerge "Address review comments for change 25352fc06c84c...
2016-10-03 Narayan KamathAddress review comments for change 25352fc06c84cdab8a2ab.
2016-10-03 Treehugger... Merge "class_linker: Add support for resolving method...
2016-10-03 Narayan Kamathclass_linker: Add support for resolving method types.
2016-10-01 Treehugger... Merge "Integrate dexfuzz with bisection search"
2016-09-30 Wojciech StaszkiewiczIntegrate dexfuzz with bisection search
2016-09-30 Jeff HaoMerge "String Compression for ARM and ARM64"
2016-09-30 Jeff HaoMerge "String compression on intrinsics x86 and x86_64"
2016-09-30 Treehugger... Merge "ART: Add odex IMT dumping to oatdump"
2016-09-30 Treehugger... Merge "Set coverage to false for dex2oat."
2016-09-30 Ben GruverReserve space in the char backing vector to prevent...
2016-09-30 Mathieu ChartierDelete some unused bitmap walking code
2016-09-30 jessicahandojoString Compression for ARM and ARM64
2016-09-30 Dimitry IvanovMerge "Remove dependency on libcutils"
2016-09-30 Vladimir MarkoMerge "Revert "Store resolved Strings for AOT code...
2016-09-30 jessicahandojoString compression on intrinsics x86 and x86_64
2016-09-30 Vladimir MarkoRevert "Store resolved Strings for AOT code in .bss."
2016-09-30 Andreas GampeART: Add odex IMT dumping to oatdump
2016-09-30 Treehugger... Merge "Make run-test fail if output-path is too long"
2016-09-30 Dimitry IvanovRemove dependency on libcutils
2016-09-30 Treehugger... Merge "Add const-string benchmark."
2016-09-30 Nicolas GeoffrayMerge "compiler_driver: Fix build."
2016-09-30 Narayan Kamathcompiler_driver: Fix build.
2016-09-30 Vladimir MarkoMerge "Store resolved Strings for AOT code in .bss."
2016-09-30 Treehugger... Merge "Simplify our intrinsic recognizer."
2016-09-30 Treehugger... Merge "Move two dangling mirror objects into handles."
2016-09-30 Vladimir MarkoAdd const-string benchmark.
2016-09-30 Nicolas GeoffraySimplify our intrinsic recognizer.
2016-09-30 Nicolas GeoffrayMove two dangling mirror objects into handles.
2016-09-30 Treehugger... Merge "dex_cache: rewrite StringDexCachePair as DexCach...
2016-09-30 Mathieu ChartierMerge "Clean up ScopedThreadStateChange to use ObjPtr"
2016-09-30 Mathieu ChartierClean up ScopedThreadStateChange to use ObjPtr
2016-09-29 Vishwath MohanSet coverage to false for dex2oat.
2016-09-29 Narayan Kamathdex_cache: rewrite StringDexCachePair as DexCachePair<T>
2016-09-29 Vladimir MarkoStore resolved Strings for AOT code in .bss.
2016-09-29 Narayan KamathMerge "java.lang.invoke: Add mirror types for MethodHan...
2016-09-29 Narayan Kamathjava.lang.invoke: Add mirror types for MethodHandle...
2016-09-29 Treehugger... Merge "Print to System.err to avoid output races."
next