Master
Merge request reports
Activity
added 8 commits
-
00c5cd50...09d028fe - 6 commits from branch
Array
- 335ad3a0 - fixing merge conflicts
- 88d8389c - fixed some issues with Array. Now works on basic tests
-
00c5cd50...09d028fe - 6 commits from branch
added 1 commit
- 2027117b - Array.length is working for both J1_02 test cases
added 8 commits
- 2f31b4d1 - subtype testing table
- 5f77ea28 - cast and instanceof
- 5cf8a149 - simplify null check
- b66154a4 - cast instanceof for primitive types
- 0b1d1065 - Merge branch 'master' into 'subtype-test'
- bcb16251 - merge master
- 8280f425 - Merge branch 'master' into 'subtype-test'
- 36b4a2f3 - Merge branch 'subtype-test' into 'master'
Toggle commit listadded 2 commits
- f34a7a7b - fix issue with arrayClass.s files being overwritten and the error with class being in compid
- 3029eb23 - Merge branch 'master' of https://git.uwaterloo.ca/x299yang/cs444
added 2 commits
- 5d2a0c26 - Created a global import function for each .s file and called before test()....
- 34bcd515 - Merge branch 'master' of https://git.uwaterloo.ca/x299yang/cs444
added 9 commits
- 0bbd98b0 - array subtype table
- 031c4751 - use class subT for array
- 2b8b7207 - array cast instance of
- 31e6fcb1 - array assign check, fix subtype count
- bb13807d - Merge branch 'master' into 'array-subtype'
- c625d5b8 - set lastMethodOffset to 4 as subtype testing table has been added
- 971b226e - fixing the issue of ifConditional (could be methodInv, arrayAccess or fieldAccess)
- 07de14e0 - Fixed a minor issue with fieldAccess. Now passes 53 tests on marmo
- 06967a16 - Merge branch 'array-subtype' into 'master'
Toggle commit listadded 38 commits
- e24039f5 - string concat start
- d466a367 - string literal initial
- 1a7cbc93 - populate strliteral char array
- d622e05f - finishing concat strings expr
- be4d8bf8 - literal string improvements
- 32c6f60d - Merge branch 'string_concat' into 'new-string'
- e64a8362 - constructor params, push object last at constructor
- 3c822007 - fix obj create
- 81991677 - fix constructor this
- a8255f28 - init forInit as local var
- e95f8efb - concat change & length fix
- de90d909 - fix getting valueOf
- 3cb4089f - fix method inv on single ID
- e792fa6d - native write
- 318e3f7e - Merge branch 'new-string' into 'new-new-string'
- 1a834774 - resolve merge
- 5cd44205 - fix local var init inside loops
- 0230e4ab - divide by 0 check
- 73dd924e - fix field access extra this
- 2dbe45d8 - Fixing param types to differentiate between array and non-aray types
- 7f91acd0 - fix segfault on forward ref
- 2be30942 - Merge branch 'new-new-string' of git.uwaterloo.ca:x299yang/cs444 into new-new-string
- bf42f58b - fix assignment
- 0d1b5744 - fixing an issue with iffalse (jz not working properly, changed to je)
- a9969f2d - Merge branch 'new-new-string' of https://git.uwaterloo.ca/x299yang/cs444 into new-new-string
- 4a8fb3c0 - fix array cast check
- b0cc47ed - cast to object before string concat
- dc023159 - removing todo
- 4f1d914a - Merge branch 'string_concat' into 'new-new-string'
- 528fced2 - cast null
- e1caa6ff - init short
- e6508904 - eval assign left to right
- ec03526f - fix getValDcl from if clauses
- aa686735 - char as ASCII
- e3615518 - resolve name
- 9fc3e258 - cast fix
- 2cb8ac7d - final submission
- 7fa0770f - Merge branch 'new-new-string' into 'master'
Toggle commit list
Please register or sign in to reply