Tue, 14 Apr 2015 03:55:39 +0900 |
Kaito Tokumori |
Create prototype declaration automatically (only support direct continuation)
|
Mon, 13 Apr 2015 18:34:22 +0900 |
Kaito Tokumori |
add SearchCodeSegmentDeclaration()
|
Mon, 13 Apr 2015 15:18:58 +0900 |
Kaito Tokumori |
move ParseCbCGotoStatement() to ParseCbC.cpp
|
Thu, 19 Feb 2015 15:19:25 +0900 |
Tatsuki IHA |
Update LLVM 3.7
|
Wed, 18 Feb 2015 14:55:36 +0900 |
Tatsuki IHA |
LLVM 3.7
LLVM3.7
|
Thu, 25 Sep 2014 16:56:18 +0900 |
Kaito Tokumori |
update to LLVM 3.6
|
Mon, 08 Sep 2014 22:06:00 +0900 |
Kaito Tokumori |
LLVM 3.6
LLVM3.6
|
Sun, 04 May 2014 00:31:16 +0900 |
Kaito Tokumori |
remove diagnosis definition
|
Wed, 12 Feb 2014 01:06:33 +0900 |
Kaito Tokumori |
remove unnecessary comments
|
Wed, 12 Feb 2014 00:47:11 +0900 |
Kaito Tokumori |
fix one line if-else statement bug. goto cs(); and return; are emitted in compound statement now.
|
Mon, 03 Feb 2014 18:02:13 +0900 |
Kaito Tokumori |
modified Parser::CreateUniqueIdentifierInfo(). add unique id
|
Thu, 23 Jan 2014 23:14:57 +0900 |
Kaito Tokumori |
copy the previous function's return type to return value
|
Tue, 14 Jan 2014 16:55:06 +0900 |
Kaito Tokumori |
fix a incorrect if statement which causes incorrect goto parsing
|
Tue, 14 Jan 2014 16:42:07 +0900 |
Kaito Tokumori |
add CbCHelper.h
|
Mon, 13 Jan 2014 23:04:29 +0900 |
Kaito Tokumori |
fix ParseCbCGotoStatement and add new diags for goto cs();
|
Thu, 26 Dec 2013 22:29:30 +0900 |
Kaito Tokumori |
move some methods to ParseCbC.cpp which were written by me.
|
Thu, 26 Dec 2013 19:56:35 +0900 |
Kaito Tokumori |
create if(setjmp) statement automatically.
|
Thu, 19 Dec 2013 00:11:02 +0900 |
Kaito Tokumori |
create __CbC_return declaration statement and return1's assignment statement automarically when we found __return
|
Thu, 12 Dec 2013 23:38:21 +0900 |
Kaito Tokumori |
update to LLVM 3.5
|
Thu, 12 Dec 2013 14:32:10 +0900 |
Kaito Tokumori |
LLVM 3.5
LLVM3.5
|
Sat, 05 Oct 2013 22:04:18 +0900 |
Kaito Tokumori |
remove codeFlag for llvm type and add __CodeTy
|
Tue, 17 Sep 2013 21:32:34 +0900 |
Kaito Tokumori |
minor fix
|
Sat, 13 Jul 2013 18:16:49 +0900 |
Kaito Tokumori |
can tell the Type which is void or __code and set tail call flag only __code.
|
Thu, 04 Jul 2013 02:18:09 +0900 |
Kaito Tokumori |
set return after goto code segment if caller's return value type is code segment or void type.
|
Wed, 03 Jul 2013 12:42:47 +0900 |
Kaito Tokumori |
don't set optimization level to 2 if extension is 'cbc' (cancel 4th commit).
|
Fri, 14 Jun 2013 16:49:18 +0900 |
Kaito Tokumori |
We became to give clang .cbc file
|
Fri, 07 Jun 2013 20:03:58 +0900 |
Kaito Tokumori |
Enable CbC goto parse. But tail call flag was not set yet, so it's not jmp but call.
|
Wed, 15 May 2013 06:43:32 +0900 |
Kaito Tokumori |
1st commit. remove git dir and add all files.
|
Thu, 12 Dec 2013 13:56:28 +0900 |
Kaito Tokumori |
LLVM 3.4
LLVM3.4
|