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
Age
Commit message (
Expand
)
Author
Files
Lines
2001-08-07
calls.c (expand_call): Do not emit INSN_SETJMP note.
Jan Hubicka
17
-130
/
+132
2001-08-07
config.gcc: Quote target_cpu_default2 correctly for powerpc*-*-* targets.
Daniel Jacobowitz
2
-1
/
+6
2001-08-07
cpplib.h, line-map.h: Update comments.
Neil Booth
4
-40
/
+49
2001-08-07
* doc/install.texi: Document fine-grained multilib configuration.
David Edelsohn
2
-0
/
+26
2001-08-07
rtlanal.c (find_first_parameter_load): Call note_stores only on the instructi...
Jan Hubicka
2
-1
/
+7
2001-08-07
revert get_alias_set change for now
Jason Merrill
2
-10
/
+0
2001-08-07
re PR c++/3820 (GCC 3.0 crashes with empty base class)
Nathan Sidwell
6
-41
/
+125
2001-08-07
alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_P
Jan Hubicka
17
-24
/
+50
2001-08-07
oops
Jason Merrill
1
-1
/
+1
2001-08-07
* tree.c (walk_tree): Walk siblings even if !walk_subtrees.
Jason Merrill
2
-4
/
+14
2001-08-07
improve comment
Jason Merrill
1
-1
/
+3
2001-08-07
* c-semantics.c (make_rtl_for_local_static): Use DECL_RTL_SET_P.
Jason Merrill
2
-1
/
+3
2001-08-07
alias.c (get_alias_set): Return a previously calculated alias set for a VAR_D...
Jason Merrill
3
-0
/
+37
2001-08-07
Daily bump.
GCC Administrator
2
-2
/
+2
2001-08-06
varasm.c (assemble_gc_entry): Remove.
Richard Henderson
3
-24
/
+5
2001-08-06
varasm.c (assemble_constructor): Take a symbol_ref and a priority instead of ...
Richard Henderson
12
-61
/
+106
2001-08-06
darwin.h (DOUBLE_INT_ASM_OP): Add whitespace.
David Edelsohn
6
-38
/
+44
2001-08-06
tweak comment
Jason Merrill
1
-1
/
+1
2001-08-06
f90-intrinsic-bit.x: XFAIL on irix6.* and solaris2.*
David Billinghurst
3
-0
/
+26
2001-08-06
cpperror.c (print_containing_files): Moved to line-map.c.
Neil Booth
10
-188
/
+161
2001-08-06
* expr.c (store_constructor): Don't clobber memory targets.
Richard Henderson
2
-1
/
+8
2001-08-06
except.c (convert_from_eh_region_ranges_1): Never mark USE or CLOBBER insns a...
Richard Henderson
1
-0
/
+2
2001-08-06
profile.c (branch_prob): Remove unused variable insn.
Andreas Jaeger
4
-27
/
+35
2001-08-06
i386.h (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): New.
Richard Henderson
4
-2
/
+46
2001-08-06
Don't allow template-id in using-declaration.
Gabriel Dos Reis
4
-14
/
+84
2001-08-06
* doc/install.texi: Document powerpc-*-darwin* details.
Stan Shebs
2
-0
/
+40
2001-08-06
aix.h (CPP_CPU_SPEC): Move back to rs6000.h
Daniel Berlin
7
-182
/
+104
2001-08-06
Daily bump.
GCC Administrator
2
-2
/
+2
2001-08-05
local-alloc.c (update_equiv_regs): Do not move insns that can throw.
Richard Henderson
2
-0
/
+11
2001-08-05
Makefile.in (reload1.o): Add dedendancy on except.h
Jan Hubicka
6
-72
/
+113
2001-08-05
* cpplib.c (do_line): Update line number after pop_buffer.
Neil Booth
2
-0
/
+5
2001-08-05
re PR preprocessor/3824 (With -traditional, CPP 0xffffffff > 0 but C 0xffffff...
Neil Booth
6
-8
/
+43
2001-08-05
re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b...
Neil Booth
14
-252
/
+296
2001-08-05
Prefer a temporary register over directly storing into memory.
Bernd Schmidt
2
-2
/
+5
2001-08-05
New pattern for the combiner
Bernd Schmidt
4
-0
/
+95
2001-08-05
Fix gen_nop_type abort
Bernd Schmidt
2
-14
/
+35
2001-08-05
Add missing REG_INC notes.
Bernd Schmidt
3
-10
/
+40
2001-08-05
Not all VALUEs are identical
Bernd Schmidt
2
-1
/
+7
2001-08-05
Fix computation of number of iterations with unrolling
Bernd Schmidt
2
-44
/
+40
2001-08-05
Daily bump.
GCC Administrator
2
-2
/
+2
2001-08-05
sh.c (sh_asm_named_section): Fix typo in align parameter in last change.
Hans-Peter Nilsson
2
-1
/
+6
2001-08-04
Don't use #if inside C test expression.
Zack Weinberg
2
-5
/
+7
2001-08-04
* i386.c: Revert 07-30 ix86_output_main_function_alignment_hack.
Richard Henderson
2
-47
/
+4
2001-08-04
cpphash.h (struct cpp_reader): New member directive_line.
Neil Booth
6
-30
/
+58
2001-08-04
d30v.h: Fix typo in start of UNIQUE_SECTION comment.
Hans-Peter Nilsson
2
-0
/
+6
2001-08-04
* loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.
Jan Hubicka
5
-27
/
+157
2001-08-04
Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...
Neil Booth
17
-101
/
+135
2001-08-04
m68hc11.md ("cmphi_1", "cmpqi_1"): Allow memory and soft register for operand 0.
Stephane Carrez
2
-22
/
+41
2001-08-04
m68hc11.md ("bitcmpqi"): Allow memory and soft register for operand 0.
Stephane Carrez
2
-10
/
+30
2001-08-04
Daily bump.
GCC Administrator
2
-2
/
+2
[next]