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
/
visium
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-25
Replace {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE with new hook mode_for_floating_type
Kewen Lin
1
-23
/
+6
2024-03-20
visium: Fix up visium_setup_incoming_varargs [PR114175]
Jakub Jelinek
1
-1
/
+2
2024-01-04
Add generated .opt.urls files
David Malcolm
1
-0
/
+29
2024-01-03
Update copyright years.
Jakub Jelinek
14
-14
/
+14
2023-12-05
Allow targets to add USEs to asms
Richard Sandiford
1
-2
/
+3
2023-12-02
Allow target attributes in non-gnu namespaces
Richard Sandiford
1
-4
/
+3
2023-08-09
targhooks: Extend legitimate_address_p with code_helper [PR110248]
Kewen Lin
1
-2
/
+3
2023-05-18
gcc/config/*: use _P() defines from tree.h
Bernhard Reutner-Fischer
1
-2
/
+2
2023-01-02
Update copyright years.
Jakub Jelinek
14
-14
/
+14
2022-10-28
c: tree: target: C2x (...) function prototypes and va_start relaxation
Joseph Myers
1
-1
/
+2
2022-09-05
rename DBX_REGISTER_NUMBER to DEBUGGER_REGNO
Martin Liska
1
-2
/
+2
2022-01-17
Change references of .c files to .cc files
Martin Liska
2
-4
/
+4
2022-01-17
Rename .c files to .cc files.
Martin Liska
1
-0
/
+0
2022-01-03
Update copyright years.
Jakub Jelinek
14
-14
/
+14
2021-11-29
visium: Revert commit r12-5332
Kewen Lin
1
-25
/
+25
2021-11-16
visium: Fix non-robust split condition in define_insn_and_split
Kewen Lin
1
-25
/
+25
2021-10-08
Come up with OPTION_SET_P macro.
Martin Liska
1
-1
/
+1
2021-07-15
pass location to md_asm_adjust
Trevor Saunders
1
-2
/
+2
2021-03-04
Add input_modes parameter to TARGET_MD_ASM_ADJUST hook
Ilya Leoshkevich
1
-5
/
+7
2021-01-04
Update copyright years.
Jakub Jelinek
14
-14
/
+14
2020-12-16
opts: Remove all usages of Report keyword.
Martin Liska
1
-3
/
+3
2020-01-01
Update copyright years.
Jakub Jelinek
14
-14
/
+14
2019-11-12
Remove gcc/params.* files.
Martin Liska
1
-1
/
+0
2019-11-12
Apply mechanical replacement (generated patch).
Martin Liska
1
-3
/
+3
2019-09-10
Remove call_really_used_regs
Richard Sandiford
2
-35
/
+14
2019-09-10
Add call_used_or_fixed_reg_p
Richard Sandiford
1
-2
/
+2
2019-08-20
Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCE
Richard Sandiford
1
-16
/
+12
2019-08-20
Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARG
Richard Sandiford
1
-13
/
+10
2019-08-20
Use function_arg_info for TARGET_SETUP_INCOMING_ARGS
Richard Sandiford
1
-5
/
+5
2019-08-20
Use function_arg_info for TARGET_PASS_BY_REFERENCE
Richard Sandiford
1
-6
/
+4
2019-08-20
Add pass_va_arg_by_reference
Richard Sandiford
1
-2
/
+1
2019-06-27
builtins.c (get_memory_rtx): Fix comment.
Aaron Sawdey
2
-3
/
+3
2019-03-11
Wrap option names in gcc internal messages with %< and %>.
Martin Liska
1
-3
/
+3
2019-02-15
lib2funcs.c (__set_trampoline_parity): Replace TRAMPOLINE_SIZE with __LIBGCC_...
Eric Botcazou
6
-27
/
+73
2019-01-01
Update copyright years.
Jakub Jelinek
13
-13
/
+13
2018-11-19
compare-elim.c (struct comparison): Add not_in_a field.
Eric Botcazou
1
-5
/
+5
2018-09-13
re PR target/86812 (visium port needs updating for CVE-2017-5753)
Eric Botcazou
1
-11
/
+16
2018-07-17
Fix coding style of ASM_OUTPUT_ALIGN.
Martin Liska
1
-2
/
+2
2018-07-17
Clean up of new format of -falign-FOO.
Martin Liska
2
-9
/
+6
2018-07-05
Replace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C.
Nathan Sidwell
1
-8
/
+0
2018-07-04
[multiple changes]
Martin Liska
2
-11
/
+11
2018-02-11
[LVU] deal with md final_scan_insn
Alexandre Oliva
1
-2
/
+1
2018-01-16
visium.md (nop): Tweak comment.
Eric Botcazou
1
-2
/
+2
2018-01-03
Update copyright years.
Jakub Jelinek
13
-13
/
+13
2017-12-20
constraints.md (J, K, L): Use IN_RANGE macro.
Eric Botcazou
3
-6
/
+6
2017-12-19
read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...
Jakub Jelinek
3
-6
/
+6
2017-12-16
poly_int: IN_TARGET_CODE
Richard Sandiford
1
-0
/
+2
2017-12-15
tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...
Jakub Jelinek
1
-5
/
+5
2017-12-07
PR c/81544 - attribute noreturn and warn_unused_result on the same function a...
Martin Sebor
1
-3
/
+4
2017-11-19
[visium] Remove semicolon after ASM_OUTPUT_CASE_END
Tom de Vries
1
-1
/
+1
[next]