OSDN Git Service

android-x86/art.git
2016-05-12 Richard UhlerMerge "Hold a ClassLoader reference in NativeAllocation...
2016-05-12 Roland LevillainMerge "ART: Reference.getReferent intrinsic for x86...
2016-05-12 Nicolas GeoffrayMerge "Fix another case of live_in at irreducible loop...
2016-05-12 Nicolas GeoffrayFix another case of live_in at irreducible loop entry.
2016-05-11 Mathieu ChartierMerge "Add histogram for native allocations"
2016-05-11 Mathieu ChartierAdd histogram for native allocations
2016-05-11 Mathieu ChartierMerge "Prevent ArtMethod clearing race"
2016-05-11 Mathieu ChartierPrevent ArtMethod clearing race
2016-05-11 Alex LightMerge "Revert "Revert "Make run-test default to optimiz...
2016-05-11 Roland LevillainMerge "Add cmpb instruction to x86 and x86_64 assembler"
2016-05-11 Nicolas GeoffrayMerge "Revert "Blacklist test.""
2016-05-11 Nicolas GeoffrayRevert "Blacklist test."
2016-05-11 Mathieu ChartierMerge "Revert some flaky unloading"
2016-05-11 Mathieu ChartierRevert some flaky unloading
2016-05-10 Mathieu ChartierMerge changes I11f1f820,Iafec1f83
2016-05-10 Aart BikMerge "Break the debug cycle!"
2016-05-10 Alex LightMerge "Make all java.lang.reflect.Constructor methods...
2016-05-10 Treehugger... Merge "Add ability to see if a dex file is backed by...
2016-05-10 Alex LightRevert "Revert "Make run-test default to optimizing...
2016-05-10 Alex LightMerge "Fix issue with Constructor proxies."
2016-05-10 Mathieu ChartierRevert "Revert "Revert "Revert "(dl)Close native librar...
2016-05-10 Mathieu ChartierRevert "Revert "Remove double unloading hack""
2016-05-10 Aart BikBreak the debug cycle!
2016-05-10 Jeff HaoAdd ability to see if a dex file is backed by an oat...
2016-05-10 Alex LightFix issue with Constructor proxies.
2016-05-10 Richard UhlerHold a ClassLoader reference in NativeAllocationRegistry.
2016-05-10 Vladimir MarkoMerge "Intrinsify String.length() and String.isEmpty...
2016-05-10 Narayan KamathMerge "DexFile: Add an API to query oat file status."
2016-05-10 Treehugger... Merge "Reduce memory usage of SSA Phi elimination and...
2016-05-10 Vladimir MarkoReduce memory usage of SSA Phi elimination and make...
2016-05-10 Narayan KamathDexFile: Add an API to query oat file status.
2016-05-10 Nicolas GeoffrayMerge "Revert "Make run-test default to optimizing...
2016-05-10 Nicolas GeoffrayRevert "Make run-test default to optimizing compiler."
2016-05-10 Treehugger... Merge "Fix braino when parsing invoke transition weight."
2016-05-10 Vladimir MarkoMerge "Attribute arena allocations previously marked...
2016-05-10 Nicolas GeoffrayFix braino when parsing invoke transition weight.
2016-05-10 Nicolas GeoffrayMerge "Workaround invokesuper underspecified behavior."
2016-05-10 Nicolas GeoffrayMerge "Relax the DCHECK in load store elimination."
2016-05-10 Serguei KatkovART: Reference.getReferent intrinsic for x86 and x86_64
2016-05-10 David SehrMerge "Remove a common subexpression from profman output"
2016-05-10 David SehrMerge "Use delete/delete[] rather than free/realloc...
2016-05-10 Dimitry IvanovMerge "Initialize native loader before starting runtime"
2016-05-10 Treehugger... Merge "Make --jvm work again"
2016-05-09 Alex LightMake all java.lang.reflect.Constructor methods handle...
2016-05-09 Dimitry IvanovInitialize native loader before starting runtime
2016-05-09 Alex LightMake --jvm work again
2016-05-09 David SehrRemove a common subexpression from profman output
2016-05-09 David SehrUse delete/delete[] rather than free/realloc in tracedump
2016-05-09 Treehugger... Merge "Revert "Revert "Assembly RegionTLAB allocation...
2016-05-09 Vladimir MarkoIntrinsify String.length() and String.isEmpty() as...
2016-05-09 Vladimir MarkoAttribute arena allocations previously marked as STL.
2016-05-09 Vladimir MarkoMerge "Fix ProtoId ordering check in DexFileVerifier."
2016-05-09 Alex LightMerge "Make run-test default to optimizing compiler."
2016-05-09 Vladimir MarkoMerge "Improve String.indexOf() intrinsics."
2016-05-09 Nicolas GeoffrayMerge "Revert "Remove double unloading hack""
2016-05-09 Nicolas GeoffrayRevert "Remove double unloading hack"
2016-05-09 Nicolas GeoffrayMerge "Revert "Revert "Revert "(dl)Close native librari...
2016-05-09 Nicolas GeoffrayRevert "Revert "Revert "(dl)Close native libraries...
2016-05-07 Treehugger... Merge "Fix test for verification of clinit method"
2016-05-07 Alex LightFix test for verification of clinit method
2016-05-06 Alex LightMerge "Make <clinit> verification stronger for v37+."
2016-05-06 Alex LightMake <clinit> verification stronger for v37+.
2016-05-06 Dimitry IvanovMerge "Fix libart tests on target"
2016-05-06 Dimitry IvanovFix libart tests on target
2016-05-06 Vladimir MarkoImprove String.indexOf() intrinsics.
2016-05-06 Vladimir MarkoMerge "Optimizing: LoadString may not have any side...
2016-05-06 David BrazdilMerge "ART: Fix dominance for irreducible loops"
2016-05-06 Aart BikWorkaround invokesuper underspecified behavior.
2016-05-06 David BrazdilART: Fix dominance for irreducible loops
2016-05-06 Serguei KatkovAdd cmpb instruction to x86 and x86_64 assembler
2016-05-06 David BrazdilMerge "Stop populating irreducible loop at header"
2016-05-06 Nicolas GeoffrayMerge "Fix test with libarttest.so."
2016-05-06 Nicolas GeoffrayFix test with libarttest.so.
2016-05-06 Vladimir MarkoMerge "Fix index checks for error strings in DexFileVer...
2016-05-06 David SehrMerge "Add braces per the coding convention"
2016-05-06 Mathieu ChartierMerge "Remove double unloading hack"
2016-05-06 Mathieu ChartierRemove double unloading hack
2016-05-06 David SehrAdd braces per the coding convention
2016-05-06 Mathieu ChartierMerge "Fix libarttest to be non debug"
2016-05-06 Mathieu ChartierFix libarttest to be non debug
2016-05-05 Alex LightMake run-test default to optimizing compiler.
2016-05-05 David SehrMerge "Limit profman log spam with time threshold"
2016-05-05 Mingyao YangMerge "Fix assert failure in interpreter after deoptimi...
2016-05-05 David SehrLimit profman log spam with time threshold
2016-05-05 Mathieu ChartierMerge changes I8fab78bc,I8aae0d75
2016-05-05 Mingyao YangFix assert failure in interpreter after deoptimization.
2016-05-05 Mathieu ChartierChange test 136 to use dlopen
2016-05-05 Mathieu ChartierRevert "Revert "(dl)Close native libraries on unload""
2016-05-05 David BrazdilStop populating irreducible loop at header
2016-05-05 Richard UhlerMerge "Remove -XOatFileManagerCompilerFilter argument."
2016-05-05 Vladimir MarkoFix ProtoId ordering check in DexFileVerifier.
2016-05-05 Vladimir MarkoFix index checks for error strings in DexFileVerifier.
2016-05-05 Roland LevillainMerge "Patch for compiling art to run on linux target"
2016-05-05 Nicolas GeoffrayRelax the DCHECK in load store elimination.
2016-05-05 Nicolas GeoffrayMerge "Revert "(dl)Close native libraries on unload""
2016-05-05 Nicolas GeoffrayRevert "(dl)Close native libraries on unload"
2016-05-04 Treehugger... Merge "(dl)Close native libraries on unload"
2016-05-04 Aart BikMerge "Exploit NE/EQ tests on array length in BCE."
2016-05-04 Dimitry Ivanov(dl)Close native libraries on unload
2016-05-04 Aart BikExploit NE/EQ tests on array length in BCE.
next