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/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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-04
rs6000.c (special_handling_values): Add SH_EXTRACT.
Bill Schmidt
6
-3
/
+217
2014-09-04
vsx.md (*vsx_extract_<mode>_load): Always match selection of 0th memory doubl...
Bill Schmidt
4
-8
/
+12
2014-09-04
rx.h (HARD_REGNO_MODE_OK): Add braces.
Jan-Benedict Glaw
2
-2
/
+6
2014-09-04
re PR ipa/61659 (Extra undefined symbol because of devirtualization)
Markus Trippelsdorf
3
-1
/
+13
2014-09-04
re PR debug/60655 (ICE: output_operand: invalid expression as operand)
Alan Modra
2
-1
/
+7
2014-09-04
Add target hook to override DWARF2 frame register size
Matthew Fortune
7
-3
/
+45
2014-09-04
Daily bump.
GCC Administrator
1
-1
/
+1
2014-09-03
compiler: Add precise type information on the heap.
Chris Manghane
14
-95
/
+891
2014-09-03
invoke.texi: Document that -Wlogical-not-parentheses is enabled by -Wall.
Marek Polacek
4
-1
/
+12
2014-09-03
[multiple changes]
Fritz Reese
4
-1
/
+35
2014-09-03
rtl.texi (RTX_AUTOINC): Document that the first operand is the automodified r...
Richard Sandiford
2
-1
/
+7
2014-09-03
output.h (get_some_local_dynamic_name): Declare.
Richard Sandiford
8
-204
/
+78
2014-09-03
aarch64: Improve epilogue unwind info
Richard Henderson
2
-182
/
+93
2014-09-03
opts.c (default_options_optimization): Adjust max-combine-insns to 2 for -Og.
Richard Biener
2
-0
/
+11
2014-09-03
re PR ipa/62015 (ipa-cp-clone uses a clone that is too specialized for the ca...
Martin Jambor
4
-0
/
+76
2014-09-03
re PR ipa/61986 (ICE on valid code at -O3 on x86_64-linux-gnu indecide_about_...
Martin Jambor
4
-6
/
+70
2014-09-03
re PR c/62294 (Missing "passing argument [...] from incompatible pointer type...
Marek Polacek
3
-0
/
+19
2014-09-03
Fix for tree-ssa-pre
Martin Liska
2
-0
/
+8
2014-09-03
pr39228.c: Use dg-add-options instead of dg-options.
Kaz Kojima
2
-4
/
+9
2014-09-03
re PR c/62024 (__atomic_always_lock_free is not a constant expression)
Marek Polacek
5
-0
/
+29
2014-09-03
[NDS32] No need to take padding into consideration in Andes ABI2 because we c...
Chung-Ju Wu
2
-0
/
+21
2014-09-03
[NDS32] Provide TARGET_ARG_PARTIAL_BYTES so that we can have structure argument
Chung-Ju Wu
2
-0
/
+52
2014-09-03
[NDS32] Emit stack push instructions for varargs at prologue stage and emit...
Chung-Ju Wu
2
-1
/
+87
2014-09-03
[NDS32] Since we are going to provide new heuristic for fp-as-gp optimization,
Chung-Ju Wu
2
-12
/
+5
2014-09-03
[NDS32] Deal with nameless arguments in nds32_function_arg and nds32_function...
Chung-Ju Wu
3
-23
/
+99
2014-09-03
tree-ssa-pre.c (alloc_expression_id): Use quick_grow_cleared.
Richard Biener
2
-82
/
+26
2014-09-03
[NDS32] Since argument pointer must be 8-byte alignment...
Chung-Ju Wu
2
-1
/
+7
2014-09-03
[NDS32] Prepare necessary varargs information in compute_stack_frame().
Chung-Ju Wu
2
-14
/
+31
2014-09-03
[NDS32] Implement TARGET_SETUP_INCOMING_VARARGS target hook.
Chung-Ju Wu
3
-3
/
+58
2014-09-03
adxintrin.h (_subborrow_u32): New.
Ilya Tocar
10
-4
/
+144
2014-09-03
[NDS32] Define and rename some GPR-specific stuff.
Chung-Ju Wu
3
-15
/
+33
2014-09-03
[NDS32] Remove unused variables.
Chung-Ju Wu
2
-4
/
+7
2014-09-03
[NDS32] We need to make sure it is NOT a variadic function so that some v3pus...
Chung-Ju Wu
3
-9
/
+30
2014-09-03
[NDS32] Consider varargs situation when creating stack operation assembly code.
Chung-Ju Wu
4
-20
/
+66
2014-09-03
[NDS32] Add a function to indentify if FUNC is an interrupt service routine.
Chung-Ju Wu
3
-0
/
+31
2014-09-03
[NDS32] Preparation in nds32.h of using registers to save varargs.
Chung-Ju Wu
2
-7
/
+13
2014-09-03
[NDS32] In nds32_valid_stack_push_pop_p(), we look into OP rtx to see if we i...
Chung-Ju Wu
4
-12
/
+25
2014-09-03
[NDS32] Refine the implementation and consider CFA restore information for st...
Chung-Ju Wu
2
-47
/
+57
2014-09-03
[NDS32] Refine the implementation and consider CFA restore information for st...
Chung-Ju Wu
2
-36
/
+69
2014-09-03
re PR bootstrap/61078 (ESA mode bootstrap failure since r209897)
Andreas Krebbel
4
-3
/
+88
2014-09-03
[NDS32] Define PIC_OFFSET_TABLE_REGNUM to $gp register.
Chung-Ju Wu
2
-0
/
+6
2014-09-03
20111227-2.c: Compile only for x86 targets.
Uros Bizjak
3
-0
/
+8
2014-09-03
gcc-dg.exp (set-target-env-var): Change env to ::env.
Max Ostapenko
2
-2
/
+6
2014-09-03
Missed that file in r213079 of 2014-07-26
Tobias Burnus
2
-0
/
+102
2014-09-03
use rtx_code_label in lab_rtx_for_bb hash map
Trevor Saunders
2
-4
/
+11
2014-09-03
use rtx_code_label more
Trevor Saunders
23
-107
/
+120
2014-09-03
libgcov-interface.c (STRONG_ALIAS): New.
Nathan Sidwell
3
-3
/
+21
2014-09-03
Daily bump.
GCC Administrator
1
-1
/
+1
2014-09-02
support ggc hash_map and hash_set
Trevor Saunders
17
-174
/
+402
2014-09-02
rs6000-builtin.def (XVCVSXDDP_SCALE): New built-in definition.
Bill Schmidt
10
-0
/
+196
[next]