OSDN Git Service

android-x86/art.git
2015-04-22 Andreas Gampeam 8e58d76e: Merge "Do not mention x86 floating point...
2015-04-22 Andreas GampeMerge "Do not mention x86 floating point numbers in...
2015-04-22 David SrbeckyDo not mention x86 floating point numbers in CFI.
2015-04-22 Mathieu Chartieram 0ad14266: Merge "Replace NULL with nullptr"
2015-04-22 Mathieu ChartierMerge "Replace NULL with nullptr"
2015-04-22 Vladimir Markoam 1f02f1a7: Merge "Quick: Rewrite type inference pass."
2015-04-22 Mathieu ChartierReplace NULL with nullptr
2015-04-22 Vladimir MarkoMerge "Quick: Rewrite type inference pass."
2015-04-22 Vladimir Markoam 692c03bf: Merge "Quick: Remove broken Mir2Lir::LocTo...
2015-04-22 Vladimir MarkoQuick: Rewrite type inference pass.
2015-04-22 Vladimir MarkoMerge "Quick: Remove broken Mir2Lir::LocToRegClass()."
2015-04-22 David Srbeckyam be52c68d: Merge "Simplify template parameters of...
2015-04-22 David SrbeckyMerge "Simplify template parameters of Elf classes."
2015-04-22 Nicolas Geoffrayam 54862b36: Merge "Fix X86_64 assembler REX instructions"
2015-04-22 Nicolas GeoffrayMerge "Fix X86_64 assembler REX instructions"
2015-04-22 David SrbeckySimplify template parameters of Elf classes.
2015-04-22 Mark MendellFix X86_64 assembler REX instructions
2015-04-22 Calin Juravleam f456ce1d: Merge "Remove warning when we do too many...
2015-04-22 Calin JuravleMerge "Remove warning when we do too many simplifications"
2015-04-22 Calin JuravleRemove warning when we do too many simplifications
2015-04-22 David Brazdilam 0edd36bc: Merge "ART: Update last_instruction when...
2015-04-22 David BrazdilMerge "ART: Update last_instruction when adding Phis"
2015-04-22 David BrazdilART: Update last_instruction when adding Phis
2015-04-22 Nicolas Geoffrayam 83fca401: Merge "[optimizing] Use more X86_64 addres...
2015-04-22 Nicolas GeoffrayMerge "[optimizing] Use more X86_64 addressing modes"
2015-04-22 Calin Juravleam eb0c4014: Merge "[optimizing] Name the last DCE...
2015-04-22 Calin JuravleMerge "[optimizing] Name the last DCE pass."
2015-04-22 Calin Juravle[optimizing] Name the last DCE pass.
2015-04-22 Vladimir MarkoQuick: Remove broken Mir2Lir::LocToRegClass().
2015-04-22 Calin Juravleam 8d1ba74f: Merge "Run DCE again after all the other...
2015-04-22 Calin Juravleam f7be052d: Merge "[optimizing] Fix a bug in moving...
2015-04-22 Calin JuravleMerge "Run DCE again after all the other optimizations...
2015-04-22 Calin JuravleRun DCE again after all the other optimizations have...
2015-04-22 Calin JuravleMerge "[optimizing] Fix a bug in moving the null check...
2015-04-22 Calin Juravle[optimizing] Fix a bug in moving the null check to...
2015-04-22 Nicolas Geoffrayam f23c8e3b: Merge "Propertly quote arguments after...
2015-04-22 Nicolas GeoffrayMerge "Propertly quote arguments after latest adb/vogar...
2015-04-22 Nicolas GeoffrayPropertly quote arguments after latest adb/vogar changes.
2015-04-22 Mingyao Yangam f888d5d6: Merge "Fix tlsPtr_.long_jump_context ...
2015-04-22 Mingyao YangMerge "Fix tlsPtr_.long_jump_context == nullptr check...
2015-04-22 Mingyao YangFix tlsPtr_.long_jump_context == nullptr check failure.
2015-04-22 Brian Carlstromam c2725c2c: Merge "Class.forName(..., ..., null) fixes...
2015-04-22 Brian CarlstromMerge "Class.forName(..., ..., null) fixes - Add test...
2015-04-22 Andreas Gampeam 08faf72e: Merge "ART: Add compiled-methods"
2015-04-22 Brian CarlstromClass.forName(..., ..., null) fixes
2015-04-22 Andreas GampeMerge "ART: Add compiled-methods"
2015-04-21 Mathieu Chartieram 92b8269d: Merge "Add AbstractMethod, Constructor...
2015-04-21 Mathieu ChartierMerge "Add AbstractMethod, Constructor, Method"
2015-04-21 Mathieu ChartierAdd AbstractMethod, Constructor, Method
2015-04-21 Andreas Gampeam fab31cd7: Merge "ART: Extend run-test 068-classloader"
2015-04-21 Mathieu Chartieram 8d7e077d: Merge "Improve performance of HashSet"
2015-04-21 David Srbeckyam f0dec62a: Merge "Generate .eh_frame_hdr section...
2015-04-21 David Srbeckyam bbf02afc: Merge "Do not look for prebuilts on archit...
2015-04-21 Nicolas Geoffrayam 296c6cc2: Merge "Revert "fix optimizing gtests""
2015-04-21 David Brazdilam 0746453b: Merge "ART: Update loop info of all nested...
2015-04-21 Roland Levillainam 4bb014fd: Merge "Revert "Revert "Optimizing: Fix...
2015-04-21 Nicolas Geoffrayam d677de20: Merge "Revert "Run DCE again after all...
2015-04-21 Andreas GampeART: Add compiled-methods
2015-04-21 Andreas GampeMerge "ART: Extend run-test 068-classloader"
2015-04-21 Andreas GampeART: Extend run-test 068-classloader
2015-04-21 Mathieu ChartierMerge "Improve performance of HashSet"
2015-04-21 David SrbeckyMerge "Generate .eh_frame_hdr section and PT_GNU_EH_FRA...
2015-04-21 Mark Mendell[optimizing] Use more X86_64 addressing modes
2015-04-21 David SrbeckyGenerate .eh_frame_hdr section and PT_GNU_EH_FRAME...
2015-04-21 David SrbeckyMerge "Do not look for prebuilts on architectures other...
2015-04-21 David SrbeckyDo not look for prebuilts on architectures other than...
2015-04-21 Nicolas GeoffrayMerge "Revert "fix optimizing gtests""
2015-04-21 Nicolas GeoffrayRevert "fix optimizing gtests"
2015-04-21 David BrazdilMerge "ART: Update loop info of all nested loops when...
2015-04-21 David BrazdilART: Update loop info of all nested loops when inlining
2015-04-21 Roland LevillainMerge "Revert "Revert "Optimizing: Fix long-to-fp conve...
2015-04-21 Nicolas GeoffrayMerge "Revert "Run DCE again after all the other optimi...
2015-04-21 Nicolas GeoffrayRevert "Run DCE again after all the other optimizations...
2015-04-21 Roland Levillainam 223f2f5b: Merge "Incorrect transformation of (sub...
2015-04-21 Roland LevillainMerge "Incorrect transformation of (sub,neg) to (sub...
2015-04-21 David Srbeckyam b4314b3a: Merge "Move GetAndroidToolsDir to common...
2015-04-21 Calin Juravleam 1c285915: Merge "fix optimizing gtests"
2015-04-21 David SrbeckyMerge "Move GetAndroidToolsDir to common location."
2015-04-21 Calin JuravleMerge "fix optimizing gtests"
2015-04-21 Calin Juravlefix optimizing gtests
2015-04-21 Calin Juravleam af1ff6a9: Merge "Run DCE again after all the other...
2015-04-21 Calin JuravleMerge "Run DCE again after all the other optimizations...
2015-04-21 Calin JuravleRun DCE again after all the other optimizations have...
2015-04-21 Calin Juravleam dac1a694: Merge "Use --dump-stats to dump optimizing...
2015-04-21 Calin JuravleMerge "Use --dump-stats to dump optimizing compiler...
2015-04-21 Calin JuravleUse --dump-stats to dump optimizing compiler stats.
2015-04-21 Calin Juravleam 2b25ba3c: Merge "[optimzing] Fix codegen bug and...
2015-04-21 Calin JuravleMerge "[optimzing] Fix codegen bug and improve type...
2015-04-21 Calin Juravle[optimzing] Fix codegen bug and improve type propagation
2015-04-21 David SrbeckyMove GetAndroidToolsDir to common location.
2015-04-21 Roland Levillainam c2ea8069: Merge "Opt compiler: Minor object store...
2015-04-21 Roland LevillainMerge "Opt compiler: Minor object store optimizations...
2015-04-21 Nicolas Geoffrayam 769f2d32: Merge "Linear scan: Use FirstUse instead...
2015-04-21 Nicolas GeoffrayMerge "Linear scan: Use FirstUse instead of FirstRegist...
2015-04-21 Nicolas GeoffrayLinear scan: Use FirstUse instead of FirstRegisterUse.
2015-04-21 Nicolas Geoffrayam 3d052ba4: Merge "Fix another mistyped location."
2015-04-21 Nicolas GeoffrayMerge "Fix another mistyped location."
2015-04-21 Nicolas GeoffrayFix another mistyped location.
2015-04-21 Andreas Gampeam 2fb1639a: Merge "ART: Change image_classes and compi...
2015-04-21 nikolay serdjukImprove performance of HashSet
next