summaryrefslogtreecommitdiffstats
path: root/test/407-arrays
Commit message (Collapse)AuthorAgeFilesLines
* Optimizing x86: Fix VisitArraySet for FP valueSerguei Katkov2015-04-101-4/+24
| | | | | | | | Instruction generator expects to see FP value in XMM register, so update location builder to follow this. Change-Id: Idca4bb5cdb59249c77fcc6f76cdfcaba47222b3d Signed-off-by: Serguei Katkov <serguei.i.katkov@intel.com>
* Fix movw on x86/x86_64 to accept any 16bits immediate.Nicolas Geoffray2014-10-071-0/+15
| | | | Change-Id: I282eece0cd497431f207cec61852b4585ed3655c
* Runtime support for the new stack maps for the opt compiler.Nicolas Geoffray2014-09-081-1/+1
| | | | | | | Now most of the methods supported by the compiler can be optimized, instead of using the baseline. Change-Id: I80ab36a34913fa4e7dd576c7bf55af63594dc1fa
* Implement array get and array put in optimizing.Nicolas Geoffray2014-07-284-0/+327
Also fix a couple of assembler/disassembler issues. Change-Id: I705c8572988c1a9c4df3172b304678529636d5f6