aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-20re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez9-23/+50
2014-08-20df.h (web_entry_base): Replace existing struct web_entry with a new class web...Bill Schmidt3-41/+71
2014-08-20* g++.dg/ipa/devirt-37.C: Fix testcase.Jan Hubicka2-1/+7
2014-08-20rs6000-c.c (rs6000_cpu_cpp_builtins): Provide builtin define __VEC_ELEMENT_RE...Bill Schmidt2-0/+11
2014-08-20Miss to "svn add" test files in r214233 before commit.Wei Mi3-0/+133
2014-08-20re PR lto/60449 (Merging function DECLs discards leaf attribute which causes ...Martin Jambor7-56/+128
2014-08-20coverage.c (coverage_compute_profile_id): Return non-0; also handle symbols w...Jan Hubicka2-24/+26
2014-08-20re PR libfortran/62188 (Array bounds overrun in bessel_yn_r4/8/16 and other f...Steven G. Kargl6-5/+14
2014-08-20re PR middle-end/49191 (gcc.dg/memcpy-3.c FAILs on SPARC)Steve Ellcey2-0/+8
2014-08-20re PR middle-end/49191 (gcc.dg/memcpy-3.c FAILs on SPARC)Steve Ellcey2-0/+8
2014-08-20cgraphunit.c (ipa_passes, compile): Reshedule symtab_remove_unreachable_nodes...Jan Hubicka10-16/+46
2014-08-20re PR c/59304 (#pragma diagnostic pop after warning fails for options unspeci...Manuel López-Ibáñez5-4/+68
2014-08-20gcc.dg/guality/restrict.c: Add `used' attribute to all variables.Mark Wielaard2-10/+14
2014-08-20re PR lto/62190 (LTO DWARF produces __unknown__ type for unsigned int functio...Richard Biener2-3/+9
2014-08-20[testsuite] Mark tests unsupported when relocation truncation occurs on tiny ...Kyrylo Tkachov5-0/+31
2014-08-20thumb1.md (64bit splitter): Replace const_double_operand with immediate_operand.Terry Guo2-1/+6
2014-08-20options.c (gfc_init_options_struct): assert that the frontend sets flag_errno...Joost VandeVondele5-0/+30
2014-08-20cpplib.h (cpp_options): Use signed char.Marek Polacek3-1/+7
2014-08-19re PR tree-optimization/62091 (ice in before_dom_children)Jason Merrill1-0/+29
2014-08-20Fix issue with NULL as_a in duplicate_insn_chainDavid Malcolm2-1/+7
2014-08-20Daily bump.GCC Administrator1-1/+1
2014-08-19re PR preprocessor/51303 (-Wmissing-include-dirs warnings reported as [enable...Manuel López-Ibáñez6-13/+31
2014-08-19re PR preprocessor/60975 (-Wvariadic-macros does not print warning)Manuel López-Ibáñez10-10/+104
2014-08-19* lib/target-supports.exp Janis Johnson2-1/+7
2014-08-19Return types of unlink_insn_chain and duplicate_insn_chainDavid Malcolm3-8/+19
2014-08-19next_cc0_user and prev_cc0_setter scaffoldingDavid Malcolm3-8/+18
2014-08-19emit_move et al return rtx_insn *David Malcolm3-27/+52
2014-08-19emit_* functions return rtx_insnDavid Malcolm6-123/+246
2014-08-19emit_jump_table_data returns an rtx_jump_table_data *David Malcolm3-3/+10
2014-08-19Convert various rtx to rtx_note *David Malcolm14-38/+94
2014-08-19rtl_data.x_parm_birth_insn is an insnDavid Malcolm3-3/+11
2014-08-19cfgexpand.c: Use rtx_insnDavid Malcolm2-21/+44
2014-08-19asan_emit_stack_protection returns an insnDavid Malcolm3-5/+13
2014-08-19bb_note returns a rtx_note *David Malcolm4-4/+11
2014-08-19make_insn_raw returns an rtx_insnDavid Malcolm3-22/+46
2014-08-19last_call_insn returns an rtx_call_insn *David Malcolm3-4/+21
2014-08-19delete_trivially_dead_insns works on insnsDavid Malcolm3-3/+10
2014-08-19Make tablejump_p accept a rtx_jump_table_data **David Malcolm11-31/+87
2014-08-19re PR c++/62153 (warn for bool expression compared with integer different fro...Marek Polacek12-5/+239
2014-08-19entry_of_function returns an insnDavid Malcolm3-2/+8
2014-08-19re PR tree-optimization/62091 (ice in before_dom_children)Jason Merrill3-2/+12
2014-08-19Return rtx_insn from get_insns/get_last_insnDavid Malcolm2-4/+12
2014-08-19Strengthen return type of gen_label_rtxDavid Malcolm3-4/+12
2014-08-19Strengthen return types of various {next|prev}_*insn from rtx to rtx_insn *David Malcolm5-46/+86
2014-08-19re PR lto/53808 (Undefined symbol when building a library with lto)Jason Merrill3-4/+11
2014-08-19ipa-visibility.c (update_visibility_by_resolution_info): Fix assert.Jan Hubicka2-1/+6
2014-08-19Add subclasses for the various kinds of instructionDavid Malcolm3-1/+228
2014-08-19alpha.h (CLZ_DEFINED_VALUE_AT_ZERO, [...]): Return 0/1 rather than bool.Marek Polacek3-5/+14
2014-08-19BND_TO scaffoldingDavid Malcolm6-4/+38
2014-08-19Don't clear destination if it is used in sourceH.J. Lu2-6/+25