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
/
tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-23
re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...
Maxim Ostapenko
1
-4
/
+1
2017-01-20
re PR c/64279 (Warning missing for "(cond) ? A : A" / if(cond) expr1; else ex...
Marek Polacek
1
-1
/
+1
2017-01-18
re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...
Maxim Ostapenko
1
-1
/
+4
2017-01-12
tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION and TS_TARGET_...
Richard Biener
1
-2
/
+2
2017-01-09
re PR translation/79019 (translatable string typo in cif-code.def:141)
Jakub Jelinek
1
-2
/
+2
2017-01-08
PR tree-optimization/78913 - Probably misleading error reported by -Wformat-l...
Martin Sebor
1
-2
/
+2
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-12-21
re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...
Jakub Jelinek
1
-0
/
+50
2016-12-13
re PR tree-optimization/78742 (internal compiler error: in int_cst_value, at ...
Richard Biener
1
-1
/
+1
2016-11-26
tree.c (build_common_tree_nodes): Initialize ptrdiff_type_node.
Prathamesh Kulkarni
1
-1
/
+24
2016-11-25
Set mode of decimal floats before calling layout_type
Richard Sandiford
1
-3
/
+3
2016-11-24
re PR middle-end/78429 (ICE in set_value_range, at tree-vrp.c on non-standard...
Eric Botcazou
1
-3
/
+3
2016-11-23
[Patch 6/17] Migrate excess precision logic to use TARGET_EXCESS_PRECISION
James Greenhalgh
1
-42
/
+91
2016-11-23
re PR lto/78472 (warning: type of 's' does not match original declaration fro...
Richard Biener
1
-3
/
+7
2016-11-22
OpenMP loop cloning for SIMT execution
Jakub Jelinek
1
-0
/
+3
2016-11-21
re PR c++/71973 (c++ handles built-in functions inconsistently)
Bernd Edlinger
1
-0
/
+2
2016-11-18
Add SET_DECL_MODE
Richard Sandiford
1
-1
/
+1
2016-11-07
Remove a TODO from verify_type_variant
Martin Jambor
1
-5
/
+3
2016-11-03
Use type_hash_eq langhook in check_qualified_type.
Jason Merrill
1
-2
/
+19
2016-10-25
tree.h (wi::fits_to_tree_p): Accept only 0 and 1 for boolean types.
Eric Botcazou
1
-2
/
+7
2016-10-16
re PR ada/37139 (DEP prevents using Ada tasking)
Eric Botcazou
1
-1
/
+8
2016-10-11
tree.h (build_complex_type): Add second parameter with default.
Eric Botcazou
1
-8
/
+14
2016-10-09
tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...
Jakub Jelinek
1
-23
/
+17
2016-08-19
Implement C _FloatN, _FloatNx types.
Joseph Myers
1
-0
/
+44
2016-08-12
re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)
Marek Polacek
1
-4
/
+4
2016-07-27
Move make_location from tree.h/c to input.h/c
David Malcolm
1
-36
/
+0
2016-07-20
cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.
Uros Bizjak
1
-2
/
+2
2016-07-19
builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...
Uros Bizjak
1
-1
/
+1
2016-07-13
tree.c: add [cd]tors to free_lang_data_d
Trevor Saunders
1
-21
/
+12
2016-07-11
Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.
Bernd Edlinger
1
-1
/
+0
2016-07-04
re PR c++/71739 (ICE on valid C++11 code: tree check: expected identifier_nod...
Jakub Jelinek
1
-1
/
+1
2016-06-21
tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if they are b...
Eric Botcazou
1
-2
/
+6
2016-06-21
stor-layout.c (layout_type): Move setting complex MODE to layout_type...
Michael Meissner
1
-1
/
+0
2016-06-06
Selftest framework
David Malcolm
1
-0
/
+62
2016-06-03
re PR tree-optimization/52171 (memcmp/strcmp/strncmp can be optimized when th...
Bernd Schmidt
1
-0
/
+7
2016-06-01
Remove the unused OMP_CLAUSE_DEVICE_RESIDENT
Thomas Schwinge
1
-3
/
+0
2016-05-25
re PR tree-optimization/71239 (ICE in operand_equal_p (fold-const.c:2769))
Martin Liska
1
-1
/
+2
2016-05-21
* tree.c (array_at_struct_end_p): Look through MEM_REF.
Jan Hubicka
1
-0
/
+19
2016-05-16
tree.c (free_lang_data_in_decl): Also set target/optimization flags for thunks.
Jan Hubicka
1
-1
/
+1
2016-05-13
builtins.c (expand_builtin_memcmp): Do not emit the call here.
Eric Botcazou
1
-17
/
+26
2016-05-12
re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ...
Marek Polacek
1
-2
/
+2
2016-05-04
re PR c++/70906 (ice in add_expr, at tree.c:7925)
Jakub Jelinek
1
-1
/
+11
2016-05-02
machmode.h (mode_complex): Add support to give the complex mode for a given m...
Michael Meissner
1
-0
/
+1
2016-05-02
Simplify cst_and_fits_in_hwi
Richard Sandiford
1
-7
/
+2
2016-04-29
re PR middle-end/70843 (ICE in add_expr, at tree.c:7913)
Jakub Jelinek
1
-0
/
+12
2016-04-27
re PR sanitizer/70683 (-fcompare-debug bug with -fsanitize=address)
Jakub Jelinek
1
-16
/
+108
2016-04-18
tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
Michael Matz
1
-8
/
+8
2016-04-14
re PR c++/70029 (ICE with C++11 and -flto)
Marek Polacek
1
-1
/
+3
2016-03-10
re PR ipa/69589 (ICE in initialize_node_lattices, at ipa-cp.c:971)
Jan Hubicka
1
-2
/
+7
2016-03-10
re PR ipa/69589 (ICE in initialize_node_lattices, at ipa-cp.c:971)
Jan Hubicka
1
-0
/
+1
[prev]
[next]