OSDN Git Service

android-x86/art.git
2014-03-20 Mathieu ChartierAdd Heap::RunningOnValgrind and call it from the spaces.
2014-03-20 Mathieu ChartierMerge "Add soft reference pre processing."
2014-03-20 Mathieu ChartierAdd soft reference pre processing.
2014-03-20 Andreas GampeMerge "Add FINAL and OVERRIDE to calling conventions...
2014-03-20 Andreas GampeAdd FINAL and OVERRIDE to calling conventions of the...
2014-03-20 buzbeeMerge "Fix message in 083-compiler_regressions test"
2014-03-20 buzbeeFix message in 083-compiler_regressions test
2014-03-20 Bill BuzbeeMerge "Fix GenArithOpInt to work with RA correctly"
2014-03-20 Bill BuzbeeMerge "ART: API changes"
2014-03-20 Serguei KatkovFix GenArithOpInt to work with RA correctly
2014-03-20 Sebastien HertzMerge "Fix JDWP ObjectReference.InvokeMethod for virtua...
2014-03-20 Sebastien HertzMerge "Fix thread suspension in ObjectReference.Monitor...
2014-03-20 Sebastien HertzMerge "Do not send JDWP data in case of error."
2014-03-20 Sebastien HertzFix JDWP ObjectReference.InvokeMethod for virtual metho...
2014-03-20 Andreas GampeMerge "Some more ARM64 tests that are invalid at the...
2014-03-20 Andreas GampeSome more ARM64 tests that are invalid at the moment
2014-03-20 Andreas GampeMerge "Parts of ARM64 should not be enabled, yet"
2014-03-20 Andreas GampeParts of ARM64 should not be enabled, yet
2014-03-20 Brian CarlstromMerge "Fix test-art 083-compiler-regressions with work...
2014-03-20 Brian CarlstromFix test-art 083-compiler-regressions with work around
2014-03-20 Hiroshi YamauchiMerge "Make test-art pass with heap reference poisoning...
2014-03-20 Andreas GampeMerge "AArch64: Add arm64 runtime support."
2014-03-20 Stuart MonteithAArch64: Add arm64 runtime support.
2014-03-19 Mathieu ChartierMerge "Optimize stack overflow handling."
2014-03-19 buzbeeMerge "Fix Quick compiler "out of registers""
2014-03-19 buzbeeFix Quick compiler "out of registers"
2014-03-19 Mathieu ChartierOptimize stack overflow handling.
2014-03-19 Hiroshi YamauchiMake test-art pass with heap reference poisoning enabled.
2014-03-19 Sebastien HertzFix thread suspension in ObjectReference.MonitorInfo...
2014-03-19 Nicolas GeoffrayMerge "Run Java tests with the optimizing compiler."
2014-03-19 Nicolas GeoffrayRun Java tests with the optimizing compiler.
2014-03-19 Jean Christophe... ART: API changes
2014-03-18 Mathieu ChartierMerge "Fix stack overflow for mutual recursion."
2014-03-18 Brian CarlstromFix stack overflow for mutual recursion.
2014-03-18 Hiroshi YamauchiMerge "Use the card table to speed up the GSS collector."
2014-03-18 Vladimir MarkoMerge "Early inlining of simple methods."
2014-03-18 Vladimir MarkoEarly inlining of simple methods.
2014-03-18 Sebastien HertzDo not send JDWP data in case of error.
2014-03-18 Nicolas GeoffrayMerge "Fix lint error, and Makefile that could be confu...
2014-03-18 Nicolas GeoffrayFix lint error, and Makefile that could be confused...
2014-03-18 Nicolas GeoffrayMerge "Plug new optimizing compiler in compilation...
2014-03-18 Nicolas GeoffrayPlug new optimizing compiler in compilation pipeline.
2014-03-18 Nicolas GeoffrayMerge "ART change: Script is using function(), which...
2014-03-17 Ian RogersMerge "Fix comment typo."
2014-03-17 Ian RogersFix comment typo.
2014-03-17 Andreas GampeMerge "Quick typo fix in the 4GB lowmem code"
2014-03-17 Andreas GampeQuick typo fix in the 4GB lowmem code
2014-03-17 Andreas GampeMerge "AArch64: Add memory allocation in low 4GB"
2014-03-17 Ian RogersMerge "Test code generation for field accesses."
2014-03-17 Stuart MonteithAArch64: Add memory allocation in low 4GB
2014-03-17 Nicolas GeoffrayART change: Script is using function(), which is bash...
2014-03-17 Ian RogersTest code generation for field accesses.
2014-03-17 Vladimir MarkoMerge "Class initialization check elimination."
2014-03-17 Vladimir MarkoClass initialization check elimination.
2014-03-17 Sebastien HertzMerge "Fix debugger crash in native method frames."
2014-03-17 Sebastien HertzFix debugger crash in native method frames.
2014-03-17 Sebastien HertzMerge "Fix reg type merging in the verifier"
2014-03-16 Brian CarlstromMerge "include <float.h> for DBL_MAX and DBL_MIN"
2014-03-15 Brian Carlstrominclude <float.h> for DBL_MAX and DBL_MIN
2014-03-15 Bill BuzbeeMerge "Remove duplicated register load in function...
2014-03-15 Bill BuzbeeMerge "ARM: Do not allocate temp registers in MulLong...
2014-03-15 Brian CarlstromMerge "Fix build."
2014-03-15 Hiroshi YamauchiUse the card table to speed up the GSS collector.
2014-03-14 Brian CarlstromMerge "Make MemMap::MapAnonymous() fail if the requeste...
2014-03-14 Hiroshi YamauchiMake MemMap::MapAnonymous() fail if the requested addre...
2014-03-14 Ian RogersMerge "Remove unused variable and tidy test #includes."
2014-03-14 Ian RogersRemove unused variable and tidy test #includes.
2014-03-14 Ian RogersMerge "x86-64 disassembler support."
2014-03-14 Ian Rogersx86-64 disassembler support.
2014-03-14 Robert CraigFix build.
2014-03-14 Ian RogersMerge "Use quick generic JNI calls based on compiler...
2014-03-14 Ian RogersMerge "Work-around GCC polymorphism problems."
2014-03-14 Ian RogersWork-around GCC polymorphism problems.
2014-03-14 Ian RogersUse quick generic JNI calls based on compiler driver...
2014-03-14 Ian RogersMerge "64bit build fix."
2014-03-14 Ian Rogers64bit build fix.
2014-03-14 Zheng XuARM: Do not allocate temp registers in MulLong if possible.
2014-03-14 Zheng XuRemove duplicated register load in function call to...
2014-03-14 Ian RogersMerge "Refactor reflective method invocation."
2014-03-14 Ian RogersRefactor reflective method invocation.
2014-03-14 Mathieu ChartierMerge "Refactor reference code into mirror namespace."
2014-03-14 Mathieu ChartierRefactor reference code into mirror namespace.
2014-03-14 Sebastien HertzFix reg type merging in the verifier
2014-03-14 Bill BuzbeeMerge "Add dependency for operations with x86 FPU stack"
2014-03-14 Andreas GampeMerge "Remove small duplicate code in Generic JNI handl...
2014-03-14 Andreas GampeRemove small duplicate code in Generic JNI handling...
2014-03-14 Narayan KamathMerge "mips has no sa_restorer."
2014-03-14 Narayan Kamathmips has no sa_restorer.
2014-03-14 Brian CarlstromMerge "Fix path for arch/mips/fault_handler_mips.cc"
2014-03-14 Brian CarlstromFix path for arch/mips/fault_handler_mips.cc
2014-03-14 Serguei KatkovAdd dependency for operations with x86 FPU stack
2014-03-14 Brian CarlstromMerge "Avoid bus error from reading unaligned 64-bit...
2014-03-13 Mathieu ChartierMerge "Fix heap trimming logic."
2014-03-13 Mathieu ChartierFix heap trimming logic.
2014-03-13 Andreas GampeMerge "Fixes for Generic JNI"
2014-03-13 Andreas GampeFixes for Generic JNI
2014-03-13 Brian CarlstromAvoid bus error from reading unaligned 64-bit literal
2014-03-13 Dave AllisonMerge "Implicit null/suspend checks (oat version bump)"
2014-03-13 Dave AllisonImplicit null/suspend checks (oat version bump)
2014-03-13 Jeff HaoMerge "Allow patching between dex files in the boot...
next