Mercurial > hg > CbC > CbC_llvm
log tools/clang/lib/Parse/ParseCbC.cpp @ 48:4b59af982ef3
age | author | description |
---|---|---|
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: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. |
Mon, 30 Dec 2013 00:46:58 +0900 | Kaito Tokumori | Two assignment statements, __CbC_environment.env = i_buf and _CbC_environment.ret_p = &retval, were createed automarically when we found __return. |
Fri, 27 Dec 2013 00:08:21 +0900 | Kaito Tokumori | made some submethods for the methods which emit CbC statements. |
Thu, 26 Dec 2013 22:29:30 +0900 | Kaito Tokumori | move some methods to ParseCbC.cpp which were written by me. |