log

age author description
2016-01-26 Miyagi Mitsuki Update LLVM 3.9
2016-01-26 Miyagi Mitsuki Added tag LLVM 3.9 for changeset 7d135dc70f03
2016-01-26 Miyagi Mitsuki LLVM 3.9 LLVM 3.9
2015-12-27 Kaito Tokumori enable omit leaf function frame pointer
2015-11-01 Kaito Tokumori fix proto generator bug
2015-10-14 Kaito Tokumori LLVM 3.8
2015-10-13 Kaito Tokumori Added tag LLVM3.8 for changeset afa8332a0e37
2015-10-13 Kaito Tokumori LLVM 3.8 LLVM3.8
2015-04-18 Kaito Tokumori minor fix
2015-04-17 Kaito Tokumori Create prototype declaration automatically.
2015-04-17 Kaito Tokumori Create prototype declaration automatically if prototype was not found when parsing continuation arguments.
2015-04-16 Kaito Tokumori fix bug: When we check the file is ended or not on SearchCodeSegmentDeclaration, we look up not the current lexer but the current file lexer.
2015-04-16 Kaito Tokumori fix bug:LLVM/clang doesn't crash when code segment declaration was not found.
2015-04-13 Kaito Tokumori Create prototype declaration automatically (only support direct continuation)
2015-04-13 Kaito Tokumori add SearchCodeSegmentDeclaration()
2015-04-13 Kaito Tokumori move ParseCbCGotoStatement() to ParseCbC.cpp