OSDN Git Service

android-x86/art.git
2014-09-08 Nicolas GeoffrayMerge "Clean-up and make the art script usable on target."
2014-09-08 Nicolas GeoffrayClean-up and make the art script usable on target.
2014-09-08 Nicolas GeoffrayMerge "Runtime support for the new stack maps for the...
2014-09-08 Nicolas GeoffrayRuntime support for the new stack maps for the opt...
2014-09-08 buzbeeMerge "Quick compiler: Fix handling of unused returns"
2014-09-08 buzbeeQuick compiler: Fix handling of unused returns
2014-09-07 Bill BuzbeeMerge "ART: Make the dominator bitvectors expandable"
2014-09-07 Bill BuzbeeMerge "Fix Thumb2Stm, ldm definition of EncodingMap...
2014-09-07 Junmo ParkFix Thumb2Stm, ldm definition of EncodingMap for arm
2014-09-06 Andreas GampeMerge "ART: Refactor elf_writer_quick, add symbolizer"
2014-09-06 Andreas GampeART: Refactor elf_writer_quick, add symbolizer
2014-09-05 Jean Christophe... ART: Make the dominator bitvectors expandable
2014-09-05 Brian CarlstromMerge "Fix numerous issues with DdmVmInternal allocatio...
2014-09-05 Brian CarlstromFix numerous issues with DdmVmInternal allocation tracking
2014-09-05 Andreas GampeMerge "Revert "Revert "x86: Fix art_quick_instrumentati...
2014-09-05 Ian RogersMerge "ART: X86: Improve multiply in div/rem by literal"
2014-09-05 Calin JuravleMerge "Avoid recomputing the dex checksum during class...
2014-09-05 Calin JuravleAvoid recomputing the dex checksum during class loading
2014-09-05 Calin JuravleMerge "Remove unreachable code from class_linker.cc"
2014-09-05 Calin JuravleRemove unreachable code from class_linker.cc
2014-09-05 Mark MendellART: X86: Improve multiply in div/rem by literal
2014-09-05 Andreas GampeRevert "Revert "x86: Fix art_quick_instrumentation_exit""
2014-09-05 Andreas GampeMerge "Revert "x86: Fix art_quick_instrumentation_exit""
2014-09-05 Andreas GampeRevert "x86: Fix art_quick_instrumentation_exit"
2014-09-05 Andreas GampeMerge "x86: Fix art_quick_instrumentation_exit"
2014-09-05 Dmitry Petrochenkox86: Fix art_quick_instrumentation_exit
2014-09-04 Mathieu ChartierMerge "Add test case for runFinalization."
2014-09-04 Mathieu ChartierAdd test case for runFinalization.
2014-09-04 Dave AllisonMerge "Fix arm64 build warning (promoted to error)."
2014-09-04 Andreas GampeMerge "ART: Change ART for new native bridge sequence"
2014-09-04 Andreas GampeMerge "ART: Fix host run-test script"
2014-09-04 Dave AllisonFix arm64 build warning (promoted to error).
2014-09-04 Andreas GampeART: Fix host run-test script
2014-09-04 Andreas GampeART: Change ART for new native bridge sequence
2014-09-04 Dave AllisonMerge "Make nested signal more generic"
2014-09-04 Mathieu ChartierMerge "Fix heap trimmer daemon sleeping."
2014-09-04 Mathieu ChartierFix heap trimmer daemon sleeping.
2014-09-04 Dave AllisonMake nested signal more generic
2014-09-04 Ian RogersMerge "VisitClassesWithoutClassesLock isn't safe if...
2014-09-04 Ian RogersMerge "Fix stack overflow and duplicate methods while...
2014-09-04 Jeff HaoFix stack overflow and duplicate methods while tracing.
2014-09-04 Ian RogersMerge "ART: Fix x86_64 GenSelect case when destination...
2014-09-04 Jean Christophe... ART: Fix x86_64 GenSelect case when destination is Ref
2014-09-04 Ian RogersMerge "ART: Reduce LockCallTemps usage"
2014-09-04 Maxim KazantsevART: Reduce LockCallTemps usage
2014-09-04 Ian RogersMerge "ART: Allow oatdump to print vr stack locations"
2014-09-04 Razvan A LupusoruART: Allow oatdump to print vr stack locations
2014-09-04 Ian RogersMerge "ART: Vectorization opcode implementation fixes"
2014-09-04 Ian RogersMerge "Add numerator check for integer divide and modulo"
2014-09-04 Ian RogersMerge "ART: Only call CalculateBasicBlockInformation...
2014-09-04 Jean Christophe... ART: Only call CalculateBasicBlockInformation once
2014-09-04 Ian RogersMerge "ART: Fix computation of frame size for direct...
2014-09-04 Serguei KatkovART: Fix computation of frame size for direct proxy...
2014-09-04 Mathieu ChartierMerge "Fix native allocation watermark clamping."
2014-09-04 Mathieu ChartierFix native allocation watermark clamping.
2014-09-04 Mathieu ChartierMerge "Add exception check to AllocateInternalWithGc"
2014-09-04 Mathieu ChartierAdd exception check to AllocateInternalWithGc
2014-09-04 Ian RogersVisitClassesWithoutClassesLock isn't safe if classes...
2014-09-04 Ian RogersMerge "Remove abuse of mirror::Object* to reference...
2014-09-04 Ian RogersRemove abuse of mirror::Object* to reference special...
2014-09-03 Lupusoru, Razvan AART: Vectorization opcode implementation fixes
2014-09-03 Vladimir MarkoMerge "Fix SetupResourceMasks to pass correct parameters"
2014-09-03 Vladimir MarkoMerge "ART fix oat debug source map operations"
2014-09-03 Sebastien HertzMerge "Reduce lock contention when debugging"
2014-09-03 buzbeeMerge "Quick compiler, aarch64: Insane sanity checker"
2014-09-03 Mathieu ChartierMerge "Fix native allocation test."
2014-09-03 Mathieu ChartierMerge "Change native allocations to use growth limit."
2014-09-03 Andreas GampeMerge "ART: Fix StubTest Interface Trampoline test"
2014-09-03 Andreas GampeART: Fix StubTest Interface Trampoline test
2014-09-03 Mathieu ChartierFix native allocation test.
2014-09-03 Mathieu ChartierChange native allocations to use growth limit.
2014-09-03 Mathieu ChartierMerge "Add missing read barriers to intern table."
2014-09-03 Andreas GampeMerge "ART: Fix read-out-of-bounds in the compiler"
2014-09-03 Andreas GampeART: Fix read-out-of-bounds in the compiler
2014-09-03 Andreas GampeMerge "ART: Tighten verifier list reading and offsets"
2014-09-02 Andreas GampeART: Tighten verifier list reading and offsets
2014-09-02 Mathieu ChartierAdd missing read barriers to intern table.
2014-09-02 Mathieu ChartierMerge "Change intern table to unordered set."
2014-09-02 Ian RogersMerge "Disable SignalTest with GC stress."
2014-09-02 Junmo ParkFix SetupResourceMasks to pass correct parameters
2014-09-02 Ian RogersDisable SignalTest with GC stress.
2014-09-02 buzbeeQuick compiler, aarch64: Insane sanity checker
2014-09-02 Ian RogersMerge "Pre-allocate the NoClassDefFoundError to be...
2014-09-02 Ian RogersPre-allocate the NoClassDefFoundError to be thrown...
2014-09-02 Mathieu ChartierChange intern table to unordered set.
2014-09-02 Ian RogersMerge "Reduce and speed-up class def searches."
2014-09-02 Mathieu ChartierMerge "Change heap transitions + hspace compation to...
2014-09-02 Mathieu ChartierChange heap transitions + hspace compation to use VLOG...
2014-09-02 Andreas GampeMerge "ART: Fix typo"
2014-09-02 Andreas GampeART: Fix typo
2014-09-02 Sebastien HertzReduce lock contention when debugging
2014-09-02 Andreas GampeMerge "ART: Fix dex file verifier type-list handling"
2014-09-02 Andreas GampeART: Fix dex file verifier type-list handling
2014-09-02 Ian RogersReduce and speed-up class def searches.
2014-09-02 Nicolas GeoffrayMerge "Revert "Revert "ART: Prepare for ELF64."""
2014-09-02 Nicolas GeoffrayRevert "Revert "ART: Prepare for ELF64.""
2014-09-01 Narayan KamathMerge "Fix frame size issue with 64-bit"
2014-09-01 Nicolas GeoffrayMerge "Revert "ART: Prepare for ELF64.""
2014-09-01 Nicolas GeoffrayRevert "ART: Prepare for ELF64."
2014-08-30 Mathieu ChartierMerge "Add native memory accounting through custom...
next