OSDN Git Service

android-x86/art.git
2015-06-25 Andreas GampeMerge "ART: Set methods to preverified in verify-none"
2015-06-25 Andreas GampeART: Set methods to preverified in verify-none
2015-06-25 Richard UhlerMerge "Do not try to compile resource-only dex files."
2015-06-25 Richard UhlerDo not try to compile resource-only dex files.
2015-06-25 Nicolas GeoffrayMerge "Pass LD_USE_LOAD_BIAS to the art script."
2015-06-25 Nicolas GeoffrayPass LD_USE_LOAD_BIAS to the art script.
2015-06-25 Nicolas GeoffrayMerge "Disable test for all runs."
2015-06-25 Nicolas GeoffrayDisable test for all runs.
2015-06-25 Vladimir MarkoMerge "Hard-fail get-/put-object to a non-reference...
2015-06-25 Vladimir MarkoHard-fail get-/put-object to a non-reference field.
2015-06-25 Nicolas GeoffrayMerge "Only do some checks when compiling against the...
2015-06-25 Nicolas GeoffrayOnly do some checks when compiling against the core...
2015-06-25 Andreas GampeMerge "[MIPS64] JNI Compiler: Sign-extend int function...
2015-06-25 Andreas GampeMerge "ART: Fix arm32 instrumentation exit stub"
2015-06-25 Andreas GampeART: Fix arm32 instrumentation exit stub
2015-06-25 Mathieu ChartierMerge "Fix force copy"
2015-06-25 Mathieu ChartierFix force copy
2015-06-24 Andreas GampeMerge "ART: Correctly hard-fail method with undefined...
2015-06-24 Andreas GampeART: Correctly hard-fail method with undefined register
2015-06-24 Jeff HaoMerge "Adding optimizing compiler test case for String...
2015-06-24 Jeff HaoAdding optimizing compiler test case for String.<init>.
2015-06-24 Christopher... Merge "Increase alt signal stack to 32K on host."
2015-06-24 Christopher... Increase alt signal stack to 32K on host.
2015-06-24 Nicolas GeoffrayMerge "Use a flag from the verifier to know if we shoul...
2015-06-24 Nicolas GeoffrayUse a flag from the verifier to know if we should compile.
2015-06-24 Nicolas GeoffrayMerge "BCE: don't assume a bounds check always gets...
2015-06-24 Lazar Trsic[MIPS64] JNI Compiler: Sign-extend int function arguments
2015-06-24 David BrazdilMerge "ART: Run GraphChecker after Builder and SsaBuilder"
2015-06-24 Nicolas GeoffrayMerge "BCE: Narrow instead of unconditionnaly overwrite...
2015-06-24 Nicolas GeoffrayBCE: Narrow instead of unconditionnaly overwrite the...
2015-06-24 Nicolas GeoffrayBCE: don't assume a bounds check always gets a HArrayLe...
2015-06-24 David BrazdilART: Run GraphChecker after Builder and SsaBuilder
2015-06-24 David BrazdilMerge "ART: Stop creating a fallthrough block for Goto"
2015-06-24 Nicolas GeoffrayMerge "Fix codegen_test after DCE fix."
2015-06-24 Nicolas GeoffrayFix codegen_test after DCE fix.
2015-06-24 David BrazdilART: Stop creating a fallthrough block for Goto
2015-06-24 Nicolas GeoffrayMerge "Fix another case of un-verified dead code."
2015-06-24 Nicolas GeoffrayFix another case of un-verified dead code.
2015-06-24 Nicolas GeoffrayMerge "Recompute dominator tree after DCE."
2015-06-24 Nicolas GeoffrayRecompute dominator tree after DCE.
2015-06-24 Calin JuravleMerge "Revert "Use -Xno-dex-file-fallback for libcore...
2015-06-24 Calin JuravleRevert "Use -Xno-dex-file-fallback for libcore tests."
2015-06-24 Calin JuravleMerge "Use -Xno-dex-file-fallback for libcore tests."
2015-06-24 Nicolas GeoffrayMerge "Remove bogus DCHECK."
2015-06-24 Nicolas GeoffrayRemove bogus DCHECK.
2015-06-24 Nicolas GeoffrayMerge "libcore tests: increase the timeout in debug...
2015-06-23 Mathieu ChartierMerge "Fix field ordering for String in hprof"
2015-06-23 Andreas GampeMerge "ART: Follow-up to 507cc6f83bf6379728f2dd20391f2e...
2015-06-23 Andreas GampeART: Follow-up to 507cc6f83bf6379728f2dd20391f2ed5fbfe6371
2015-06-23 Mathieu ChartierFix field ordering for String in hprof
2015-06-23 Jeff HaoMerge "Make dex file verifier check that indexes are...
2015-06-23 Jeff HaoMake dex file verifier check that indexes are increasing.
2015-06-23 Nicolas Geoffraylibcore tests: increase the timeout in debug mode.
2015-06-23 Vladimir MarkoMerge "ART: Improve Indenter performance."
2015-06-23 Nicolas GeoffrayMerge "Fix 496 test."
2015-06-23 Nicolas GeoffrayFix 496 test.
2015-06-23 Vladimir MarkoART: Improve Indenter performance.
2015-06-23 Roland LevillainMerge "Replace some run-time assertions with compile...
2015-06-23 Calin JuravleUse -Xno-dex-file-fallback for libcore tests.
2015-06-23 Roland LevillainMerge "ART: Fix data loss when symbolizing oat files."
2015-06-23 Nicolas GeoffrayMerge "Use GetOffsetDuringLinking instead of GetOffset."
2015-06-23 Nicolas GeoffrayUse GetOffsetDuringLinking instead of GetOffset.
2015-06-23 Vladimir MarkoMerge "ART: Compiler generated GC map should take care...
2015-06-23 Nicolas GeoffrayMerge "Do not overwrite an input register in shift...
2015-06-23 Nicolas GeoffrayDo not overwrite an input register in shift operations.
2015-06-23 David BrazdilMerge "ART: Fix GraphVisualizer dlopen crash"
2015-06-23 David BrazdilART: Fix GraphVisualizer dlopen crash
2015-06-23 Mathieu ChartierMerge "Restore DDMS recent allocation tracking's behavior"
2015-06-23 Mathieu ChartierMerge "Fix another miranda method moving GC bug"
2015-06-23 Mathieu ChartierFix another miranda method moving GC bug
2015-06-22 Man CaoRestore DDMS recent allocation tracking's behavior
2015-06-22 Igor MurashkinMerge "base: Fix an infinite loop in HashSet::Insert"
2015-06-22 Igor Murashkinbase: Fix an infinite loop in HashSet::Insert
2015-06-22 Mathieu ChartierMerge "New experimental GC stress mode"
2015-06-22 Mathieu ChartierNew experimental GC stress mode
2015-06-22 Jeff HaoMerge "Change GC to allow strings to use large object...
2015-06-22 Jeff HaoChange GC to allow strings to use large object space.
2015-06-22 Jeff HaoMerge "Make large string use large object space."
2015-06-22 Jeff HaoMake large string use large object space.
2015-06-22 Igor MurashkinMerge "runtime: Partially implement box-lambda and...
2015-06-22 Andreas GampeMerge "ART: Allow checking RETURN_VOID_NO_BARRIER on...
2015-06-22 Igor Murashkinruntime: Partially implement box-lambda and unbox-lambd...
2015-06-22 Hiroshi YamauchiMerge "Run an empty checkpoint before marking ends...
2015-06-22 Andreas GampeART: Allow checking RETURN_VOID_NO_BARRIER on unresolve...
2015-06-22 Andreas GampeMerge "ART: Avoid recursive abort in barrier"
2015-06-22 Andreas GampeART: Avoid recursive abort in barrier
2015-06-22 Calin JuravleMerge "Fix in ReferenceTypePropagation"
2015-06-22 Vladimir MarkoMerge "ART: Don't do pre-linked calls to the interprete...
2015-06-22 Andreas GampeMerge "ART: Disallow classes that are abstract and...
2015-06-22 Vladimir MarkoART: Don't do pre-linked calls to the interpreter bridge.
2015-06-22 Nicolas GeoffrayMerge "Revert "Revert "Use IsAssignableFrom instead...
2015-06-22 Nicolas GeoffrayRevert "Revert "Use IsAssignableFrom instead of IsSubcl...
2015-06-22 Narayan KamathMerge "fault_handler : debug output sp in hex and not...
2015-06-22 Narayan Kamathfault_handler : debug output sp in hex and not decimal.
2015-06-22 Nicolas GeoffrayMerge "Use compiling class instead of outer class for...
2015-06-22 David BrazdilMerge "Opt compiler: Add disassembly to the '.cfg'...
2015-06-22 Alexandre RamesOpt compiler: Add disassembly to the '.cfg' output.
2015-06-22 David BrazdilMerge "ART: Simplify (Not)Equal bool vs. int to true...
2015-06-22 David BrazdilART: Simplify (Not)Equal bool vs. int to true/false
2015-06-22 Nicolas GeoffrayMerge "Revert "Use IsAssignableFrom instead of IsSubcla...
next