log

age author description
2014-02-11 Kaito Tokumori fix one line if-else statement bug. goto cs(); and return; are emitted in compound statement now.
2014-02-11 Kaito Tokumori correct incorrect macro
2014-02-10 Kaito Tokumori remove null pointer access bug which occured if the callee codesegment is accessed by pointer on LowerCallTo().
2014-02-03 Kaito Tokumori modified Parser::CreateUniqueIdentifierInfo(). add unique id
2014-02-02 Kaito Tokumori add comments for setTST
2014-02-02 Kaito Tokumori add comments
2014-02-02 Kaito Tokumori remove createArrayDecl
2014-02-02 Kaito Tokumori remove decl flags
2014-02-02 Kaito Tokumori remove assignment flags
2014-02-02 Kaito Tokumori include setjmp.h automatically without checking __code
2014-02-02 Kaito Tokumori Use complex statements for goto with the environment
2014-01-23 Kaito Tokumori copy the previous function's return type to return value
2014-01-18 Kaito Tokumori minor fix
2014-01-18 Kaito Tokumori fix bug : #include
2014-01-18 Kaito Tokumori include setjmp.h automatically
2014-01-15 Kaito Tokumori modified CreateIdentifierInfo and create new function which was named 'CreateUniqueIdentifierInfo'.
2014-01-14 Kaito Tokumori fix a incorrect if statement which causes incorrect goto parsing
2014-01-14 Kaito Tokumori add CbCHelper.h
2014-01-13 Kaito Tokumori fix ParseCbCGotoStatement and add new diags for goto cs();
2014-01-12 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
2014-01-01 Kaito Tokumori replace __environment with &__CbC_environment in a code segment's arguments
2014-01-01 Kaito Tokumori fix -emit-llvm bug
2014-01-01 Kaito Tokumori create declaration statement automatically for __CbC_environment
2013-12-31 Kaito Tokumori create two declaration statements, env_buf and retval.
2013-12-29 Kaito Tokumori Two assignment statements, __CbC_environment.env = i_buf and _CbC_environment.ret_p = &retval, were createed automarically when we found __return.
2013-12-26 Kaito Tokumori made some submethods for the methods which emit CbC statements.
2013-12-26 Kaito Tokumori move some methods to ParseCbC.cpp which were written by me.
2013-12-26 Kaito Tokumori create if(setjmp) statement automatically.
2013-12-18 Kaito Tokumori create __CbC_return declaration statement and return1's assignment statement automarically when we found __return
2013-12-17 Kaito Tokumori merge