Mercurial > hg > Members > tobaru > cbc > CbC_llvm
log
age | author | description |
---|---|---|
Tue, 14 Jan 2014 16:55:06 +0900 | Kaito Tokumori | fix a incorrect if statement which causes incorrect goto parsing |
Tue, 14 Jan 2014 16:42:07 +0900 | Kaito Tokumori | add CbCHelper.h |
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 |