Mercurial > hg > Members > tobaru > cbc > CbC_llvm
graph
-
LLVM 3.62014-09-08, by Kaito Tokumori
-
fix bug. compiler does not emit unnecessary warning no more.2014-05-04, by Kaito Tokumori
-
emit warning when function prototype is not exactly.2014-05-03, by Kaito Tokumori
-
remove diagnosis definition2014-05-03, by Kaito Tokumori
-
add mm2014-03-04, by kono
-
remove unnecessary codes2014-02-18, by Kaito Tokumori
-
remove unnecessary codes2014-02-18, by Kaito Tokumori
-
remove unnecessary comments2014-02-11, by Kaito Tokumori
-
fix one line if-else statement bug. goto cs(); and return; are emitted in compound statement now.2014-02-11, by Kaito Tokumori
-
correct incorrect macro2014-02-11, by Kaito Tokumori
-
remove null pointer access bug which occured if the callee codesegment is accessed by pointer on LowerCallTo().2014-02-10, by Kaito Tokumori
-
modified Parser::CreateUniqueIdentifierInfo(). add unique id2014-02-03, by Kaito Tokumori
-
add comments for setTST2014-02-02, by Kaito Tokumori
-
add comments2014-02-02, by Kaito Tokumori
-
remove createArrayDecl2014-02-02, by Kaito Tokumori
-
remove decl flags2014-02-02, by Kaito Tokumori
-
remove assignment flags2014-02-02, by Kaito Tokumori
-
include setjmp.h automatically without checking __code2014-02-02, by Kaito Tokumori
-
Use complex statements for goto with the environment2014-02-02, by Kaito Tokumori
-
copy the previous function's return type to return value2014-01-23, by Kaito Tokumori
-
minor fix2014-01-18, by Kaito Tokumori
-
fix bug : #include2014-01-18, by Kaito Tokumori
-
include setjmp.h automatically2014-01-18, by Kaito Tokumori
-
modified CreateIdentifierInfo and create new function which was named 'CreateUniqueIdentifierInfo'.2014-01-15, by Kaito Tokumori
-
fix a incorrect if statement which causes incorrect goto parsing2014-01-14, by Kaito Tokumori
-
add CbCHelper.h2014-01-14, by Kaito Tokumori
-
fix ParseCbCGotoStatement and add new diags for goto cs();2014-01-13, by Kaito Tokumori