summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* JDWP: fix breakpoint for method in the imageSebastien Hertz2014-12-045-2/+69
* Merge "Move dexCacheStrings from ArtMethod to Class"Mathieu Chartier2014-11-2616-54/+77
|\
| * Move dexCacheStrings from ArtMethod to ClassMathieu Chartier2014-11-2516-54/+77
|/
* Merge "Fix oatwriter code deduping"Mathieu Chartier2014-11-252-1/+4
|\
| * Fix oatwriter code dedupingMathieu Chartier2014-11-252-1/+4
|/
* Merge "ART: Avoid recursive abort"Andreas Gampe2014-11-251-1/+3
|\
| * ART: Avoid recursive abortAndreas Gampe2014-11-241-1/+3
* | Merge "Quick compiler: handle embedded switch data"buzbee2014-11-254-1/+31
|\ \
| * | Quick compiler: handle embedded switch databuzbee2014-11-254-1/+31
|/ /
* | Merge "ART: GenLongArith has to clobber same operands for 2-op instr"Bill Buzbee2014-11-251-0/+10
|\ \
| * | ART: GenLongArith has to clobber same operands for 2-op instrnikolay serdjuk2014-11-211-0/+10
* | | Merge "ART: Generate switch targets from successor blocks"Bill Buzbee2014-11-254-38/+116
|\ \ \
| * | | ART: Generate switch targets from successor blocksChao-ying Fu2014-11-214-38/+116
* | | | Merge "Skip null check in MarkGCCard() for known non-null values."Vladimir Marko2014-11-2513-23/+35
|\ \ \ \
| * | | | Skip null check in MarkGCCard() for known non-null values.Vladimir Marko2014-11-2413-23/+35
* | | | | Merge "Fix tests now that dead phis are removed when building SSA."Nicolas Geoffray2014-11-252-21/+25
|\ \ \ \ \
| * | | | | Fix tests now that dead phis are removed when building SSA.Nicolas Geoffray2014-11-252-21/+25
|/ / / / /
* | | | | Merge "Fix a bug in the type analysis phase of optimizing."Nicolas Geoffray2014-11-2513-29/+221
|\ \ \ \ \
| * | | | | Fix a bug in the type analysis phase of optimizing.Nicolas Geoffray2014-11-2513-29/+221
* | | | | | Merge "ART: Fix inline dependency"Andreas Gampe2014-11-251-1/+1
|\ \ \ \ \ \
| * | | | | | ART: Fix inline dependencyAndreas Gampe2014-11-241-1/+1
|/ / / / / /
* | | | | | Merge "ART: Fix unused variables and functions"Andreas Gampe2014-11-246-102/+97
|\ \ \ \ \ \
| * | | | | | ART: Fix unused variables and functionsAndreas Gampe2014-11-246-102/+97
* | | | | | | Merge "Revert "ART: Remove wrong DCHECK""Andreas Gampe2014-11-241-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Revert "ART: Remove wrong DCHECK"Andreas Gampe2014-11-241-0/+1
|/ / / / / / /
* | | | | | | Merge "Delete ArtMethod gc_map_ field"Mathieu Chartier2014-11-2420-166/+131
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Delete ArtMethod gc_map_ fieldMathieu Chartier2014-11-2420-166/+131
| | |/ / / / | |/| | | |
* | | | | | Merge "Further cleanup using dex_instruction_utils.h."Vladimir Marko2014-11-246-44/+39
|\ \ \ \ \ \
| * | | | | | Further cleanup using dex_instruction_utils.h.Vladimir Marko2014-11-246-44/+39
* | | | | | | Merge "Fix the list of arm64 broken optimizing tests."Calin Juravle2014-11-241-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix the list of arm64 broken optimizing tests.Calin Juravle2014-11-241-0/+2
* | | | | | | | Merge "Revert "Revert "Fix the computation of linear ordering."""Nicolas Geoffray2014-11-244-62/+133
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Revert "Revert "Fix the computation of linear ordering.""Nicolas Geoffray2014-11-244-62/+133
|/ / / / / / /
* | | | | | | Merge "Revert "Fix the computation of linear ordering.""Nicolas Geoffray2014-11-244-128/+61
|\ \ \ \ \ \ \
| * | | | | | | Revert "Fix the computation of linear ordering."Nicolas Geoffray2014-11-244-128/+61
* | | | | | | | Merge "Fix the computation of linear ordering."Nicolas Geoffray2014-11-244-61/+128
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | / / / / / | |_|/ / / / / |/| | | | | |
| * | | | | | Fix the computation of linear ordering.Nicolas Geoffray2014-11-214-61/+128
* | | | | | | Merge "Fixed missing "//"."Calin Juravle2014-11-241-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Fixed missing "//".Calin Juravle2014-11-241-1/+1
* | | | | | | Merge "[optimizing compiler] Add shifts"Calin Juravle2014-11-2421-21/+966
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | [optimizing compiler] Add shiftsCalin Juravle2014-11-2421-21/+966
* | | | | | | Merge "Eliminate suspend checks on back-edges to return insn."Vladimir Marko2014-11-245-28/+37
|\ \ \ \ \ \ \
| * | | | | | | Eliminate suspend checks on back-edges to return insn.Vladimir Marko2014-11-245-28/+37
* | | | | | | | Merge "ART: Add div-zero check elimination to LVN/GVN"Vladimir Marko2014-11-247-10/+156
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | ART: Add div-zero check elimination to LVN/GVNRazvan A Lupusoru2014-11-227-10/+156
* | | | | | | | Merge "ART: Fix NullCheckElimination, BBCombine, and SplitBlock"Vladimir Marko2014-11-242-14/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | ART: Fix NullCheckElimination, BBCombine, and SplitBlockRazvan A Lupusoru2014-11-212-14/+16
* | | | | | | | | Merge "Rewrite GVN's field id and field type handling."Vladimir Marko2014-11-2415-326/+599
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Rewrite GVN's field id and field type handling.Vladimir Marko2014-11-2115-326/+599
* | | | | | | | | Merge "ART: ELF symbol table lookup is fixed"Andreas Gampe2014-11-241-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |