File List

Here is a list of all files with brief descriptions:
config.h [code]
antlr/include/antlr/ANTLRException.hpp [code]
antlr/include/antlr/ANTLRUtil.hpp [code]
antlr/include/antlr/AST.hpp [code]
antlr/include/antlr/ASTArray.hpp [code]
antlr/include/antlr/ASTFactory.hpp [code]
antlr/include/antlr/ASTNULLType.hpp [code]
antlr/include/antlr/ASTPair.hpp [code]
antlr/include/antlr/ASTRefCount.hpp [code]
antlr/include/antlr/BaseAST.hpp [code]
antlr/include/antlr/BitSet.hpp [code]
antlr/include/antlr/CharBuffer.hpp [code]
antlr/include/antlr/CharInputBuffer.hpp [code]
antlr/include/antlr/CharScanner.hpp [code]
antlr/include/antlr/CharStreamException.hpp [code]
antlr/include/antlr/CharStreamIOException.hpp [code]
antlr/include/antlr/CircularQueue.hpp [code]
antlr/include/antlr/CommonAST.hpp [code]
antlr/include/antlr/CommonASTWithHiddenTokens.hpp [code]
antlr/include/antlr/CommonHiddenStreamToken.hpp [code]
antlr/include/antlr/CommonToken.hpp [code]
antlr/include/antlr/config.hpp [code]
antlr/include/antlr/InputBuffer.hpp [code]
antlr/include/antlr/IOException.hpp [code]
antlr/include/antlr/LexerSharedInputState.hpp [code]
antlr/include/antlr/LLkParser.hpp [code]
antlr/include/antlr/MismatchedCharException.hpp [code]
antlr/include/antlr/MismatchedTokenException.hpp [code]
antlr/include/antlr/NoViableAltException.hpp [code]
antlr/include/antlr/NoViableAltForCharException.hpp [code]
antlr/include/antlr/Parser.hpp [code]
antlr/include/antlr/ParserSharedInputState.hpp [code]
antlr/include/antlr/RecognitionException.hpp [code]
antlr/include/antlr/RefCount.hpp [code]
antlr/include/antlr/SemanticException.hpp [code]
antlr/include/antlr/String.hpp [code]
antlr/include/antlr/Token.hpp [code]
antlr/include/antlr/TokenBuffer.hpp [code]
antlr/include/antlr/TokenRefCount.hpp [code]
antlr/include/antlr/TokenStream.hpp [code]
antlr/include/antlr/TokenStreamBasicFilter.hpp [code]
antlr/include/antlr/TokenStreamException.hpp [code]
antlr/include/antlr/TokenStreamHiddenTokenFilter.hpp [code]
antlr/include/antlr/TokenStreamIOException.hpp [code]
antlr/include/antlr/TokenStreamRecognitionException.hpp [code]
antlr/include/antlr/TokenStreamRetryException.hpp [code]
antlr/include/antlr/TokenStreamRewriteEngine.hpp [code]
antlr/include/antlr/TokenStreamSelector.hpp [code]
antlr/include/antlr/TokenWithIndex.hpp [code]
antlr/include/antlr/TreeParser.hpp [code]
antlr/include/antlr/TreeParserSharedInputState.hpp [code]
ctrump/ctrump.h [code]ユーザ向けヘッダ
ctrump/dummy.cpp [code]Automake に g++を呼ばせるためのダミー
ctrump/init.c [code]初期化処理
ctrump/analyzer/analyze.c [code]解析処理
ctrump/analyzer/analyze.h [code]プログラムの解析を行う
ctrump/analyzer/cfg.c [code]CFGを作る コードからロード、ストアを抜き出す SSA解析する
ctrump/analyzer/cfg.h [code]CFGの定義
ctrump/analyzer/deptest.c [code]依存性解析
ctrump/analyzer/deptest.h [code]依存性を解析して、距離ベクトルを求める
ctrump/analyzer/loop.c [code]ループを解析する
ctrump/analyzer/loop.h [code]ループメモリアクセスの解析
ctrump/analyzer/peel.c [code]解析用に演算の起こらない式を変換する
ctrump/analyzer/peel.h [code]解析用に演算の起こらない式を変換する
ctrump/analyzer/var.h [code]変数アクセス
ctrump/ast/abi.c [code]ABI定義とそれに関連するいくつかの処理の定義
ctrump/ast/abi.h [code]Target ABI definition
ctrump/ast/ast.c [code]C99 構文木定義
ctrump/ast/ast.h [code]C99 構文木定義
ctrump/ast/env.c [code]Declaratorの処理
ctrump/ast/env.h [code]Name lookup and handle declarator module
ctrump/ast/expr-code.h [code]式の種類の定義
ctrump/ast/fold.c [code]定数畳み込み演算
ctrump/ast/location.h [code]位置情報
ctrump/ast/source-string.h [code]オリジナルソーステキスト保持(未実装)
ctrump/ast/types.c [code]C99 構文木定義
ctrump/ast/types.h [code]C99言語の型の定義
ctrump/common/abort.c [code]異常終了処理
ctrump/common/abort.h [code]異常終了処理
ctrump/common/bitmap.c [code]ビットマップ処理ルーチン
ctrump/common/bitmap.h [code]ビットマップ処理ルーチン
ctrump/common/dll.h [code]Windows DLL対応
ctrump/common/intmap.c [code]整数テーブル
ctrump/common/intmap.h [code]整数テーブル
ctrump/common/mempool.c [code]Simple memory allocator module
ctrump/common/mempool.h [code]メモリアロケータ
ctrump/common/queue.c [code]FIFO
ctrump/common/queue.h [code]FIFO
ctrump/common/symbol.c [code]シンボル定義
ctrump/common/symbol.h [code]シンボル定義
ctrump/common/uthash.h [code]
ctrump/common/varray.c [code]Variable length array module
ctrump/common/varray.h [code]Variable length array module
ctrump/io/pprint-format.h [code]コーディングスタイルの定義
ctrump/io/pretty-printer.c [code]Cソースプリンタ
ctrump/io/pretty-printer.h [code]Cソースプリンタ
ctrump/parser/ArrayType.hpp [code]
ctrump/parser/AstCommon.hpp [code]
ctrump/parser/BasicType.hpp [code]
ctrump/parser/CAnalyzer.hpp [code]
ctrump/parser/CFront.cpp [code]
ctrump/parser/cfront.h [code]
ctrump/parser/CFrontError.cpp [code]
ctrump/parser/CFrontError.hpp [code]
ctrump/parser/CToken.hpp [code]
ctrump/parser/CtrumpValueExtension.hpp [code]
ctrump/parser/EnumType.hpp [code]
ctrump/parser/Environment.hpp [code]
ctrump/parser/error-code.h [code]
ctrump/parser/error.h [code]
ctrump/parser/Extension.hpp [code]
ctrump/parser/FieldInclusionType.hpp [code]
ctrump/parser/FunctionType.hpp [code]
ctrump/parser/GccIntegerAttribute.hpp [code]
ctrump/parser/LocationNode.hpp [code]
ctrump/parser/NameDescription.hpp [code]
ctrump/parser/ParserLexerSharedState.hpp [code]
ctrump/parser/PointerType.hpp [code]
ctrump/parser/ScopeNode.hpp [code]
ctrump/parser/StructType.hpp [code]
ctrump/parser/TargetInfo.hpp [code]
ctrump/parser/Type.hpp [code]
ctrump/parser/TypedefType.hpp [code]
ctrump/parser/UnionType.hpp [code]
ctrump/parser/ValueNode.hpp [code]
ctrump/parser/VectorType.hpp [code]
ctrump/parser/test/basic.c [code]
ctrump/parser/test/c99-array.c [code]
ctrump/parser/test/c99-designated-initializers.c [code]
ctrump/parser/test/c99-multi-declaration.c [code]
ctrump/parser/test/char-constant.c [code]
ctrump/parser/test/decl-specs.c [code]
ctrump/parser/test/declaration-basic.c [code]
ctrump/parser/test/enum.c [code]
ctrump/parser/test/expr.c [code]
ctrump/parser/test/float-constant.c [code]
ctrump/parser/test/gcc-attribute.c [code]
ctrump/parser/test/incomplete-type.c [code]
ctrump/parser/test/integer-constant.c [code]
ctrump/parser/test/pointer-integer.c [code]
ctrump/parser/test/statement-for.c [code]
ctrump/parser/test/statement.c [code]
ctrump/parser/test/string-constant.c [code]
ctrump/parser/test/vaargs.c [code]
ctrump/parser/unit-test/AstConverterTest.cpp [code]
ctrump/parser/unit-test/AstConverterTest.hpp [code]
ctrump/parser/unit-test/CParserTest.cpp [code]
ctrump/parser/unit-test/CParserTest.hpp [code]
ctrump/parser/unit-test/run-utest.cpp [code]
ctrump/parser/unit-test/TestUtil.cpp [code]
ctrump/parser/unit-test/TestUtil.hpp [code]
ctrump/parser/unit-test/TypeTest.cpp [code]
ctrump/parser/unit-test/TypeTest.hpp [code]
python/ctrump/__init__.py [code]
python/ctrump/Builder.py [code]
python/ctrump/ctrumpmodule.c [code]Pythonインターフェース定義
python/ctrump/dot.py [code]
python/ctrump/ExitInfo.py [code]
python/ctrump/extractloop.py [code]
python/ctrump/format.py [code]
python/ctrump/libspe2.py [code]
python/ctrump/memoptree.py [code]
python/ctrump/optimizer.py [code]
python/ctrump/spe.py [code]
python/ctrump/utils.py [code]
python/ctrump/builtin-optimizers/OffloadSpe.py [code]
python/ctrump/builtin-optimizers/Unroll.py [code]
runtime/ctrump-libspe2.c [code]Linux libspe2 のPPEランタイム
runtime/ctrump-libspe2.h [code]Linux libspe2 のPPEランタイム
runtime/spe/ctrump-libspe2-boot.c [code]Linux-libspe2でのSPE側のランタイム
runtime/spe/ctrump-libspe2.h [code]Linux-libspe2でのSPE側のランタイム
runtime/spe/ctrump.h [code]SPEランタイム

Generated on Tue Mar 31 20:19:54 2009 for ctrump by  doxygen 1.5.6