Age | Commit message (Expand) | Author | Files | Lines |
2007-07-26 | dominance.c (dom_computed, [...]): Removed. | Zdenek Dvorak | 1 | -0/+2 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-05 | function.c (match_asm_constraints_1, [...]): New. | Paolo Bonzini | 1 | -0/+4 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -9/+4 |
2007-05-21 | builtins.c (expand_builtin_setjmp_setup): Update comment. | Nathan Sidwell | 1 | -13/+17 |
2007-05-14 | tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW to allocate struct nb_it... | Zdenek Dvorak | 1 | -1/+1 |
2007-04-28 | alpha.c (alpha_output_mi_thunk_osf): Use insn_locators_alloc instead of insn_... | Jan Hubicka | 1 | -8/+0 |
2007-04-24 | Revert: | Jan Hubicka | 1 | -0/+8 |
2007-04-23 | function.c (init_function_start): Don't init line number info. | Jan Hubicka | 1 | -8/+0 |
2007-04-16 | * function.h: Remove sequence_stack extern declaration. | Aldy Hernandez | 1 | -2/+0 |
2007-03-06 | errors.h (warning, [...]): Mark as cold. | Jan Hubicka | 1 | -2/+2 |
2007-01-10 | function.c (get_last_funcdef_no): New function. | Razya Ladelsky | 1 | -0/+1 |
2006-12-16 | omp-low.c (expand_omp_parallel): Set function properties. | Jan Hubicka | 1 | -0/+4 |
2006-12-13 | Makefile.in: Add dependencies. | Jan Hubicka | 1 | -0/+4 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -0/+5 |
2006-11-28 | Privatize SSA variables into gimple_df. | Jan Hubicka | 1 | -0/+3 |
2006-11-17 | tree-vrp.c (execute_vrp): Do not update current_loops. | Zdenek Dvorak | 1 | -0/+4 |
2006-06-16 | function.h (enum function_frequency): Move declaration out of struct function. | Richard Guenther | 1 | -26/+27 |
2006-05-05 | c-parser.c (c_parser_cast_expression): Only insert casts into hash table if p... | Aldy Hernandez | 1 | -1/+1 |
2006-04-18 | function.c (temp_slots_at_level, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 1 | -1/+7 |
2006-04-12 | Makefile.in (GTFILES): Move functions.h after tree.h. | Kazu Hirata | 1 | -1/+1 |
2006-04-11 | 20060410.c: New. | Aldy Hernandez | 1 | -0/+6 |
2006-03-20 | function.h (struct function): Rename to x_stack_check_probe_note. | Steven Bosscher | 1 | -2/+2 |
2006-03-11 | function.h (frame_offset_overflow): Declare. | Eric Botcazou | 1 | -0/+5 |
2006-03-05 | function.c (use_return_register): Make it static. | Kazu Hirata | 1 | -1/+0 |
2006-03-04 | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-01-28 | emit-rtl.c (init_virtual_regs): Make it static. | Kazu Hirata | 1 | -2/+0 |
2006-01-18 | function.c (instantiate_virtual_regs): Make it static. | Kazu Hirata | 1 | -1/+0 |
2006-01-17 | Makefile.in (FUNCTION_H): New. | Kazu Hirata | 1 | -0/+2 |
2006-01-11 | cgraph.c (cgraph_insert_node_to_hashtable): New function. | Jan Hubicka | 1 | -11/+0 |
2005-08-19 | Fix uninitialized register read problem. | James E Wilson | 1 | -0/+5 |
2005-06-30 | function.h (struct function): Add saved blocks/unexpanded var list. | Jan Hubicka | 1 | -0/+2 |
2005-06-27 | c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__. | Richard Henderson | 1 | -0/+4 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-04 | function.c (prologue, [...]): Change their types to VEC(int,heap)*. | Kazu Hirata | 1 | -3/+0 |
2005-05-17 | cgraph.h (cgraph_node): Add 'lowered' state. | Steven Bosscher | 1 | -1/+2 |
2005-05-16 | bb-reorder.c (verify_hot_cold_block_grouping): Replace internal_error with gc... | Caroline Tice | 1 | -4/+4 |
2005-05-12 | except.c (duplicate_eh_region_1, [...]): New functions, based on old implemen... | Steven Bosscher | 1 | -0/+1 |
2005-04-27 | Correct fixes for various hot/cold partitioning concerns. | Caroline Tice | 1 | -0/+14 |
2005-04-12 | Makefile.in: Add function.h to BASIC_BLOCK_H. | Steven Bosscher | 1 | -0/+3 |
2005-04-12 | Revert patch from April 9. | Caroline Tice | 1 | -14/+0 |
2005-04-09 | Fix problems with labels with hot/cold partitioning. | Caroline Tice | 1 | -0/+14 |
2005-04-09 | tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR... | Jakub Jelinek | 1 | -0/+14 |
2005-04-08 | * function.h (nonlocal_labels): Remove. | Kazu Hirata | 1 | -1/+0 |
2005-04-08 | function.h (function): Remove instrument_entry_exit. | Kazu Hirata | 1 | -5/+0 |
2005-04-08 | function.c (push_function_context_to): Don't set contains_functions. | Kazu Hirata | 1 | -4/+0 |
2005-03-14 | function.c (get_func_frame_size): Make it static. | Kazu Hirata | 1 | -2/+0 |
2005-02-20 | re PR middle-end/19698 (Infinite loop in update_life_info) | Steven Bosscher | 1 | -0/+8 |
2005-01-27 | c-common.def, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-26 | re PR middle-end/16585 (current_function_has_computed_jump incorrectly change... | Steven Bosscher | 1 | -4/+0 |