view 2014_sigos.bib @ 10:5c0fdc79df25

add LLVM/clang description and compile flow.
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Sun, 20 Apr 2014 21:28:42 +0900
parents a9621a0894d5
children
line wrap: on
line source

@article{nobu:2011a,
	author = "大城信康 and 河野真治",
	title = "Continuation based C の GCC 4.6 上での実装について",
	journal = "第53回プログラミング・シンポジウム",
	month = "Jan",
	year = 2011
}

@article{kono:2000a,
	author = "河野真治",
	title = "継続を持つ C の回言語によるシステム記述",
	journal = "日本ソフトウェア科学会第 17 回大会論文集",
	month = "Sep",
	year = 2000
}
                  
@article{kono:2008a,
	author = "河野真治",
	title = "Implementing Continuation based language in GCC",
	journal = "Continuation Festa",
	month = "April",
	year = 2008
}
                  
@article{yogi:2008a,
	author = "与儀健人 and 河野真治",
	title = "Continuation based CコンパイラのGCC-4.2による実装",
	journal = "情報処理学会システムソフトウェアとオペレーティング・システム研究会(OS)",
	month = "April",
	year = 2008
}
                  
@manual{LLVMIR,
author = "{LLVM Language Reference Manual}",
title = "{\\http://llvm.org/docs/LangRef.html}",
}
                  
@manual{LLVM,
author = "{LLVM Documentation}",
title = "{\\http://llvm.org/docs/index.html}",
}
                  
@manual{clang,
author = "{clang 3.5 documentation}",
title = "{\\http://clang.llvm.org/docs/index.html}",
}

@manual{clangAPI,
author = "{clang API Documentation}",
title = "{\\http://clang.llvm.org/doxygen/}",
}