OSDN Git Service

android-x86/art.git
2015-01-21 Roland Levillainam 59add47c: Merge "Allow std::function<return_type...
2015-01-21 Roland Levillainam 9dec5a74: Merge "ART: Replace NULL to nullptr in...
2015-01-21 Nicolas Geoffrayam b6b114c0: Merge "Do not use HNot for creating !bool."
2015-01-21 Roland Levillainam 73d8fe40: Merge "ART: Create a RemoveBlock method"
2015-01-21 Nicolas Geoffrayam 36e8a91d: Merge "Revert "Revert "Fully support pairs...
2015-01-21 Sebastien Hertzam f3f62f26: Merge "Update instrumentation stubs on...
2015-01-21 Calin Juravleam 22c92851: Merge "Record implicit null checks at...
2015-01-21 Nicolas Geoffrayam 1147eeed: Merge "Update expectations after test...
2015-01-21 Nicolas Geoffrayam 4d2c611b: Merge "Revert "Fully support pairs in...
2015-01-21 Nicolas Geoffrayam 1272d427: Merge "Fully support pairs in the register...
2015-01-21 Calin Juravleam 86657bef: Merge "[optimizing compiler] Implement...
2015-01-21 Calin Juravleam 97c89e4c: Merge "Use CompilerOptions for implicit...
2015-01-21 Roland LevillainMerge "Allow std::function<return_type(arg_type)> patte...
2015-01-21 Roland LevillainMerge "ART: Replace NULL to nullptr in the optimizing...
2015-01-21 Nicolas GeoffrayMerge "Do not use HNot for creating !bool."
2015-01-21 Jean Christophe... ART: Replace NULL to nullptr in the optimizing compiler
2015-01-21 Roland LevillainMerge "ART: Create a RemoveBlock method"
2015-01-21 Nicolas GeoffrayDo not use HNot for creating !bool.
2015-01-21 Nicolas GeoffrayMerge "Revert "Revert "Fully support pairs in the regis...
2015-01-21 Nicolas GeoffrayRevert "Revert "Fully support pairs in the register...
2015-01-21 Sebastien HertzMerge "Update instrumentation stubs on resolved classes"
2015-01-21 Calin JuravleMerge "Record implicit null checks at the actual invoke...
2015-01-21 Calin JuravleRecord implicit null checks at the actual invoke time.
2015-01-21 Nicolas GeoffrayMerge "Update expectations after test change."
2015-01-21 Nicolas GeoffrayUpdate expectations after test change.
2015-01-21 Nicolas GeoffrayMerge "Revert "Fully support pairs in the register...
2015-01-21 Nicolas GeoffrayRevert "Fully support pairs in the register allocator."
2015-01-21 Nicolas GeoffrayMerge "Fully support pairs in the register allocator."
2015-01-21 Nicolas GeoffrayFully support pairs in the register allocator.
2015-01-21 Calin JuravleMerge "[optimizing compiler] Implement inline x86 FP...
2015-01-21 Mark Mendell[optimizing compiler] Implement inline x86 FP '%'
2015-01-21 Calin JuravleMerge "Use CompilerOptions for implicit stack overflow...
2015-01-21 Andreas Gampeam 2005655e: Merge "ART: Fix arm64 backend"
2015-01-21 Andreas Gampeam b061b894: Merge "ART: Make ProcessStrings less noisy"
2015-01-21 Hiroshi Yamauchiam 29c9063a: Merge "Clean up the locks around Heap...
2015-01-21 Andreas GampeMerge "ART: Fix arm64 backend"
2015-01-21 Andreas GampeART: Fix arm64 backend
2015-01-21 Andreas GampeMerge "ART: Make ProcessStrings less noisy"
2015-01-21 Andreas GampeART: Make ProcessStrings less noisy
2015-01-21 Hiroshi YamauchiMerge "Clean up the locks around Heap::VisitObjects()."
2015-01-20 Andreas Gampeam e355ab63: Merge "ART: Make some helpers non-virtual...
2015-01-20 Andreas GampeMerge "ART: Make some helpers non-virtual in Mir2Lir"
2015-01-20 Andreas Gampeam c9aa8f88: Merge "ART: Curb dex2oat verbosity"
2015-01-20 Andreas GampeMerge "ART: Curb dex2oat verbosity"
2015-01-20 Andreas GampeART: Curb dex2oat verbosity
2015-01-20 Hiroshi YamauchiClean up the locks around Heap::VisitObjects().
2015-01-20 Calin JuravleUse CompilerOptions for implicit stack overflow checks
2015-01-20 Andreas GampeART: Make some helpers non-virtual in Mir2Lir
2015-01-20 Andreas Gampeam 97d9f286: Merge "ART: Some Quick cleanup"
2015-01-20 Andreas GampeMerge "ART: Some Quick cleanup"
2015-01-20 Andreas GampeART: Some Quick cleanup
2015-01-20 Calin Juravleam 48aba684: Merge "Fix register allocator test."
2015-01-20 Calin JuravleMerge "Fix register allocator test."
2015-01-20 Calin JuravleFix register allocator test.
2015-01-20 Calin Juravleam e7fd3e3a: Merge "Add implicit null checks for the...
2015-01-20 Calin JuravleMerge "Add implicit null checks for the optimizing...
2015-01-20 Roland Levillainam 606a81aa: Merge "Ensure HCondition nodes on objects...
2015-01-20 Roland LevillainMerge "Ensure HCondition nodes on objects are either...
2015-01-20 David Brazdilam 3889897a: Merge "ART: Run Checker with Python >2.6"
2015-01-20 David BrazdilMerge "ART: Run Checker with Python >2.6"
2015-01-20 David BrazdilART: Run Checker with Python >2.6
2015-01-20 David Brazdilam a943a75a: Merge "ART: Invoke Checker from run-test...
2015-01-20 David BrazdilMerge "ART: Invoke Checker from run-test scripts"
2015-01-19 Nicolas Geoffrayam 452773fe: Merge "Address review comments."
2015-01-19 Nicolas GeoffrayMerge "Address review comments."
2015-01-19 Nicolas GeoffrayAddress review comments.
2015-01-19 Sebastien HertzUpdate instrumentation stubs on resolved classes
2015-01-19 David BrazdilART: Invoke Checker from run-test scripts
2015-01-19 Vladimir Markoam e210661a: Merge "ART: Fix compiler warning at arm...
2015-01-19 Vladimir MarkoMerge "ART: Fix compiler warning at arm/int_arm.cc...
2015-01-19 Roland LevillainEnsure HCondition nodes on objects are either HEqual...
2015-01-19 Dmitry PetrochenkoART: Fix compiler warning at arm/int_arm.cc:644
2015-01-19 David Brazdilam d599b393: Merge "Checker cleanup"
2015-01-19 David BrazdilMerge "Checker cleanup"
2015-01-19 Vladimir Markoam 951d70b4: Merge "Quick: Clean up optimization pass...
2015-01-19 Nicolas Geoffrayam e45ff20f: Merge "Constant fold after inlining."
2015-01-19 Nicolas Geoffrayam 1235c46d: Merge "Do not use STMP, it conflicts with...
2015-01-19 Vladimir MarkoMerge "Quick: Clean up optimization pass order."
2015-01-19 Nicolas GeoffrayMerge "Constant fold after inlining."
2015-01-19 Nicolas GeoffrayConstant fold after inlining.
2015-01-19 Nicolas GeoffrayMerge "Do not use STMP, it conflicts with the calling...
2015-01-19 Nicolas GeoffrayDo not use STMP, it conflicts with the calling convention.
2015-01-19 Nicolas Geoffrayam c2c7a33a: Merge "Do not use register pair in a paral...
2015-01-19 Nicolas GeoffrayMerge "Do not use register pair in a parallel move."
2015-01-17 Andreas Gampeam 212327a5: Merge "Adds the dexfuzz fuzzing tool to...
2015-01-17 Andreas GampeMerge "Adds the dexfuzz fuzzing tool to ART."
2015-01-16 David BrazdilChecker cleanup
2015-01-16 Mathieu Chartieram 2bd68b77: Merge "Fix infinite loop in GenerateIdenti...
2015-01-16 Mathieu ChartierMerge "Fix infinite loop in GenerateIdentityHashCode"
2015-01-16 tony.ys_liuFix infinite loop in GenerateIdentityHashCode
2015-01-16 Andreas Gampeam fa048428: Merge "Fix refs_and_args callee save order...
2015-01-16 Andreas GampeMerge "Fix refs_and_args callee save order for Mips32."
2015-01-16 Vladimir MarkoQuick: Clean up optimization pass order.
2015-01-16 Calin JuravleAdd implicit null checks for the optimizing compiler
2015-01-16 Richard Uhleram d16d76ac: Merge "Fix comment referring to nonexisten...
2015-01-16 Richard UhlerMerge "Fix comment referring to nonexistent ElementDeleter"
2015-01-16 Calin Juravleam 12c03ac7: Merge "Add --no-clean to checker (keeps...
2015-01-16 Calin JuravleMerge "Add --no-clean to checker (keeps the generated...
2015-01-16 Calin JuravleAdd --no-clean to checker (keeps the generated files...
2015-01-16 Nicolas GeoffrayDo not use register pair in a parallel move.
next