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/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
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-15
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-15
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
2000-04-28
* timevar.c (init_timevar): DeANSIfy function definition.
Kaveh R. Ghazi
2
-1
/
+5
2000-04-28
Daily bump.
Jeff Law
2
-2
/
+2
2000-04-28
optimize.c (copy_body_r): Use STRIP_TYPE_NOPS when copying variables.
Mark Mitchell
2
-2
/
+41
2000-04-28
Makefile.in (timevar.o): Depend on flags.h.
Alex Samuel
3
-30
/
+105
2000-04-28
c-commom.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are always TREE_READ...
Mark Mitchell
2
-1
/
+8
2000-04-28
i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference for call instru...
Ulrich Drepper
2
-1
/
+6
2000-04-28
Makefile.in (OBJS): Add timevar.o.
Alex Samuel
12
-620
/
+1101
2000-04-28
re GNATS gcj/2 (Method call on null instance should throw NullPointerException)
Tom Tromey
6
-251
/
+326
2000-04-27
decl.c (complete_start_java_method): Don't call _Jv_InitClass from <clinit>
Alexandre Petit-Bianco
2
-0
/
+6
2000-04-27
calls.c (combine_pending_stack_adjustment_and_call): New function.
Mark Mitchell
2
-15
/
+77
2000-04-27
Jan Hubicka <jh@suse.cz>
Jan Hubicka
1
-0
/
+5
2000-04-27
mn10300.md (movhi): Simplify.
Alexandre Oliva
2
-24
/
+19
2000-04-27
* function.c (epilogue_done): Pass whole insn to record_insns.
Jan Hubicka
3
-2
/
+10
2000-04-27
cse.c (CSE_ADDRESS_COST): Remove.
Jan Hubicka
7
-54
/
+143
2000-04-27
mn10300.md (movqi): Simplify.
Alexandre Oliva
2
-24
/
+19
2000-04-27
expr.c (store_expr): Use clear_storage instead of direct memset libcall.
Jan Hubicka
2
-16
/
+12
2000-04-27
20000427-1.c: New test for loop hoisting code and hard registers.
Jan Hubicka
2
-0
/
+14
2000-04-27
mn10300.c (mn10300_address_cost): Test ASHIFT, AND and LABEL_REF.
Alexandre Oliva
2
-0
/
+8
2000-04-27
* invoke.texi (-foptimize-sibling-calls): Fix.
Jan Hubicka
2
-3
/
+7
2000-04-27
* loop.c (load_mems) Don't use hard registers for the hoisting.
Jan Hubicka
3
-2
/
+18
2000-04-27
flow.c (struct propagate_block_info): Remove new_dead, new_live; add new_set.
Richard Henderson
2
-72
/
+133
2000-04-27
Daily bump.
Jeff Law
2
-2
/
+2
2000-04-27
flow.c (calculate_global_regs_live): Force stack pointer live at end.
Richard Henderson
2
-0
/
+7
2000-04-27
flow.c (allocate_reg_life_data): Set max_regno here ...
Richard Henderson
2
-2
/
+7
2000-04-27
jump.c (redirect_exp_1): Rework from old redirect_exp.
Richard Henderson
3
-149
/
+217
2000-04-27
rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
Richard Henderson
4
-49
/
+21
2000-04-27
Fix commentary.
Richard Henderson
1
-1
/
+2
2000-04-27
* invoke.texi: Document -fssa flag.
Alex Samuel
2
-1
/
+12
2000-04-27
flow.c (count_reg_sets_1): Remove.
Richard Henderson
2
-269
/
+9
2000-04-27
flow.c (update_life_info): Consider blocks null to mean the universal set.
Richard Henderson
2
-27
/
+73
2000-04-26
flow.c (tidy_fallthru_edge): Don't delete the jump when it's a still-valid co...
Richard Henderson
2
-1
/
+8
2000-04-26
jump.c (invert_jump): Always invert REG_BR_PROB.
Richard Henderson
6
-34
/
+33
2000-04-27
cpplib.h: "~=" is not a single pp-token.
Neil Booth
3
-15
/
+19
2000-04-26
flow.c (mark_set_1): New arguments code and flags; update all callers.
Richard Henderson
2
-134
/
+97
2000-04-26
flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
Richard Henderson
3
-9
/
+10
2000-04-26
flow.c (propagate_one_insn): Break out from propagate_block.
Richard Henderson
3
-243
/
+290
2000-04-26
basic-block.h (life_analysis): Declare here ...
Richard Henderson
7
-33
/
+31
2000-04-26
flow.c (flow_delete_block): Rename from delete_block.
Richard Henderson
3
-5
/
+10
2000-04-26
http://gcc.gnu.org/ml/gcc-patches/2000-04/msg01057.html
David S. Miller
2
-1
/
+7
2000-04-27
cpplex.c (spell_other, spell_char): Remove.
Neil Booth
3
-63
/
+42
2000-04-27
zextract.c (find_zip_file_start): New function.
Tom Tromey
2
-7
/
+34
2000-04-27
* execute/loop-5.c: New test.
Geoff Keating
2
-0
/
+40
2000-04-26
pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
Rodney Brown
3
-2
/
+7
2000-04-26
dwarf2out.c (dw_cfi_oprnd_struct, [...]): Constify a char*.
Kaveh R. Ghazi
5
-55
/
+73
2000-04-26
cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
Mark Mitchell
10
-33
/
+42
2000-04-26
extend.texi (Function Attributes): Fix description of pure attribute.
Andreas Jaeger
2
-1
/
+6
2000-04-26
* cpplex.c: fix typos in comment
Neil Booth
1
-9
/
+10
2000-04-26
* cpplex.c: add comment describing lexer algorithm.
Neil Booth
1
-0
/
+90
2000-04-26
Daily bump.
Jeff Law
2
-2
/
+2
2000-04-26
integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT before calli...
Jason Merrill
2
-3
/
+8
[next]