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
/
config
/
pa
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-13
Fix double word typos.
Aldy Hernandez
1
-1
/
+1
2015-07-10
gimple-predict.h: New file.
Andrew MacLeod
1
-0
/
+1
2015-07-09
always define WORD_REGISTER_OPERATIONS
Trevor Saunders
1
-1
/
+1
2015-07-08
target.def (rtx_costs): Remove "code" param, add "mode".
Alan Modra
1
-8
/
+10
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-10
/
+3
2015-07-04
re PR target/66114 (some indirect_jump patterns use operands[] in their condi...
John David Anglin
1
-2
/
+2
2015-06-25
aarch64.c, [...]: Add comment above target-def.h include.
Richard Sandiford
1
-0
/
+1
2015-06-25
aarch64.c, [...]: Move target-def.h includes to end.
Richard Sandiford
1
-1
/
+2
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-1
/
+0
2015-06-11
pa.c (pa_output_global_address): Handle LABEL_REF plus CONST_INT for goto.
John David Anglin
1
-0
/
+2
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-6
/
+0
2015-06-06
re PR bootstrap/66319 (gcov-tool.c:84:65: error: invalid conversion from 'int...
John David Anglin
2
-38
/
+77
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-5
/
+0
2015-05-28
hppa-linux: add missing cpp specs
Mike Frysinger
1
-1
/
+1
2015-05-28
re PR target/66148 (build/genpreds: Internal error: abort in choose_enum_orde...
John David Anglin
1
-8
/
+12
2015-05-28
pa.c (pa_print_operand): Use HOST_WIDE_INT_PRINT_DEC instead of "%d" for 'o' ...
John David Anglin
1
-1
/
+1
2015-05-22
pa.md (non-canonical shift-add insns): Remove.
Jeff Law
1
-135
/
+27
2015-05-22
pa.md (integer_indexed_store splitters): Use mem_shadd_operand.
Jeff Law
1
-9
/
+21
2015-05-22
pa.c (mem_shadd_or_shadd_rtx_p): New function factored out of hppa_legitimize...
Jeff Law
1
-48
/
+88
2015-05-21
pa.md (add-with-constant splitter): Use ASHIFT rather than MULT for shadd seq...
Jeff Law
1
-4
/
+4
2015-05-21
pa.c (pa_print_operand): New 'o' output modifier.
Jeff Law
4
-3
/
+44
2015-05-12
re PR target/65697 (__atomic memory barriers not strong enough for __sync bui...
Andrew MacLeod
1
-4
/
+4
2015-05-09
bitmap.c, [...]: Add space between string literal and macro name.
Jason Merrill
2
-4
/
+4
2015-05-07
rtl.h (always_void_p): New function.
Richard Sandiford
2
-53
/
+47
2015-04-28
always define ARGS_GROW_DOWNWARD
Trevor Saunders
1
-1
/
+1
2015-04-28
add default for NO_FUNCTION_CSE
Trevor Saunders
1
-1
/
+1
2015-04-02
pa.c (pa_output_move_double): Directly handle register indexed memory operand.
John David Anglin
1
-21
/
+22
2015-02-20
pa.c (pa_emit_move_sequence): Always force (const (plus (symbol) (const_int))...
John David Anglin
1
-12
/
+15
2015-02-19
pa.c (pa_reloc_rw_mask): New function.
John David Anglin
1
-8
/
+17
2015-02-15
pa.c (pa_secondary_reload): Request a secondary reload for all floading point...
John David Anglin
2
-11
/
+31
2015-02-13
constraints.md: Change "Q" and "T" constraints to memory constraints.
John David Anglin
2
-2
/
+10
2015-01-15
Merge current set of OpenACC changes from gomp-4_0-branch.
Thomas Schwinge
2
-14
/
+14
2015-01-15
dojump.h: New header file.
Prathamesh Kulkarni
1
-2
/
+10
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-4
/
+10
2015-01-05
rtlanal.c (refers_to_regno_p): Change return value from int to bool.
Oleg Endo
1
-2
/
+1
2015-01-05
Update copyright years.
Jakub Jelinek
32
-32
/
+32
2015-01-03
pa.md (decrement_and_branch_until_zero): Use `Q' constraint instead of `m' co...
John David Anglin
2
-10
/
+19
2014-11-07
pa.md (trap): New insn.
John David Anglin
1
-4
/
+13
2014-11-01
2014-11-01 Andrew MacLeod <amacleod@redhat,com>
Andrew MacLeod
1
-0
/
+1
2014-10-29
pa-protos.h (pa_output_arg_descriptor): Strengthen argument from rtx to rtx_i...
Jeff Law
2
-23
/
+31
2014-10-29
decl.c, [...]: Remove redundant enum from machine_mode.
Richard Sandiford
2
-56
/
+56
2014-10-27
ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.
Andrew MacLeod
1
-0
/
+8
2014-10-23
pa.c (pa_can_combine_p): Fix typo in last change.
John David Anglin
1
-1
/
+1
2014-10-22
recog.h (constrain_operands): Add an alternative_mask parameter.
Richard Sandiford
1
-1
/
+3
2014-10-21
config.gcc: Remove MASK_JUMP_IN_DELAY from target_cpu_default2.
John David Anglin
2
-3
/
+3
2014-10-18
invoke.texi: Update documentation of hppa -mjump-in-delay option.
John David Anglin
3
-178
/
+21
2014-10-16
function.h: Flatten file.
Andrew MacLeod
1
-0
/
+5
2014-10-13
re PR libfortran/63471 (unix.c:1906:10: error: implicit declaration of functi...
John David Anglin
1
-0
/
+2
2014-09-28
pa.c (pa_output_function_epilogue): Only update last_address when a nonnote i...
John David Anglin
1
-3
/
+6
2014-09-16
re PR target/61853 (ICE: SIGSEGV in store_field)
John David Anglin
1
-2
/
+8
[next]