index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
final.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-02
re PR debug/47498 (-fcompare-debug failure with -fsched2-use-superblocks)
Alexandre Oliva
1
-2
/
+5
2011-01-31
revert: re PR debug/45136 (-fcompare-debug failure with -Os -fschedule-insns)
Alexandre Oliva
1
-5
/
+2
2011-01-25
re PR debug/45136 (-fcompare-debug failure with -Os -fschedule-insns)
Alexandre Oliva
1
-2
/
+5
2011-01-07
allow the target to label code fragments generated by partitioning.
Iain Sandoe
1
-0
/
+10
2010-12-01
common.opt (main_input_filename, [...]): New Variable entries.
Joseph Myers
1
-0
/
+26
2010-11-12
re PR middle-end/44769 (warning for split_double when HOST_BITS_PER_WIDE_INT ...
Joern Rennecke
1
-2
/
+3
2010-11-04
final.c (compute_alignments): Compute/free loop info all the time.
Pat Haugen
1
-6
/
+3
2010-10-19
tm.texi.in (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): New.
DJ Delorie
1
-21
/
+30
2010-09-30
opt-functions.awk (static_var): Update comment.
Joseph Myers
1
-9
/
+9
2010-09-28
Hookize TARGET_UNWIND_INFO et al.
Richard Henderson
1
-22
/
+4
2010-09-24
lto-symtab.c (lto_symtab_entry_def): Add guessed field.
Jan Hubicka
1
-1
/
+4
2010-09-07
Always do output_function_exception_table before assemble_end_function.
Richard Henderson
1
-9
/
+3
2010-09-07
Define target hook TARGET_UNWIND_EMIT_BEFORE_INSN.
Richard Henderson
1
-1
/
+6
2010-08-11
target.def (output_addr_const_extra): New hook.
Anatoly Sokolov
1
-5
/
+2
2010-08-02
final.c (final_scan_insn): Call CC_STATUS_INIT unconditionally.
Bernd Schmidt
1
-4
/
+2
2010-07-28
i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.
Kai Tietz
1
-6
/
+2
2010-07-08
final.c (final_scan_insn): Replace TARGET_UNWIND_INFO macro check by unwind_e...
Kai Tietz
1
-6
/
+4
2010-06-30
toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h.
Manuel López-Ibáñez
1
-1
/
+2
2010-06-16
This patch adds the end prologue and begin epilogue markers in Dwarf2
Douglas B Rupp
1
-1
/
+2
2010-06-04
i386-protos.h (ix86_print_operand): Declare.
Nathan Froyd
1
-2
/
+1
2010-06-04
final.c (output_asm_insn): Call targetm.asm_out.print_operand_punct_valid_p.
Nathan Froyd
1
-13
/
+9
2010-05-28
final.c (rest_of_clean_state): Use %m in errors instead of strerror (errno).
Joseph Myers
1
-4
/
+4
2010-05-21
tree.h: Include real.h and fixed-value.h as basic datatypes.
Steven Bosscher
1
-1
/
+0
2010-05-13
final.c (output_addr_const): Do not call mark_decl_referenced.
Jan Hubicka
1
-4
/
+1
2010-04-26
cgraph.c (cgraph_create_node): Set node frequency to normal.
Jan Hubicka
1
-2
/
+5
2010-03-26
re PR debug/43516 ("-fcompare-debug failure" at -O2)
Jakub Jelinek
1
-1
/
+6
2009-12-01
final.c (rest_of_clean_state): If -fcompare-debug is given dump final insns w...
Richard Guenther
1
-0
/
+2
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-1
/
+1
2009-10-27
target.h (have_conditional_execution): Add a new target hook function.
Wei Guozhi
1
-7
/
+3
2009-10-08
Add support for debugging with ICF (Identical Code Folding).
Cary Coutant
1
-0
/
+20
2009-10-05
re PR tree-optimization/40992 (cunroll ignoring asm size)
Andrew Pinski
1
-2
/
+11
2009-09-22
re PR target/41246 (should "sorry" when regparm=3 and nested functions are en...
Richard Henderson
1
-40
/
+18
2009-09-17
dwarf2out.c: Include tree-pass.h and gimple.h.
Jan Hubicka
1
-1
/
+1
2009-09-13
tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.
Eric Botcazou
1
-20
/
+40
2009-09-10
final.c (shorten_branches): Ignore DEBUG_INSN_P instructions introduced by th...
Hariharan Sandanagobalane
1
-1
/
+1
2009-09-02
invoke.texi (-fvar-tracking-assignments): New.
Alexandre Oliva
1
-1
/
+3
2009-08-14
final.c (add_debug_prefix_map): Don't use GC memory for old_prefix and new_pr...
Rafael Avila de Espindola
1
-2
/
+2
2009-07-14
tree-ssa-alias.h (refs_may_alias_p_1): Declare.
Richard Guenther
1
-0
/
+3
2009-07-07
Give names to some currently nameless passes (this
Duncan Sands
1
-1
/
+1
2009-06-22
alias.c: Use REG_P...
Shujing Zhao
1
-6
/
+6
2009-06-17
dbxout.c (dbxout_source_line): Add is_stmt parameter.
Cary Coutant
1
-10
/
+27
2009-06-08
common.opt (fcompare-debug=, [...]): New.
Alexandre Oliva
1
-0
/
+56
2009-06-04
basic-block.h (struct basic_block_def): Add discriminator field.
Cary Coutant
1
-2
/
+15
2009-05-29
cfgcleanup.c (try_crossjump_to_edge): Only skip past NOTE_INSN_BASIC_BLOCK.
Richard Henderson
1
-0
/
+10
2009-05-23
final.c (shorten_branches): Do not align labels for jump tables.
Mark Mitchell
1
-50
/
+43
2009-05-16
re PR target/39942 (Nonoptimal code - leaveq; xchg %ax,%ax; retq)
Jakub Jelinek
1
-1
/
+11
2009-05-12
Merge cond-optab branch.
Paolo Bonzini
1
-5
/
+14
2009-04-27
dbgcnt.def (cprop1, [...]): Remove
Steven Bosscher
1
-0
/
+1
2009-04-17
df.h: Include "timevar.h".
Ian Lance Taylor
1
-3
/
+2
2009-04-10
tm.texi (Instruction Output): Document TARGET_ASM_FINAL_POSTSCAN_INSN.
Chao-ying Fu
1
-0
/
+10
[next]