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
path:
root
/
gcc
/
genmodes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-08
genmodes: Define NUM_MODE_* macros
Richard Sandiford
1
-0
/
+13
2021-11-04
aarch64: Add machine modes for Neon vector-tuple types
Jonathan Wright
1
-3
/
+7
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-31
genmodes: Update GET_MODE_MASK when changing NUNITS [PR98214]
Richard Sandiford
1
-3
/
+19
2020-11-17
Add MODE_OPAQUE
Aaron Sawdey
1
-0
/
+22
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-10-16
[AArch64] Add partial SVE vector modes
Richard Sandiford
1
-7
/
+15
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-08-24
emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes.
Uros Bizjak
1
-15
/
+0
2018-02-14
re PR target/79242 (ICE in simplify_subreg, at simplify-rtx.c:6029)
Jozef Lawrynowicz
1
-0
/
+1
2018-01-03
Allow the target to set MAX_BITSIZE_MODE_ANY_MODE
Richard Sandiford
1
-6
/
+19
2018-01-03
Add support for adjusting the number of units in a mode
Richard Sandiford
1
-17
/
+52
2018-01-03
Allow targets to pick a vector prefix other than "V"
Richard Sandiford
1
-4
/
+6
2018-01-03
Add support for MODE_VECTOR_BOOL
Richard Sandiford
1
-1
/
+37
2018-01-03
poly_int: GET_MODE_SIZE
Richard Sandiford
1
-13
/
+30
2018-01-03
poly_int: GET_MODE_PRECISION
Richard Sandiford
1
-3
/
+4
2018-01-03
poly_int: GET_MODE_NUNITS
Richard Sandiford
1
-5
/
+14
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-14
poly_int: add poly-int.h
Richard Sandiford
1
-0
/
+6
2017-09-29
qsort comparator consistency checking
Alexander Monakov
1
-1
/
+1
2017-08-30
[77/77] Add a complex_mode class
Richard Sandiford
1
-0
/
+4
2017-08-30
[64/77] Add a scalar_mode class
Richard Sandiford
1
-0
/
+7
2017-08-30
[16/77] Add scalar_int_mode_pod
Richard Sandiford
1
-1
/
+1
2017-08-30
[15/77] Add scalar_int_mode
Richard Sandiford
1
-0
/
+4
2017-08-30
[7/77] Add scalar_float_mode
Richard Sandiford
1
-2
/
+23
2017-08-30
[3/77] Allow machine modes to be classes
Richard Sandiford
1
-1
/
+5
2017-08-30
[1/77] Add an E_ prefix to mode names
Richard Sandiford
1
-29
/
+31
2017-07-02
Reorganise machmode.h headers
Richard Sandiford
1
-5
/
+26
2017-03-24
genrecog.c (validate_pattern): Add VEC_SELECT validation.
Jakub Jelinek
1
-0
/
+2
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-11-17
Enable AVX512_4FMAPS and AVX512_4VNNIW instructions
Kirill Yukhin
1
-4
/
+4
2016-09-01
c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarant...
Martin Sebor
1
-1
/
+2
2016-07-26
Teach VRP to register assertions along default switch labels (PR18046)
Patrick Palka
1
-0
/
+5
2016-07-20
cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.
Uros Bizjak
1
-1
/
+1
2016-07-19
builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...
Uros Bizjak
1
-1
/
+1
2016-05-02
machmode.h (mode_complex): Add support to give the complex mode for a given m...
Michael Meissner
1
-1
/
+20
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-09-01
genmodes.c: Add CONST_MODE_UNIT_SIZE modifier.
David Sherwood
1
-1
/
+2
2015-08-19
genmodes.c (emit_mode_unit_size_inline): New function.
David Sherwood
1
-0
/
+122
2015-07-28
arm.c (neon_element_bits, [...]): Call GET_MODE_INNER unconditionally.
David Sherwood
1
-2
/
+2
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-1
/
+0
2015-05-19
Use std::swap instead of explicit swaps
Mikhail Maltsev
1
-5
/
+1
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-11-05
ipa-chkp.c: New.
Ilya Enkovich
1
-0
/
+14
2014-10-29
decl.c, [...]: Remove redundant enum from machine_mode.
Richard Sandiford
1
-4
/
+4
2014-10-14
machmode.h (int_n_data_t): New.
DJ Delorie
1
-1
/
+86
2014-09-12
Remove LIBGCC2_HAS_?F_MODE target macros.
Joseph Myers
1
-0
/
+1
2014-04-17
genmodes.c (struct mode_data): Add need_bytesize_adj field.
Jakub Jelinek
1
-1
/
+108
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-13
genmodes.c (emit_max_int): Fixed missing parens.
Kenneth Zadeck
1
-2
/
+2
[next]