aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-09-01re PR target/62025 (Miscompilation of openssl sha512.c)Jakub Jelinek2-17/+14
2014-09-01re PR middle-end/61903 (signed integer overflow in expmed.c store_fixed_bit_f...Marek Polacek2-4/+11
2014-09-01tree-ssa-math-opts.c (struct symbolic_number): Clarify comment about the size...Thomas Preud'homme2-38/+55
2014-09-01Makefile.in (FLAGS_TO_PASS): Propagate INSTALL, INSTALL_DATA, INSTALL_SCRIPT ...Olivier Hainque2-0/+9
2014-09-01gnu-user.h (LIBLSAN_EARLY_SPEC): Define.Jakub Jelinek3-6/+24
2014-09-01re PR sanitizer/61897 (sanitizer internal compiler error: in build2_stat, at ...Yury Gribov5-21/+86
2014-09-01Daily bump.GCC Administrator1-1/+1
2014-08-31Commit missing patch partJan-Benedict Glaw1-1/+1
2014-08-31Fix build error with Debian's 4.8.1-2 due to wrong declarationJan-Benedict Glaw2-3/+7
2014-09-01re PR fortran/62309 (-fno-automatic with -finit-local prevents initialization...Fritz Reese4-0/+97
2014-08-31re PR c++/62302 (Change in the comdat used for constructors)Jason Merrill3-9/+22
2014-08-31Fix typo.Gerald Pfeifer1-1/+1
2014-08-31* doc/generic.texi (Deficiencies): Add note on exemplary mistakes.Gerald Pfeifer2-0/+5
2014-08-31trans-decl.c (gfc_build_builtin_function_decls): Add may_require_tmp dummy ar...Tobias Burnus6-33/+140
2014-08-31Daily bump.GCC Administrator1-1/+1
2014-08-3020140828-1.c: New testcase.Andrew Pinski2-0/+26
2014-08-30Add missing ChangeLog items for Rev. 214758.Tobias Burnus1-0/+14
2014-08-30trans.h (gfc_caf_get_image_index, [...]): New prototypes.Tobias Burnus3-152/+159
2014-08-30re PR fortran/62278 (gfc_check_dependency should also check for TARGET attrib...Tobias Burnus2-3/+16
2014-08-30pa.c (pa_assemble_integer): Don't add PLABEL relocation prefix to function la...John David Anglin2-1/+11
2014-08-30re PR bootstrap/62304 (ICE in follow_jumps, find_dead_or_set_registers)David Malcolm4-60/+147
2014-08-30Daily bump.GCC Administrator1-1/+1
2014-08-29cppbuiltin.c (define_builtin_macros_for_type_sizes): Round pointer size up to...DJ Delorie13-43/+87
2014-08-29expr.c (convert_move): If the target has an explicit converter, use it.DJ Delorie2-0/+25
2014-08-29target-supports.exp (check_effective_target_size32plus): Increase size to avo...DJ Delorie10-11/+32
2014-08-30Use ISO C remove() instead of POSIX unlink()Janne Blomqvist2-3/+8
2014-08-29PR 62215 Reinstate unlinking old module file before renaming.Jeffrey Armstrong2-0/+9
2014-08-29gdbinit.in: Skip various inline functions in rtl.h when steppingDavid Malcolm2-0/+25
2014-08-29directives.c (check_eol_1): New.Manuel López-Ibáñez3-35/+14
2014-08-29re PR c++/54002 ([C++0x] Initializing constexpr static member using constexpr...Paolo Carlini2-0/+12
2014-08-29re PR bootstrap/62301 (PowerPC bootstrap broken since r214654)Richard Sandiford2-1/+6
2014-08-29macro.c (warn_of_redefinition): Suppress warnings for builtins that lack the ...Manuel López-Ibáñez3-5/+6
2014-08-29re PR c++/56991 (constexpr std::initializer_list rejects too complex initiali...Paolo Carlini2-0/+16
2014-08-29re PR c++/57764 (class static constexpr variables cannot be references)Paolo Carlini2-0/+16
2014-08-29re PR tree-optimization/62291 (PRE uses too much memory and compile-time)Richard Biener2-15/+29
2014-08-29AVX-512. Add SI/DI masked interleave.Alexander Ivchenko2-26/+41
2014-08-29AVX-512. Add narrowing vpmov.Alexander Ivchenko3-13/+579
2014-08-29re PR c++/59938 ([C++11] Bogus "... is not a constant expression")Paolo Carlini2-0/+10
2014-08-29re PR c++/61484 ([C++11] can't initialize constexpr multi-dimentional array o...Paolo Carlini2-0/+15
2014-08-29tree-cfg.c (verify_gimple_assign_unary): Do not allow NON_LVALUE_EXPR in gimple.Richard Biener2-1/+5
2014-08-29re PR middle-end/62292 (FAIL: (geterrorname|getmethodname) run)Richard Biener2-2/+9
2014-08-29re PR bootstrap/62300 (internal compiler error: in as_a, at is-a.h:192)David Malcolm2-4/+10
2014-08-29compiler: Fix comparison of struct/array with interface.Ian Lance Taylor1-2/+5
2014-08-29This patch silences two warnings in the mep-elf target, fixing the config-lis...Jan-Benedict Glaw3-19/+20
2014-08-29Make next_insn and previous_insn require an rtx_insn *David Malcolm5-11/+22
2014-08-29Daily bump.GCC Administrator1-1/+1
2014-08-29Strengthen params to active_insn_betweenDavid Malcolm3-3/+8
2014-08-29dfa_clear_single_insn_cache takes an rtx_insnDavid Malcolm3-2/+10
2014-08-29Use rtx_insn in various places in resource.[ch]David Malcolm4-17/+35
2014-08-29Make insn_addresses_new require an rtx_insnDavid Malcolm4-22/+42