aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-02-04dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran03 and DW_LANG_Fort...Jakub Jelinek8-6/+56
2015-02-04sparc.c (RTX_OK_FOR_OFFSET_P): Fix off-by-one error.Eric Botcazou2-2/+7
2015-02-04re PR middle-end/64824 (ICE in gimple verification)Jakub Jelinek6-1/+26
2015-02-04* tree-ssa-loop-ivopts.c (get_address_cost): Use right mode for offset.Eric Botcazou2-6/+10
2015-02-04re PR middle-end/64922 (runtime error: member call on misaligned address for ...Jan Hubicka6-1/+36
2015-02-04Actually check in the fixH.J. Lu2-0/+24
2015-02-04Clear hard frame pointer alignment if not neededH.J. Lu2-0/+11
2015-02-04[AArch64] Add support for -mcpu=cortex-a72Matthew Wahab4-5/+14
2015-02-04More fixes for update_web_docs_svn for jit docs (PR jit/64257)David Malcolm2-1/+7
2015-02-04pr41447-1.c: Remove xfail.Segher Boessenkool3-2/+7
2015-02-04fpmath-sf.S (__rl78_int_pack_a_r8): Fix edge case rounding up the fraction.Nick Clifton2-134/+239
2015-02-04jit: fix typo in docsDavid Malcolm3-3/+9
2015-02-04builtins.def (DEF_BUILTIN_CHKP): Define if not defined.Jakub Jelinek3-20/+59
2015-02-04Fix signedness of compares expanding debug exprs.Alexandre Oliva4-3/+28
2015-02-04Simplify XOR of (AND or IOR) of XOR.Alexandre Oliva2-0/+37
2015-02-04Avoid allocating memory when trying but failing to simplify XOR of AND.Alexandre Oliva2-5/+31
2015-02-04[AArch64] Use std::swap instead of manually swapping in aarch64-ldpstp.mdKyrylo Tkachov2-120/+53
2015-02-04[AArch64] Use std::swap instead of manually swappingKyrylo Tkachov2-7/+8
2015-02-04[AArch64] Rid the world of NAMED_PARAM James Greenhalgh2-142/+117
2015-02-04re PR target/64408 (fr30-elf ICE in extract_insn, at recog.c:2202)Nick Clifton2-2/+7
2015-02-04[ARM] Add support for -mcpu=cortex-a72 and -mcpu=cortex-a72.cortex-a53Matthew Wahab7-4/+31
2015-02-04Adjust pr36728-*.c for targets that pass parameters in registers.Jakub Jelinek5-0/+13
2015-02-04Minor corrections to gcc.dg/combine_ashiftrt_[12].cAlan Lawrence3-2/+13
2015-02-04msp430.c (msp430_use_f5_series_hwmult): Add more prefixes of known F5 using M...Nick Clifton2-1/+11
2015-02-04[AArch64] Use target builtin instead of __builtin_sqrt for vsqrt_f64Kyrylo Tkachov3-2/+8
2015-02-04builtins-58.c: Check for pow at the end of words only.Segher Boessenkool3-2/+7
2015-02-04loongson-simd.c: Update comment to clarify the need for mips_nanlegacy target.Robert Suchanek2-1/+9
2015-02-04varasm.c (do_assemble_alias): Follow transparent alias chain for target.Ilya Enkovich4-3/+32
2015-02-04re PR middle-end/62103 (Incorrect folding of bitfield in a union on big endia...Thomas Preud'homme4-1/+36
2015-02-04re PR testsuite/64796 (effective target bswap64 globally caches target-specif...Thomas Preud'homme2-11/+11
2015-02-04Daily bump.GCC Administrator1-1/+1
2015-02-03intrinsic.texi (CO_ASSOCIATED): c_prt_1 should be c_ptr_1.Steven G. Kargl2-2/+5
2015-02-03re PR rtl-optimization/64756 (wrong code at -O3 on x86_64-linux-gnu (in 32-bi...Jakub Jelinek4-8/+69
2015-02-03re PR target/64660 ([SH] Convert atomic_fetch_<op> to atomic_<op>_fetch)Oleg Endo8-21/+473
2015-02-03jit: option-loggingDavid Malcolm6-2/+137
2015-02-03re PR c++/64877 (strange warning message from -Waddress)Paolo Carlini4-4/+44
2015-02-03PR jit/64810: driver, arm, jit: configure-time default optionsDavid Malcolm11-58/+292
2015-02-03ipa-inline-analysis.c (simple_edge_hints): Fix check for cross-module inlining.Jan Hubicka6-3/+33
2015-02-03arm.c (thumb2_reorg): Test UNARY_P and BINARY_P instead of OBJECT_P.Richard Sandiford2-1/+6
2015-02-03re PR middle-end/61225 (Several new failures after r210458 on x86_64-*-* with...Segher Boessenkool2-1/+7
2015-02-03re PR target/62631 (gcc.dg/tree-ssa/ivopts-lt-2.c FAILs)Eric Botcazou3-16/+22
2015-02-03re PR other/63504 (Issues found by --enable-checking=valgrind)Jakub Jelinek2-5/+38
2015-02-03PR preprocessor/64803 - __LINE__ inside macro is not constantDodji Seketeli2-0/+33
2015-02-03re PR go/64836 (go.test/test/fixedbugs/issue4348.go FAILs)Ian Lance Taylor9-101/+158
2015-02-02re PR c++/64901 (overriding final function defined out of line does not lead ...Ville Voutilainen3-0/+12
2015-02-03Daily bump.GCC Administrator1-1/+1
2015-02-02ipa-inline.c (early_inliner): Skip inlining only in always_inlined...Jan Hubicka4-2/+26
2015-02-02c-parser.c (c_parser_declspecs): Call invoke_plugin_callbacks after processin...Bruno Loff2-0/+6
2015-02-02* tree.c (handle_abi_tag_attribute): Diagnose invalid arguments.Jason Merrill3-0/+53
2015-02-02[ARM/AArch64][testsuite] Add vmax, vmin, vhadd, vhsub and vrhadd tests.Christophe Lyon8-2/+364