Mercurial > hg > CbC > CbC_llvm
log
age | author | description |
---|---|---|
Mon, 13 Jan 2014 23:04:29 +0900 | Kaito Tokumori | fix ParseCbCGotoStatement and add new diags for goto cs(); |
Sun, 12 Jan 2014 19:15:16 +0900 | Kaito Tokumori | create return function for continuation with the environment automatically, but it can return only int value and it's name is not unique now |
Thu, 02 Jan 2014 01:28:55 +0900 | Kaito Tokumori | replace __environment with &__CbC_environment in a code segment's arguments |
Wed, 01 Jan 2014 22:30:48 +0900 | Kaito Tokumori | fix -emit-llvm bug |
Wed, 01 Jan 2014 22:12:11 +0900 | Kaito Tokumori | create declaration statement automatically for __CbC_environment |
Wed, 01 Jan 2014 02:12:01 +0900 | Kaito Tokumori | create two declaration statements, env_buf and retval. |