新しいページ
出典: GCC Wikia
(最新 | 最古) (前の50件) (次の50件) (20 | 50 | 100 | 250 | 500) を表示- 2008年7月13日 (日) 14:18 Maybe dump rtl for tree stmt (履歴) [236 バイト] Favaritething (会話 | 投稿記録) (ページ作成)
- 2008年6月30日 (月) 09:25 Struct tree opt pass (履歴) [2,043 バイト] Favaritething (会話 | 投稿記録) (ページ作成RTLへの道)
- 2008年6月22日 (日) 03:26 Flag finite math only (履歴) [485 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/host-X-X-X/gcc/options.cにて定義 * == 実装 == <code> </code> {{related}}')
- 2008年6月22日 (日) 03:12 IEEE FLOAT FORMAT (履歴) [210 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/defaults.hにて定義 *浮動小数点型の表現方法をIEEEで定めたものにする == 実装 == <code> 600 #define IEEE_F...')
- 2008年6月22日 (日) 03:08 TARGET FLOAT FORMAT (履歴) [385 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *Gcc-4.1.0/gcc/defaults.hにて定義 == 実装 == <code> 605 - Default to IEEE float if not specified. Nearly all machines use it.: 606 #i...')
- 2008年6月21日 (土) 23:44 Expand gimple cond expr (履歴) [238 バイト] Favaritething (会話 | 投稿記録) (ページ)
- 2008年6月15日 (日) 09:32 FLOAT MODE P (履歴) [470 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/machmode.hにて定義 == 引数 == *MODE == 実装 == <code> 54 - Nonzero if MODE is a floating-point mode.: 55 #define [[F...')
- 2008年6月15日 (日) 09:29 LARGEST EXPONENT IS NORMAL (履歴) [507 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/defaults.hにて定義 *指数部の最大値を無限大やNaNの表現に使用せずに通常の数値の指数として使用し...')
- 2008年6月15日 (日) 09:01 MODE HAS NANS (履歴) [557 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/defaults.hにて定義 == 引数 == *MODE == 実装 == <code> 652 #ifndef MODE_HAS_NANS 653 #define MODE_HAS_NANS(MODE) ...')
- 2008年6月15日 (日) 08:54 HONOR NANS (履歴) [615 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/flags.hにて定義 == 引数 == == 実装 == <code> </code> {{related}}')
- 2008年6月15日 (日) 00:33 Expand gimple basic block (履歴) [4,379 バイト] Favaritething (会話 | 投稿記録) (ページ作成RTLへの道)
- 2008年6月14日 (土) 14:30 Invert tree comparison (履歴) [1,801 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/flags.hにて定義 == 引数 == *enum tree_code code *bool honor_nans == 実装 == <code> 2125 /* Given a tree compariso...')
- 2008年6月13日 (金) 15:57 Flag trapping math (履歴) [1,033 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} <code> 1693 options.c: optionlist $(srcdir)/opt-functions.awk $(srcdir)/optc-gen.awk 1694 $(AWK) -f $(srcdir)/opt-functions.awk -f $(srcdir)/optc-gen.awk \ 1...')
- 2008年6月13日 (金) 15:28 FLOAT TYPE P (履歴) [832 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *Gcc-4.1.0/gcc/tree.hにて定義 == 引数 == *TYPE (tree型) == 実装 == <code> 805 /* Nonzero if TYPE represents a floating-point type, ...')
- 2008年6月13日 (金) 15:15 Invert truthvalue (履歴) [5,975 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *Gcc-4.1.0/gcc/fold-const.cにて定義 == 引数 == == 実装 == <code> 2959 /* Return a simplified tree node for the truth-negation of ARG. Th...')
- 2008年6月12日 (木) 14:02 Boolean type node (履歴) [217 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *Gcc-4.1.0/gcc/tree.hにて定義 == 実装 == <code> 2969 #define boolean_type_node global_trees[TI_BOOLEAN_TYPE] </code> ...')
- 2008年6月11日 (水) 15:33 Tree expand cfg (履歴) [4,846 バイト] Favaritething (会話 | 投稿記録) (ページ作成RTLへの道)
- 2008年6月11日 (水) 14:24 Truth value p (履歴) [699 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/fold-const.cにて定義 == 引数 == *enum tree_code code == 実装 == <code> 2376 /* Return nonzero if CODE is a tree code...')
- 2008年6月10日 (火) 14:13 Pch zone (履歴) [1,332 バイト] ココサブ (会話 | 投稿記録) (新規作成)
- 2008年6月9日 (月) 14:04 C write global declarations (履歴) [909 バイト] Favaritething (会話 | 投稿記録) (ページ作成)
- 2008年6月9日 (月) 04:00 Pass expand (履歴) [1,575 バイト] Favaritething (会話 | 投稿記録) (ページ作成RTLへの道)
- 2008年6月8日 (日) 23:40 Execute one pass (履歴) [235 バイト] Favaritething (会話 | 投稿記録) (ページ作成)
- 2008年6月8日 (日) 00:43 Init optimization passes (履歴) [10,338 バイト] Favaritething (会話 | 投稿記録) (最適)
- 2008年6月8日 (日) 00:40 Execute pass list (履歴) [743 バイト] Favaritething (会話 | 投稿記録) (最適化への道)
- 2008年6月6日 (金) 14:06 C parser declaration or fndef (履歴) [8,505 バイト] Favaritething (会話 | 投稿記録) (genericへの道)
- 2008年6月6日 (金) 13:35 C parser external declaration (履歴) [1,400 バイト] Favaritething (会話 | 投稿記録) (GENERICへの道)
- 2008年6月6日 (金) 13:12 C parser translation unit (履歴) [1,201 バイト] Favaritething (会話 | 投稿記録) (genericへの道)
- 2007年9月26日 (水) 17:28 SSA NAME VERSION (履歴) [423 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/tree.hにて定義 *versionへのアクセサ == 引数 == *NODE **tree (struct tree_ssa_name) == 実装 == <code> 1412 /*...')
- 2007年9月26日 (水) 17:16 Flag evaluation order (履歴) [295 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/toplev.cにて定義 *下位式が左から右へ評価される必要があるならば非ゼロ == 実装 == <code> 372 /* Nonze...')
- 2007年9月26日 (水) 17:08 Tree swap operands p (履歴) [2,207 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/fold-const.cにて定義 == 引数 == *tree arg0 *tree arg1 *bool reorder == 実装 == <code> 6212 /* Test whether it...')
- 2007年9月25日 (火) 17:22 DECL FUNCTION CODE (履歴) [305 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/tree.hにて定義 *fへのアクセサ **enum built_in_function == 引数 == *NODE **tree (struct tree_decl_common) =...')
- 2007年9月25日 (火) 17:07 DECL BUILT IN CLASS (履歴) [426 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/tree.hにて定義 *built_in_classへのアクセサ **enum built_in_class == 引数 == *NODE **tree ([[struct tree_functio...')
- 2007年9月25日 (火) 17:01 DECL BUILT IN (履歴) [332 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == -gcc-4.1.0/gcc/tree.hにて定義 == 引数 == -NODE --tree == 実装 == <code> 2694 /* In a FUNCTION_DECL, nonzero means a built in functio...')
- 2007年9月24日 (月) 03:05 Ggc get size (履歴) [1,442 バイト] ココサブ (会話 | 投稿記録) (新規)
- 2007年9月24日 (月) 02:28 Push depth (履歴) [696 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/ggc-page.cにて定義 *Gのdepthにデータをpushする == 引数 == *unsigned int i == 実装 == <code> 502 /* Push an en...')
- 2007年9月23日 (日) 15:40 Fold binary (履歴) [154,566 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/fold-const.cにて定義 == 引数 == * == 実装 == <code> 7023 /* Fold a binary expression of code CODE and type TYPE with oper...')
- 2007年9月23日 (日) 14:17 Fold build2 stat (履歴) [2,247 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/fold-const.cにて定義 == 引数 == *enum tree_code code *tree type *tree op0 *tree op1 *MEM_STAT_DECL == ...')
- 2007年9月23日 (日) 14:14 Fold build2 (履歴) [312 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/tree.hにて定義 == 引数 == *c **enum tree_code *t1 **tree **タイプ *t2 **tree **引数1 *t3 **tree **引数...')
- 2007年9月23日 (日) 13:50 Integer onep (履歴) [823 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/tree.cにて定義 == 引数 == *tree expr == 実装 == <code> 1159 /* Return 1 if EXPR is the integer constant one or the co...')
- 2007年9月23日 (日) 13:47 Size binop (履歴) [1,704 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/fold-const.cにて定義 == 引数 == *enum tree_code code *tree arg0 *tree arg1 == 実装 == <code> 1661 /* Combine ...')
- 2007年9月23日 (日) 13:42 Size one node (履歴) [189 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/tree.hにて定義 == 実装 == <code> 2928 #define size_one_node global_trees[TI_SIZE_ONE] </code>...')
- 2007年9月23日 (日) 13:17 TYPE NEXT PTR TO (履歴) [266 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/tree.hにて定義 *minvalへのアクセサ == 引数 == *NODE **tree (struct tree_type) == 実装 == <code> 1634 #defin...')
- 2007年9月22日 (土) 16:23 Build pointer type for mode (履歴) [2,769 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/tree.cにて定義 == 引数 == *tree to_type *enum machine_mode mode *bool can_alias_all == 実装 == <code> 4792 /*...')
- 2007年9月22日 (土) 16:18 Ptr mode (履歴) [233 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/emit-rtl.cにて定義 *ポインタの大きさであるモード == 実装 == <code> 65 enum machine_mode ptr_mode; /* M...')
- 2007年9月22日 (土) 16:15 Build pointer type (履歴) [490 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/tree.cにて定義 *build_pointer_type_for_modeのラッパ関数 *ポインタの型を表す木をつくる == 引数 == *[[t...')
- 2007年9月22日 (土) 16:13 Pmode (履歴) [244 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *ポインタに使用されるマシンモード **アーキテクチャ別に定義される **gcc/config/以下 ***[[gcc-4.1.0/gcc/config/ia64/ia64....')
- 2007年9月22日 (土) 16:09 Reference types internal (履歴) [428 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/stor-layout.cにて定義 *すべてのREFERENCE_TYPEが内蔵で、Pmodeでたりるならば非ゼロ == 実装 == <code> 51...')
- 2007年9月22日 (土) 16:04 FUNCTION BOUNDARY (履歴) [246 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *関数の境界。どうメモリに配置するようか **アーキテクチャ別に定義される **gcc/config/以下 ***[[gcc-4.1.0/gcc/config/i...')
- 2007年9月22日 (土) 16:00 TYPE USER ALIGN (履歴) [484 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/tree.cにて定義 *user_align **aligned属性によってalignの変更の要求があるなら1 **alignがそのままでよけれ...')
- 2007年9月22日 (土) 15:55 TYPE ALIGN (履歴) [382 バイト] ココサブ (会話 | 投稿記録) (新しいページ: '{{header}} == 概要 == *gcc-4.1.0/gcc/tree.hにて定義 *alignへのアクセサ **単位はビット == 引数 == *NODE **tree (struct tree_type) == 実装 ==...')
