aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-08-20[AArch64] Break -mcpu tie between the compiler and assemblerJames Greenhalgh5-46/+162
2015-08-20re PR c++/67065 ([DR 1886] Missing diagnostics for ill-formed program with ma...Paolo Carlini4-1/+20
2015-08-20mips.c (mips_expand_block_move): Enable inline memcpy expansion when !ISA_HAS...Simon Dardis9-7/+124
2015-08-19re PR c++/66957 (incorrect "is protected within this context" error)Jason Merrill4-86/+180
2015-08-19* lambda.c (current_nonlambda_scope): New.Jason Merrill3-0/+29
2015-08-20Daily bump.GCC Administrator1-1/+1
2015-08-19[Patch][expand] Check gimple statement to improve LSHIFT_EXP expandJiong Wang6-16/+186
2015-08-19common.opt (fstack-protector): Initialize to -1.Magnus Granberg11-5/+130
2015-08-19[PR64164] fix regressions reported on m68k and armebAlexandre Oliva5-24/+121
2015-08-19genmodes.c (emit_mode_unit_size_inline): New function.David Sherwood3-2/+152
2015-08-19[AArch64] Use popcount_hwi instead of homebrew versionKyrylo Tkachov2-15/+7
2015-08-19[AArch64][obvious] Remove obsolete comment in aarch64-option-extensions.defKyrylo Tkachov2-5/+5
2015-08-19Forward-port test generic_31.f90 from the 5 branch.Mikael Morin2-0/+40
2015-08-19re PR middle-end/67133 (ICE at -Os and above on x86_64-linux-gnu in gimple_op...Marek Polacek4-23/+67
2015-08-19Avoid signed left shift undefined behaviour in sext_hwiMikael Morin2-2/+25
2015-08-19[AArch64] Cleanup whitespace in aarch64.cJiong Wang2-6/+11
2015-08-19Make the stack non-executable in GNAT toolsFlorian Weimer3-5/+13
2015-08-19* ChangeLog: Fix corrupted entry.Uros Bizjak1-2/+3
2015-08-19[ARM] Use %wd format for lane printing in bounds_checkKyrylo Tkachov2-2/+7
2015-08-19remove more useless typedefsTrevor Saunders79-450/+420
2015-08-19remove useless typedefsTrevor Saunders18-46/+50
2015-08-19Daily bump.GCC Administrator1-1/+1
2015-08-18altivec.h (vec_adde): New define.Bill Schmidt8-1/+222
2015-08-18* print-tree.c (print_node): Handle TREE_BINFO.Jason Merrill2-0/+15
2015-08-18re PR c++/66919 (C++14 ICE during error reporting)Jason Merrill1-0/+42
2015-08-18DR 1155Jason Merrill4-4/+21
2015-08-18re PR middle-end/36757 (__builtin_signbit should be type-generic)Francois-Xavier Coudert9-15/+53
2015-08-18re PR rtl-optimization/67218 (Combine incorrectly folds (double) (float) (uns...Richard Sandiford12-10/+146
2015-08-18atomic-comp-swap-release-acquire.c: Adjust dg-options to disable LSE extensions.Matthew Wahab17-16/+36
2015-08-18re PR c++/67160 (static_assert feature test macro)Paolo Carlini4-3/+28
2015-08-18re PR middle-end/67222 (ICE in gimple_call_arg with bogus posix_memalign)Marek Polacek5-4/+39
2015-08-18[MIPS] Fix register renaming in the interrupt handlers.Robert Suchanek6-0/+57
2015-08-18tree-ssa-loop-niter.c (refine_value_range_using_guard): New.Bin Cheng6-22/+368
2015-08-18Daily bump.GCC Administrator1-1/+1
2015-08-17mips.exp: Redefine isa variable which is referenced in later code.Matthew Fortune2-0/+6
2015-08-17re PR c++/67216 (false is still a null pointer constant)Paolo Carlini8-10/+58
2015-08-17re PR c++/67244 (internal compiler error: in gimplify_var_or_parm_decl, at gi...Jason Merrill3-0/+34
2015-08-17re PR c++/67104 (Constant expression factory function initializes std::array ...Jason Merrill2-46/+129
2015-08-17constexpr.c (cxx_eval_store_expression): Don't set CONSTRUCTOR_NO_IMPLICIT_ZE...Jason Merrill3-2/+31
2015-08-17* except.c (check_noexcept_r): Assert that fn is POINTER_TYPE_P.Jason Merrill2-1/+7
2015-08-17* da.po: Update.Joseph Myers2-250/+114
2015-08-17* config/i386/i386.c: Remove include of fibheap.h.Aldy Hernandez2-1/+4
2015-08-17c-pretty-print.c (pp_c_cv_qualifiers): Remove code dealing with whitespaces b...Marek Polacek2-26/+10
2015-08-17re PR tree-optimization/67221 (ICE at -Os and above on x86_64-linux-gnu: Segm...Richard Biener4-1/+61
2015-08-17arm.c (neon_element_bits): Replace call to GET_MODE_BITSIZE (GET_MODE_INNER (...David Sherwood13-35/+55
2015-08-17[ARM] arm memcpy of aligned dataMike Stump4-2/+31
2015-08-17re PR tree-optimization/16107 (missed optimization with some math function bu...Richard Biener3-0/+31
2015-08-17Daily bump.GCC Administrator1-1/+1
2015-08-16re PR fortran/54656 (ICE with software REAL(16) for NORM2)Francois-Xavier Coudert5-0/+41
2015-08-16trans-intrinsic.c (conv_intrinsic_ieee_is_negative): Use type generic BUILT_I...Francois-Xavier Coudert4-26/+36