..
ada
Hookize TARGET_UNWIND_INFO et al.
2010-09-28 13:44:58 -07:00
c-family
add parsing for ObjC* method & method parm attributes
2010-09-28 21:02:38 +00:00
config
Hookize TARGET_UNWIND_INFO et al.
2010-09-28 13:44:58 -07:00
cp
add parsing for ObjC* method & method parm attributes
2010-09-28 21:02:38 +00:00
doc
Hookize TARGET_UNWIND_INFO et al.
2010-09-28 13:44:58 -07:00
fortran
re PR fortran/40569 (F2008: Support COMPILER_OPTIONS() / COMPILER_VERSION())
2010-09-28 21:51:38 +02:00
ginclude
java
Hookize TARGET_UNWIND_INFO et al.
2010-09-28 13:44:58 -07:00
lto
builtin-attrs.def (ATTR_LEAF): New attribute.
2010-09-28 16:34:36 +00:00
objc
add parsing for ObjC* method & method parm attributes
2010-09-28 21:02:38 +00:00
objcp
Hookize TARGET_UNWIND_INFO et al.
2010-09-28 13:44:58 -07:00
po
opts.h (struct cl_option): Add warn_message field.
2010-09-02 12:43:19 +01:00
testsuite
add parsing for ObjC* method & method parm attributes
2010-09-28 21:02:38 +00:00
ABOUT-GCC-NLS
acinclude.m4
aclocal.m4
configure: Regenerate.
2010-09-03 13:16:24 +00:00
addresses.h
alias.c
tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
2010-09-03 09:50:17 +00:00
alias.h
ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of alias_sets_conflict_p.
2010-08-09 14:44:03 +00:00
alloc-pool.c
bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checking asserts.
2010-06-13 14:50:26 +00:00
alloc-pool.h
attribs.c
re PR target/44290 (__naked attribute is broken)
2010-07-23 14:47:46 +00:00
auto-inc-dec.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
BASE-VER
basic-block.h
re PR rtl-optimization/44374 (Hoist same instructions in different branches)
2010-09-23 10:04:33 +00:00
bb-reorder.c
re PR middle-end/45458 (ICE: in add_labels_and_missing_jumps, at bb-reorder.c:1306 with-fnon-call-exceptions -freorder-blocks-and-partition -fprofile-use)
2010-09-01 21:46:21 +02:00
bb-reorder.h
Makefile.in (bb-reorder.o, [...]): Depend on bb-reorder.h
2010-07-12 19:04:11 +00:00
bitmap.c
* bitmap.c (bitmap_clear_bit): Micro optimize.
2010-06-22 14:44:24 +00:00
bitmap.h
bitmap.h (+bmp_iter_next_bit): New.
2010-06-11 21:56:08 +00:00
bt-load.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
builtin-attrs.def
builtin-attrs.def (ATTR_LEAF): New attribute.
2010-09-28 16:34:36 +00:00
builtin-types.def
demangle-expected: Add tests for __int128 and unsigned __int128 types.
2010-05-26 18:13:55 +02:00
builtins.c
re PR rtl-optimization/45678 (crash on vector code with -m32 -msse)
2010-09-17 09:00:23 +00:00
builtins.def
builtin-attrs.def (ATTR_LEAF): New attribute.
2010-09-28 16:34:36 +00:00
builtins.h
Makefile.in (target-globals.o): Depend on builtins.h.
2010-07-12 19:03:35 +00:00
c-aux-info.c
builtins.c (fold_builtin_next_arg): Use stdarg_p.
2010-08-09 14:07:58 +00:00
c-config-lang.in
re PR bootstrap/44509 (Revision 160626 breaks bootstrap on *-apple-darwin*)
2010-06-14 14:30:29 +02:00
c-convert.c
c-common.c: Move to c-family/.
2010-06-05 20:33:22 +00:00
c-decl.c
c-decl.c (pop_scope): Always set file-scope DECL_CONTEXT.
2010-09-24 13:21:30 +00:00
c-errors.c
c-lang.c
c-common.c: Move to c-family/.
2010-06-05 20:33:22 +00:00
c-lang.h
c-lang.h (struct lang_type): Add variable_size GTY option.
2010-09-15 03:08:22 +00:00
c-objc-common.c
langhooks-def.h (lhd_init_options, [...]): New.
2010-07-27 10:59:51 +01:00
c-objc-common.h
common.opt (o): Add MissingArgError.
2010-07-27 15:43:31 +01:00
c-parser.c
add parsing for ObjC* method & method parm attributes
2010-09-28 21:02:38 +00:00
c-tree.h
c-tree.h, c-decl.c (build_enumerator): Add location parameter.
2010-09-08 08:12:55 +02:00
c-typeck.c
In gcc/: 2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
2010-09-27 18:04:09 +00:00
caller-save.c
re PR debug/45259 (ICE in save_call_clobbered_regs)
2010-08-12 11:04:48 +02:00
calls.c
extend.texi: (attribute leaf): Document.
2010-09-24 19:14:51 +00:00
cfg.c
basic-block.h (alloc_aux_for_block, [...]): Delete.
2010-08-10 14:31:52 +00:00
cfganal.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
cfgbuild.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
cfgcleanup.c
re PR rtl-optimization/45792 (cris-elf build failure (hangs) due to fix for PR44374)
2010-09-27 19:55:29 +00:00
cfgexpand.c
re PR rtl-optimization/45678 (crash on vector code with -m32 -msse)
2010-09-20 22:37:10 +02:00
cfghooks.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
cfghooks.h
cfglayout.c
re PR debug/45531 (-fcompare-debug failure with -fvar-tracking-uninit, codegen differences)
2010-09-08 21:54:02 +00:00
cfglayout.h
cfgloop.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
cfgloop.h
tree-vrp.c (adjust_range_with_scev): Use number of iteration estimate.
2010-09-01 11:39:55 +00:00
cfgloopanal.c
Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).
2010-07-12 19:02:55 +00:00
cfgloopmanip.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
cfgrtl.c
re PR rtl-optimization/42775 (GCC fails to rebuild itself with STAGE1_CFLAGS=-O1)
2010-09-20 21:29:48 +00:00
cgraph.c
lto-symtab.c (lto_symtab_entry_def): Add guessed field.
2010-09-24 21:47:59 +00:00
cgraph.h
lto-symtab.c (lto_symtab_entry_def): Add guessed field.
2010-09-24 21:47:59 +00:00
cgraphbuild.c
vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
2010-07-06 02:26:33 +00:00
cgraphunit.c
re PR middle-end/45565 (ICE: in execute_todo, at passes.c:1276 with -fno-toplevel-reorder -fno-inline -fipa-cp-clone -fkeep-inline-functions)
2010-09-23 12:39:26 +00:00
ChangeLog
add parsing for ObjC* method & method parm attributes
2010-09-28 21:02:38 +00:00
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog.dataflow
ChangeLog.graphite
Fix miscompile of 416.gamess.
2010-08-11 20:31:24 +00:00
ChangeLog.lib
ChangeLog.ptr
ChangeLog.tree-ssa
ChangeLog.tuples
cif-code.def
tree-inline.c (tree_inlinable_function_p): Do not test DECL_REPLACEABLE_P.
2010-09-07 21:26:34 +00:00
collect2-aix.c
collect2-aix.h
collect2.c
collect2.c (maybe_run_lto_and_relink): Rewrite code producing ld command line to allow more partitions than input files.
2010-09-09 13:56:49 +00:00
collect2.h
combine-stack-adj.c
reginfo.c (init_reg_sets_1): Adjust comments.
2010-06-29 12:18:36 +00:00
combine.c
re PR rtl-optimization/45695 (-O1 wrong-code by cmove)
2010-09-20 15:24:23 +02:00
common.opt
common.opt (fsplit-stack): New option.
2010-09-27 19:48:20 +00:00
conditions.h
config.build
config.gcc
re PR target/44242 (vms-crt0*.c should compile with gcc)
2010-09-24 08:46:36 +00:00
config.host
config.in
cygwin.asm: Include auto-host.h.
2010-09-25 21:02:24 -07:00
configure
cygwin.asm: Include auto-host.h.
2010-09-25 21:02:24 -07:00
configure.ac
cygwin.asm: Include auto-host.h.
2010-09-25 21:02:24 -07:00
convert.c
re PR tree-optimization/45034 ("safe" conversion from unsigned to signed char gives broken code)
2010-07-29 10:59:54 +00:00
convert.h
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
coretypes.h
coretypes.h (struct cl_option_handlers): Declare.
2010-07-27 22:23:53 +01:00
coverage.c
* coverage.c (ctr_labels): Delete.
2010-08-10 19:27:18 +00:00
coverage.h
cppdefault.c
cppdefault.c (cpp_include_defaults): Move GCC_INCLUDE_DIR before LOCAL_INCLUDE_DIR.
2010-07-31 22:00:22 +02:00
cppdefault.h
cppspec.c
Makefile.in (gccspec.o, cppspec.o): Update dependencies.
2010-08-22 13:19:01 +01:00
crtstuff.c
crtstuff.c (__JCR_LIST__, [...]): Mark as used.
2010-05-11 15:44:26 +00:00
cse.c
target.def (class_likely_spilled_p): New hook.
2010-09-02 18:29:37 +04:00
cselib.c
rtl.def (DEBUG_IMPLICIT_PTR): New rtl code.
2010-09-09 08:43:47 +02:00
cselib.h
re PR debug/44694 (Long var tracking compile time of GiNaC tests)
2010-06-30 08:12:22 +02:00
cstamp-h.in
DATESTAMP
Daily bump.
2010-09-28 00:18:01 +00:00
dbgcnt.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
dbgcnt.def
Add more debug counter guards.
2010-08-11 20:24:55 +00:00
dbgcnt.h
dbxout.c
dbxout.c (dbxout_symbol): Use DECL_FILE_SCOPE_P.
2010-09-27 15:15:59 +00:00
dbxout.h
dce.c
re PR rtl-optimization/45162 (ARM bootstrap comparison failures after stage 3)
2010-08-04 21:07:05 +00:00
dce.h
re PR rtl-optimization/42575 (arm-eabi-gcc 64-bit multiply weirdness)
2010-07-29 12:39:57 +00:00
ddg.c
ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of alias_sets_conflict_p.
2010-08-09 14:44:03 +00:00
ddg.h
debug.c
This patch adds the end prologue and begin epilogue markers in Dwarf2
2010-06-16 19:40:46 +00:00
debug.h
This patch adds the end prologue and begin epilogue markers in Dwarf2
2010-06-16 19:40:46 +00:00
defaults.h
Hookize TARGET_UNWIND_INFO et al.
2010-09-28 13:44:58 -07:00
DEV-PHASE
df-core.c
re PR rtl-optimization/44374 (Hoist same instructions in different branches)
2010-09-23 10:04:33 +00:00
df-problems.c
re PR rtl-optimization/44374 (Hoist same instructions in different branches)
2010-09-23 10:04:33 +00:00
df-scan.c
df.h (enum df_ref_class): Remove DF_REF_EXTRACT.
2010-09-04 07:26:39 +00:00
df.h
re PR rtl-optimization/44374 (Hoist same instructions in different branches)
2010-09-23 10:04:33 +00:00
dfp.c
tree.h: Include real.h and fixed-value.h as basic datatypes.
2010-05-21 13:53:22 +00:00
dfp.h
diagnostic-core.h
diagnostic.h (diagnostic_classification_change_t): New.
2010-06-21 16:58:57 -04:00
diagnostic.c
diagnostic.h (diagnostic_classification_change_t): New.
2010-06-21 16:58:57 -04:00
diagnostic.def
diagnostic.h
diagnostic.h (diagnostic_classification_change_t): New.
2010-06-21 16:58:57 -04:00
dojump.c
double-int.h (double_int_ior): New function.
2010-05-20 00:09:57 +04:00
dominance.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
domwalk.c
coretypes.h (struct simple_bitmap_def, [...]): New core types.
2010-05-22 22:24:53 +00:00
domwalk.h
double-int.c
Replace exact_log2(x & -x) in favor of more direct computation.
2010-08-05 12:41:31 -07:00
double-int.h
Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.
2010-08-04 09:15:51 +00:00
dse.c
dse.c (group_info.base_mem, [...]): Use BLKmode to cover all the possible offsets from this base.
2010-08-27 10:48:32 +00:00
dse.h
re PR other/44644 (type/data name clash makes --enable-build-with-cxx cc1 hard to debug)
2010-06-23 15:25:33 +01:00
dummy-checksum.c
dwarf2asm.c
This patch adds the end prologue and begin epilogue markers in Dwarf2
2010-06-16 19:40:46 +00:00
dwarf2asm.h
This patch adds the end prologue and begin epilogue markers in Dwarf2
2010-06-16 19:40:46 +00:00
dwarf2out.c
Hookize TARGET_UNWIND_INFO et al.
2010-09-28 13:44:58 -07:00
dwarf2out.h
re PR middle-end/45484 (Invalid memory access in gcc.c-torture/execute/builtins/sprintf-chk.c)
2010-09-03 16:46:39 +02:00
ebitmap.c
tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.
2010-05-29 20:31:45 +00:00
ebitmap.h
emit-rtl.c
emit-rtl.c (reorder_insns_nobb): Sanity-check that AFTER is not in the range FROM..TO, inclusive.
2010-09-27 19:56:32 +00:00
emit-rtl.h
cgraph.h (varpool_first_static_initializer, [...]): Make checking only when checking enabled.
2010-06-09 15:41:23 +00:00
emutls.c
errors.c
errors.h
et-forest.c
et-forest.h
except.c
Hookize TARGET_UNWIND_INFO et al.
2010-09-28 13:44:58 -07:00
except.h
system.h: Poison GCC_EXCEPT_H for front-end files.
2010-06-28 10:52:46 +00:00
exec-tool.in
explow.c
common.opt (fsplit-stack): New option.
2010-09-27 19:48:20 +00:00
expmed.c
expmed.c (expand_mult_const): Expand shift into temporary.
2010-08-05 14:03:36 +02:00
expmed.h
expmed.h (MAX_BITS_PER_WORD): Move to...
2010-07-13 19:48:58 +00:00
expr.c
lto-symtab.c (lto_symtab_entry_def): Add guessed field.
2010-09-24 21:47:59 +00:00
expr.h
Stack usage support
2010-08-30 20:04:49 +00:00
final.c
Hookize TARGET_UNWIND_INFO et al.
2010-09-28 13:44:58 -07:00
fixed-value.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
fixed-value.h
flags.h
options.texi (Variable): Document.
2010-09-17 15:14:49 +01:00
fold-const.c
re PR bootstrap/45686 (Building rev. 164285 fails with --enable-checking=all)
2010-09-16 11:35:02 +02:00
fp-test.c
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function.c
Hookize TARGET_UNWIND_INFO et al.
2010-09-28 13:44:58 -07:00
function.h
Stack usage support
2010-08-30 20:04:49 +00:00
fwprop.c
fwprop.c (forward_propagate_and_simplify): Only attach a REG_EQUAL note to an insn if the destination is a register.
2010-09-13 14:18:31 +00:00
gbl-ctors.h
gcc-plugin.h
re PR testsuite/42843 (--enable-build-with-cxx plugin tests fail)
2010-06-09 11:40:28 +01:00
gcc.c
common.opt (fsplit-stack): New option.
2010-09-27 19:48:20 +00:00
gcc.h
Makefile.in (gccspec.o, cppspec.o): Update dependencies.
2010-08-22 13:19:01 +01:00
gccbug.in
gccspec.c
Makefile.in (gccspec.o, cppspec.o): Update dependencies.
2010-08-22 13:19:01 +01:00
gcov-dump.c
gcov-io.c
gcov-io.h
gcov-iov.c
gcov.c
gcov.c (flag_display_progress): New static variable.
2010-08-05 15:21:13 +00:00
gcse.c
fwprop.c (forward_propagate_and_simplify): Only attach a REG_EQUAL note to an insn if the destination is a register.
2010-09-13 14:18:31 +00:00
gcse.h
Makefile.in (gcse.o, [...]): Depend on gcse.h..
2010-07-12 19:04:03 +00:00
gdbinit.in
print-tree.c (debug_vec_tree): New fn.
2010-05-27 14:39:56 -04:00
genattr.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
genattrtab.c
genrecog.c: Include diagnostic-core.h before toplev.h.
2010-07-09 01:34:40 +00:00
genautomata.c
genautomata.c (gen_regexp_repeat, [...]): Use the string found in vector element 0 rather than the original string when...
2010-08-27 22:08:37 +00:00
gencheck.c
genchecksum.c
gencodes.c
Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
2010-06-10 20:23:13 +00:00
genconditions.c
genrecog.c: Include diagnostic-core.h before toplev.h.
2010-07-09 01:34:40 +00:00
genconfig.c
Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
2010-06-10 20:23:13 +00:00
genconstants.c
md.texi: Document the "unspec" and "unspecv" enum names.
2010-06-10 20:24:45 +00:00
genemit.c
genrecog.c: Include diagnostic-core.h before toplev.h.
2010-07-09 01:34:40 +00:00
genenums.c
re PR bootstrap/44512 (--enable-build-with-cxx bootstrap fails in revision 160669)
2010-07-05 21:18:07 +01:00
genextract.c
genrecog.c: Include diagnostic-core.h before toplev.h.
2010-07-09 01:34:40 +00:00
genflags.c
Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
2010-06-10 20:23:13 +00:00
gengenrtl.c
gegenrtl.c: Remove unnecesary prototypes.
2010-06-01 14:21:57 +00:00
gengtype-lex.l
gengtype-lex.l: Add HARD_REG_SET.
2010-05-24 12:24:00 +00:00
gengtype-parse.c
gengtype.c: Reindented.
2010-09-24 17:37:16 +00:00
gengtype.c
gengtype.c: Reindented.
2010-09-24 17:37:16 +00:00
gengtype.h
gengtype.c: Reindented.
2010-09-24 17:37:16 +00:00
genhooks.c
genhooks.c (emit_findices): Cast field precision to int.
2010-06-29 20:54:53 +00:00
genmddeps.c
Makefile.in (BUILD_RTL): Move build/read-md.o to...
2010-06-10 20:23:23 +00:00
genmodes.c
tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.
2010-09-16 12:59:39 +01:00
genmultilib
genopinit.c
gcc/
2010-07-04 22:14:56 +00:00
genoutput.c
genrecog.c: Include diagnostic-core.h before toplev.h.
2010-07-09 01:34:40 +00:00
genpeep.c
genrecog.c: Include diagnostic-core.h before toplev.h.
2010-07-09 01:34:40 +00:00
genpreds.c
genrecog.c: Include diagnostic-core.h before toplev.h.
2010-07-09 01:34:40 +00:00
genrecog.c
genrecog.c: Include diagnostic-core.h before toplev.h.
2010-07-09 01:34:40 +00:00
gensupport.c
md.texi (define_enum_attr): Document.
2010-06-10 20:24:17 +00:00
gensupport.h
Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
2010-06-10 20:23:13 +00:00
ggc-common.c
ggc-common.c (ggc_mark_root_tab): New function, split out from...
2010-08-20 15:26:56 +00:00
ggc-internal.h
utils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-06-08 07:25:24 +00:00
ggc-none.c
utils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-06-08 07:25:24 +00:00
ggc-page.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
ggc-zone.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
ggc.h
utils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-06-08 07:25:24 +00:00
gimple-fold.c
tree-ssa-ccp.c (fold_ctor_reference): New function.
2010-09-28 16:28:39 +00:00
gimple-iterator.c
re PR target/44132 (emutls is broken under a range of circumstances.)
2010-07-26 15:53:50 -07:00
gimple-low.c
tree.h (DECL_CHAIN): Define.
2010-07-15 14:31:28 +00:00
gimple-pretty-print.c
tree-flow.h (struct ptr_info_def): Add align and misalign fields.
2010-08-12 10:36:08 +00:00
gimple-pretty-print.h
gimplify.c: Do not include except.h and optabs.h.
2010-06-01 22:00:56 +00:00
gimple.c
gimple.c (gimple_types, [...]): Move to GC memory.
2010-09-08 13:30:39 +00:00
gimple.def
gimple.h
foldconst-2.c: New testcase.
2010-09-04 17:36:49 +00:00
gimplify.c
re PR tree-optimization/45750 (ICE: in iterative_hash_expr, at tree.c:6831 on invalid code)
2010-09-23 11:00:27 +00:00
glimits.h
graph.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
graph.h
graphds.c
graphds.h
graphite-blocking.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
graphite-clast-to-gimple.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
graphite-clast-to-gimple.h
Introduce compatibility to newer CLooG's CloogState and mask the use with macros where possible.
2010-08-11 20:30:41 +00:00
graphite-cloog-compat.h
Remove cloog_initialize and cloog_finalize when using official CLooG releases.
2010-08-11 20:30:56 +00:00
graphite-cloog-util.c
Adapt to new CloogScattering abstraction, introduced in official CLooG versions (CLOOG_ORG).
2010-08-11 20:30:49 +00:00
graphite-cloog-util.h
Adapt to new CloogScattering abstraction, introduced in official CLooG versions (CLOOG_ORG).
2010-08-11 20:30:49 +00:00
graphite-dependences.c
Add DEBUG_FUNCTION to all the dot_* debugging functions.
2010-09-17 21:39:28 +00:00
graphite-dependences.h
graphite-interchange.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
graphite-poly.c
Add DEBUG_FUNCTION to all the dot_* debugging functions.
2010-09-17 21:39:28 +00:00
graphite-poly.h
Fix comments and indentation.
2010-06-09 22:09:28 +00:00
graphite-ppl.c
Partially removing cloog.h and graphite-clast-to-gimple.h where possible. Removing unused function check_poly_representation.
2010-08-11 20:26:46 +00:00
graphite-ppl.h
Move cloog-related functions from graphite-ppl.{c,h} to new graphite-cloog-util.{c,h}.
2010-08-11 20:26:38 +00:00
graphite-scop-detection.c
Add DEBUG_FUNCTION to all the dot_* debugging functions.
2010-09-17 21:39:28 +00:00
graphite-scop-detection.h
graphite-sese-to-poly.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
graphite-sese-to-poly.h
Partially removing cloog.h and graphite-clast-to-gimple.h where possible. Removing unused function check_poly_representation.
2010-08-11 20:26:46 +00:00
graphite.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
graphite.h
gsstruct.def
gstab.h
gsyms.h
gsyslimits.h
gthr-aix.h
gthr-dce.h
gthr-gnat.c
gthr-gnat.h
gthr-lynx.h
gthr-mipssde.h
gthr-nks.h
gthr-posix95.h
re PR libobjc/19850 (libobjc leaks threads on posix)
2010-09-06 15:57:44 +00:00
gthr-posix.c
gthr-posix.h
re PR libobjc/19850 (libobjc leaks threads on posix)
2010-09-06 15:57:44 +00:00
gthr-rtems.h
gthr-single.h
gthr-solaris.h
gthr-tpf.h
gthr-vxworks.h
gthr-win32.h
gthr.h
haifa-sched.c
Dispatch scheduling for AMD Bulldozer processors.
2010-09-09 23:11:36 +00:00
hard-reg-set.h
defaults.h (MAX_MOVE_MAX, [...]): Define if not defined.
2010-07-12 18:54:17 +00:00
highlev-plugin-common.h
hooks.c
target.def (target_option.optimization): New hook.
2010-09-16 13:04:29 +01:00
hooks.h
target.def (target_option.optimization): New hook.
2010-09-16 13:04:29 +01:00
host-default.c
hosthooks-def.h
hosthooks.h
hwint.h
ifcvt.c
re PR rtl-optimization/44374 (Hoist same instructions in different branches)
2010-09-23 10:04:33 +00:00
implicit-zee.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
incpath.c
incpath.c (remove_duplicates): If name is not a directory, issue a warning rather than an error.
2010-09-15 17:27:24 +00:00
incpath.h
init-regs.c
input.c
input.c: New file.
2010-05-27 12:33:27 +01:00
input.h
input.c: New file.
2010-05-27 12:33:27 +01:00
insn-addr.h
insn-notes.def
integrate.c
tree.h (DECL_CHAIN): Define.
2010-07-15 14:31:28 +00:00
integrate.h
intl.c
intl.h
ipa-cp.c
tree-sra.c (build_ref_for_offset): Loc made a parameter.
2010-09-14 16:09:38 +02:00
ipa-inline.c
re PR tree-optimization/45453 (ICE: verify_cgraph_node failed: inlined_to pointer set for noninline callers with -O2 -fno-early-inlining)
2010-09-18 23:13:17 +00:00
ipa-prop.c
re PR tree-optimization/45453 (ICE: verify_cgraph_node failed: inlined_to pointer set for noninline callers with -O2 -fno-early-inlining)
2010-09-18 23:13:17 +00:00
ipa-prop.h
tree-sra.c (build_ref_for_offset): Loc made a parameter.
2010-09-14 16:09:38 +02:00
ipa-pure-const.c
tree-pass.h (pass_ipa_cdtor_merge): New function.
2010-08-21 12:36:19 +00:00
ipa-ref-inline.h
ipa-ref.c
cgraph.c (cgraph_edge_cannot_lead_to_return): Also check if caller is noreturn.
2010-06-07 15:33:34 +00:00
ipa-ref.h
cgraph.c (cgraph_edge_cannot_lead_to_return): Also check if caller is noreturn.
2010-06-07 15:33:34 +00:00
ipa-reference.c
extend.texi: (attribute leaf): Document.
2010-09-24 19:14:51 +00:00
ipa-reference.h
tree.h (memory_identifier_string): Remove.
2010-05-15 09:46:55 +00:00
ipa-split.c
re PR tree-optimization/44937 (IPA-split causes crash due to null pointer deref)
2010-09-02 13:42:25 +00:00
ipa-struct-reorg.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
ipa-struct-reorg.h
ipa-type-escape.c
cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.
2010-08-19 16:51:39 +00:00
ipa-type-escape.h
ipa-utils.c
ipa-utils.h
ipa.c
lto-symtab.c (lto_symtab_entry_def): Add guessed field.
2010-09-24 21:47:59 +00:00
ira-build.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
ira-color.c
ira-color.c (SORTGT): New macro, helper for qsort callbacks.
2010-09-02 07:22:33 +00:00
ira-conflicts.c
target.def (class_likely_spilled_p): New hook.
2010-09-02 18:29:37 +04:00
ira-costs.c
ira-int.h (target_ira_int): Add x_max_struct_costs_size...
2010-07-12 19:03:15 +00:00
ira-emit.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
ira-int.h
ira-int.h (ira_remove_allocno_copy_from_list): Remove.
2010-08-11 22:09:53 +00:00
ira-lives.c
re PR target/43358 (IRA: internal compiler error: in pool_free, at alloc-pool.c:335)
2010-08-14 19:59:13 +00:00
ira.c
re PR middle-end/44554 (Stack space after sigsetjmp is reused)
2010-09-09 13:53:32 +00:00
ira.h
Makefile.in (target-globals.o): Depend on $(IRA_INT_H).
2010-07-12 19:03:06 +00:00
jump.c
diagnostic-core.h: New.
2010-05-27 21:16:07 +01:00
lambda-code.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
lambda-mat.c
lambda-trans.c
lambda.h
utils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-06-08 07:25:24 +00:00
langhooks-def.h
langhooks.h (struct lang_hooks_for_types): Remove hash_types field.
2010-09-20 20:11:35 +00:00
langhooks.c
c-decl.c (pop_scope): Always set file-scope DECL_CONTEXT.
2010-09-24 13:21:30 +00:00
langhooks.h
langhooks.h (struct lang_hooks_for_types): Remove hash_types field.
2010-09-20 20:11:35 +00:00
LANGUAGES
lcm.c
coretypes.h (struct simple_bitmap_def, [...]): New core types.
2010-05-22 22:24:53 +00:00
libfuncs.h
Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H).
2010-07-12 18:55:48 +00:00
libgcc2.c
defaults.h (MAX_MOVE_MAX, [...]): Define if not defined.
2010-07-12 18:54:17 +00:00
libgcc2.h
libgcc-libsystem.ver
libgcc-std.ver
common.opt (fsplit-stack): New option.
2010-09-27 19:48:20 +00:00
libgcov.c
limitx.h
limity.h
lists.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
longlong.h
loop-doloop.c
ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes of a loop.
2010-07-19 09:18:14 +00:00
loop-init.c
utils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-06-08 07:25:24 +00:00
loop-invariant.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
loop-iv.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
loop-unroll.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
loop-unswitch.c
loop-unswitch.c (compare_and_jump_seq): Assert that the last insn in the sequence is a jump insn before setting its label.
2010-06-24 10:01:57 +00:00
lower-subreg.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
lto-cgraph.c
lto-symtab.c (lto_symtab_entry_def): Add guessed field.
2010-09-24 21:47:59 +00:00
lto-compress.c
diagnostic-core.h: New.
2010-05-27 21:16:07 +01:00
lto-compress.h
lto-opts.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
lto-section-in.c
lto-section-in.c (lto_section_name): Synchronize names with lto_get_section_name.
2010-07-23 05:24:47 +00:00
lto-section-out.c
re PR lto/44992 (ld -r breaks LTO)
2010-07-23 05:33:51 +00:00
lto-streamer-in.c
lto-streamer-in.c (lto_input_ts_translation_unit_decl_tree_pointers): Properly copy the read string.
2010-09-17 14:18:39 +00:00
lto-streamer-out.c
tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL is TS_TRANSLATION_UNIT_DECL.
2010-09-16 09:38:13 +00:00
lto-streamer.c
tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL is TS_TRANSLATION_UNIT_DECL.
2010-09-16 09:38:13 +00:00
lto-streamer.h
tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL is TS_TRANSLATION_UNIT_DECL.
2010-09-16 09:38:13 +00:00
lto-symtab.c
lto-symtab.c (lto_symtab_entry_def): Add guessed field.
2010-09-24 21:47:59 +00:00
lto-wrapper.c
common.opt (combine): Remove.
2010-09-17 09:04:14 +00:00
machmode.def
tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.
2010-09-16 12:59:39 +01:00
machmode.h
main.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
Makefile.in
Hookize TARGET_UNWIND_INFO et al.
2010-09-28 13:44:58 -07:00
matrix-reorg.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
mcf.c
mips-tdump.c
mips-tfile.c
mkconfig.sh
configure.ac (tm_include_list): Add insn-constants.h.
2010-06-10 20:23:43 +00:00
mkmap-flat.awk
mkmap-symver.awk
mode-classes.def
mode-switching.c
target.def (class_likely_spilled_p): New hook.
2010-09-02 18:29:37 +04:00
modulo-sched.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
omega.c
Fix violations of self-assignment check in GCC source.
2010-07-23 22:20:45 +00:00
omega.h
omp-builtins.def
builtin-attrs.def (ATTR_LEAF): New attribute.
2010-09-28 16:34:36 +00:00
omp-low.c
tree.h (struct tree_base): Add nameless_flag bitfield.
2010-07-23 19:04:35 +02:00
ONEWS
opt-functions.awk
options.texi (SeparateAlias): Document.
2010-09-03 22:00:05 +01:00
opt-gather.awk
optabs.c
Expand pending pops before trying the optab.
2010-08-18 06:35:46 -07:00
optabs.h
Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
2010-07-12 18:54:35 +00:00
optc-gen.awk
options.texi (Variable): Document.
2010-09-17 15:14:49 +01:00
opth-gen.awk
options.texi (Variable): Document.
2010-09-17 15:14:49 +01:00
opts-common.c
opts-common.c (prune_options): Make static.
2010-09-22 21:19:39 +01:00
opts-diagnostic.h
diagnostic.c: Don't include opts.h.
2010-05-26 14:40:53 +01:00
opts.c
Hookize TARGET_UNWIND_INFO et al.
2010-09-28 13:44:58 -07:00
opts.h
opts-common.c (prune_options): Make static.
2010-09-22 21:19:39 +01:00
output.h
common.opt (fsplit-stack): New option.
2010-09-27 19:48:20 +00:00
params.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
params.def
Bump the size of scevs.
2010-08-11 20:27:51 +00:00
params.h
re PR target/42495 (redundant memory load)
2010-07-27 19:48:15 +00:00
passes.c
tree-flow.h (execute_update_addresses_taken): Adjust.
2010-09-23 22:06:18 +00:00
plugin.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
plugin.def
plugin.h
diagnostic.c: Don't include plugin.h.
2010-05-25 14:01:45 +01:00
pointer-set.c
pointer-set.h
postreload-gcse.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
postreload.c
postreload.c (move2add_note_store): Add reg_symbol_ref[] checks to update conditions.
2010-09-22 14:38:08 +00:00
predict.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
predict.def
predict.h
predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is unreachable.
2010-06-29 14:14:15 +00:00
prefix.c
prefix.h
pretty-print.c
Makefile.in (READ_MD_H): New variable.
2010-06-10 20:21:23 +00:00
pretty-print.h
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
print-rtl.c
re PR middle-end/45234 (ICE in expand_call, at calls.c:2845 when passing aligned function argument from unaligned stack after alloca)
2010-09-24 16:37:02 +02:00
print-tree.c
* print-tree.c (print_node): Print in-constant-pool.
2010-09-27 10:16:44 +00:00
profile.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
profile.h
read-md.c
md.texi (define_enum_attr): Document.
2010-06-10 20:24:17 +00:00
read-md.h
md.texi (define_enum_attr): Document.
2010-06-10 20:24:17 +00:00
read-rtl.c
Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
2010-06-10 20:23:13 +00:00
README.Portability
real.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
real.h
real: Do not include gmp.h, mpfr.h, and mpc.h.
2010-05-21 18:13:54 +00:00
realmpfr.c
real: Do not include gmp.h, mpfr.h, and mpc.h.
2010-05-21 18:13:54 +00:00
realmpfr.h
real: Do not include gmp.h, mpfr.h, and mpc.h.
2010-05-21 18:13:54 +00:00
recog.c
re PR testsuite/44701 (PR44492 fix broke gcc.target/powerpc/asm-es-2.c)
2010-07-13 16:03:49 +02:00
recog.h
re PR middle-end/44492 (auto-inc-dec pushes PRE_MODIFY/PRE_INC into inline asm operands)
2010-06-24 19:48:16 +02:00
reg-notes.def
Describe unwinding for realigned frames explicitly.
2010-08-04 16:58:26 -07:00
reg-stack.c
toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h.
2010-06-30 17:12:36 +00:00
regcprop.c
re PR bootstrap/45028 (ICE building 64-bit libjava on Solaris 2/SPARC: output_operand: invalid expression as operand)
2010-07-22 22:48:42 +02:00
reginfo.c
tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to be zero or nonzero.
2010-08-20 11:14:38 +00:00
regmove.c
target.def (class_likely_spilled_p): New hook.
2010-09-02 18:29:37 +04:00
regrename.c
toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h.
2010-06-30 17:12:36 +00:00
regs.h
target.def (class_likely_spilled_p): New hook.
2010-09-02 18:29:37 +04:00
regset.h
coretypes.h (struct simple_bitmap_def, [...]): New core types.
2010-05-22 22:24:53 +00:00
regstat.c
cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.
2010-08-19 16:51:39 +00:00
reload1.c
re PR middle-end/45312 (GCC 4.4.4 miscompiles the Linux kernel)
2010-09-09 18:36:26 +00:00
reload.c
target.def (class_likely_spilled_p): New hook.
2010-09-02 18:29:37 +04:00
reload.h
reload.h (register_move_cost, [...]): Adjust prototype.
2010-08-15 01:46:11 +04:00
reorg.c
re PR rtl-optimization/45593 (segfault with -Os)
2010-09-15 22:48:00 +00:00
resource.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
resource.h
rtl-error.c
toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h.
2010-06-30 17:12:36 +00:00
rtl-error.h
toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h.
2010-06-30 17:12:36 +00:00
rtl.c
rtl.def (DEBUG_IMPLICIT_PTR): New rtl code.
2010-09-09 08:43:47 +02:00
rtl.def
rtl.def (DEBUG_IMPLICIT_PTR): New rtl code.
2010-09-09 08:43:47 +02:00
rtl.h
re PR middle-end/45234 (ICE in expand_call, at calls.c:2845 when passing aligned function argument from unaligned stack after alloca)
2010-09-24 16:37:02 +02:00
rtlanal.c
options.texi (Variable): Document.
2010-09-17 15:14:49 +01:00
rtlhooks-def.h
rtlhooks.c
sbitmap.c
tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.
2010-05-29 20:31:45 +00:00
sbitmap.h
sbitmap.h (sbitmap_ptr, [...]): Move from here...
2010-05-23 00:11:55 +00:00
sched-deps.c
re PR debug/45055 (another -fcompare-debug failure with uninitialised read in walk_gimple_stmt)
2010-07-30 16:36:56 +02:00
sched-ebb.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
sched-int.h
Dispatch scheduling for AMD Bulldozer processors.
2010-09-09 23:11:36 +00:00
sched-rgn.c
target.def (class_likely_spilled_p): New hook.
2010-09-02 18:29:37 +04:00
sched-vis.c
tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.
2010-05-29 20:31:45 +00:00
sdbout.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
sdbout.h
sel-sched-dump.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
sel-sched-dump.h
re PR bootstrap/44426 (gcc 4.5.0 requires c9x compiler to build)
2010-06-21 18:26:25 +02:00
sel-sched-ir.c
sel-sched.c (move_cond_jump): Use tidy_control_flow instead of maybe_tidy_empty_bb.
2010-09-16 16:26:23 +04:00
sel-sched-ir.h
sel-sched.c (move_cond_jump): Use tidy_control_flow instead of maybe_tidy_empty_bb.
2010-09-16 16:26:23 +04:00
sel-sched.c
sel-sched.c (move_cond_jump): Use tidy_control_flow instead of maybe_tidy_empty_bb.
2010-09-16 16:26:23 +04:00
sel-sched.h
sese.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
sese.h
Scevs could be expressions without chrecs and still be scev_analyzable_p.
2010-08-11 20:27:59 +00:00
simplify-rtx.c
re PR rtl-optimization/45739 (static evaluation of SSE intrinsics (pxor))
2010-09-22 01:33:01 +02:00
sparseset.c
sparseset.h
sreal.c
sreal.h
ssaexpand.h
stab.def
stack-ptr-mod.c
statistics.c
statistics.h
stmt.c
cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.
2010-08-19 16:51:39 +00:00
stor-layout.c
re PR driver/44076 (-MT <target> behaves different as -MT<target> (w/o space))
2010-09-02 12:41:22 +01:00
store-motion.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
stringpool.c
utils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-06-08 07:25:24 +00:00
sync-builtins.def
builtin-attrs.def (ATTR_LEAF): New attribute.
2010-09-28 16:34:36 +00:00
system.h
Hookize TARGET_UNWIND_INFO et al.
2010-09-28 13:44:58 -07:00
target-def.h
re PR other/44034 (target hooks are hard to maintain)
2010-06-29 19:22:00 +01:00
target-globals.c
reginfo.c (init_reg_sets): Don't zero globals here.
2010-07-12 19:04:21 +00:00
target-globals.h
Makefile.in (bb-reorder.o, [...]): Depend on bb-reorder.h
2010-07-12 19:04:11 +00:00
target.def
Hookize TARGET_UNWIND_INFO et al.
2010-09-28 13:44:58 -07:00
target.h
Hookize TARGET_UNWIND_INFO et al.
2010-09-28 13:44:58 -07:00
targhooks.c
Hookize TARGET_UNWIND_INFO et al.
2010-09-28 13:44:58 -07:00
targhooks.h
Hookize TARGET_UNWIND_INFO et al.
2010-09-28 13:44:58 -07:00
timevar.c
Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
2010-05-21 23:00:23 +00:00
timevar.def
Schedule a copy_prop pass before graphite.
2010-08-11 20:24:47 +00:00
timevar.h
Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
2010-05-21 23:00:23 +00:00
tlink.c
toplev.c
re PR fortran/40569 (F2008: Support COMPILER_OPTIONS() / COMPILER_VERSION())
2010-09-28 21:51:38 +02:00
toplev.h
re PR fortran/40569 (F2008: Support COMPILER_OPTIONS() / COMPILER_VERSION())
2010-09-28 21:51:38 +02:00
tracer.c
tree-affine.c
re PR middle-end/42834 (memcpy folding overeager)
2010-07-01 08:49:19 +00:00
tree-affine.h
tree-browser.c
tree-browser.c (TB_history_stack): Convert to a VEC.
2010-06-28 13:06:43 +00:00
tree-browser.def
tree-call-cdce.c
gimplify.c: Do not include except.h and optabs.h.
2010-06-01 22:00:56 +00:00
tree-cfg.c
extend.texi: (attribute leaf): Document.
2010-09-24 19:14:51 +00:00
tree-cfgcleanup.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
tree-chrec.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
tree-chrec.h
Remove expand_scalar_variables_ hack.
2010-08-11 20:27:19 +00:00
tree-complex.c
re PR middle-end/45569 (ICE: verify_stmts failed: statement marked for throw in middle of block with -fnon-call-exceptions)
2010-09-07 12:27:45 +00:00
tree-data-ref.c
Add back dot_rdg.
2010-09-17 21:39:19 +00:00
tree-data-ref.h
Use DR_IS_WRITE instead of !DR_IS_READ.
2010-09-03 20:05:42 +00:00
tree-dfa.c
tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
2010-09-03 09:50:17 +00:00
tree-diagnostic.c
diagnostic.c: Don't include flags.h.
2010-05-24 19:55:44 +01:00
tree-diagnostic.h
diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-def.h.
2010-05-21 23:34:26 +01:00
tree-dump.c
tree.def (MISALIGNED_INDIRECT_REF): Remove.
2010-09-06 13:26:13 +00:00
tree-dump.h
re PR other/44874 (TDF_NOUID dumps miss information about DECL_UID ordering)
2010-07-13 22:55:57 +01:00
tree-eh.c
re PR middle-end/45569 (ICE: verify_stmts failed: statement marked for throw in middle of block with -fnon-call-exceptions)
2010-09-07 12:27:45 +00:00
tree-emutls.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
tree-flow-inline.h
tree-flow.h (referenced_var): Move define ...
2010-07-21 09:46:11 +00:00
tree-flow.h
tree-flow.h (execute_update_addresses_taken): Adjust.
2010-09-23 22:06:18 +00:00
tree-if-conv.c
Use DR_IS_WRITE instead of !DR_IS_READ.
2010-09-03 20:05:42 +00:00
tree-inline.c
tree-inline.c (copy_bb): Use GSI_CONTINUE_LINKING when inserting new statements because of the return...
2010-09-25 21:34:45 +00:00
tree-inline.h
Fix PR44768
2010-07-08 09:29:43 +00:00
tree-into-ssa.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
tree-iterator.c
utils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-06-08 07:25:24 +00:00
tree-iterator.h
vecir.h: New file with VEC primitives for tree, gimple, and rtl.
2010-05-15 20:02:11 +00:00
tree-loop-distribution.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
tree-loop-linear.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
tree-mudflap.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
tree-mudflap.h
tree-nested.c
tree-nested.c (convert_all_function_calls): Iterate until after the sum of static chains in the nest doesn't change.
2010-08-31 21:05:22 +00:00
tree-nomudflap.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
tree-nrv.c
re PR tree-optimization/43784 (-Os -fkeep-inline-functions causes FAIL: gcc.c-torture/execute/builtins/pr22237.c execution)
2010-07-26 16:01:55 +00:00
tree-object-size.c
cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.
2010-08-19 16:51:39 +00:00
tree-optimize.c
tree-inline.c (optimize_inline_calls): Schedule cleanups only if we inlined something.
2010-09-22 14:44:13 +00:00
tree-outof-ssa.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
tree-parloops.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
tree-pass.h
tree-ssanames.c (release_dead_ssa_names): Do not remove callee edges here.
2010-09-22 12:15:56 +00:00
tree-phinodes.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
tree-predcom.c
tree.def (MISALIGNED_INDIRECT_REF): Remove.
2010-09-06 13:26:13 +00:00
tree-pretty-print.c
re PR testsuite/45604 (New test failures)
2010-09-13 03:42:07 +00:00
tree-pretty-print.h
gimplify.c: Do not include except.h and optabs.h.
2010-06-01 22:00:56 +00:00
tree-profile.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
tree-scalar-evolution.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
tree-scalar-evolution.h
tree-sra.c
tree-sra.c (struct access): New field grp_no_warning.
2010-09-22 10:48:17 +02:00
tree-ssa-address.c
re PR middle-end/45534 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c:1031)
2010-09-06 12:14:02 +00:00
tree-ssa-alias.c
re PR tree-optimization/45535 (ICE during tree_ssa_dse)
2010-09-05 10:47:05 +00:00
tree-ssa-alias.h
tree-ssa-structalias.c (pt_solution_set_var): New function.
2010-07-02 13:25:23 +00:00
tree-ssa-ccp.c
tree-ssa-ccp.c (fold_ctor_reference): New function.
2010-09-28 16:28:39 +00:00
tree-ssa-coalesce.c
cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.
2010-08-19 16:51:39 +00:00
tree-ssa-copy.c
tree-ssa-copy.c (set_copy_of_val): Use operand_equal_p.
2010-08-10 09:13:37 +00:00
tree-ssa-copyrename.c
gimplify.c: Do not include except.h and optabs.h.
2010-06-01 22:00:56 +00:00
tree-ssa-dce.c
re PR tree-optimization/44485 (ICE in get_expr_operands, at tree-ssa-operands.c:1020)
2010-08-26 18:39:26 +02:00
tree-ssa-dom.c
re PR middle-end/45705 (Useless store not optimized away)
2010-09-20 14:40:10 +00:00
tree-ssa-dse.c
gimplify.c: Do not include except.h and optabs.h.
2010-06-01 22:00:56 +00:00
tree-ssa-forwprop.c
re PR tree-optimization/45232 (tree reassociation introduces undefined overflow)
2010-08-12 10:38:05 +00:00
tree-ssa-ifcombine.c
re PR tree-optimization/39874 (missing VRP (submission))
2010-06-08 14:15:53 -04:00
tree-ssa-live.c
tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
2010-09-03 09:50:17 +00:00
tree-ssa-live.h
cgraph.h (varpool_first_static_initializer, [...]): Make checking only when checking enabled.
2010-06-09 15:41:23 +00:00
tree-ssa-loop-ch.c
gimplify.c: Do not include except.h and optabs.h.
2010-06-01 22:00:56 +00:00
tree-ssa-loop-im.c
tree.def (MISALIGNED_INDIRECT_REF): Remove.
2010-09-06 13:26:13 +00:00
tree-ssa-loop-ivcanon.c
re PR tree-optimization/45605 (Missed devirtualization)
2010-09-20 15:48:42 +00:00
tree-ssa-loop-ivopts.c
re PR bootstrap/45611 (SIGBUS in generate_option_input_file on Solaris 2/SPARC)
2010-09-13 10:47:28 +00:00
tree-ssa-loop-manip.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
tree-ssa-loop-niter.c
tree-vrp.c (adjust_range_with_scev): Use number of iteration estimate.
2010-09-01 11:39:55 +00:00
tree-ssa-loop-prefetch.c
tree.def (MISALIGNED_INDIRECT_REF): Remove.
2010-09-06 13:26:13 +00:00
tree-ssa-loop-unswitch.c
re PR middle-end/43866 (wrong code with -fbounds-check -funswitch-loops)
2010-06-25 14:10:42 +02:00
tree-ssa-loop.c
tree-vrp.c (adjust_range_with_scev): Use number of iteration estimate.
2010-09-01 11:39:55 +00:00
tree-ssa-math-opts.c
re PR middle-end/45393 (ICE in redirect_eh_edge_1, at tree-eh.c:2135)
2010-08-25 10:47:50 +00:00
tree-ssa-operands.c
tree.def (MISALIGNED_INDIRECT_REF): Remove.
2010-09-06 13:26:13 +00:00
tree-ssa-operands.h
utils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-06-08 07:25:24 +00:00
tree-ssa-phiopt.c
re PR middle-end/42834 (memcpy folding overeager)
2010-07-01 08:49:19 +00:00
tree-ssa-phiprop.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
tree-ssa-pre.c
tree.def (MISALIGNED_INDIRECT_REF): Remove.
2010-09-06 13:26:13 +00:00
tree-ssa-propagate.c
re PR tree-optimization/45580 (Building WebKit fails with compiler catching SIGSEGV in gimple_fold_obj_type_ref_known_binfo())
2010-09-21 09:52:00 +00:00
tree-ssa-propagate.h
tree-ssa-propagate.h (struct prop_value_d, [...]): Move ...
2010-08-04 12:29:48 +00:00
tree-ssa-reassoc.c
re PR tree-optimization/45059 (error: invalid operands in binary operation, leads to ICE: verify_stmts failed)
2010-08-25 11:36:35 +02:00
tree-ssa-sccvn.c
tree.def (MISALIGNED_INDIRECT_REF): Remove.
2010-09-06 13:26:13 +00:00
tree-ssa-sccvn.h
re PR middle-end/42834 (memcpy folding overeager)
2010-07-01 08:49:19 +00:00
tree-ssa-sink.c
re PR tree-optimization/33244 (Missed opportunities for vectorization)
2010-09-08 12:34:52 +00:00
tree-ssa-structalias.c
re PR tree-optimization/45623 (GCC 4.5.[01] breaks our ffi on Linux64. ABI break?)
2010-09-16 11:06:25 +00:00
tree-ssa-ter.c
tree-ssa-ter.c (temp_expr_table_d): Add call_cnt field.
2010-09-13 17:57:29 +00:00
tree-ssa-threadedge.c
With large parts from Jim Wilson:
2010-06-25 08:56:24 +00:00
tree-ssa-threadupdate.c
gimplify.c: Do not include except.h and optabs.h.
2010-06-01 22:00:56 +00:00
tree-ssa-uncprop.c
gimplify.c: Do not include except.h and optabs.h.
2010-06-01 22:00:56 +00:00
tree-ssa-uninit.c
tree-ssa-uninit.c (find_uninit_use): Disregard debug stmts, use operand helpers.
2010-08-18 14:18:51 +00:00
tree-ssa.c
tree-flow.h (execute_update_addresses_taken): Adjust.
2010-09-23 22:06:18 +00:00
tree-ssanames.c
tree-ssanames.c (release_dead_ssa_names): Do not remove callee edges here.
2010-09-22 12:15:56 +00:00
tree-stdarg.c
builtins.def (BUILT_IN_ARGS_INFO): Remove.
2010-07-23 14:31:20 +00:00
tree-stdarg.h
tree-switch-conversion.c
foldconst-1.c: New testcase.
2010-09-04 16:02:38 +00:00
tree-tailcall.c
Hookize TARGET_UNWIND_INFO et al.
2010-09-28 13:44:58 -07:00
tree-vect-data-refs.c
re PR tree-optimization/43432 (Missed vectorization: "complicated access pattern" for increasing and decreasing data indexing)
2010-09-17 13:26:43 +00:00
tree-vect-generic.c
optabs.h (optab_handler, [...]): Turn into inline functions that return an insn code.
2010-07-04 22:13:09 +00:00
tree-vect-loop-manip.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
tree-vect-loop.c
tree-vectorizer.c: Fix documentation.
2010-09-16 10:35:14 +00:00
tree-vect-patterns.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
tree-vect-slp.c
tree-vectorizer.c: Fix documentation.
2010-09-16 10:35:14 +00:00
tree-vect-stmts.c
re PR tree-optimization/45714 (Vectorization of double pow function causes a segmentation fault)
2010-09-19 14:23:40 +00:00
tree-vectorizer.c
tree-vectorizer.c: Fix documentation.
2010-09-16 10:35:14 +00:00
tree-vectorizer.h
tree-vectorizer.c: Fix documentation.
2010-09-16 10:35:14 +00:00
tree-vrp.c
tree-vrp.c (adjust_range_with_scev): Use number of iteration estimate.
2010-09-01 11:39:55 +00:00
tree.c
Hookize TARGET_UNWIND_INFO et al.
2010-09-28 13:44:58 -07:00
tree.def
tree.def (MISALIGNED_INDIRECT_REF): Remove.
2010-09-06 13:26:13 +00:00
tree.h
lto-symtab.c (lto_symtab_entry_def): Add guessed field.
2010-09-24 21:47:59 +00:00
treestruct.def
tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL is TS_TRANSLATION_UNIT_DECL.
2010-09-16 09:38:13 +00:00
tsystem.h
typeclass.h
unwind-c.c
unwind-compat.c
unwind-compat.h
unwind-dw2-fde-compat.c
unwind-dw2-fde-darwin.c
only use _darwin10_Unwind_FindEnclosingFunction on darwin >= 10
2010-08-17 14:54:10 +00:00
unwind-dw2-fde-glibc.c
Include <link.h> only if USE_PT_GNU_EH_FRAME is defined.
2010-09-07 14:14:41 -07:00
unwind-dw2-fde.c
unwind-dw2-fde.h
unwind-dw2.c
unwind-dw2.h
unwind-generic.h
unwind-pe.h
unwind-sjlj.c
unwind.inc
value-prof.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
value-prof.h
var-tracking.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
varasm.c
common.opt (fsplit-stack): New option.
2010-09-27 19:48:20 +00:00
varpool.c
lto-symtab.c (lto_symtab_entry_def): Add guessed field.
2010-09-24 21:47:59 +00:00
vec.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
vec.h
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
vecir.h
vecir.h: New file with VEC primitives for tree, gimple, and rtl.
2010-05-15 20:02:11 +00:00
vecprim.h
version.c
version.h
vmsdbg.h
Committed as obvious.
2010-06-29 19:04:12 +00:00
vmsdbgout.c
vec.h (FOR_EACH_VEC_ELT): Define.
2010-08-20 12:48:59 +00:00
web.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
xcoff.h
xcoffout.c
toplev.h: Do not include diagnostic-core.h.
2010-07-08 04:22:54 +00:00
xcoffout.h