Mercurial > hg > CbC > CbC_llvm
log
age | author | description |
---|---|---|
Tue, 12 Nov 2013 18:03:08 +0900 | Kaito Tokumori | SROA.cpp : change the terms for execution of SROA pass. before : has a "goto cs();". after : the function is a code segment. |
Wed, 06 Nov 2013 22:30:04 +0900 | Kaito Tokumori | bug fix : include error was removed. (It's due to access to a null pointer) |
Mon, 04 Nov 2013 23:30:18 +0900 | Kaito Tokumori | if a code segment is a variadic function , llvm/clang doesn't do TCE. ( avoid a error ) |