Mercurial > hg > Members > tobaru > cbc > CbC_llvm
graph
-
minor fix : Check a function pointer whether it's null pointer or not before check its type.2013-10-23, by Kaito Tokumori
-
change error message when tail call elimination is failed.2013-10-14, by Kaito Tokumori
-
remove TY_CbC which is unnecessary input type. cbc file should use TY_C.2013-10-05, by Kaito Tokumori
-
report error when code segment's tail call flag was changed false2013-10-05, by Kaito Tokumori
-
remove codeFlag for llvm type and add __CodeTy2013-10-05, by Kaito Tokumori
-
can eliminate tail call regardless of optimize level2013-09-24, by Kaito Tokumori
-
minor fix2013-09-17, by Kaito Tokumori
-
add CodeGenPreparepass when input file has code segment. And we can eliminate tail call now!2013-08-24, by Kaito Tokumori
-
add README.txt and make info page on wiki2013-08-19, by Kaito Tokumori
-
if input file has a __code , set HasCodeSegment flag2013-07-29, by Kaito Tokumori
-
add FPM SROA pass for function which contains goto cs().2013-07-14, by Kaito Tokumori
-
can tell the Type which is void or __code and set tail call flag only __code.2013-07-13, by Kaito Tokumori
-
set return after goto code segment if caller's return value type is code segment or void type.2013-07-03, by Kaito Tokumori
-
don't set optimization level to 2 if extension is 'cbc' (cancel 4th commit).2013-07-03, by Kaito Tokumori