Age | Commit message (Expand) | Author | Files | Lines |
2005-07-05 | Makefile.in: Adjust dependencies. | Paolo Bonzini | 1 | -94/+0 |
2005-06-30 | coretypes.h (tls_model): Add TLS_MODEL_NONE as 0. | Steven Bosscher | 1 | -5/+15 |
2005-06-29 | re PR middle-end/21969 (ICE on float __attribute__((vector_size(2048)))) | Steve Ellcey | 1 | -1/+6 |
2005-06-27 | builtin-attrs.def (DEF_ATTR_FOR_INT): Add for 5 and 6. | Jakub Jelinek | 1 | -0/+11 |
2005-06-27 | c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__. | Richard Henderson | 1 | -0/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-23 | re PR c++/19317 (removing a temporary return value when we cannot) | Jason Merrill | 1 | -4/+4 |
2005-06-16 | re PR tree-optimization/22035 (complex float comparison broken) | Richard Henderson | 1 | -3/+0 |
2005-06-09 | re PR tree-optimization/20610 (Real by complex multiplications perform unnece... | Richard Henderson | 1 | -2/+11 |
2005-06-07 | tree-ssa-address.c: New file. | Zdenek Dvorak | 1 | -4/+17 |
2005-06-04 | cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P. | Daniel Berlin | 1 | -2/+10 |
2005-06-01 | [multiple changes] | Diego Novillo | 1 | -8/+1 |
2005-06-01 | tree.h (fold_indirect_ref_1): Export from fold-const.c. | Richard Guenther | 1 | -0/+1 |
2005-06-01 | c-objc-common.c (c_tree_printer): Check flag before hashtable. | Daniel Berlin | 1 | -1/+8 |
2005-05-27 | basic-block.h (basic_block_def): Add phi_nodes and predictions. | Kazu Hirata | 1 | -3/+0 |
2005-05-24 | tree-nested.c (build_addr): New "context" argument. | Jeff Law | 1 | -1/+1 |
2005-05-17 | tree-ssa-loop-ivopts.c (find_bivs, [...]): Apply expand_simple_operations to ... | Zdenek Dvorak | 1 | -0/+1 |
2005-05-11 | Makefile.in (tree-eh.o): Kill gt-tree-eh.h dependency. | Jan Hubicka | 1 | -0/+1 |
2005-05-11 | re PR middle-end/20371 (Some corner cases of MS bitfields don't work) | J"orn Rennecke | 1 | -0/+3 |
2005-05-03 | lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. | Andrew MacLeod | 1 | -6/+6 |
2005-04-29 | tree.c (build_block): Removed unused 'tags' argument. | Tom Tromey | 1 | -1/+1 |
2005-04-28 | * tree.h (edge_def): Remove. | Kazu Hirata | 1 | -2/+0 |
2005-04-27 | * tree.h (phi_arg_d): Expand a comment in phi_arg_d. | Kazu Hirata | 1 | -1/+3 |
2005-04-26 | tree.h (tree_phi_node): Add a comment about the order of PHI arguments. | Kazu Hirata | 1 | -0/+2 |
2005-04-24 | tree.h (TREE_THIS_VOLATILE): Document the effect on a function decl. | Andrew Pinski | 1 | -0/+3 |
2005-04-23 | re PR tree-optimization/21088 (VRP passes fold the type of operands of a comp... | Kazu Hirata | 1 | -0/+3 |
2005-04-22 | [multiple changes] | Diego Novillo | 1 | -7/+0 |
2005-04-22 | Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _... | Zdenek Dvorak | 1 | -0/+1 |
2005-04-21 | lambda.h (lambda_vector_min_nz): Likewise. | Nathan Sidwell | 1 | -1/+1 |
2005-04-21 | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 1 | -4/+6 |
2005-04-09 | tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR... | Jakub Jelinek | 1 | -0/+4 |
2005-04-08 | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 1 | -7/+12 |
2005-04-08 | * tree.h (STRIP_MAIN_TYPE_NOPS): Remove. | Kazu Hirata | 1 | -11/+0 |
2005-04-06 | cse.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -4/+28 |
2005-03-29 | tree-ssanames.c (duplicate_ssa_name_ptr_info): New function. | Dorit Nuzman | 1 | -0/+1 |
2005-03-25 | tree.c (get_set_constructor_bits, [...]): Remove. | Kazu Hirata | 1 | -2/+0 |
2005-03-23 | tm.texi (TARGET_MD_ASM_CLOBBERS): Adjust wording to not imply that this is ca... | Hans-Peter Nilsson | 1 | -0/+4 |
2005-03-23 | tree.h (DECL_IGNORED_P, [...]): Clarify comments. | Tobias Schlüter | 1 | -4/+4 |
2005-03-22 | fold-const.c (fold_build1, [...]): New. | Kazu Hirata | 1 | -0/+3 |
2005-03-21 | builtins.c (fold_builtin): Take decomposed arguments of CALL_EXPR. | Kazu Hirata | 1 | -1/+1 |
2005-03-16 | re PR middle-end/15700 ([unit-at-a-time] Inlining problem leads to miscompila... | Richard Henderson | 1 | -1/+2 |
2005-03-16 | builtins.c (expand_movstr): Update a call to fold_builtin_strcpy. | Kazu Hirata | 1 | -2/+2 |
2005-03-14 | builtin-attrs.def (ATTR_NOVOPS, [...]): New. | Zdenek Dvorak | 1 | -2/+11 |
2005-03-08 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2005-03-08 | re PR c/14411 (Request for setjmp/longjmp attributes) | Alexey Neyman | 1 | -1/+7 |
2005-03-07 | * tree.h (DECL_IS_BUILTIN): Reverted my patch from earlier today. | Per Bothner | 1 | -5/+1 |
2005-03-07 | Various fixes to allow us to again build if --enable-mapped-location: | Per Bothner | 1 | -1/+5 |
2005-03-07 | stor-layout.c (set_alignment): Remove. | Kazu Hirata | 1 | -3/+0 |
2005-03-05 | c-semantics.c (build_stmt): Use TYPE_P instead of IS_NON_TYPE_CODE_CLASS. | Kazu Hirata | 1 | -6/+1 |