summaryrefslogtreecommitdiffstats
path: root/test/IntMath
Commit message (Expand)AuthorAgeFilesLines
* Fixes for "null instanceof" and class initializationBrian Carlstrom2011-09-271-1/+5
* Support for exceptions from array allocation.Ian Rogers2011-09-231-0/+25
* Exception support for CanPutArrayElementFromCode.Ian Rogers2011-09-231-0/+36
* Stack overflow error and unit test.Ian Rogers2011-09-221-0/+27
* Class cast, fill array and interface exception support.Ian Rogers2011-09-221-0/+27
* Fix for implicit null test for oat.Ian Rogers2011-09-191-2/+0
* Fix compiler class initialization to properly deal with super classesBrian Carlstrom2011-09-191-5/+42
* Move main method tests from gtests to oat testsBrian Carlstrom2011-09-181-9/+38
* Implicit NPE support when no exception given to throw.Ian Rogers2011-09-181-2/+11
* SSA renaming fix & invalid opcode fixbuzbee2011-09-131-2/+36
* Check-cast, instance-of, misc fixesbuzbee2011-09-081-2/+37
* Try/Catch analysis; various workaroundsbuzbee2011-09-051-17/+25
* Complete static field accesses; clear TODO'sbuzbee2011-09-041-44/+44
* Codegen for invoke-super, invoke-interfacebuzbee2011-09-031-1/+32
* Complete direct, static & virtual invokebuzbee2011-09-021-0/+9
* Complete OP_CONST_STRING, OP_CONST_CLASSbuzbee2011-09-011-0/+27
* Allow compilation of classes in different ClassLoadersBrian Carlstrom2011-08-291-5/+0
* Externalize test codeBrian Carlstrom2011-08-292-0/+810