OSDN Git Service

android-x86/art.git
2014-12-05 Nicolas Geoffrayam 7f8f9489: Merge "Make script suitable for vogar...
2014-12-05 Roland Levillainam abb3977b: Merge "Add support for double-to-int ...
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 Ian Rogersam 355e3b1c: Merge "Re-enable one thread dumping the...
2014-12-05 Ian RogersMerge "Re-enable one thread dumping the native stack...
2014-12-05 Ian Rogersam c5454372: Merge "Tidy gAborting."
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 Andreas Gampeam aad9c076: Merge "ART: Fix linting errors"
2014-12-05 Andreas GampeMerge "ART: Fix linting errors"
2014-12-05 Andreas GampeART: Fix linting errors
2014-12-05 Mingyao Yangam 044ac4f4: Merge "Bounds check elimination."
2014-12-05 Mingyao YangMerge "Bounds check elimination."
2014-12-05 Ian Rogersam a21fdd04: Merge "X86_64 QBE: use RIP addressing"
2014-12-05 Ian RogersMerge "X86_64 QBE: use RIP addressing"
2014-12-05 Andreas Gampeam 7be36ae7: Merge "ART: Add SparseSwitch support to...
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 Gampeam 63130d07: Merge "ART: Wire up a valgrind-wrapped...
2014-12-04 Andreas GampeMerge "ART: Wire up a valgrind-wrapped dex2oat run"
2014-12-04 Brian Carlstromam d421eb47: Merge "Remove dex2oat watchdog warning"
2014-12-04 Brian CarlstromMerge "Remove dex2oat watchdog warning"
2014-12-04 Mark MendellX86_64 QBE: use RIP addressing
2014-12-04 Hans Boehmam d4605cb8: Merge "Make Barrier robust against spuriou...
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 Rogersam b510c82e: Merge "Remove unused headers."
2014-12-04 Ian RogersMerge "Remove unused headers."
2014-12-04 Nicolas Geoffrayam 283e2d60: Merge "On arm64/optimizing, compile the...
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 Gampeam 7c8ce29e: Merge "ART: Add PackedSwitch support to...
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 Geoffrayam 8a717bc1: Merge "Temporary disable the test."
2014-12-04 Nicolas GeoffrayMerge "Temporary disable the test."
2014-12-04 Nicolas GeoffrayTemporary disable the test.
2014-12-04 Nicolas Geoffrayam c1222615: Merge "Build core.oat without flags."
2014-12-04 Vladimir Markoam 875ca0fb: Merge "Revert "Rewrite ImageWriter\'s...
2014-12-04 Roland Levillainam 0540330d: Merge "Add support for float-to-double...
2014-12-04 Roland Levillainam 833e903b: Merge "Add support for float-to-long in...
2014-12-04 Vladimir Markoam 3947000d: Merge "Rewrite ImageWriter\'s merging...
2014-12-04 Sebastien Hertzam baede348: Merge "JDWP: fix breakpoint for method...
2014-12-04 Vladimir Markoam 989210eb: Merge "Quick: Use fewer insns for ARM...
2014-12-04 Vladimir Markoam 4334f957: Merge "Call ProcessStrings() in ImageWrite...
2014-12-04 Mathieu Chartieram 31bacb9d: Merge "Remove method verification results...
2014-12-04 Andreas Gampeam 8b9a97e8: Merge "ART: Fix unclosed files in dex2oat"
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 Geoffrayam 27478e62: Merge "Don\'t re-use arttest when calling...
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... am acb23cf9: Merge "Fix VM-less builds."
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 Markoam ccce1c02: Merge "Implement InexpensiveConstantInt...
2014-12-03 Roland Levillainam 9a64a46e: Merge "Add support for float-to-int in...
2014-12-03 Roland Levillainam add2f944: Merge "Fix a compiler bug related to a...
2014-12-03 Nicolas Geoffrayam 1a3960aa: Merge "Explicitly give compiler options...
2014-12-03 Calin Juravleam bbba809a: Merge "Fix new-instance node."
2014-12-03 Nicolas Geoffrayam 5ae0d29c: Merge "Update libcore script and add a...
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.
2014-12-03 Roland LevillainAdd support for float-to-int in the optimizing compiler.
2014-12-03 Roland LevillainFix a compiler bug related to a catch-less try-finally...
2014-12-03 Calin JuravleMerge "Fix new-instance node."
2014-12-03 Nicolas GeoffrayMerge "Update libcore script and add a new expectation...
2014-12-03 Nicolas GeoffrayUpdate libcore script and add a new expectation file.
2014-12-03 David 'Digit... Fix VM-less builds.
2014-12-03 Mathieu Chartieram 6045c9ab: Merge "Fix mac build"
2014-12-03 Mathieu ChartierMerge "Fix mac build"
next