OSDN Git Service

android-x86/art.git
2014-11-26 Nicolas GeoffrayFix a bug in the linear scan register allocator.
2014-11-26 Andreas GampeMerge "ART: Use Overwrite instead of Put"
2014-11-26 Calin JuravleMerge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"
2014-11-26 Calin Juravle[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}
2014-11-26 Nicolas GeoffrayMerge "Revert "[optimizing compiler] Add CMP{L,G}_...
2014-11-26 Nicolas GeoffrayRevert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"
2014-11-26 Calin JuravleMerge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"
2014-11-26 Nicolas GeoffrayMerge "Add ART_USE_OPTIMIZING_COMPILER flag."
2014-11-26 Calin Juravle[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}
2014-11-26 Andreas GampeART: Use Overwrite instead of Put
2014-11-26 Mathieu ChartierMerge "Move dexCacheStrings from ArtMethod to Class"
2014-11-26 Mathieu ChartierMove dexCacheStrings from ArtMethod to Class
2014-11-25 Nicolas GeoffrayAdd ART_USE_OPTIMIZING_COMPILER flag.
2014-11-25 Mathieu ChartierMerge "Fix oatwriter code deduping"
2014-11-25 Mathieu ChartierFix oatwriter code deduping
2014-11-25 Andreas GampeMerge "ART: Avoid recursive abort"
2014-11-25 buzbeeMerge "Quick compiler: handle embedded switch data"
2014-11-25 buzbeeQuick compiler: handle embedded switch data
2014-11-25 Bill BuzbeeMerge "ART: GenLongArith has to clobber same operands...
2014-11-25 Bill BuzbeeMerge "ART: Generate switch targets from successor...
2014-11-25 Vladimir MarkoMerge "Skip null check in MarkGCCard() for known non...
2014-11-25 Nicolas GeoffrayMerge "Fix tests now that dead phis are removed when...
2014-11-25 Nicolas GeoffrayFix tests now that dead phis are removed when building...
2014-11-25 Nicolas GeoffrayMerge "Fix a bug in the type analysis phase of optimizing."
2014-11-25 Andreas GampeMerge "ART: Fix inline dependency"
2014-11-25 Andreas GampeART: Fix inline dependency
2014-11-25 Nicolas GeoffrayFix a bug in the type analysis phase of optimizing.
2014-11-24 Andreas GampeMerge "ART: Fix unused variables and functions"
2014-11-24 Andreas GampeMerge "Revert "ART: Remove wrong DCHECK""
2014-11-24 Andreas GampeRevert "ART: Remove wrong DCHECK"
2014-11-24 Andreas GampeART: Fix unused variables and functions
2014-11-24 Mathieu ChartierMerge "Delete ArtMethod gc_map_ field"
2014-11-24 Vladimir MarkoSkip null check in MarkGCCard() for known non-null...
2014-11-24 Vladimir MarkoMerge "Further cleanup using dex_instruction_utils.h."
2014-11-24 Calin JuravleMerge "Fix the list of arm64 broken optimizing tests."
2014-11-24 Mathieu ChartierDelete ArtMethod gc_map_ field
2014-11-24 Calin JuravleFix the list of arm64 broken optimizing tests.
2014-11-24 Nicolas GeoffrayMerge "Revert "Revert "Fix the computation of linear...
2014-11-24 Nicolas GeoffrayRevert "Revert "Fix the computation of linear ordering.""
2014-11-24 Nicolas GeoffrayMerge "Revert "Fix the computation of linear ordering.""
2014-11-24 Nicolas GeoffrayRevert "Fix the computation of linear ordering."
2014-11-24 Nicolas GeoffrayMerge "Fix the computation of linear ordering."
2014-11-24 Vladimir MarkoFurther cleanup using dex_instruction_utils.h.
2014-11-24 Calin JuravleMerge "Fixed missing "//"."
2014-11-24 Calin JuravleFixed missing "//".
2014-11-24 Calin JuravleMerge "[optimizing compiler] Add shifts"
2014-11-24 Calin Juravle[optimizing compiler] Add shifts
2014-11-24 Vladimir MarkoMerge "Eliminate suspend checks on back-edges to return...
2014-11-24 Vladimir MarkoEliminate suspend checks on back-edges to return insn.
2014-11-24 Vladimir MarkoMerge "ART: Add div-zero check elimination to LVN/GVN"
2014-11-24 Vladimir MarkoMerge "ART: Fix NullCheckElimination, BBCombine, and...
2014-11-24 Vladimir MarkoMerge "Rewrite GVN's field id and field type handling."
2014-11-24 Andreas GampeART: Avoid recursive abort
2014-11-24 Andreas GampeMerge "ART: ELF symbol table lookup is fixed"
2014-11-24 Yevgeny RoubanART: ELF symbol table lookup is fixed
2014-11-24 Ian RogersMerge "Increase run-test output on error."
2014-11-24 Ian RogersIncrease run-test output on error.
2014-11-22 Ian RogersMerge "Avoid some recursive aborting."
2014-11-22 Ian RogersAvoid some recursive aborting.
2014-11-22 Andreas GampeMerge "ART: Wrap AllocThreadUnsafe in Valgrind wrapper"
2014-11-22 Andreas GampeART: Wrap AllocThreadUnsafe in Valgrind wrapper
2014-11-22 Ian RogersMerge "Fix UnimplementedEntryPoint initialziation."
2014-11-22 Razvan A LupusoruART: Fix NullCheckElimination, BBCombine, and SplitBlock
2014-11-22 Ian RogersMerge "Fixed ArtMethod::GetQuickFrameInfo() for proxy...
2014-11-22 Ian RogersMerge "Add JNI trampoline for mips32."
2014-11-22 Chao-ying FuART: Generate switch targets from successor blocks
2014-11-22 Razvan A LupusoruART: Add div-zero check elimination to LVN/GVN
2014-11-22 Ian RogersMerge "Fix possible array access issue"
2014-11-22 VladimirFix possible array access issue
2014-11-22 Ian RogersMerge "ART: Fix crash with unreachable void check-cast"
2014-11-22 Ian RogersMerge "LSRA: Fix X86 shuffle flags"
2014-11-22 Igor MurashkinMerge "test: Fix assember_arm_test to compile on gcc"
2014-11-22 nikolay serdjukART: GenLongArith has to clobber same operands for...
2014-11-22 Igor Murashkintest: Fix assember_arm_test to compile on gcc
2014-11-22 Ian RogersMerge "ART: X86 vectorized reduce may use incorrect...
2014-11-22 Razvan A LupusoruART: X86 vectorized reduce may use incorrect extract...
2014-11-21 Vladimir MarkoMerge "Clean up MIRGraph pass temporaries."
2014-11-21 Vladimir MarkoRewrite GVN's field id and field type handling.
2014-11-21 Mathieu ChartierMerge "Fix oatdump to use OatHeader pointer size"
2014-11-21 Mathieu ChartierFix oatdump to use OatHeader pointer size
2014-11-21 Vladimir MarkoClean up MIRGraph pass temporaries.
2014-11-21 Nicolas GeoffrayFix the computation of linear ordering.
2014-11-21 Vladimir MarkoMerge "Add card mark to filled-new-array."
2014-11-21 Andreas GampeMerge "ART: Fix uninitialized value in arm32 assembler...
2014-11-21 Andreas GampeART: Fix uninitialized value in arm32 assembler test
2014-11-21 Andreas GampeMerge "ART: Fix arm32 assembler test."
2014-11-21 Andreas GampeART: Fix arm32 assembler test.
2014-11-21 Christopher... Merge "Restrict FDO to only apply to target build."
2014-11-20 Dehao ChenRestrict FDO to only apply to target build.
2014-11-20 Igor MurashkinMerge "dex2oat: Pack likely-dirty objects together...
2014-11-20 Igor Murashkindex2oat: Pack likely-dirty objects together when genera...
2014-11-20 Hiroshi YamauchiMerge "Tune rosalloc buffer sizes."
2014-11-20 Andreas GampeMerge "ART: Assembler_arm_test"
2014-11-20 Andreas GampeART: Assembler_arm_test
2014-11-20 Hiroshi YamauchiTune rosalloc buffer sizes.
2014-11-20 Andreas GampeMerge "ART: Split image and non-image case in dex2oat"
2014-11-20 Ian RogersMerge "Re-enable DumpNativeStack."
2014-11-20 Ian RogersRe-enable DumpNativeStack.
2014-11-20 Ian RogersMerge "Revert "Revert "Revert "Unfortunately, the test...
2014-11-20 Ian RogersRevert "Revert "Revert "Unfortunately, the test still...
next