aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-3/+2
2009-04-10tm.texi (Instruction Output): Document TARGET_ASM_FINAL_POSTSCAN_INSN.Chao-ying Fu1-0/+10
2008-12-10re PR target/37170 (gcc.dg/weak/weak-1.c)Eric Botcazou1-1/+4
2008-11-22re PR target/37170 (gcc.dg/weak/weak-1.c)Jakub Jelinek1-2/+11
2008-11-12re PR debug/27574 (MIssing debug info at -O0 for a local variable in a C++ co...Dodji Seketeli1-0/+4
2008-09-22re PR target/37170 (gcc.dg/weak/weak-1.c)Hans-Peter Nilsson1-8/+30
2008-09-01sel-sched.h, [...]: New files.Andrey Belevantsev1-2/+5
2008-08-30parse.c (parse_interface): Silence uninitialized var warning.Jan Hubicka1-1/+1
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka1-2/+2
2008-08-12Fix final.c.Anatoly Sokolov1-2/+2
2008-08-12* final.c (final_scan_insn): Use app_enable/app_disable functions.Anatoly Sokolov1-25/+5
2008-07-30re PR bootstrap/36974 (Gcc failed to bootstrap)Rafael Avila de Espindola1-0/+3
2008-07-30final.c (call_from_call_insn): New.Rafael Avila de Espindola1-0/+39
2008-07-22c-typeck.c (build_external_ref): Don't call assemble_external.Rafael Avila de Espindola1-0/+8
2008-07-16c-pch.c (get_ident): Avoid C++ keywords.Kaveh R. Ghazi1-21/+21
2008-07-09http://gcc.gnu.org/ml/gcc-patches/2008-07/msg00520.htmlChristian Bruel1-1/+1
2008-07-02* final.c (asm_insn_count): Return zero for an empty asm body.Mark Shinwell1-0/+3
2008-06-26dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi1-5/+3
2008-05-25final.c (frame_pointer_needed): Removed.H.J. Lu1-6/+0
2008-05-09calls.c (expand_call): Don't use callgraph to increase preferred_stack_boundary.H.J. Lu1-1/+1
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-5/+5
2008-04-18except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka1-5/+5
2008-04-15dwarf2asm.c (dw2_assemble_integer): Cast to unsigned HOST_WIDE_INT for hex pr...Doug Kwan1-3/+6
2008-03-30* final.c (final_scan_insn): Remove if (0) code.Ben Elliston1-24/+0
2008-03-20regmove.c (try_auto_increment): Fix spelling error in comment.Ben Elliston1-1/+1
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-12/+20
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-6/+1
2008-02-20invoke.texi (Warning Options): Add new option -Wframe-larger-than=.Seongbae Park1-0/+9
2008-01-26re PR middle-end/34688 ([4.1/4.2] ICE: output_operand: invalid expression as ...Maxim Kuvyrkov1-0/+1
2008-01-16re PR debug/34249 (FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-...Uros Bizjak1-1/+7
2007-12-19rtl.def (SUBREG): Update comments.Richard Sandiford1-2/+9
2007-10-09invoke.texi (align-threshold, [...]): Document.Jan Hubicka1-6/+49
2007-09-24* gcc/final.c (final_scan_insn): Remove accidentally duplicated code.Roman Zippel1-35/+0
2007-09-23tree.h (block_nonartificial_location): New prototype.Jakub Jelinek1-2/+47
2007-09-19tm.texi (IS_ASM_LOGICAL_LINE_SEPARATOR): Document new argument.Bernd Schmidt1-2/+3
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey1-5/+7
2007-08-30c-lex.c (interpret_fixed): Declare.Chao-ying Fu1-0/+4
2007-08-23arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi1-2/+6
2007-08-18Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.Paul Brook1-0/+67
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-11toplev.c (no_new_pseudos): Deleted.Kenneth Zadeck1-25/+0
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-37/+53
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-33/+3
2007-04-22misc.c (gnat_expand_body): Don't call target for destructors, avoid redundant...Jan Hubicka1-0/+10
2007-03-17final.c (final_scan_insn): Alter the condition of a conditional trap if we ha...Kazu Hirata1-0/+70
2007-03-13configure.ac: Test for assembler tolerance to # 0 "".Alexandre Oliva1-1/+5
2007-03-09rtl.h (gen_rtx_ASM_INPUT): Use "" instead of NULL file name.Alexandre Oliva1-1/+1
2007-03-09rtl.def (ASM_INPUT): Add location.Alexandre Oliva1-3/+22
2006-12-23Makefile.in (final.o): Depend on vecprim.h.Kazu Hirata1-1/+2
2006-11-27cfgexpand.c (construct_exit_block): Don't disturb end of last BB.Jan Hubicka1-1/+0