summaryrefslogtreecommitdiffstats
path: root/test/529-checker-unresolved
Commit message (Expand)AuthorAgeFilesLines
* optimizing: Build HConstructorFence for HNewArray/HNewInstance nodesIgor Murashkin2017-05-181-6/+8
* Revert "Revert "Make object allocation entrypoints only take a class.""Nicolas Geoffray2017-01-121-2/+2
* Revert "Make object allocation entrypoints only take a class."Hiroshi Yamauchi2017-01-121-2/+2
* Make object allocation entrypoints only take a class.Nicolas Geoffray2017-01-111-2/+2
* MIPS64: Sign-extend results in art_quick_get32_static/instanceGoran Jakovljevic2016-09-091-0/+10
* ART: Change return types of field access entrypointsAndreas Gampe2016-07-201-0/+10
* Do not place null check on unresolved method calls.Aart Bik2016-06-081-1/+13
* Do not place null check from unresolved field access.Aart Bik2016-06-031-1/+17
* Move specific build rule of 529 into the default script.Nicolas Geoffray2016-03-164-57/+41
* Remove some outdated comments in art testsYohann Roussel2016-02-161-2/+0
* Remove usages of jill.jar, use jack insteadYohann Roussel2016-02-161-4/+4
* The ArtMethod is a long on 64bits.Nicolas Geoffray2016-01-071-10/+10
* Fix a crash with unresolved classes.Nicolas Geoffray2016-01-072-0/+24
* Add support for unresolved classes in optimizing.Calin Juravle2015-10-063-11/+17
* Revert "Revert "Support unresolved fields in optimizing"Calin Juravle2015-10-022-0/+130
* Revert "Support unresolved fields in optimizing"Calin Juravle2015-09-172-130/+0
* Support unresolved fields in optimizingCalin Juravle2015-09-172-0/+130
* Support unresolved methods in OptimizingCalin Juravle2015-09-176-0/+182