| Commit message (Expand) | Author | Age | Files | Lines |
* | Privatize SSA variables into gimple_df. | Jan Hubicka | 2006-11-28 | 1 | -0/+3 |
* | tree-vrp.c (execute_vrp): Do not update current_loops. | Zdenek Dvorak | 2006-11-17 | 1 | -0/+4 |
* | function.h (enum function_frequency): Move declaration out of struct function. | Richard Guenther | 2006-06-16 | 1 | -26/+27 |
* | c-parser.c (c_parser_cast_expression): Only insert casts into hash table if p... | Aldy Hernandez | 2006-05-05 | 1 | -1/+1 |
* | function.c (temp_slots_at_level, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 2006-04-18 | 1 | -1/+7 |
* | Makefile.in (GTFILES): Move functions.h after tree.h. | Kazu Hirata | 2006-04-12 | 1 | -1/+1 |
* | 20060410.c: New. | Aldy Hernandez | 2006-04-11 | 1 | -0/+6 |
* | function.h (struct function): Rename to x_stack_check_probe_note. | Steven Bosscher | 2006-03-20 | 1 | -2/+2 |
* | function.h (frame_offset_overflow): Declare. | Eric Botcazou | 2006-03-11 | 1 | -0/+5 |
* | function.c (use_return_register): Make it static. | Kazu Hirata | 2006-03-05 | 1 | -1/+0 |
* | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 2006-03-04 | 1 | -1/+1 |
* | emit-rtl.c (init_virtual_regs): Make it static. | Kazu Hirata | 2006-01-28 | 1 | -2/+0 |
* | function.c (instantiate_virtual_regs): Make it static. | Kazu Hirata | 2006-01-18 | 1 | -1/+0 |
* | Makefile.in (FUNCTION_H): New. | Kazu Hirata | 2006-01-17 | 1 | -0/+2 |
* | cgraph.c (cgraph_insert_node_to_hashtable): New function. | Jan Hubicka | 2006-01-11 | 1 | -11/+0 |
* | Fix uninitialized register read problem. | James E Wilson | 2005-08-19 | 1 | -0/+5 |
* | function.h (struct function): Add saved blocks/unexpanded var list. | Jan Hubicka | 2005-06-30 | 1 | -0/+2 |
* | c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__. | Richard Henderson | 2005-06-27 | 1 | -0/+4 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | function.c (prologue, [...]): Change their types to VEC(int,heap)*. | Kazu Hirata | 2005-06-04 | 1 | -3/+0 |
* | cgraph.h (cgraph_node): Add 'lowered' state. | Steven Bosscher | 2005-05-17 | 1 | -1/+2 |
* | bb-reorder.c (verify_hot_cold_block_grouping): Replace internal_error with gc... | Caroline Tice | 2005-05-16 | 1 | -4/+4 |
* | except.c (duplicate_eh_region_1, [...]): New functions, based on old implemen... | Steven Bosscher | 2005-05-12 | 1 | -0/+1 |
* | Correct fixes for various hot/cold partitioning concerns. | Caroline Tice | 2005-04-27 | 1 | -0/+14 |
* | Makefile.in: Add function.h to BASIC_BLOCK_H. | Steven Bosscher | 2005-04-12 | 1 | -0/+3 |
* | Revert patch from April 9. | Caroline Tice | 2005-04-12 | 1 | -14/+0 |
* | Fix problems with labels with hot/cold partitioning. | Caroline Tice | 2005-04-09 | 1 | -0/+14 |
* | tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR... | Jakub Jelinek | 2005-04-09 | 1 | -0/+14 |
* | * function.h (nonlocal_labels): Remove. | Kazu Hirata | 2005-04-08 | 1 | -1/+0 |
* | function.h (function): Remove instrument_entry_exit. | Kazu Hirata | 2005-04-08 | 1 | -5/+0 |
* | function.c (push_function_context_to): Don't set contains_functions. | Kazu Hirata | 2005-04-08 | 1 | -4/+0 |
* | function.c (get_func_frame_size): Make it static. | Kazu Hirata | 2005-03-14 | 1 | -2/+0 |
* | re PR middle-end/19698 (Infinite loop in update_life_info) | Steven Bosscher | 2005-02-20 | 1 | -0/+8 |
* | c-common.def, [...]: Update copyright. | Kazu Hirata | 2005-01-27 | 1 | -1/+1 |
* | re PR middle-end/16585 (current_function_has_computed_jump incorrectly change... | Steven Bosscher | 2005-01-26 | 1 | -4/+0 |
* | function.h (struct function): Remove calls_longjmp. | Zack Weinberg | 2004-11-23 | 1 | -4/+0 |
* | emit-rtl.c (last_label_num, [...]): Remove. | Kazu Hirata | 2004-10-08 | 1 | -1/+0 |
* | revert: tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_... | Jakub Jelinek | 2004-10-01 | 1 | -14/+0 |
* | tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR... | Jakub Jelinek | 2004-09-29 | 1 | -0/+14 |
* | function.c (reference_callee_copied): New. | Richard Henderson | 2004-09-08 | 1 | -0/+2 |
* | Makefile.in (GTFILES): Remove stmt.c | Paolo Bonzini | 2004-08-09 | 1 | -12/+0 |
* | re PR tree-optimization/15077 (ICE in make_decl_rtl when inlining tail recurs... | Richard Kenner | 2004-07-27 | 1 | -1/+2 |
* | calls.c (combine_pending_stack_adjustment_and_call): Make preferred_unit_stac... | Richard Henderson | 2004-07-26 | 1 | -2/+2 |
* | expr.c (enqueue_insn, [...]): Remove. | Paolo Bonzini | 2004-07-14 | 1 | -4/+0 |
* | function.c (pass_by_reference): New. | Richard Henderson | 2004-07-13 | 1 | -0/+3 |
* | rtl.def (ADDRESSOF): Remove. | Richard Henderson | 2004-07-04 | 1 | -16/+1 |
* | c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s... | Richard Henderson | 2004-07-02 | 1 | -5/+0 |
* | tree.def (RTL_EXPR): Remove. | Richard Henderson | 2004-07-01 | 1 | -13/+2 |
* | function.h (struct function): Remove x_function_call_count. | Richard Henderson | 2004-07-01 | 1 | -11/+0 |
* | function.c (identify_blocks, [...]): Remove. | Richard Henderson | 2004-07-01 | 1 | -3/+0 |