summaryrefslogtreecommitdiffstats
path: root/compiler/dex
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge "Update counting VR for promotion"Andreas Gampe2014-07-106-7/+49
|\ \ \ | |_|/ |/| |
| * | Update counting VR for promotionSerguei Katkov2014-07-116-7/+49
* | | AArch64: Fix def use.Zheng Xu2014-07-112-2/+6
* | | Merge "Improve performance of invokevirtual/invokeinterface with embedded imt...Ian Rogers2014-07-112-27/+24
|\ \ \
| * | | Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-112-27/+24
* | | | ART: Change GenPCUseDefEncoding(), turn on Load Hoisting for ARM64Andreas Gampe2014-07-116-29/+33
|/ / /
* / / Replace memory barriers to better reflect Java needs.Hans Boehm2014-07-1114-78/+90
|/ /
* | ART: Fix GenSelect for ARM64Stuart Monteith2014-07-113-2/+7
* | Merge "Revert "Revert "Revert "Add intrinsic for Reference.get()""""Sebastien Hertz2014-07-104-97/+0
|\ \
| * | Revert "Revert "Revert "Add intrinsic for Reference.get()"""Sebastien Hertz2014-07-114-97/+0
* | | Merge "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Nicolas Geoffray2014-07-1016-156/+81
|\ \ \
| * | | Revert "Revert "Revert "Add implicit null and stack checks for x86"""Nicolas Geoffray2014-07-1116-156/+81
* | | | Merge "Revert "Revert "Add intrinsic for Reference.get()"""Christopher Ferris2014-07-104-0/+97
|\ \ \ \ | | |/ / | |/| |
| * | | Revert "Revert "Add intrinsic for Reference.get()""Christopher Ferris2014-07-114-0/+97
* | | | Merge "ART: Fix GenSelect and GenFusedLongCmpBranch for ARM64"Andreas Gampe2014-07-102-12/+120
|\ \ \ \
| * | | | ART: Fix GenSelect and GenFusedLongCmpBranch for ARM64Andreas Gampe2014-07-102-12/+120
* | | | | Merge "Revert "Add intrinsic for Reference.get()""Christopher Ferris2014-07-104-97/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Revert "Add intrinsic for Reference.get()"Christopher Ferris2014-07-114-97/+0
* | | | | Merge "Add intrinsic for Reference.get()"Mathieu Chartier2014-07-104-0/+97
|\| | | |
| * | | | Add intrinsic for Reference.get()Fred Shih2014-07-104-0/+97
| |/ / /
* | | | Merge "Updates to help classes derived from X86Mir2Lir"Ian Rogers2014-07-101-5/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Updates to help classes derived from X86Mir2LirMark Mendell2014-07-101-5/+5
* | | | Revert "Revert "Add implicit null and stack checks for x86""Dave Allison2014-07-1016-81/+156
* | | | Merge "ART: Do not dump hidden basic blocks and add a counter to file naming"Ian Rogers2014-07-101-2/+9
|\ \ \ \
| * | | | ART: Do not dump hidden basic blocks and add a counter to file namingJean Christophe Beyler2014-07-101-2/+9
| |/ / /
* | | | Merge "x86_64: Enable fp-reg promotion"Andreas Gampe2014-07-105-32/+113
|\ \ \ \ | |/ / / |/| | |
| * | | x86_64: Enable fp-reg promotionSerguei Katkov2014-07-105-32/+113
| |/ /
* | | ART: Add Invokes to DecodedInstructionJean Christophe Beyler2014-07-1010-31/+37
* | | Merge "ART: Handle Extended MIRs in a uniform manner"Ian Rogers2014-07-102-0/+32
|\ \ \
| * | | ART: Handle Extended MIRs in a uniform mannerUdayan Banerji2014-07-102-0/+32
* | | | Merge "ART: Detached blocks should not be processed by compiler"Ian Rogers2014-07-101-9/+13
|\ \ \ \
| * | | | ART: Detached blocks should not be processed by compilerNiranjan Kumar2014-07-091-9/+13
* | | | | ART: Rename CallInlining to SpecialMethodInlinerRazvan A Lupusoru2014-07-104-22/+24
| |_|/ / |/| | |
* | | | ART: Enable some ARM64 optimizations.Andreas Gampe2014-07-101-7/+0
* | | | Merge "Slow path for iget should expect return in core reg"Andreas Gampe2014-07-091-2/+3
|\ \ \ \
| * | | | Slow path for iget should expect return in core regSerguei Katkov2014-07-101-2/+3
* | | | | Merge "Global Value Numbering."Vladimir Marko2014-07-0914-455/+4204
|\ \ \ \ \
| * | | | | Global Value Numbering.Vladimir Marko2014-07-1014-455/+4204
* | | | | | ART: Refactor frontend.ccAndreas Gampe2014-07-101-421/+235
|/ / / / /
* | | | | Merge "Handle potential <clinit>() correctly in LVN."Vladimir Marko2014-07-095-15/+60
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Handle potential <clinit>() correctly in LVN.Vladimir Marko2014-07-095-15/+60
| |/ / /
* | | / Revert "Add implicit null and stack checks for x86"Dave Allison2014-07-1013-134/+62
| |_|/ |/| |
* | | Add implicit null and stack checks for x86Dave Allison2014-07-0913-62/+134
* | | Merge "ART: Check slow_paths_.Size() every time"Ian Rogers2014-07-091-2/+3
|\ \ \
| * | | ART: Check slow_paths_.Size() every timeChao-ying Fu2014-07-091-2/+3
| | |/ | |/|
* / | x86_64: GenInlinedCas must use wide rl_src_offset under 64-bit targetsChao-ying Fu2014-07-092-17/+34
|/ /
* / x86_64: enable Peek and Poke intrinsicsAlexei Zavjalov2014-07-091-45/+50
|/
* Merge "Fix a compile assert name with inverted meaning."Vladimir Marko2014-07-021-1/+1
|\
| * Fix a compile assert name with inverted meaning.Vladimir Marko2014-07-081-1/+1
* | Merge "Workaround for invalid monitor-exit catch ranges."Vladimir Marko2014-07-042-10/+82
|\ \