Mercurial > hg > CbC > CbC_llvm
log
age | author | description |
---|---|---|
Tue, 12 Nov 2013 20:27:46 +0900 | Kaito Tokumori | force to set tail call flag on SelectionDAGBuilder.cpp:LowerCallingInfo. |
Tue, 12 Nov 2013 18:45:31 +0900 | Kaito Tokumori | bug fix : removed the error that TCE doesn't work if the function isn't a code segment. (It's due to incorrect if statement) |
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) |