OSDN Git Service

android-x86/art.git
2014-11-05 Roland LevillainSupport int-to-long conversions in the optimizing compiler.
2014-11-05 Nicolas GeoffrayMerge "Fix RI testing."
2014-11-05 Nicolas GeoffrayFix RI testing.
2014-11-05 Roland LevillainMerge "Fix store instructions to large frames in ARM...
2014-11-05 Brian CarlstromMerge "Fix dependency from phony targets to real files...
2014-11-05 Brian CarlstromMerge "Restore run-test TIME_OUT feature"
2014-11-05 Brian CarlstromFix dependency from phony targets to real files to...
2014-11-05 Brian CarlstromRestore run-test TIME_OUT feature
2014-11-05 Andreas GampeMerge "ART: Fix some redundant declarations"
2014-11-05 Andreas GampeART: Fix some redundant declarations
2014-11-05 Ian RogersMerge "Add ATTRIBUTE_UNUSED to unused parameters."
2014-11-05 Chih-Hung HsiehAdd ATTRIBUTE_UNUSED to unused parameters.
2014-11-05 Ian RogersMerge "Make thread dumping more tolerant of broken...
2014-11-05 Andreas GampeMerge "ART: More warnings"
2014-11-05 Andreas GampeART: More warnings
2014-11-05 Ian RogersMake thread dumping more tolerant of broken invariants...
2014-11-05 Ian RogersMerge "Add a test for SafeMath."
2014-11-05 Ian RogersAdd a test for SafeMath.
2014-11-04 Ian RogersMerge "Fix unused parameters for the Mac."
2014-11-04 Ian RogersFix unused parameters for the Mac.
2014-11-04 Ian RogersMerge "Fix build."
2014-11-04 Ian RogersFix build.
2014-11-04 Ian RogersMerge "Fix mac build."
2014-11-04 Ian RogersFix mac build.
2014-11-04 Ian RogersMerge "Don't define DISALLOW_COPY_AND_ASSIGN if already...
2014-11-04 Ian RogersDon't define DISALLOW_COPY_AND_ASSIGN if already defined.
2014-11-04 Roland LevillainFix store instructions to large frames in ARM opt....
2014-11-04 Nicolas GeoffrayMerge "Try to fix mac build."
2014-11-04 Nicolas GeoffrayTry to fix mac build.
2014-11-04 Nicolas GeoffrayMerge "New failure on optimizing/arm64 after CONST_CLAS...
2014-11-04 Nicolas GeoffrayNew failure on optimizing/arm64 after CONST_CLASS support.
2014-11-04 Nicolas GeoffrayMerge "Implement CONST_CLASS in optimizing compiler."
2014-11-04 Nicolas GeoffrayImplement CONST_CLASS in optimizing compiler.
2014-11-04 Nicolas GeoffrayMerge "miranda multidex test fails on optimizing/arm64."
2014-11-04 Nicolas Geoffraymiranda multidex test fails on optimizing/arm64.
2014-11-04 Andreas GampeMerge "ART: Fix unused parameter warning on Mac"
2014-11-04 Andreas GampeART: Fix unused parameter warning on Mac
2014-11-04 Andreas GampeMerge "ART: Replace COMPILE_ASSERT with static_assert...
2014-11-04 Andreas GampeMerge "ART: Replace COMPILE_ASSERT with static_assert...
2014-11-04 Andreas GampeART: Replace COMPILE_ASSERT with static_assert (runtime)
2014-11-04 Andreas GampeART: Replace COMPILE_ASSERT with static_assert (compiler)
2014-11-04 Andreas GampeMerge "ART: Fix unused parameters in libsigchain"
2014-11-04 Andreas GampeART: Fix unused parameters in libsigchain
2014-11-04 Ian RogersMerge "Remove -Wno-unused-parameter and -Wno-sign-promo...
2014-11-04 Ian RogersRemove -Wno-unused-parameter and -Wno-sign-promo from...
2014-11-04 Mingyao YangMerge "Some improvement to reg alloc."
2014-11-04 Mingyao YangSome improvement to reg alloc.
2014-11-03 Andreas GampeMerge "ART: Add missing test dependency"
2014-11-03 Andreas GampeART: Add missing test dependency
2014-11-03 Jeff HaoMerge "Check null this pointer for direct methods in...
2014-11-03 Jeff HaoCheck null this pointer for direct methods in FindMetho...
2014-11-03 Andreas GampeMerge "ART: Add miranda checking"
2014-11-03 Andreas GampeMerge "ART: Discard generated image in a low-memory...
2014-11-03 Andreas GampeART: Add miranda checking
2014-11-03 Mathieu ChartierMerge "Add image strings to intern table"
2014-11-03 Nicolas GeoffrayMerge "Remove generated file if compiling the image...
2014-11-03 Mathieu ChartierAdd image strings to intern table
2014-11-03 Andreas GampeMerge "ART: Remove unnecessary includes"
2014-11-03 Andreas GampeART: Remove unnecessary includes
2014-11-03 Nicolas GeoffrayRemove generated file if compiling the image failed.
2014-11-03 Nicolas GeoffrayMerge "Add missing $() when testing TARGET_ARCH."
2014-11-03 Nicolas GeoffrayAdd missing $() when testing TARGET_ARCH.
2014-11-03 Nicolas GeoffrayMerge "Only use Quick for optimizing on arm64."
2014-11-03 Nicolas GeoffrayMerge "Disable kNoOutputOverlap optimization."
2014-11-01 Andreas GampeART: Discard generated image in a low-memory environment
2014-10-31 Brian CarlstromMerge "Fix FindDeclaredVirtualMethod(DexCache...) for...
2014-10-31 Brian CarlstromFix FindDeclaredVirtualMethod(DexCache...) for miranda...
2014-10-31 Nicolas GeoffrayMerge "Fix armv8 testing with default ANDROID_ROOT."
2014-10-31 Nicolas GeoffrayFix armv8 testing with default ANDROID_ROOT.
2014-10-31 Nicolas GeoffrayMerge "More armv8 failures now that optimizing supports...
2014-10-31 Nicolas GeoffrayMore armv8 failures now that optimizing supports CONST_...
2014-10-31 Nicolas GeoffrayDisable kNoOutputOverlap optimization.
2014-10-31 Nicolas GeoffrayMerge "Support for CONST_STRING in optimizing compiler."
2014-10-31 Nicolas GeoffraySupport for CONST_STRING in optimizing compiler.
2014-10-31 Nicolas GeoffrayOnly use Quick for optimizing on arm64.
2014-10-30 Ian RogersMerge "Add math routines with defined wrapping behavior...
2014-10-30 Ian RogersAdd math routines with defined wrapping behavior for...
2014-10-30 Ian RogersMerge "Avoid signed integer overflow in identity hash...
2014-10-30 Ian RogersAvoid signed integer overflow in identity hash code.
2014-10-30 Ian RogersMerge "Avoid signed integer overflow."
2014-10-30 Mathieu ChartierMerge "Add hash table to link virtual methods"
2014-10-30 Ian RogersMerge "Fix mixed signed/unsigned arithmetic in BitVector."
2014-10-30 Mathieu ChartierAdd hash table to link virtual methods
2014-10-30 Ian RogersMerge "Avoid signed arithmetic overflow in UTF hash...
2014-10-30 Ian RogersAvoid signed arithmetic overflow in UTF hash functions.
2014-10-30 Ian RogersFix mixed signed/unsigned arithmetic in BitVector.
2014-10-30 Ian RogersAvoid signed integer overflow.
2014-10-30 Igor MurashkinMerge "art: Fix classlinker and nopatchoat test for...
2014-10-30 Igor Murashkinart: Fix classlinker and nopatchoat test for PIC case
2014-10-30 Ian RogersMerge "Remove bogus compiler flag from libart-compiler."
2014-10-30 Ian RogersRemove bogus compiler flag from libart-compiler.
2014-10-30 Ian RogersMerge "ARM: Generate $t mapping symbol to indicate...
2014-10-30 Ian RogersMerge "Tidy and reduce ART library dependencies on...
2014-10-30 Nicolas GeoffrayMerge "Follow-up CL after hard float changes."
2014-10-30 Ian RogersTidy and reduce ART library dependencies on the host.
2014-10-30 Nicolas GeoffrayMerge "419 fails on optimizing/arm64."
2014-10-30 Nicolas Geoffray419 fails on optimizing/arm64.
2014-10-30 Andreas GampeMerge "ART: Do not abort on most verifier failures"
2014-10-30 Andreas GampeART: Do not abort on most verifier failures
2014-10-30 Nicolas GeoffrayMerge "Fix for long parameter passed both in stack...
next