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
2010-05-28
Revert "Fix PR c++/44188"
Dodji Seketeli
1
-17
/
+0
2010-05-27
re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)
Dodji Seketeli
1
-0
/
+17
2010-05-27
input.c: New file.
Joseph Myers
1
-22
/
+0
2010-05-26
demangle-expected: Add tests for __int128 and unsigned __int128 types.
Kai Tietz
1
-1
/
+14
2010-05-21
diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...
Joseph Myers
1
-1
/
+3
2010-05-21
tree.c (build_function_decl_skip_args): Fix grammar.
Nathan Froyd
1
-3
/
+3
2010-05-21
tree.h: Include real.h and fixed-value.h as basic datatypes.
Steven Bosscher
1
-2
/
+0
2010-05-20
double-int.h (double_int_ior): New function.
Anatoly Sokolov
1
-11
/
+0
2010-05-19
re PR lto/44196 (lto1: ICE: tree check: expected field_decl, have type_decl i...
Richard Guenther
1
-0
/
+9
2010-05-19
Revert:
Nathan Froyd
1
-0
/
+21
2010-05-18
tree.h (build_call_list): Remove.
Nathan Froyd
1
-21
/
+0
2010-05-19
tree.h (build_int_cstu): Implement as static inline.
Anatoly Sokolov
1
-12
/
+13
2010-05-17
cgraph.h (cgraph_indirect_call_info): New fields anc_offset, otr_token and po...
Martin Jambor
1
-0
/
+56
2010-05-17
tree.h (CALL_EXPR_ARGS): Delete.
Nathan Froyd
1
-16
/
+0
2010-05-17
tree.c (build_function_type_list_1): Remove bogus assert condition.
Nathan Froyd
1
-1
/
+1
2010-05-16
tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on BUILT_IN_AL...
Eric Botcazou
1
-2
/
+5
2010-05-15
tree.h (ctor_to_list): Delete.
Nathan Froyd
1
-19
/
+0
2010-05-14
cp-lang.c (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove both its undef and define.
Martin Jambor
1
-1
/
+0
2010-05-12
tree.c (build_constructor): Compute TREE_CONSTANT for the resultant constructor.
Nathan Froyd
1
-17
/
+18
2010-05-06
* tree.c (initializer_zerop): Handle STRING_CST.
Maxim Kuvyrkov
1
-0
/
+13
2010-05-04
tree.c (free_lang_data_in_one_sizepos): New inline function.
Eric Botcazou
1
-6
/
+43
2010-05-03
double-int.h (tree_to_double_int): Remove macro.
Anatoly Sokolov
1
-0
/
+24
2010-04-30
re PR debug/43942 (-fcompare-debug faulure with external declaration in funct...
Jakub Jelinek
1
-1
/
+2
2010-04-26
re PR debug/42425 (ICE declaring local class)
Richard Guenther
1
-1
/
+6
2010-04-23
re PR lto/42653 (ICE with -g and -flto (requires both flags to crash))
Richard Guenther
1
-1
/
+2
2010-04-18
fold-const.c (fold_comparison): Use ssizetype.
Eric Botcazou
1
-2
/
+2
2010-04-15
tree-ssa-structalias.c (struct variable_info): Add is_fn_info flag.
Richard Guenther
1
-2
/
+9
2010-04-15
double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
Anatoly Sokolov
1
-19
/
+5
2010-04-07
tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...
Jakub Jelinek
1
-2
/
+2
2010-04-07
re PR debug/43516 ("-fcompare-debug failure" at -O2)
Jakub Jelinek
1
-4
/
+22
2010-04-07
re PR rtl-optimization/42617 (TARGET_MEM_REF and plain INDIRECT_REFs are not ...
Richard Guenther
1
-0
/
+3
2010-04-01
re PR tree-optimization/43614 (ice in gimple_rhs_has_side_effects, at gimple....
Richard Guenther
1
-1
/
+5
2010-03-11
re PR tree-optimization/43257 (IPA-SRA changes DECL_ASSEMBLER_NAME)
Martin Jambor
1
-20
/
+28
2010-02-10
re PR c/43007 (No longer folds (unsigned int) ((long long unsigned int) spi_b...
Richard Guenther
1
-0
/
+8
2010-01-21
tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
Janis Johnson
1
-0
/
+12
2009-12-15
tree.c (free_lang_data_in_binfo): Do not free BINFO_OFFSET and BINFO_VPTR_FIELD.
Richard Guenther
1
-32
/
+10
2009-12-12
tree.c (need_assembler_name_p): Abstract decls do not need an assembler name.
Richard Guenther
1
-0
/
+4
2009-12-02
re PR lto/42088 (flag_gtoggle in free_lang_data hides -fcompare-debug errors)
Richard Guenther
1
-6
/
+2
2009-12-02
re PR middle-end/42224 (32bit pointers to 32bit pointers abort on 64bit VMS a...
Ulrich Weigand
1
-43
/
+4
2009-11-30
tree.c (free_lang_data): Do not set debug_info_level to none if terse.
Richard Guenther
1
-1
/
+1
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-65
/
+65
2009-11-24
tree.h (union tree_ann_d): Don't declare.
Michael Matz
1
-1
/
+2
2009-11-19
gimple.c (canonicalize_cond_expr_cond): Strip conversions around truth-valued...
Richard Guenther
1
-2
/
+5
2009-11-19
tree.c (need_assembler_name_p): Use cgraph_get_node instead of cgraph_node_fo...
Jakub Jelinek
1
-1
/
+1
2009-11-08
cfgrtl.c (pass_free_cfg): Add pass name.
Zbigniew Chamski
1
-1
/
+1
2009-11-07
* tree.c (reconstruct_complex_type): Preserve attributes.
Jason Merrill
1
-1
/
+2
2009-11-03
re PR target/10127 (-fstack-check let's program crash)
Eric Botcazou
1
-1
/
+2
2009-10-28
tree.c (free_lang_data_in_type): Do not call get_alias_set.
Richard Guenther
1
-20
/
+17
2009-10-26
tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.
Ben Elliston
1
-11
/
+59
2009-10-26
extend.texi (Named Address Spaces): New section.
Ben Elliston
1
-0
/
+2
[prev]
[next]