Mercurial > hg > Members > tobaru > cbc > CbC_llvm
graph
-
Update LLVM 3.92016-01-26, by Miyagi Mitsuki
-
Added tag LLVM 3.9 for changeset 7d135dc70f032016-01-26, by Miyagi Mitsuki
-
LLVM 3.92016-01-26, by Miyagi Mitsuki
-
enable omit leaf function frame pointer2015-12-27, by Kaito Tokumori
-
fix proto generator bug2015-11-01, by Kaito Tokumori
-
LLVM 3.82015-10-14, by Kaito Tokumori
-
Added tag LLVM3.8 for changeset afa8332a0e372015-10-13, by Kaito Tokumori
-
LLVM 3.82015-10-13, by Kaito Tokumori
-
minor fix2015-04-18, by Kaito Tokumori
-
Create prototype declaration automatically.2015-04-17, by Kaito Tokumori
-
Create prototype declaration automatically if prototype was not found when parsing continuation arguments.2015-04-17, by Kaito Tokumori
-
fix bug:LLVM/clang doesn't crash when code segment declaration was not found.2015-04-16, by Kaito Tokumori
-
Create prototype declaration automatically (only support direct continuation)2015-04-13, by Kaito Tokumori
-
add SearchCodeSegmentDeclaration()2015-04-13, by Kaito Tokumori
-
move ParseCbCGotoStatement() to ParseCbC.cpp2015-04-13, by Kaito Tokumori
-
Fix compile error to update llvm 3.72015-02-23, by Tatsuki IHA
-
Update LLVM 3.72015-02-19, by Tatsuki IHA
-
Added tag LLVM3.7 for changeset 60c9769439b82015-02-18, by Tatsuki IHA
-
LLVM 3.72015-02-18, by Tatsuki IHA
-
markTailToCodeSegments ensure code segments are marked tail2014-10-27, by Kaito Tokumori
-
if __return or __environment used in void function, compiler emit error.2014-10-22, by Kaito Tokumori
-
update to LLVM 3.62014-09-25, by Kaito Tokumori
-
forget removed files2014-09-23, by Kaito Tokumori
-
Added tag LLVM3.6 for changeset 54457678186b2014-09-08, by Kaito Tokumori
-
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
-
replace __environment with &__CbC_environment in a code segment's arguments2014-01-01, by Kaito Tokumori
-
fix -emit-llvm bug2014-01-01, by Kaito Tokumori
-
create declaration statement automatically for __CbC_environment2014-01-01, by Kaito Tokumori
-
create two declaration statements, env_buf and retval.2013-12-31, by Kaito Tokumori