..
ada
re PR ada/38450 (ada bootstrap is broken)
2008-12-09 11:35:15 +01:00
config
fp-bit.h (pack_d): Constify argument.
2009-01-02 09:12:50 +11:00
cp
re PR c++/38647 (ICE using __FUNCTION__ as template parameter)
2008-12-31 12:46:18 +01:00
doc
re PR driver/38381 (-b option seems to be broken)
2008-12-29 09:32:21 +01:00
fortran
check.c (dim_rank_check): Fixed checking of dimension argument if array is of type EXPR_ARRAY.
2008-12-31 09:21:44 -05:00
ginclude
float.h (DEC_EVAL_METHOD): Correct the macro name.
2008-09-11 22:50:51 +00:00
java
Fix dates.
2008-12-05 11:46:36 +00:00
objc
Fix dates.
2008-12-05 11:46:36 +00:00
objcp
Fix dates.
2008-12-05 11:46:36 +00:00
po
* id.po: Update.
2008-12-06 18:02:38 +00:00
testsuite
re PR c/36489 (Warning "initialized field overwritten" wrongly triggers with multidimensional arrays)
2009-01-01 20:40:03 +01:00
ABOUT-GCC-NLS
acinclude.m4
configure.ac: Drop unneeded backslash ending up in config.in.
2008-06-02 19:37:45 +00:00
aclocal.m4
re PR target/27880 (undefined reference to `_Unwind_GetIPInfo')
2008-11-12 21:37:34 +00:00
addresses.h
alias.c
alias.c (find_base_term): Synch LO_SUM handling with what find_base_value does.
2008-12-08 09:05:08 -06:00
alias.h
* alias.h (alias_set_type): Change from HOST_WIDE_INT to int.
2008-03-06 01:18:51 +00:00
alloc-pool.c
re PR middle-end/37448 (cannot compile big function)
2008-10-08 02:52:28 +00:00
alloc-pool.h
attribs.c
Change attribute((option(...))) to attribute((target(...))); Do not allocate tree nodes on x86 for builtins until we generate code for the ISA; Delete hot/cold functions changing optimization; Make C++ support target specific functions; Add #pragma GCC {push_options,pop_options,reset_options} instead of #pragma GCC {target,optimize} {push,reset,pop}
2008-08-30 23:50:40 +00:00
auto-inc-dec.c
re PR middle-end/37448 (cannot compile big function)
2008-10-11 23:39:21 +00:00
BASE-VER
* BASE-VER: Set to 4.4.0.
2008-02-18 23:41:06 +01:00
basic-block.h
df-scan.c (persistent_obstack, [...]): Remove.
2008-12-18 13:52:45 +00:00
bb-reorder.c
parse.c (parse_interface): Silence uninitialized var warning.
2008-08-30 10:38:55 +00:00
bitmap.c
alloc-pool.c (hash_descriptor, [...]): Fix -Wc++-compat warnings.
2008-07-04 00:22:31 +00:00
bitmap.h
bitmap.h (bitmap_set_bit): Return bool.
2008-07-02 08:07:41 +00:00
bt-load.c
bt-load.c (add_btr_def, [...]): Avoid C++ keywords.
2008-07-15 17:34:40 +00:00
builtin-attrs.def
builtin-types.def
targhooks.h (struct gcc_target): New member unwind_word_mode.
2008-06-18 20:49:12 +00:00
builtins.c
re PR target/38488 (x86_64 generates much larger and slightly slower code for memset)
2008-12-23 00:34:07 +01:00
builtins.def
targhooks.h (struct gcc_target): New member unwind_word_mode.
2008-06-18 20:49:12 +00:00
c-aux-info.c
c-common.c
re PR c++/36921 (warning "comparison does not have mathematical meaning" is not correct for overloaded operators that do not return boolean)
2008-12-20 19:46:12 +01:00
c-common.def
c-common.h
re PR middle-end/11492 (Bogus warning with -Wsign-compare)
2008-10-29 17:16:46 +00:00
c-config-lang.in
c-convert.c
c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_binary_op.
2008-09-23 14:55:14 +00:00
c-cppbuiltin.c
real.h (struct real_format): New member round_towards_zero.
2008-08-12 13:19:40 +00:00
c-decl.c
re PR middle-end/38240 (Vector type definitions not compatible with attribute target)
2008-12-08 09:12:55 -08:00
c-dump.c
c-errors.c
diagnostic.c (pedwarn_at): Rename as pedwarn.
2008-08-21 10:55:13 +00:00
c-format.c
Fix PR/25502
2008-10-13 12:32:07 +02:00
c-format.h
c-lex.c (narrowest_unsigned_type): Change itk to int.
2008-06-22 14:56:08 +00:00
c-gimplify.c
c-gimplify.c (c_genericize): Don't refer to DECL_ASSEMBLER_NAME before ensuring it's already computed.
2008-10-10 07:20:30 +00:00
c-lang.c
tree.h (enum tree_code): Include all-tree.def, not tree.def.
2008-06-21 21:17:40 +00:00
c-lex.c
diagnostic.c (pedwarn_at): Rename as pedwarn.
2008-08-21 10:55:13 +00:00
c-objc-common.c
c-objc-common.h
c-common.c (c_expand_decl): Remove.
2008-09-09 08:56:58 +00:00
c-omp.c
re PR c++/38348 (ICE from c_finish_omp_for)
2008-12-01 16:10:25 +01:00
c-opts.c
cpplib.h (struct cpp_options): Add new boolean flag warn_builtin_macro_redefined.
2008-09-18 15:39:08 +00:00
c-parser.c
re PR c/36489 (Warning "initialized field overwritten" wrongly triggers with multidimensional arrays)
2009-01-01 20:40:03 +01:00
c-pch.c
diagnostic.c (inform): Add an explicit location_t parameter.
2008-08-20 13:35:00 +00:00
c-ppoutput.c
* c-ppoutput.c (cb_used_define): Do nothing for a builtin node.
2008-09-23 17:47:32 +00:00
c-pragma.c
Change attribute((option(...))) to attribute((target(...))); Do not allocate tree nodes on x86 for builtins until we generate code for the ISA; Delete hot/cold functions changing optimization; Make C++ support target specific functions; Add #pragma GCC {push_options,pop_options,reset_options} instead of #pragma GCC {target,optimize} {push,reset,pop}
2008-08-30 23:50:40 +00:00
c-pragma.h
c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.
2008-06-06 15:01:54 +02:00
c-pretty-print.c
re PR c/35443 (Completely broken diagnostic with bind_expr)
2008-12-08 19:04:58 +01:00
c-pretty-print.h
c-semantics.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
c-tree.h
re PR c/36489 (Warning "initialized field overwritten" wrongly triggers with multidimensional arrays)
2009-01-01 20:40:03 +01:00
c-typeck.c
re PR c/36489 (Warning "initialized field overwritten" wrongly triggers with multidimensional arrays)
2009-01-01 20:40:03 +01:00
c.opt
re PR middle-end/37908 (atomic NAND op generate wrong code; __sync_nand_and_fetch, __sync_fetch_and_nand)
2008-11-17 12:19:06 +01:00
caller-save.c
caller-save.c (insert_one_insn): Take into account REG_INC notes for the liveness computation of the new insn.
2008-11-21 21:19:34 +00:00
calls.c
re PR middle-end/38556 (Revision 142792 breaks bootstrap)
2008-12-17 09:05:05 -08:00
cfg.c
cfg.c (dump_reg_info): Avoid C++ keywords.
2008-07-16 17:49:20 +00:00
cfganal.c
cfganal.c: Include vec.h and vecprim.h.
2008-06-26 20:06:49 +00:00
cfgbuild.c
rtl.h (emit_clobber, [...]): Declare.
2008-06-01 09:47:28 +00:00
cfgcleanup.c
rtl.h (locator_eq): New decl.
2008-10-09 22:04:10 +02:00
cfgexpand.c
cfgexpand.c (expand_gimple_cond): Convert also goto_block and goto_locus of true_edge into RTL locator.
2008-10-08 22:49:23 +02:00
cfghooks.c
cfghooks.c (split_block): Set BB_IRREDUCIBLE_LOOP and EDGE_IRREDUCIBLE_LOOP.
2008-11-03 16:17:33 +00:00
cfghooks.h
sel-sched.h, [...]: New files.
2008-09-01 12:57:00 +04:00
cfglayout.c
invoke.texi (-mgen-cell-microcode): Document.
2008-10-13 12:57:31 -07:00
cfglayout.h
cfgloop.c
backport: configure: Regenerate.
2008-09-02 16:31:04 +00:00
cfgloop.h
backport: configure: Regenerate.
2008-09-02 16:31:04 +00:00
cfgloopanal.c
tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
2008-12-09 21:25:11 +00:00
cfgloopmanip.c
backport: configure: Regenerate.
2008-09-02 16:31:04 +00:00
cfgrtl.c
revert: cfgrtl.c (rtl_verify_flow_info_1): Don't apply BLOCK_FOR_INSN on a BARRIER insn.
2008-12-12 21:16:09 +00:00
cgraph.c
cgraph.c (cgraph_function_body_availability): Fix test of externally visible.
2008-11-16 22:31:58 +00:00
cgraph.h
re PR debug/27574 (MIssing debug info at -O0 for a local variable in a C++ constructor)
2008-11-12 22:57:44 +01:00
cgraphbuild.c
re PR middle-end/38074 (missed inlining on Core2 Duo due to apparent wrong branch prediction/profile)
2008-12-06 08:34:20 +00:00
cgraphunit.c
re PR debug/27574 (MIssing debug info at -O0 for a local variable in a C++ constructor)
2008-11-12 22:57:44 +01:00
ChangeLog
fp-bit.h (pack_d): Constify argument.
2009-01-02 09:12:50 +11:00
ChangeLog-1997
ChangeLog-1998
Convert ChangeLog files to UTF-8.
2008-09-05 13:07:45 +02:00
ChangeLog-1999
Convert ChangeLog files to UTF-8.
2008-09-05 13:07:45 +02:00
ChangeLog-2000
Convert ChangeLog files to UTF-8.
2008-09-05 13:07:45 +02:00
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
Convert ChangeLog files to UTF-8.
2008-09-05 13:07:45 +02:00
ChangeLog-2004
Convert ChangeLog files to UTF-8.
2008-09-05 13:07:45 +02:00
ChangeLog-2005
ChangeLog-2006
Convert ChangeLog files to UTF-8.
2008-09-05 13:07:45 +02:00
ChangeLog-2007
Convert ChangeLog files to UTF-8.
2008-09-05 13:07:45 +02:00
ChangeLog.dataflow
ChangeLog.lib
ChangeLog.ptr
ChangeLog.tree-ssa
ChangeLog.tuples
Convert ChangeLog files to UTF-8.
2008-09-05 13:07:45 +02:00
collect2.c
collect2.c (symkind): New enum.
2008-07-26 14:26:45 +00:00
collect2.h
combine-stack-adj.c
c-pch.c (get_ident): Avoid C++ keywords.
2008-07-16 17:55:42 +00:00
combine.c
re PR rtl-optimization/38281 (segmentation fault with optimization enabled)
2008-12-03 08:40:50 +00:00
common.opt
tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
2008-12-09 21:25:11 +00:00
conditions.h
config.build
re PR bootstrap/35273 (Bootstrap of mingw32 using non-MSYS shell broken)
2008-02-21 19:55:39 +00:00
config.gcc
x86intrin.h: New header file to support all x86 intrinsics
2008-12-12 16:53:27 +00:00
config.host
re PR bootstrap/37739 (bootstrap broken with core gcc > gcc-4.2.x)
2008-12-19 15:55:42 +01:00
config.in
re PR target/27880 (undefined reference to `_Unwind_GetIPInfo')
2008-11-12 21:37:34 +00:00
configure
Index...
2008-12-21 14:27:18 -08:00
configure.ac
re PR target/37610 (FAIL: g++.dg/eh/pr29166.C execution test)
2008-12-20 22:32:30 +00:00
convert.c
re PR middle-end/36578 (cast to long double not taken into account when result stored to a double)
2008-10-29 17:05:42 +00:00
convert.h
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
coretypes.h
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
coverage.c
re PR c++/35483 (GCC on AIX doesn't support dollar in symbols name.)
2008-10-16 07:57:26 -04:00
coverage.h
coverage.h (tree_coverage_counter_addr): Declare.
2008-03-08 20:52:50 +00:00
cppdefault.c
cppdefault.h
cppspec.c
crtstuff.c
cse.c
cse.c (lookup_as_function): Delete mode frobbing code.
2008-12-04 21:47:13 +00:00
cselib.c
re PR middle-end/31150 (Not promoting an whole array to be static const)
2008-12-23 00:41:17 +01:00
cselib.h
Remove libcall notes.
2008-06-17 05:57:04 +00:00
cstamp-h.in
DATESTAMP
Daily bump.
2009-01-01 00:16:46 +00:00
dbgcnt.c
alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.
2008-06-26 00:28:15 +00:00
dbgcnt.def
sel-sched.h, [...]: New files.
2008-09-01 12:57:00 +04:00
dbgcnt.h
dbxout.c
* dbxout.c (dbxout_parms): Fetch the inner REG inside a PARALLEL.
2008-09-25 11:52:47 +00:00
dbxout.h
dce.c
re PR rtl-optimization/37922 (code generation error)
2008-12-18 13:38:39 +00:00
dce.h
ddg.c
re PR middle-end/37448 (cannot compile big function)
2008-10-11 23:39:21 +00:00
ddg.h
debug.c
re PR fortran/29635 (debug info of modules)
2008-08-29 20:41:19 +02:00
debug.h
re PR fortran/29635 (debug info of modules)
2008-08-29 20:41:19 +02:00
defaults.h
defaults.h (TARGET_FLOAT_FORMAT): Remove.
2008-08-12 13:27:30 +00:00
DEV-PHASE
df-byte-scan.c
re PR middle-end/37448 (cannot compile big function)
2008-10-11 23:39:21 +00:00
df-core.c
re PR rtl-optimization/36365 (Hang in df_analyze)
2008-12-06 22:52:43 +00:00
df-problems.c
df-scan.c (persistent_obstack, [...]): Remove.
2008-12-18 13:52:45 +00:00
df-scan.c
* df-scan.c ( df_hard_reg_init): Move declaration of i.
2008-12-19 16:34:26 +00:00
df.h
df-scan.c (persistent_obstack, [...]): Remove.
2008-12-18 13:52:45 +00:00
dfp.c
dfp.h, [...]: Remove references to IEEE 754R.
2008-06-19 11:13:53 +10:00
dfp.h
dfp.h, [...]: Remove references to IEEE 754R.
2008-06-19 11:13:53 +10:00
diagnostic.c
diagnostic.c (error_at): New.
2008-09-03 01:00:04 +00:00
diagnostic.def
re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) should not emit errors)
2008-08-08 23:57:19 +00:00
diagnostic.h
re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) should not emit errors)
2008-08-08 23:57:19 +00:00
dojump.c
dojump.c (do_jump): Move below.
2008-09-11 14:45:05 +00:00
dominance.c
alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.
2008-06-26 00:28:15 +00:00
domwalk.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
domwalk.h
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
double-int.c
double-int.h
dse.c
re PR middle-end/38652 (dse.c: In function get_call_args: dse.c:2309: error: target undeclared)
2008-12-29 13:36:24 +01:00
dse.h
dummy-checksum.c
dwarf2.h
dwarf2.h (DW_OP_GNU_encoded_addr): New.
2008-09-24 15:38:03 -07:00
dwarf2asm.c
re PR other/37265 (mt_allocator.cc:646: ICE: in gt_ggc_m_S, at ggc-page.c:1281)
2008-09-09 23:57:41 +00:00
dwarf2asm.h
Makefile.in (c-cppbuiltin.o): Depend on debug.h.
2008-08-05 10:24:37 -07:00
dwarf2out.c
re PR target/37033 (Revision 138733 breaks -g vs -g0 for PCH)
2008-12-10 17:31:07 +00:00
dwarf2out.h
dwarf.h
ebitmap.c
dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.
2008-06-26 00:25:08 +00:00
ebitmap.h
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
emit-rtl.c
re PR target/38488 (x86_64 generates much larger and slightly slower code for memset)
2008-12-23 00:34:07 +01:00
emit-rtl.h
re PR middle-end/37815 (ICE in vt_add_function_parameters (bootstrap error))
2008-10-21 13:48:16 -07:00
emutls.c
re PR testsuite/35677 (Intermitent failure "FAIL: libgomp.fortran/crayptr2.f90")
2008-12-11 18:33:48 +00:00
errors.c
re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) should not emit errors)
2008-08-08 23:57:19 +00:00
errors.h
re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) should not emit errors)
2008-08-08 23:57:19 +00:00
et-forest.c
dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.
2008-06-26 00:25:08 +00:00
et-forest.h
except.c
builtins.c (expand_builtin_profile_func): Avoid C++ keywords.
2008-08-06 15:57:09 +00:00
except.h
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
exec-tool.in
exec-tool.in: Use an environment variable (private) instead of a file (shared) as a semaphore...
2008-05-30 15:19:45 -04:00
explow.c
emit-rtl.c (set_reg_attrs_from_value): Fix invalid alignment information passed to mark_reg_pointer.
2008-09-12 13:31:51 +00:00
expmed.c
expmed.c (extract_bit_field_1): Also use a temporary and convert_extracted_bit_field when...
2008-11-18 02:08:24 +00:00
expr.c
re PR middle-end/31150 (Not promoting an whole array to be static const)
2008-12-23 00:41:17 +01:00
expr.h
Makefile.in (GTFILES): Add $(srcdir)/expr.h.
2008-12-24 17:00:52 +00:00
final.c
re PR target/37170 (gcc.dg/weak/weak-1.c)
2008-12-10 08:46:40 +00:00
fix-header.c
scan.c (make_sstring_space): Add explicit conversions of allocator's return value.
2008-07-30 07:44:09 +00:00
fixed-value.c
builtins.c, [...]: Fix comments.
2008-12-19 17:53:51 +00:00
fixed-value.h
fixproto
flags.h
tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
2008-12-09 21:25:11 +00:00
fold-const.c
re PR tree-optimization/38564 (Revision 142662 caused ICE in insert_into_preds_of_block)
2008-12-30 10:28:01 +00:00
fp-test.c
FSFChangeLog
Convert ChangeLog files to UTF-8.
2008-09-05 13:07:45 +02:00
FSFChangeLog.10
FSFChangeLog.11
function.c
function.c (aggregate_value_p): Get fntype from CALL_EXPR in any case.
2008-12-09 10:14:28 +01:00
function.h
re PR middle-end/38454 (memcpy folding breaks -D_FORTIFY_SOURCE=2 protection)
2008-12-10 00:01:15 +01:00
fwprop.c
fwprop.c (fwprop_done): Call df_remove_problem.
2008-11-07 13:16:54 -08:00
gbl-ctors.h
gcc.c
re PR driver/38381 (-b option seems to be broken)
2008-12-29 09:32:21 +01:00
gcc.h
Add -dumpbase to the switches that take arguments
2008-10-30 22:45:32 +00:00
gccbug.in
gccspec.c
gcov-dump.c
gcov-dump.c (tag_summary): Only print summaries for the first GCOV_COUNTERS_SUMMABLE counters.
2008-04-10 18:21:26 +00:00
gcov-io.c
dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.
2008-06-26 00:25:08 +00:00
gcov-io.h
* gcov-io.h (__gcov_merge_ior, __gcov_fork): Mark hidden.
2008-03-18 14:47:14 +00:00
gcov-iov.c
gcov.c
gcov.c (create_file_names): Properly handle UNIX and DOS directory separators.
2008-10-03 12:49:38 +00:00
gcse.c
loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.
2008-08-29 10:35:57 +00:00
gdbinit.in
backport: configure: Regenerate.
2008-09-02 16:31:04 +00:00
gen-protos.c
genattr.c
sel-sched.h, [...]: New files.
2008-09-01 12:57:00 +04:00
genattrtab.c
genattrtab.c (insert_right_side, [...]): Avoid C++ keywords.
2008-07-09 06:45:21 +00:00
genautomata.c
sel-sched.h, [...]: New files.
2008-09-01 12:57:00 +04:00
gencheck.c
tree.h (enum tree_code): Include all-tree.def, not tree.def.
2008-06-21 21:17:40 +00:00
genchecksum.c
gencodes.c
genconditions.c
genconfig.c
genconstants.c
genemit.c
genattrtab.c (insert_right_side, [...]): Avoid C++ keywords.
2008-07-09 06:45:21 +00:00
genextract.c
cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or -Wcast-qual warnings.
2008-06-26 00:22:12 +00:00
genflags.c
gengenrtl.c
gengtype-lex.l
cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or -Wcast-qual warnings.
2008-06-26 00:22:12 +00:00
gengtype-parse.c
gengtype.c
Makefile.in (write_entries_to_file): Quote words.
2008-08-06 16:10:22 +00:00
gengtype.h
genattrtab.c (insert_right_side, [...]): Avoid C++ keywords.
2008-07-09 06:45:21 +00:00
genmddeps.c
genmodes.c
genmultilib
genopinit.c
Add SSE5 vector shift/rotate; Update SSE5 vector multiply
2008-05-14 20:07:53 +00:00
genoutput.c
genattrtab.c (insert_right_side, [...]): Avoid C++ keywords.
2008-07-09 06:45:21 +00:00
genpeep.c
genpreds.c
tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
2008-12-09 21:25:11 +00:00
genrecog.c
genattrtab.c (insert_right_side, [...]): Avoid C++ keywords.
2008-07-09 06:45:21 +00:00
gensupport.c
genattrtab.c (insert_right_side, [...]): Avoid C++ keywords.
2008-07-09 06:45:21 +00:00
gensupport.h
gensupport.h (pred_data): Add a "num_codes" field.
2008-05-08 21:28:27 +00:00
ggc-common.c
ggc-common.c (loc_array): Make static.
2008-09-11 12:48:53 +00:00
ggc-none.c
ggc-page.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
ggc-zone.c
ggc-zone.c (lookup_page_table_if_allocated, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.
2008-07-04 04:47:55 +00:00
ggc.h
ggc.h (GGC_RESIZEVAR): New, reorder macros.
2008-06-20 18:34:07 +00:00
gimple-iterator.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
gimple-low.c
re PR c++/36631 (attribute always_inline -> sorry, unimplemented: recursive inlining)
2008-11-20 02:47:10 +01:00
gimple-pretty-print.c
re PR middle-end/38641 (VEC_EXTRACT_EVEN_EXPR/VEC_EXTRACT_ODD_EXPR no longer print out correctly in the tree dumps)
2008-12-27 20:38:20 +01:00
gimple.c
* gimple.c (recalculate_side_effects) <tcc_constant>: New case.
2008-12-07 23:27:14 +00:00
gimple.def
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
gimple.h
gimple.h (gimple_build_try): Fix declaration.
2008-12-08 12:30:24 +00:00
gimplify.c
re PR middle-end/38676 (ICE during regimplification of GIMPLE_SWITCH)
2008-12-31 00:20:45 +01:00
glimits.h
global.c
re PR middle-end/37790 (limits-fnargs.c takes very long time to compile at -O2)
2008-11-19 21:20:44 +00:00
graph.c
cfg.c (dump_reg_info): Avoid C++ keywords.
2008-07-16 17:49:20 +00:00
graph.h
graphds.c
graphds.h
invoke.texi: Document -ftree-loop-distribution.
2008-02-28 12:37:24 +00:00
graphite.c
re PR middle-end/38409 ([graphite] ICE : in canonicalize_loop_ivs, at tree-parloops.c:1384)
2008-12-12 17:28:06 +00:00
graphite.h
[multiple changes]
2008-12-11 19:35:41 +00:00
gsstruct.def
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
gstab.h
gsyms.h
gsyslimits.h
gthr-aix.h
gthr-dce.h
re PR libfortran/35063 (Clean up use of destroy_unit_mutex())
2008-03-01 12:46:31 +02:00
gthr-gnat.c
gthr-gnat.h
gthr-lynx.h
cgraph.c: Fix typos in comments.
2008-06-06 05:42:00 +00:00
gthr-mipssde.h
re PR libfortran/35063 (Clean up use of destroy_unit_mutex())
2008-03-01 12:46:31 +02:00
gthr-nks.h
re PR libfortran/35063 (Clean up use of destroy_unit_mutex())
2008-03-01 12:46:31 +02:00
gthr-posix95.h
gthr-posix.h (__gthread_active_p): Use the Solaris implementation for FreeBSD as well.
2008-04-18 02:16:35 +00:00
gthr-posix.c
gtrh-posix.h: Fix uses of _POSIX_TIMEOUTS per the normal Posix rule that a symbolic constant...
2008-08-28 22:00:46 +00:00
gthr-posix.h
gtrh-posix.h: Fix uses of _POSIX_TIMEOUTS per the normal Posix rule that a symbolic constant...
2008-08-28 22:00:46 +00:00
gthr-rtems.h
gthr-rtems.h: Implement __gthread_mutex_destroy.
2008-03-05 13:16:57 +00:00
gthr-single.h
gthr-single.h (__gthread_once): Adjust prototype to match all other gthreads models.
2008-12-07 00:32:29 +11:00
gthr-solaris.h
re PR libfortran/35063 (Clean up use of destroy_unit_mutex())
2008-03-01 12:46:31 +02:00
gthr-tpf.h
re PR libfortran/35063 (Clean up use of destroy_unit_mutex())
2008-03-01 12:46:31 +02:00
gthr-vxworks.h
* gthr-vxworks.h (UNUSED): Define.
2008-03-24 11:18:22 +00:00
gthr-win32.h
gthr-win32.h (CONST_CAST2): Really make sure CONST_CAST2 is defined.
2008-09-03 06:07:34 +00:00
gthr.h
gthr-posix.h (__gthread_create, [...]): New functions.
2008-08-28 09:20:57 +00:00
haifa-sched.c
target.h (struct gcc_target): Update prototypes of needs_block_p and gen_spec_check.
2008-10-14 16:52:19 +04:00
hard-reg-set.h
sel-sched.h, [...]: New files.
2008-09-01 12:57:00 +04:00
hooks.c
fwprop.c (should_replace_address): Add speed attribute.
2008-08-31 09:44:25 +00:00
hooks.h
fwprop.c (should_replace_address): Add speed attribute.
2008-08-31 09:44:25 +00:00
host-default.c
hosthooks-def.h
hosthooks.h
hwint.h
cgraph.c: Fix typos in comments.
2008-06-06 05:42:00 +00:00
ifcvt.c
re PR rtl-optimization/37922 (code generation error)
2008-12-18 13:38:39 +00:00
incpath.c
cpplib.h (struct cpp_dir): Add new field, canonical_name.
2008-05-30 00:57:56 +00:00
incpath.h
re PR fortran/18428 (No preprocessing option -cpp for gfortran)
2008-05-25 18:37:41 -04:00
init-regs.c
re PR middle-end/37448 (cannot compile big function)
2008-10-11 23:39:21 +00:00
input.h
Makefile.in: Replace toplev.h with TOPLEV_H.
2008-07-21 14:29:27 +00:00
insn-addr.h
insn-notes.def
integrate.c
driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.
2008-06-26 00:18:25 +00:00
integrate.h
function.h (incomming_args): Break out of struct function.
2008-04-08 08:59:34 +00:00
intl.c
alloc-pool.c (create_alloc_pool): Fix -Wc++-compat warnings.
2008-06-29 04:39:16 +00:00
intl.h
ipa-cp.c
cgraph.c (cgraph_free_edge): Use sizeof(*e).
2008-09-23 15:08:15 +02:00
ipa-inline.c
re PR middle-end/38584 (Inline heuristics run even at -O0)
2008-12-30 13:35:00 +00:00
ipa-prop.c
cgraph.c (cgraph_free_edge): Use sizeof(*e).
2008-09-23 15:08:15 +02:00
ipa-prop.h
ipa-cp.c (ipcp_estimate_growth): Return 0 instead of false.
2008-09-18 19:57:05 +02:00
ipa-pure-const.c
re PR middle-end/37448 (cannot compile big function)
2008-09-18 17:28:40 +00:00
ipa-reference.c
re PR middle-end/37448 (cannot compile big function)
2008-09-18 17:28:40 +00:00
ipa-reference.h
re PR middle-end/37448 (cannot compile big function)
2008-09-18 17:28:40 +00:00
ipa-struct-reorg.c
ipa-struct-reorg.c (create_new_alloc_sites): Properly insert the newly created statements.
2008-10-22 14:18:13 +00:00
ipa-struct-reorg.h
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
ipa-type-escape.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
ipa-type-escape.h
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
ipa-utils.c
re PR middle-end/37448 (cannot compile big function)
2008-09-18 17:28:40 +00:00
ipa-utils.h
ipa.c
cgraph.c: Fix typos in comments.
2008-06-06 05:42:00 +00:00
ira-build.c
tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
2008-12-09 21:25:11 +00:00
ira-color.c
tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
2008-12-09 21:25:11 +00:00
ira-conflicts.c
tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
2008-12-09 21:25:11 +00:00
ira-costs.c
ira-cost.c (copy_cost): Lazilly initialize move_cost if needed.
2008-12-18 13:49:47 +00:00
ira-emit.c
tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
2008-12-09 21:25:11 +00:00
ira-int.h
tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
2008-12-09 21:25:11 +00:00
ira-lives.c
tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
2008-12-09 21:25:11 +00:00
ira.c
tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
2008-12-09 21:25:11 +00:00
ira.h
re PR rtl-optimization/37296 (Bootstrap failure compiling libgcc)
2008-09-03 19:49:30 +00:00
jump.c
rtlanal.c: Fix uses of "it's" with "its" where appropriate.
2008-08-26 23:27:31 +10:00
lambda-code.c
re PR tree-optimization/37686 (Building of CPU2000's bzip2 with peak flags with -mcpu=power4 fails with an ICE.)
2008-10-15 16:13:33 +00:00
lambda-mat.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
lambda-trans.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
lambda.h
backport: configure: Regenerate.
2008-09-02 16:31:04 +00:00
langhooks-def.h
re PR objc/37460 (NeXT runtime ICEs)
2008-09-17 14:39:13 -07:00
langhooks.c
c-common.c (c_expand_decl): Remove.
2008-09-09 08:56:58 +00:00
langhooks.h
re PR objc/37460 (NeXT runtime ICEs)
2008-09-17 14:39:13 -07:00
LANGUAGES
lcm.c
df-problems.c (df_set_note): Avoid C++ keywords.
2008-07-15 17:51:00 +00:00
libfuncs.h
libfuncs.h (LTI_synchronize): New libfunc_index.
2008-06-26 21:28:30 +00:00
libgcc2.c
MAINTAINERS (mt port): Remove.
2008-06-07 19:00:15 +01:00
libgcc2.h
libgcc-std.ver
Fix conflict with another recent patch.
2008-07-03 19:42:41 +00:00
libgcov.c
re PR target/32277 (indir-call-prof fails on ia64-linux-gnu)
2008-10-29 19:46:16 +00:00
limitx.h
limity.h
lists.c
sel-sched.h, [...]: New files.
2008-09-01 12:57:00 +04:00
local-alloc.c
re PR middle-end/37448 (cannot compile big function)
2008-10-11 23:39:21 +00:00
longlong.h
longlong.h (__arm__): Define count_leading_zeros.
2008-06-12 17:29:47 +00:00
loop-doloop.c
re PR rtl-optimization/37782 (Stage2 ada compiler miscompiled)
2008-11-03 12:01:11 -08:00
loop-init.c
sel-sched.h, [...]: New files.
2008-09-01 12:57:00 +04:00
loop-invariant.c
re PR middle-end/37448 (cannot compile big function)
2008-10-11 23:39:21 +00:00
loop-iv.c
re PR rtl-optimization/32283 (Missed induction variable optimization)
2008-11-20 08:05:12 +00:00
loop-unroll.c
loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.
2008-08-29 10:35:57 +00:00
loop-unswitch.c
loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.
2008-08-29 10:35:57 +00:00
lower-subreg.c
df-problems.c (df_set_note): Avoid C++ keywords.
2008-07-15 17:51:00 +00:00
machmode.def
machmode.h
real.h (struct real_format): New member has_sign_dependent_rounding.
2008-08-12 13:25:22 +00:00
main.c
Makefile.in
re PR middle-end/38652 (dse.c: In function get_call_args: dse.c:2309: error: target undeclared)
2008-12-29 13:36:24 +01:00
matrix-reorg.c
matrix-reorg.c (transform_allocation_sites): Initializers added to avoid the warning.
2008-09-25 11:21:43 +00:00
mcf.c
re PR bootstrap/38088 (gcc fails to compile with undefined symbol: __LONG_LONG_MAX__ error)
2008-11-13 11:26:51 +01:00
mips-tdump.c
Makefile.in (mips-tfile.o-warn): Don't error out on mips-tfile.c warnings.
2008-09-09 16:36:14 +00:00
mips-tfile.c
Makefile.in (mips-tfile.o-warn): Don't error out on mips-tfile.c warnings.
2008-09-09 16:36:14 +00:00
mkconfig.sh
mkmap-flat.awk
configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2008-08-31 12:14:25 -06:00
mkmap-symver.awk
re PR target/36669 (Wrong versioning for __float128)
2008-07-02 08:59:19 -07:00
mode-classes.def
mode-switching.c
df-problems.c (df_set_note): Avoid C++ keywords.
2008-07-15 17:51:00 +00:00
modulo-sched.c
sel-sched.h, [...]: New files.
2008-09-01 12:57:00 +04:00
omega.c
cgraph.c: Fix typos in comments.
2008-06-06 05:42:00 +00:00
omega.h
omp-builtins.def
c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.
2008-06-06 15:01:54 +02:00
omp-low.c
re PR middle-end/36802 (pop_gimplify_context ICE using openmp task construct)
2008-12-08 11:36:01 +01:00
ONEWS
opt-functions.awk
Change attribute((option(...))) to attribute((target(...))); Do not allocate tree nodes on x86 for builtins until we generate code for the ISA; Delete hot/cold functions changing optimization; Make C++ support target specific functions; Add #pragma GCC {push_options,pop_options,reset_options} instead of #pragma GCC {target,optimize} {push,reset,pop}
2008-08-30 23:50:40 +00:00
opt-gather.awk
optabs.c
re PR middle-end/37908 (atomic NAND op generate wrong code; __sync_nand_and_fetch, __sync_fetch_and_nand)
2008-11-17 12:19:06 +01:00
optabs.h
optabs.c (emit_unop_insn): Break out to ...
2008-08-07 07:35:51 +00:00
optc-gen.awk
Fix PR 36907, breakage in building libobj with function specific changes
2008-07-23 19:03:40 +00:00
opth-gen.awk
Fix PR 36907, breakage in building libobj with function specific changes
2008-07-23 19:03:40 +00:00
opts-common.c
driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.
2008-06-26 00:18:25 +00:00
opts.c
tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
2008-12-09 21:25:11 +00:00
opts.h
re PR middle-end/37576 (-v --help ICEs)
2008-10-07 23:02:21 +02:00
output.h
re PR target/37170 (gcc.dg/weak/weak-1.c)
2008-11-22 09:22:52 +01:00
params.c
driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.
2008-06-26 00:18:25 +00:00
params.def
re PR rtl-optimization/36365 (Hang in df_analyze)
2008-12-06 22:52:43 +00:00
params.h
[multiple changes]
2008-08-26 12:39:58 +00:00
passes.c
re PR middle-end/37858 (ICE when "-fdump-ipa-all -dv" is used)
2008-11-03 09:42:10 +01:00
pointer-set.c
pointer-set.h
postreload-gcse.c
postreload-gcse.c (eliminate_partially_redundant_loads): Use optimize_bb_for_size_p.
2008-08-31 12:52:07 +00:00
postreload.c
fwprop.c (should_replace_address): Add speed attribute.
2008-08-31 09:44:25 +00:00
predict.c
* predict.c (estimate_bb_frequencies): Fix test if profile is present.
2008-12-09 17:04:26 +00:00
predict.def
cold-attribute-1.c: New testcase.
2008-08-31 11:40:11 +00:00
predict.h
tree-pretty-print.c: Include predict.h.
2008-03-18 15:21:06 +00:00
prefix.c
prefix.h
pretty-print.c
re PR debug/37156 (Hang with -g -O2 (or higher) (discovered with malloc.c in sqlite3))
2008-08-19 13:44:42 +02:00
pretty-print.h
cgraph.c: Fix typos in comments.
2008-06-06 05:42:00 +00:00
print-rtl.c
dwarf2asm.c (dw2_assemble_integer): Cast to unsigned HOST_WIDE_INT for hex printing.
2008-04-15 19:56:20 +00:00
print-tree.c
* print-tree.c (print_node): Use code instead of TREE_CODE (node).
2008-11-04 21:08:26 +01:00
profile.c
re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on boolean value)
2008-10-24 10:09:06 +00:00
profile.h
profile.h: Really add it.
2008-08-18 12:22:36 -07:00
protoize.c
cgraph.c: Fix typos in comments.
2008-06-06 05:42:00 +00:00
ra-conflict.c
re PR rtl-optimization/37922 (code generation error)
2008-12-18 13:38:39 +00:00
ra.h
cfg.c (dump_reg_info): Avoid C++ keywords.
2008-07-16 17:49:20 +00:00
read-rtl.c
read-rtl.c (join_c_conditions): Return the first string if the two strings are equal.
2008-05-08 21:29:00 +00:00
README.Portability
real.c
re PR middle-end/36578 (cast to long double not taken into account when result stored to a double)
2008-10-29 17:05:42 +00:00
real.h
re PR middle-end/36578 (cast to long double not taken into account when result stored to a double)
2008-10-29 17:05:42 +00:00
recog.c
re PR rtl-optimization/37922 (code generation error)
2008-12-18 13:38:39 +00:00
recog.h
sel-sched.h, [...]: New files.
2008-09-01 12:57:00 +04:00
reg-notes.def
Remove libcall notes.
2008-06-17 05:57:04 +00:00
reg-stack.c
reg-stack.c (reg_to_stack): Add missing braces in memset size calculation.
2008-11-06 19:01:18 +01:00
regclass.c
df-scan.c (persistent_obstack, [...]): Remove.
2008-12-18 13:52:45 +00:00
regmove.c
re PR rtl-optimization/37769 (internal compiler error: in reg_overlap_mentioned_for_reload_p, at reload.c:6525)
2008-10-24 23:09:00 +00:00
regrename.c
regrename.c (merge_overlapping_regs): Add registers artificially defined at the top of the basic block to the set of...
2008-11-25 21:25:52 +00:00
regs.h
[multiple changes]
2008-08-26 12:39:58 +00:00
regstat.c
re PR middle-end/37448 (cannot compile big function)
2008-10-11 23:39:21 +00:00
reload1.c
tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
2008-12-09 21:25:11 +00:00
reload.c
rtl.h (simplify_subreg_regno): Declare.
2008-08-28 20:02:54 +00:00
reload.h
[multiple changes]
2008-08-26 12:39:58 +00:00
reorg.c
loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.
2008-08-29 10:35:57 +00:00
resource.c
resource.c (mark_referenced_resources): Look inside UNSPEC_VOLATILEs and ASM_INPUTs.
2008-07-02 18:05:42 +00:00
resource.h
rtl-error.c
cgraph.c: Fix typos in comments.
2008-06-06 05:42:00 +00:00
rtl-factoring.c
re PR rtl-optimization/37922 (code generation error)
2008-12-18 13:38:39 +00:00
rtl.c
sel-sched.h, [...]: New files.
2008-09-01 12:57:00 +04:00
rtl.def
system.h (USE_MAPPED_LOCATION): Poison.
2008-02-26 16:05:24 +00:00
rtl.h
invoke.texi (-mgen-cell-microcode): Document.
2008-10-13 12:57:31 -07:00
rtlanal.c
re PR middle-end/37807 (Exponential compile time with MMX builtins.)
2008-11-10 10:08:15 +01:00
rtlhooks-def.h
sel-sched.h, [...]: New files.
2008-09-01 12:57:00 +04:00
rtlhooks.c
recog.c (validate_change_1, [...]): Avoid C++ keywords.
2008-07-16 17:52:19 +00:00
sbitmap.c
ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.
2008-06-26 00:12:56 +00:00
sbitmap.h
sbitmap.c (sbitmap_range_empty_p): New function.
2008-04-21 20:15:38 +00:00
scan-decls.c
scan-types.sh
scan.c
scan.c (make_sstring_space): Add explicit conversions of allocator's return value.
2008-07-30 07:44:09 +00:00
scan.h
cgraph.c: Fix typos in comments.
2008-06-06 05:42:00 +00:00
sched-deps.c
sched-deps.c (sched_analyze_2): Flush pending memory loads and stores.
2008-12-31 16:36:44 +01:00
sched-ebb.c
sel-sched.h, [...]: New files.
2008-09-01 12:57:00 +04:00
sched-int.h
re PR middle-end/37499 (Scheduling pass 2 time increases by order of magnitude)
2008-09-18 12:29:48 +04:00
sched-rgn.c
re PR middle-end/37499 (Scheduling pass 2 time increases by order of magnitude)
2008-09-18 12:29:48 +04:00
sched-vis.c
sel-sched.h, [...]: New files.
2008-09-01 12:57:00 +04:00
sdbout.c
sdbout.c (sdbout_one_type): Treat the value type CONST_DECL for enumerals.
2008-10-08 09:56:00 +02:00
sdbout.h
see.c
re PR middle-end/37448 (cannot compile big function)
2008-10-11 23:39:21 +00:00
sel-sched-dump.c
sel-sched-dump.c: Surround with #ifdef INSN_SCHEDULING.
2008-09-01 16:38:44 +04:00
sel-sched-dump.h
sel-sched.h, [...]: New files.
2008-09-01 12:57:00 +04:00
sel-sched-ir.c
re PR middle-end/37448 (cannot compile big function)
2008-10-11 23:39:21 +00:00
sel-sched-ir.h
sel-sched.h, [...]: New files.
2008-09-01 12:57:00 +04:00
sel-sched.c
re PR rtl-optimization/37922 (code generation error)
2008-12-18 13:38:39 +00:00
sel-sched.h
sel-sched.h, [...]: New files.
2008-09-01 12:57:00 +04:00
simplify-rtx.c
re PR rtl-optimization/32283 (Missed induction variable optimization)
2008-11-20 08:05:12 +00:00
sort-protos
sparseset.c
sparseset.h
sreal.c
sreal.h
stab.def
stack-ptr-mod.c
re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)
2008-04-25 23:14:40 +00:00
statistics.c
ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.
2008-06-26 00:12:56 +00:00
statistics.h
tree-pass.h (current_pass): Declare.
2008-05-15 13:39:39 +00:00
stmt.c
cgraph.c (cgraph_release_function_body): Plug memory leak on ipa_transforms_to_apply and CFG...
2008-09-11 12:41:36 +00:00
stor-layout.c
re PR middle-end/38240 (Vector type definitions not compatible with attribute target)
2008-12-08 09:12:55 -08:00
stringpool.c
* stringpool.c (ggc_alloc_string): Terminate string.
2008-10-03 20:36:17 +00:00
stub-objc.c
sync-builtins.def
sys-protos.h
sys-types.h
system.h
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
target-def.h
tm.texi (TARGET_IRA_COVER_CLASSES): Define.
2008-09-20 09:15:43 +00:00
target.h
target.h (struct gcc_target): Update prototypes of needs_block_p and gen_spec_check.
2008-10-14 16:52:19 +04:00
targhooks.c
tm.texi (TARGET_IRA_COVER_CLASSES): Define.
2008-09-20 09:15:43 +00:00
targhooks.h
tm.texi (TARGET_IRA_COVER_CLASSES): Define.
2008-09-20 09:15:43 +00:00
timevar.c
timevar.def
backport: configure: Regenerate.
2008-09-02 16:31:04 +00:00
timevar.h
tlink.c
tlink.c: Include "libiberty.h".
2008-11-20 14:21:51 +01:00
toplev.c
tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
2008-12-09 21:25:11 +00:00
toplev.h
diagnostic.c (error_at): New.
2008-09-03 01:00:04 +00:00
tracer.c
loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.
2008-08-29 10:35:57 +00:00
tree-affine.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
tree-affine.h
tree-affine.h (aff_combination_expand): Declare.
2008-03-27 10:25:36 +00:00
tree-browser.c
tree.h (enum tree_code): Include all-tree.def, not tree.def.
2008-06-21 21:17:40 +00:00
tree-browser.def
tree-call-cdce.c
* tree-call-cdce.c (check_target_format): Accept Motorola formats.
2008-09-14 17:58:14 +00:00
tree-cfg.c
tree-cfg.c (verify_eh_throw_stmt_node): Return nonzero, to visit all EH statement and fix EH checking.
2008-12-30 20:44:41 +00:00
tree-cfgcleanup.c
re PR middle-end/37913 (ICE: Segmentation fault in link_block, cfg.c:153)
2008-10-29 16:19:24 +01:00
tree-chrec.c
backport: configure: Regenerate.
2008-09-02 16:31:04 +00:00
tree-chrec.h
backport: configure: Regenerate.
2008-09-02 16:31:04 +00:00
tree-complex.c
re PR middle-end/36191 (can't use complex in a eh region if non-call-exceptions is enabled)
2008-12-29 19:25:19 +01:00
tree-data-ref.c
re PR middle-end/38250 (ICE with -O2 -ftree-loop-distribution)
2008-12-03 14:35:13 +01:00
tree-data-ref.h
re PR middle-end/38250 (ICE with -O2 -ftree-loop-distribution)
2008-12-03 14:35:13 +01:00
tree-dfa.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
tree-dump.c
builtins.c (expand_builtin_profile_func): Avoid C++ keywords.
2008-08-06 15:57:09 +00:00
tree-dump.h
re PR other/35094 (RTL dump file letters hosed and partly undocumented)
2008-03-19 11:22:40 +00:00
tree-eh.c
loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.
2008-08-29 10:35:57 +00:00
tree-flow-inline.h
re PR tree-optimization/37950 (failure in polyhedron benchmark when ftree-parallelize-loops is enabled)
2008-11-16 04:48:25 +00:00
tree-flow.h
Fix testsuite/gfortran.dg/graphite/id-4.f90.
2008-12-11 07:23:02 +00:00
tree-if-conv.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
tree-inline.c
re PR middle-end/36509 (gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c)
2008-12-04 15:55:25 +00:00
tree-inline.h
tree.c (build_function_type_skip_args, [...]): New functions.
2008-08-29 11:31:40 +00:00
tree-into-ssa.c
backport: configure: Regenerate.
2008-09-02 16:31:04 +00:00
tree-iterator.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
tree-iterator.h
tree-loop-distribution.c
re PR middle-end/38250 (ICE with -O2 -ftree-loop-distribution)
2008-12-03 14:35:13 +01:00
tree-loop-linear.c
re PR tree-optimization/37686 (Building of CPU2000's bzip2 with peak flags with -mcpu=power4 fails with an ICE.)
2008-10-15 16:13:33 +00:00
tree-mudflap.c
re PR middle-end/35314 (ICE with __builtin_setjmp and -fmudflap)
2008-11-10 14:48:06 +01:00
tree-mudflap.h
tree-nested.c
re PR middle-end/30141 (nested function can produce invalid gimple)
2008-09-13 16:29:22 +00:00
tree-nomudflap.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
tree-nrv.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
tree-object-size.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
tree-optimize.c
re PR middle-end/38454 (memcpy folding breaks -D_FORTIFY_SOURCE=2 protection)
2008-12-10 00:01:15 +01:00
tree-outof-ssa.c
Fix comments and formatrting
2008-09-18 14:13:54 +00:00
tree-parloops.c
Fix testsuite/gfortran.dg/graphite/id-4.f90.
2008-12-11 07:23:02 +00:00
tree-pass.h
backport: configure: Regenerate.
2008-09-02 16:31:04 +00:00
tree-phinodes.c
Fix testsuite/gfortran.dg/graphite/id-4.f90.
2008-12-11 07:23:02 +00:00
tree-predcom.c
re PR middle-end/38250 (ICE with -O2 -ftree-loop-distribution)
2008-12-03 14:35:13 +01:00
tree-pretty-print.c
builtins.c (expand_builtin_profile_func): Avoid C++ keywords.
2008-08-06 15:57:09 +00:00
tree-profile.c
revert: tree-profile.c (tree_init_ic_make_global_vars): Make static variables TLS.
2008-12-30 18:59:51 +00:00
tree-scalar-evolution.c
re PR tree-optimization/32044 (final value replacement too aggressive for e.g. targets with no native div/mod insns)
2008-12-12 20:32:47 +00:00
tree-scalar-evolution.h
re PR tree-optimization/32044 (final value replacement too aggressive for e.g. targets with no native div/mod insns)
2008-12-12 20:32:47 +00:00
tree-sra.c
re PR middle-end/38271 (Spurious / missing "... used uninitialized in this function" warning)
2008-12-10 17:20:50 +00:00
tree-ssa-address.c
fwprop.c (should_replace_address): Add speed attribute.
2008-08-31 09:44:25 +00:00
tree-ssa-alias.c
re PR middle-end/36509 (gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c)
2008-12-04 15:55:25 +00:00
tree-ssa-ccp.c
re PR middle-end/38505 (Revision 142061 caused ICE on __builtin_memcpy)
2008-12-31 00:34:28 +01:00
tree-ssa-coalesce.c
loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.
2008-08-29 10:35:57 +00:00
tree-ssa-copy.c
common.opt (ftree-store-ccp): Mark as preserved for backward compatibility.
2008-08-29 11:43:22 +00:00
tree-ssa-copyrename.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
tree-ssa-dce.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
tree-ssa-dom.c
re PR tree-optimization/38645 (ICE with volatile)
2008-12-30 21:20:08 +00:00
tree-ssa-dse.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
tree-ssa-forwprop.c
re PR middle-end/37861 (Bogus array bounds warning)
2008-12-02 15:30:55 +01:00
tree-ssa-ifcombine.c
re PR tree-optimization/37387 (ICE in extract_range_from_binary_expr, at tree-vrp.c:2145)
2008-09-09 10:05:49 +00:00
tree-ssa-live.c
tree-ssa-live.c (remove_unused_locals): Mark all edge's goto_block as used.
2008-10-09 10:14:45 +02:00
tree-ssa-live.h
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
tree-ssa-loop-ch.c
tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Check that loop is not cold.
2008-08-29 08:58:52 +00:00
tree-ssa-loop-im.c
re PR tree-optimization/36891 (ICE with vector division and -ffast-math and LIM)
2008-09-28 15:48:48 -07:00
tree-ssa-loop-ivcanon.c
loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.
2008-08-29 10:35:57 +00:00
tree-ssa-loop-ivopts.c
builtins.c, [...]: Fix comments.
2008-12-19 17:53:51 +00:00
tree-ssa-loop-manip.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
tree-ssa-loop-niter.c
re PR rtl-optimization/32283 (Missed induction variable optimization)
2008-11-20 08:05:12 +00:00
tree-ssa-loop-prefetch.c
loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.
2008-08-29 10:35:57 +00:00
tree-ssa-loop-unswitch.c
tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Check that loop is optimized for speed.
2008-08-31 15:54:54 +00:00
tree-ssa-loop.c
graphite.c (graphite_apply_transformations): Check for -fgraphite-identity.
2008-10-23 17:00:35 +00:00
tree-ssa-math-opts.c
loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.
2008-08-29 10:35:57 +00:00
tree-ssa-operands.c
re PR middle-end/38428 (ice for Linux kernel code with -O2)
2008-12-06 22:06:43 +01:00
tree-ssa-operands.h
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
tree-ssa-phiopt.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
tree-ssa-phiprop.c
tree-ssa-uncprop.c (associate_equivalences_with_edges): Avoid entering the weaker equivalence recording.
2008-09-11 21:48:11 +00:00
tree-ssa-pre.c
re PR tree-optimization/36792 (Revision 137631 causes many failures)
2008-12-10 22:17:05 +00:00
tree-ssa-propagate.c
dojump.c (do_jump): Move below.
2008-09-11 14:45:05 +00:00
tree-ssa-propagate.h
common.opt (ftree-store-ccp): Mark as preserved for backward compatibility.
2008-08-29 11:43:22 +00:00
tree-ssa-reassoc.c
re PR middle-end/38533 (tree-ssa-reassoc.c increases register pressure several times)
2008-12-18 08:54:43 +01:00
tree-ssa-sccvn.c
re PR middle-end/29215 (extra store for memcpy)
2008-11-20 22:35:03 +01:00
tree-ssa-sccvn.h
re PR tree-optimization/37991 (excessive memory consumption - possible hang)
2008-11-02 13:34:58 +00:00
tree-ssa-sink.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
tree-ssa-structalias.c
re PR tree-optimization/38445 (ICE in tree-ssa-struct-alias when compiling grub-0.97)
2008-12-09 11:06:34 +00:00
tree-ssa-structalias.h
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
tree-ssa-ter.c
re PR middle-end/37567 (tree SSA to normal checking takes abnormally long time)
2008-09-19 17:37:13 +00:00
tree-ssa-threadedge.c
tree.h (IS_CONVERT_EXPR_CODE_P): Renamed to
2008-08-18 18:23:47 +02:00
tree-ssa-threadupdate.c
loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.
2008-08-29 10:35:57 +00:00
tree-ssa-uncprop.c
tree-ssa-uncprop.c (associate_equivalences_with_edges): Avoid entering the weaker equivalence recording.
2008-09-11 21:48:11 +00:00
tree-ssa.c
re PR middle-end/38505 (Revision 142061 caused ICE on __builtin_memcpy)
2008-12-31 00:34:28 +01:00
tree-ssanames.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
tree-stdarg.c
tree.h (IS_CONVERT_EXPR_CODE_P): Renamed to
2008-08-18 18:23:47 +02:00
tree-stdarg.h
tree-switch-conversion.c
re PR tree-optimization/38661 (ICE: vector VEC(constructor_elt,base) push domain error, in build_constructors at tree-switch-conversion.c:450)
2008-12-30 08:27:29 -08:00
tree-tailcall.c
re PR tree-optimization/37024 (bad tail call from tuples merge)
2008-08-05 11:23:07 -07:00
tree-vect-analyze.c
re PR tree-optimization/38079 (gcc segfaults when using -ftree-vectorizer-verbose=9)
2008-11-12 10:36:03 +00:00
tree-vect-generic.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
tree-vect-patterns.c
tree-vectorizer.c (supportable_widening_operation): Support multi-step conversion...
2008-08-19 08:31:41 +00:00
tree-vect-transform.c
re PR tree-optimization/38529 (ICE with nested loops)
2008-12-30 06:58:57 +00:00
tree-vectorizer.c
re PR tree-optimization/37574 (ICE with the vectorizer and GC)
2008-09-26 06:28:01 +00:00
tree-vectorizer.h
re PR tree-optimization/37482 (definition in block 51 follows the use for SSA_NAME with -maltivec)
2008-09-22 07:55:39 +00:00
tree-vrp.c
re PR middle-end/38572 (ICE in set_value_range, at tree-vrp.c:398)
2008-12-30 10:36:39 +00:00
tree.c
re PR middle-end/38240 (Vector type definitions not compatible with attribute target)
2008-12-08 09:12:55 -08:00
tree.def
tree.def (COMPLEX_TYPE): Constrain element type.
2008-10-22 17:40:29 +00:00
tree.h
re PR middle-end/38240 (Vector type definitions not compatible with attribute target)
2008-12-08 09:12:55 -08:00
treestruct.def
Add ability to set target options (ix86 only) and optimization options on a function specific basis
2008-07-23 10:28:06 +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
unwind-dw2-fde-glibc.c
unwind-dw2-fde.c
cgraph.c: Fix typos in comments.
2008-06-06 05:42:00 +00:00
unwind-dw2-fde.h
unwind-dw2.c
dwarf2.h (DW_OP_GNU_encoded_addr): New.
2008-09-24 15:38:03 -07:00
unwind-dw2.h
unwind-generic.h
targhooks.h (struct gcc_target): New member unwind_word_mode.
2008-06-18 20:49:12 +00:00
unwind-pe.h
re PR target/34780 (Bootstrapping libstdc++-v3 failed)
2008-07-07 18:16:04 +00:00
unwind-sjlj.c
unwind.inc
cgraph.c: Fix typos in comments.
2008-06-06 05:42:00 +00:00
value-prof.c
re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on boolean value)
2008-10-24 10:09:06 +00:00
value-prof.h
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
var-tracking.c
re PR middle-end/37815 (ICE in vt_add_function_parameters (bootstrap error))
2008-10-21 13:48:16 -07:00
varasm.c
re PR middle-end/38283 (FAIL: libgomp.fortran/pr25162.f)
2008-11-30 16:35:59 +00:00
varpool.c
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
2008-07-28 14:33:56 +00:00
varray.c
alloc-pool.c (hash_descriptor, [...]): Fix -Wc++-compat warnings.
2008-07-04 00:22:31 +00:00
varray.h
vec.c
toplev.c (dump_memory_report): Call dump_vec_loc_statistics.
2008-09-11 12:17:22 +00:00
vec.h
toplev.c (dump_memory_report): Call dump_vec_loc_statistics.
2008-09-11 12:17:22 +00:00
vecprim.h
sel-sched.h, [...]: New files.
2008-09-01 12:57:00 +04:00
version.c
version.h
vmsdbg.h
vmsdbgout.c
re PR fortran/29635 (debug info of modules)
2008-08-29 20:41:19 +02:00
web.c
re PR middle-end/37448 (cannot compile big function)
2008-10-11 23:39:21 +00:00
xcoff.h
xcoffout.c
c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual warnings.
2008-06-27 16:53:54 +00:00
xcoffout.h
re PR c++/35483 (GCC on AIX doesn't support dollar in symbols name.)
2008-10-15 08:23:55 -04:00