OSDN Git Service

android-x86/art.git
2015-07-06 Mark MendellFix LSRA bug with explicit register temporaries
2015-07-06 David BrazdilMerge "ART: Fix graph for switch leaving a try block"
2015-07-06 David BrazdilART: Fix graph for switch leaving a try block
2015-07-06 Narayan KamathMerge "Supress OsTest#test_xattr on the bots."
2015-07-06 Narayan KamathSupress OsTest#test_xattr on the bots.
2015-07-03 Roland LevillainMerge "Add implicit null pointer and stack overflow...
2015-07-03 Douglas LeungAdd implicit null pointer and stack overflow checks...
2015-07-02 Calin JuravleMerge "Disable static builds for mac and asan."
2015-07-02 Calin JuravleDisable static builds for mac and asan.
2015-07-02 Nicolas GeoffrayMerge "Do not create a HBoundType when the instruction...
2015-07-02 Nicolas GeoffrayDo not create a HBoundType when the instruction is...
2015-07-02 Calin JuravleMerge "Fix mac build: use -lrt only on linux."
2015-07-02 Calin JuravleFix mac build: use -lrt only on linux.
2015-07-02 Calin JuravleMerge "Enable ART_BUILD_HOST_STATIC for check builds."
2015-07-02 Calin JuravleEnable ART_BUILD_HOST_STATIC for check builds.
2015-07-02 Calin JuravleMerge "Build statically linked version of dex2oat."
2015-07-02 Calin JuravleMerge "Allow for sig chain to be disabled."
2015-07-02 Roland LevillainMerge "Implement heap poisoning in ART's Optimizing...
2015-07-01 Andreas GampeMerge "Added index type of dex byte instructions."
2015-07-01 Roland LevillainImplement heap poisoning in ART's Optimizing compiler.
2015-07-01 Nicolas GeoffrayMerge "Don't print signatures to avoid spaces."
2015-07-01 David BrazdilMerge "Address additional comments on try-catch CL"
2015-07-01 Nicolas GeoffrayDon't print signatures to avoid spaces.
2015-07-01 David BrazdilAddress additional comments on try-catch CL
2015-07-01 David BrazdilMerge "ART: Changes to try-catch in GraphBuilder"
2015-07-01 David BrazdilART: Changes to try-catch in GraphBuilder
2015-07-01 Nicolas GeoffrayMerge "Do not do a type check when setting null to...
2015-07-01 Nicolas GeoffrayDo not do a type check when setting null to an array.
2015-07-01 Nicolas GeoffrayMerge "Emit method name at invokes in the graph visuali...
2015-07-01 Calin JuravleBuild statically linked version of dex2oat.
2015-07-01 Sebastien HertzMerge "Properly delete temp files during run-test"
2015-07-01 Nicolas GeoffrayEmit method name at invokes in the graph visualizer.
2015-07-01 Roland LevillainMerge "Fix a MOV instruction in Optimizing's x86-64...
2015-07-01 Roland LevillainFix a MOV instruction in Optimizing's x86-64 code gener...
2015-07-01 Nicolas GeoffrayMerge "Use CompareAndBranchIf(Non)Zero when applicable."
2015-07-01 Nicolas GeoffrayUse CompareAndBranchIf(Non)Zero when applicable.
2015-07-01 Calin JuravleAllow for sig chain to be disabled.
2015-07-01 Andreas GampeMerge "Quick: Fix a DCHECK to take type conflicts into...
2015-07-01 Andreas GampeMerge "ART: Symbolize all oat files in /data folder."
2015-07-01 Zheng XuART: Symbolize all oat files in /data folder.
2015-06-30 Evgenii StepanovMerge "Explicitly link libz-host to libart."
2015-06-30 Andreas GampeMerge "ART: Remove bad FindSymbol call"
2015-06-30 Andreas GampeART: Remove bad FindSymbol call
2015-06-30 Andreas GampeMerge "ART: Unlink target oat file before compiling"
2015-06-30 Andreas GampeMerge "Change ART_TEST_GC_STRESS to use new gcstress...
2015-06-30 Mathieu ChartierChange ART_TEST_GC_STRESS to use new gcstress mode
2015-06-30 Andreas GampeMerge "ART: Fix test 036-finalizer"
2015-06-30 Mathieu ChartierART: Fix test 036-finalizer
2015-06-30 Andreas GampeART: Unlink target oat file before compiling
2015-06-30 Roland LevillainMerge "Make compiler-related gtests honor ART_USE_OPTIM...
2015-06-30 Roland LevillainMake compiler-related gtests honor ART_USE_OPTIMIZING_C...
2015-06-30 Sebastien HertzProperly delete temp files during run-test
2015-06-29 Evgenii StepanovExplicitly link libz-host to libart.
2015-06-29 Aart BikAdded index type of dex byte instructions.
2015-06-29 Andreas GampeMerge "ART: Fix CFI annotation for art_quick_aput_obj"
2015-06-29 Yusuke SatoMerge "Rename ZipEntryName to ZipString"
2015-06-29 Mathieu ChartierART: Fix CFI annotation for art_quick_aput_obj
2015-06-29 Nicolas GeoffrayMerge "Do not replace a live phi with a dead phi."
2015-06-29 Nicolas GeoffrayDo not replace a live phi with a dead phi.
2015-06-29 Nicolas GeoffrayMerge "Revert "Revert "Do not update the type of someth...
2015-06-29 Nicolas GeoffrayRevert "Revert "Do not update the type of something...
2015-06-29 Calin JuravleMerge "Revert "Do not update the type of something...
2015-06-29 Calin JuravleRevert "Do not update the type of something we already...
2015-06-29 Nicolas GeoffrayMerge "Do not update the type of something we already...
2015-06-29 Nicolas GeoffrayDo not update the type of something we already know.
2015-06-29 Roland LevillainMerge "Exercise sun.misc.Unsafe.compareAndSwapObject."
2015-06-27 Bill BuzbeeMerge "Quick: Disable GVN, DCE and LVN for type conflicts."
2015-06-27 Vladimir MarkoQuick: Fix a DCHECK to take type conflicts into account.
2015-06-27 Vladimir MarkoQuick: Disable GVN, DCE and LVN for type conflicts.
2015-06-27 Mathieu ChartierMerge "Fixed a nullptr bug in SweepAllocationRecords()"
2015-06-27 Andreas GampeMerge "ART: Fix CFI annotation in arm64, x86 and x86...
2015-06-27 Man CaoFixed a nullptr bug in SweepAllocationRecords()
2015-06-27 Andreas GampeART: Fix CFI annotation in arm64, x86 and x86-64 assembly
2015-06-27 Andreas GampeMerge "ART: Fix invalid access and DCHECK in verifier"
2015-06-27 Andreas GampeART: Fix invalid access and DCHECK in verifier
2015-06-26 Andreas GampeMerge "ART: Fix streaming tracing issues"
2015-06-26 Andreas GampeART: Fix streaming tracing issues
2015-06-26 Mathieu ChartierMerge "Require mutator lock for DeleteLocalRef"
2015-06-26 Mathieu ChartierRequire mutator lock for DeleteLocalRef
2015-06-26 Vladimir MarkoMerge "ART: Ignore repeated field indexes when loading...
2015-06-26 David BrazdilMerge "Revert "Revert "ART: Implement try/catch blocks...
2015-06-26 Vladimir MarkoART: Ignore repeated field indexes when loading a class.
2015-06-26 David BrazdilRevert "Revert "ART: Implement try/catch blocks in...
2015-06-26 Roland LevillainMerge "Minor fixes to mips64 for the arch-specific...
2015-06-26 David BrazdilMerge "Revert "ART: Implement try/catch blocks in Builder""
2015-06-26 David BrazdilRevert "ART: Implement try/catch blocks in Builder"
2015-06-26 David BrazdilMerge "Revert "ART: Fix gtests after try/catch change""
2015-06-26 David BrazdilRevert "ART: Fix gtests after try/catch change"
2015-06-26 Roland LevillainExercise sun.misc.Unsafe.compareAndSwapObject.
2015-06-26 David BrazdilMerge "ART: Fix gtests after try/catch change"
2015-06-26 David BrazdilART: Fix gtests after try/catch change
2015-06-26 David BrazdilMerge "ART: Implement try/catch blocks in Builder"
2015-06-26 Nicolas GeoffrayMerge "List test as flaky."
2015-06-26 Nicolas GeoffrayList test as flaky.
2015-06-26 Andreas GampeMerge "ART: Only print stripped dex2oat command line"
2015-06-26 Andreas GampeART: Only print stripped dex2oat command line
2015-06-25 buzbeeMerge "ART: Fix kEverything compiler filter"
2015-06-25 Igor MurashkinMerge "interpreter: Fix string init for soft-failed...
2015-06-25 buzbeeART: Fix kEverything compiler filter
2015-06-25 Igor Murashkininterpreter: Fix string init for soft-failed invokes
next