summaryrefslogtreecommitdiff
path: root/gcc/final.c
Commit message (Expand)AuthorAgeFilesLines
* dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi2008-06-261-5/+3
* final.c (frame_pointer_needed): Removed.H.J. Lu2008-05-251-6/+0
* calls.c (expand_call): Don't use callgraph to increase preferred_stack_boundary.H.J. Lu2008-05-091-1/+1
* re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka2008-04-251-5/+5
* except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka2008-04-181-5/+5
* dwarf2asm.c (dw2_assemble_integer): Cast to unsigned HOST_WIDE_INT for hex pr...Doug Kwan2008-04-151-3/+6
* * final.c (final_scan_insn): Remove if (0) code.Ben Elliston2008-03-301-24/+0
* regmove.c (try_auto_increment): Fix spelling error in comment.Ben Elliston2008-03-201-1/+1
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-12/+20
* system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey2008-02-261-6/+1
* invoke.texi (Warning Options): Add new option -Wframe-larger-than=.Seongbae Park2008-02-201-0/+9
* re PR middle-end/34688 ([4.1/4.2] ICE: output_operand: invalid expression as ...Maxim Kuvyrkov2008-01-261-0/+1
* re PR debug/34249 (FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-...Uros Bizjak2008-01-161-1/+7
* rtl.def (SUBREG): Update comments.Richard Sandiford2007-12-191-2/+9
* invoke.texi (align-threshold, [...]): Document.Jan Hubicka2007-10-091-6/+49
* * gcc/final.c (final_scan_insn): Remove accidentally duplicated code.Roman Zippel2007-09-241-35/+0
* tree.h (block_nonartificial_location): New prototype.Jakub Jelinek2007-09-231-2/+47
* tm.texi (IS_ASM_LOGICAL_LINE_SEPARATOR): Document new argument.Bernd Schmidt2007-09-191-2/+3
* tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey2007-09-061-5/+7
* c-lex.c (interpret_fixed): Declare.Chao-ying Fu2007-08-301-0/+4
* arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi2007-08-231-2/+6
* Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.Paul Brook2007-08-181-0/+67
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* toplev.c (no_new_pseudos): Deleted.Kenneth Zadeck2007-07-111-25/+0
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-37/+53
* gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka2007-05-211-33/+3
* misc.c (gnat_expand_body): Don't call target for destructors, avoid redundant...Jan Hubicka2007-04-221-0/+10
* final.c (final_scan_insn): Alter the condition of a conditional trap if we ha...Kazu Hirata2007-03-171-0/+70
* configure.ac: Test for assembler tolerance to # 0 "".Alexandre Oliva2007-03-131-1/+5
* rtl.h (gen_rtx_ASM_INPUT): Use "" instead of NULL file name.Alexandre Oliva2007-03-091-1/+1
* rtl.def (ASM_INPUT): Add location.Alexandre Oliva2007-03-091-3/+22
* Makefile.in (final.o): Depend on vecprim.h.Kazu Hirata2006-12-231-1/+2
* cfgexpand.c (construct_exit_block): Don't disturb end of last BB.Jan Hubicka2006-11-271-1/+0
* extended.texi (__builtin_expect): We no longer require second argument to be ...Jan Hubicka2006-11-111-2/+0
* final.c (final): Walk from first instruction.Jan Hubicka2006-11-101-1/+1
* except.h (output_function_exception_table): Add 'const char*' param.Eric Botcazou2006-10-281-2/+2
* final.c: Update Copyright year.Bernhard Fischer2006-10-151-11/+10
* final.c (final_scan_insn): Clear current_insn_predicate before outputting inl...Paul Brook2006-08-101-2/+4
* cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-1/+1
* re PR rtl-optimization/26855 (ICE in add_deps_for_def with -fmodulo-sched -ma...Daniel Berlin2006-05-191-0/+3
* cfgloopmanip.c (create_loop_notes): Removed.Zdenek Dvorak2006-03-231-2/+0
* function.h (struct function): Rename to x_stack_check_probe_note.Steven Bosscher2006-03-201-1/+0
* final.c (shorten_branches): Remove outdated comment, and turn the if branch t...Zdenek Dvorak2006-03-131-8/+3
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-5/+9
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-6/+5
* r110126@banpei: zack | 2006-01-22 14:47:42 -0800Zack Weinberg2006-01-231-1/+1
* final.c (compute_alignments): Make it static.Kazu Hirata2005-12-251-1/+4
* final.c (final_scan_insn): Flip in_cold_section_p when changing between the h...Richard Sandiford2005-12-151-16/+3
* alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford2005-12-071-19/+18
* final.c (force_source_line): New global variable.Eric Botcazou2005-11-091-6/+12