OSDN Git Service

android-x86/art.git
2014-06-06 Mathieu ChartierChange FieldHelper to use a handle.
2014-06-05 Bill BuzbeeMerge "Add an optimization for removing redundant suspe...
2014-06-05 Wei JinAdd an optimization for removing redundant suspend...
2014-06-05 Dave AllisonMerge "Disable thumb assembler test to fix art build"
2014-06-05 Dave AllisonDisable thumb assembler test to fix art build
2014-06-05 Dave AllisonMerge "Remove unused variable in assembler test."
2014-06-05 Dave AllisonRemove unused variable in assembler test.
2014-06-05 Dave AllisonMerge "Fix assembler test to use path if it can't find...
2014-06-05 Dave AllisonFix assembler test to use path if it can't find tools.
2014-06-05 Dave AllisonMerge "Thumb2 assembler for JNI compiler and optimizing...
2014-06-05 Dave AllisonThumb2 assembler for JNI compiler and optimizing compiler
2014-06-05 Hiroshi YamauchiMerge "Verify there's no mem map gap for immune region...
2014-06-05 Vladimir MarkoMerge "Workaround for running out of address space...
2014-06-05 Vladimir MarkoWorkaround for running out of address space on N7v1.
2014-06-05 Vladimir MarkoMerge "Use std::enable_if instead of a custom helper...
2014-06-05 Ian RogersMerge "Fix X86 disassambler printing of XMM, MM registers"
2014-06-05 Vladimir MarkoUse std::enable_if instead of a custom helper class.
2014-06-05 Bill BuzbeeMerge "x86_64: Turn on 64-bit core registers initializa...
2014-06-05 Dmitry Petrochenkox86_64: Turn on 64-bit core registers initialization.
2014-06-05 Mark MendellFix X86 disassambler printing of XMM, MM registers
2014-06-05 Vladimir MarkoMerge "Avoid register pool allocations on the heap."
2014-06-05 Vladimir MarkoAvoid register pool allocations on the heap.
2014-06-05 Andreas GampeMerge "ART: Add a test checking TLS offsets and entrypo...
2014-06-05 Ian RogersMerge "Fix reflection_test failures."
2014-06-05 Andreas GampeMerge "ART: Allocate ostreams on the heap in Oatdump...
2014-06-05 Andreas GampeART: Allocate ostreams on the heap in Oatdump::DumpOatM...
2014-06-05 Christopher... Merge "Do not force unwind info to debug_frame."
2014-06-05 Andreas GampeART: Add a test checking TLS offsets and entrypoints
2014-06-05 Christopher... Do not force unwind info to debug_frame.
2014-06-04 buzbeeMerge "Fix GetOutVROffset to use correct Method* size."
2014-06-04 buzbeeFix GetOutVROffset to use correct Method* size.
2014-06-04 Andreas GampeMerge "Enable -Wframe-larger-than=1728 compilation...
2014-06-04 Sebastien HertzEnable -Wframe-larger-than=1728 compilation error
2014-06-04 Hiroshi YamauchiVerify there's no mem map gap for immune region not...
2014-06-04 Andreas GampeMerge "ART: Heap-allocate buffer in space_bitmap when...
2014-06-04 Andreas GampeART: Heap-allocate buffer in space_bitmap when on 64b...
2014-06-04 Mark SalyzynMerge "art: -Wsystem-header warning"
2014-06-04 Mathieu ChartierMerge "Print mutexes held in Thread::Dump."
2014-06-04 Mathieu ChartierPrint mutexes held in Thread::Dump.
2014-06-04 Mathieu ChartierMerge "Fix compiler warnings."
2014-06-04 Andreas GampeMerge "ART: Fix forbidden thread state change in interp...
2014-06-04 Andreas GampeART: Fix forbidden thread state change in interpreter
2014-06-04 Calin JuravleMerge "Use sendfile when copying profile file."
2014-06-04 Mathieu ChartierFix compiler warnings.
2014-06-04 Calin JuravleUse sendfile when copying profile file.
2014-06-04 Sebastien HertzMerge "Add missing preamble in switch-based interpreter"
2014-06-04 Bill BuzbeeMerge "AArch64: Fix cmp-long and method with long argum...
2014-06-04 Ian RogersMerge "ART: x86_64 disassembler improvements"
2014-06-04 Andreas GampeMerge "ART: Fix stub_test inline assembly for ARM64"
2014-06-04 Andreas GampeMerge "ART: Make LOCAL_CLANG architecture dependent...
2014-06-04 Andreas GampeART: Make LOCAL_CLANG architecture dependent for the...
2014-06-04 Nicolas GeoffrayMerge "Fix a bug in SSA construction."
2014-06-04 Nicolas GeoffrayFix a bug in SSA construction.
2014-06-04 Calin JuravleMerge "Fix a possible file descriptor leakage"
2014-06-04 Calin JuravleFix a possible file descriptor leakage
2014-06-04 Zheng XuAArch64: Fix cmp-long and method with long arguments.
2014-06-04 Sebastien HertzAdd missing preamble in switch-based interpreter
2014-06-04 Vladimir KostyukovART: x86_64 disassembler improvements
2014-06-04 Andreas GampeMerge "ART: Add another proxy test"
2014-06-04 Douglas LeungFix reflection_test failures.
2014-06-03 Andreas GampeART: Fix stub_test inline assembly for ARM64
2014-06-03 Bill BuzbeeMerge "Correct another RegStorage::Solo32"
2014-06-03 Andreas GampeMerge "ART: Fix an error in proxy_invoke stub on ARM64"
2014-06-03 Mark MendellCorrect another RegStorage::Solo32
2014-06-03 Mathieu ChartierMerge "Modified functions to return pointers where...
2014-06-03 Bill BuzbeeMerge "AArch64: split list of opcodes in compiler filter."
2014-06-03 buzbeeMerge "Quick compiler: reference cleanup"
2014-06-03 Matteo FranchinAArch64: split list of opcodes in compiler filter.
2014-06-03 buzbeeQuick compiler: reference cleanup
2014-06-03 Andreas GampeMerge "x86_64: Fix art_quick_aput_obj"
2014-06-03 Nicolas GeoffrayMerge "Don't use Dump for printing a bitset in liveness...
2014-06-03 Nicolas GeoffrayDon't use Dump for printing a bitset in liveness_test.
2014-06-03 Dmitry Petrochenkox86_64: Fix art_quick_aput_obj
2014-06-03 Vladimir MarkoMerge "ART: BitVector not calculating number_of_bits...
2014-06-03 Andreas GampeART: Fix an error in proxy_invoke stub on ARM64
2014-06-03 Fred ShihModified functions to return pointers where appropriate
2014-06-03 Ian Rogersam 0f821c00: Merge "Make class status volatile."
2014-06-03 Ian Rogersam 7a33c4b8: Merge "Fix interpreter entrypoint initiali...
2014-06-03 Ian RogersMerge "Make class status volatile."
2014-06-03 Ian RogersMerge "Fix interpreter entrypoint initialization in...
2014-06-02 Sebastien HertzFix interpreter entrypoint initialization in the image
2014-06-02 Ian RogersMake class status volatile.
2014-06-02 Jean Christophe... ART: BitVector not calculating number_of_bits correctly
2014-06-02 Andreas GampeART: Add another proxy test
2014-06-02 Dave Allisonam 502a1975: Merge "Switch on implicit checks and bump...
2014-06-02 Dave AllisonMerge "Switch on implicit checks and bump oat version...
2014-06-02 Jeff Haoam a3209fae: Merge "Added workaround passing empty...
2014-06-02 Jeff HaoMerge "Added workaround passing empty arg array for...
2014-06-02 Jeff HaoAdded workaround passing empty arg array for proxy...
2014-06-02 Ian Rogersam f6b5378b: Merge "ART: Fix comments and link before...
2014-06-02 Ian RogersMerge "ART: Fix comments and link before MIR to next...
2014-06-02 Ian Rogersam 042cbb60: Merge "x86: art_quick_instrumentation_entr...
2014-06-02 Ian Rogersam 8928d477: Merge "Fix GC race condition in visit...
2014-06-02 Ian RogersMerge "x86: art_quick_instrumentation_entry should...
2014-06-02 Ian RogersMerge "Fix GC race condition in visit roots"
2014-06-02 Jean Christophe... ART: Fix comments and link before MIR to next in Remove...
2014-06-02 Serguei Katkovx86: art_quick_instrumentation_entry should not use...
2014-06-02 Serguei KatkovFix GC race condition in visit roots
2014-06-01 buzbeeam e4283be9: Merge "Quick compiler: fix array overrun."
2014-06-01 buzbeeMerge "Quick compiler: fix array overrun."
next