OSDN Git Service

android-x86/art.git
2014-12-09 Nicolas GeoffrayTest now fails on amr64/optimizing after float rem...
2014-12-09 Vladimir MarkoMerge "Quick: Redefine the notion of back-egdes."
2014-12-09 Sebastien HertzMerge "JDWP: avoid crash on unsupported modifier"
2014-12-09 Sebastien HertzJDWP: avoid crash on unsupported modifier
2014-12-09 Nicolas GeoffrayMerge "Explicitly mask constants in shift operations."
2014-12-09 Nicolas GeoffrayExplicitly mask constants in shift operations.
2014-12-09 Vladimir MarkoQuick: Redefine the notion of back-egdes.
2014-12-09 Brian CarlstromMerge "Fix reference table sorting"
2014-12-09 Brian CarlstromFix reference table sorting
2014-12-09 Hiroshi YamauchiMerge "Make it possible to enable heap poisoning via...
2014-12-08 Hiroshi YamauchiMake it possible to enable heap poisoning via make...
2014-12-08 Mathieu ChartierMerge "Re-add missing read barriers"
2014-12-08 Mathieu ChartierRe-add missing read barriers
2014-12-08 Mathieu ChartierMerge "Clean up ReferenceTable::Dump"
2014-12-08 Mathieu ChartierClean up ReferenceTable::Dump
2014-12-08 Vladimir MarkoMerge "Quick: Kill unreachable blocks instead of just...
2014-12-08 Vladimir MarkoMerge "Re-factor Quick ABI support"
2014-12-08 Calin JuravleMerge "[optimizing compiler] Add REM_FLOAT and REM_DOUBLE"
2014-12-08 Calin Juravle[optimizing compiler] Add REM_FLOAT and REM_DOUBLE
2014-12-08 Vladimir MarkoQuick: Kill unreachable blocks instead of just hiding...
2014-12-08 Nicolas GeoffrayMerge "Test has been updated, does not fail anymore."
2014-12-08 Nicolas GeoffrayTest has been updated, does not fail anymore.
2014-12-08 Vladimir MarkoMerge "ART: Clear use count for unused VRs."
2014-12-08 Serguei KatkovRe-factor Quick ABI support
2014-12-08 Zheng XuART: Clear use count for unused VRs.
2014-12-06 Andreas GampeMerge "ART: Fix string data leak in image writer"
2014-12-05 Mathieu ChartierMerge "Add pointer size logic to InitFromImageInterpret...
2014-12-05 Christopher... Merge "Fix arm unwind data for art code."
2014-12-05 Nicolas GeoffrayMerge "Make dex2oat 32bits when HOST_PREFER_32_BIT...
2014-12-05 Mathieu ChartierAdd pointer size logic to InitFromImageInterpretOnly
2014-12-05 Andreas GampeMerge "ART: Fix typo"
2014-12-05 Andreas GampeART: Fix string data leak in image writer
2014-12-05 Andreas GampeART: Fix typo
2014-12-05 Ian RogersMerge "Revert "Re-enable one thread dumping the native...
2014-12-05 Ian RogersRevert "Re-enable one thread dumping the native stack...
2014-12-05 Vladimir MarkoMerge "Quick: Fix code layout pass; don't terminate...
2014-12-05 Vladimir MarkoMerge "Revert "Revert "Rewrite ImageWriter's merging...
2014-12-05 Vladimir MarkoQuick: Fix code layout pass; don't terminate too early.
2014-12-05 Nicolas GeoffrayMerge "Make script suitable for vogar use on device."
2014-12-05 Roland LevillainMerge "Add support for double-to-int & double-to-long...
2014-12-05 Nicolas GeoffrayMake script suitable for vogar use on device.
2014-12-05 Roland LevillainAdd support for double-to-int & double-to-long in optim...
2014-12-05 Nicolas GeoffrayMake dex2oat 32bits when HOST_PREFER_32_BIT=true.
2014-12-05 Ian RogersMerge "Re-enable one thread dumping the native stack...
2014-12-05 Ian RogersRe-enable one thread dumping the native stack of another.
2014-12-05 Ian RogersMerge "Tidy gAborting."
2014-12-05 Ian RogersTidy gAborting.
2014-12-05 Vladimir MarkoRevert "Revert "Rewrite ImageWriter's merging of String...
2014-12-05 Andreas GampeMerge "ART: Fix linting errors"
2014-12-05 Andreas GampeART: Fix linting errors
2014-12-05 Mingyao YangMerge "Bounds check elimination."
2014-12-05 Ian RogersMerge "X86_64 QBE: use RIP addressing"
2014-12-04 Andreas GampeMerge "ART: Add SparseSwitch support to the optimizing...
2014-12-04 Andreas GampeART: Add SparseSwitch support to the optimizing compiler
2014-12-04 Andreas GampeMerge "ART: Wire up a valgrind-wrapped dex2oat run"
2014-12-04 Brian CarlstromMerge "Remove dex2oat watchdog warning"
2014-12-04 Mark MendellX86_64 QBE: use RIP addressing
2014-12-04 Christopher... Fix arm unwind data for art code.
2014-12-04 Hans BoehmMerge "Make Barrier robust against spurious wakeups"
2014-12-04 Brian CarlstromRemove dex2oat watchdog warning
2014-12-04 Hans BoehmMake Barrier robust against spurious wakeups
2014-12-04 Ian RogersMerge "Remove unused headers."
2014-12-04 Nicolas GeoffrayMerge "On arm64/optimizing, compile the boot image...
2014-12-04 Nicolas GeoffrayOn arm64/optimizing, compile the boot image with interp...
2014-12-04 Andreas GampeMerge "ART: Add PackedSwitch support to the optimizing...
2014-12-04 Andreas GampeART: Add PackedSwitch support to the optimizing compiler
2014-12-04 Nicolas GeoffrayMerge "Temporary disable the test."
2014-12-04 Nicolas GeoffrayTemporary disable the test.
2014-12-04 Nicolas GeoffrayMerge "Build core.oat without flags."
2014-12-04 Nicolas GeoffrayBuild core.oat without flags.
2014-12-04 Vladimir MarkoMerge "Revert "Rewrite ImageWriter's merging of String...
2014-12-04 Roland LevillainMerge "Add support for float-to-double & double-to...
2014-12-04 Vladimir MarkoRevert "Rewrite ImageWriter's merging of String char...
2014-12-04 Roland LevillainAdd support for float-to-double & double-to-float in...
2014-12-04 Roland LevillainMerge "Add support for float-to-long in the optimizing...
2014-12-04 Roland LevillainAdd support for float-to-long in the optimizing compiler.
2014-12-04 Vladimir MarkoMerge "Rewrite ImageWriter's merging of String char...
2014-12-04 Vladimir MarkoRewrite ImageWriter's merging of String char[]s.
2014-12-04 Sebastien HertzMerge "JDWP: fix breakpoint for method in the image"
2014-12-04 Vladimir MarkoMerge "Quick: Use fewer insns for ARM LDR/STR with...
2014-12-04 Vladimir MarkoQuick: Use fewer insns for ARM LDR/STR with large offsets.
2014-12-04 Vladimir MarkoMerge "Call ProcessStrings() in ImageWriter, fix prefix...
2014-12-04 Sebastien HertzJDWP: fix breakpoint for method in the image
2014-12-04 Andreas GampeART: Wire up a valgrind-wrapped dex2oat run
2014-12-04 Mathieu ChartierMerge "Remove method verification results right after...
2014-12-04 Mathieu ChartierRemove method verification results right after compilin...
2014-12-03 Mingyao YangBounds check elimination.
2014-12-03 Andreas GampeMerge "ART: Fix unclosed files in dex2oat"
2014-12-03 Andreas GampeART: Fix unclosed files in dex2oat
2014-12-03 Ian RogersRemove unused headers.
2014-12-03 Nicolas GeoffrayMerge "Don't re-use arttest when calling loadLibrary."
2014-12-03 Nicolas GeoffrayDon't re-use arttest when calling loadLibrary.
2014-12-03 David 'Digit... Merge "Fix VM-less builds."
2014-12-03 Vladimir MarkoCall ProcessStrings() in ImageWriter, fix prefix check.
2014-12-03 Vladimir MarkoMerge "Implement InexpensiveConstantInt(., opcode)...
2014-12-03 Roland LevillainMerge "Add support for float-to-int in the optimizing...
2014-12-03 Roland LevillainMerge "Fix a compiler bug related to a catch-less try...
2014-12-03 Nicolas GeoffrayMerge "Explicitly give compiler options to test scripts"
2014-12-03 Nicolas GeoffrayExplicitly give compiler options to test scripts
2014-12-03 Vladimir MarkoImplement InexpensiveConstantInt(., opcode) for ARM.
next