aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev35-126/+357
2015-09-16Daily bump.GCC Administrator1-1/+1
2015-09-15compiler: Report init dependency errors with builtin functions.Ian Lance Taylor2-6/+8
2015-09-15libgo: If compiler can split-stack and linker can not, use -fno-split-stack.Ian Lance Taylor1-1/+1
2015-09-15xtensa: fix xtensa_fallback_frame_state for call0 ABIMax Filippov2-1/+10
2015-09-15xtensa: fix TLS calls for call0 ABIMax Filippov3-7/+19
2015-09-15tree-eh.c (lower_try_finally_dup_block): Clear location information on stack ...Eric Botcazou5-28/+34
2015-09-15alpha.c (alpha_expand_block_clear): Use HOST_WIDE_INT_M1U instead of ~(HOST_W...Uros Bizjak2-4/+9
2015-09-15re PR c/67580 (Improve error message on missing "struct" tag)Marek Polacek6-2/+67
2015-09-15libgo: test linking split-stack and non-split-stack togetherIan Lance Taylor1-1/+1
2015-09-15[PATCH] More class-ification of DOMJeff Law2-140/+218
2015-09-15Change of location_get_source_line signatureDavid Malcolm7-16/+31
2015-09-15defaults.h (STACK_OLD_CHECK_PROTECT): Adjust for -fno-exceptions.Eric Botcazou4-11/+23
2015-09-15[ARM] Fix arm bootstrap failure due to -Werror=shift-negative-valueKyrylo Tkachov2-4/+10
2015-09-15re PR tree-optimization/67470 (ICE at -O3 on x86_64-linux-gnu in compute_live...Richard Biener4-0/+59
2015-09-15arm.c (TARGET_OPTION_PRINT): Define.Christian Bruel2-1/+23
2015-09-15re PR target/52144 (ARM should support arm/thumb function attribute to permit...Christian Bruel5-77/+66
2015-09-15[AArch64 array_mode 8/8] Add d-registers to TARGET_ARRAY_MODE_SUPPORTED_PAlan Lawrence5-1/+41
2015-09-15[AArch64 array_mode 7/8] Combine the expanders using VSTRUCT:nregsAlan Lawrence3-115/+39
2015-09-15c-decl.c (lookup_label): Return NULL_TREE instead of 0.Marek Polacek2-14/+26
2015-09-15[AArch64 array_mode 6/8] Remove V_TWO_ELEM, again using BLKmode + set_mem_size.Alan Lawrence3-20/+21
2015-09-15[AArch64 array_mode 5/8] Remove V_FOUR_ELEM, again using BLKmode + set_mem_size.Alan Lawrence3-23/+24
2015-09-15re PR middle-end/67563 (verify_flow_info failed)Richard Biener4-11/+39
2015-09-15[AArch64 array_mode 4/8] Remove EImodeAlan Lawrence4-13/+14
2015-09-15runtime: Ignore stack sizes when deciding when to GC.Ian Lance Taylor1-1/+1
2015-09-15[AArch64 array_mode 3/8] Stop using EImode in aarch64-simd.md and iterators.mdAlan Lawrence3-22/+24
2015-09-15[AArch64 array_mode 2/8] Remove VSTRUCT_DREG, use BLKmode for d-reg aarch64_s...Alan Lawrence3-30/+50
2015-09-15[AArch64 array_mode 1/8] Rename vec_store_lanes<mode>_lane to aarch64_vec_sto...Alan Lawrence2-6/+27
2015-09-15S/390: Add missing brackets.Andreas Krebbel2-1/+6
2015-09-15re PR lto/67568 (lto-streamer-in.c sanitizer runtime error: load of value 255...Richard Biener3-1/+9
2015-09-15match-and-simplify.texi: Fix wording.Richard Biener2-1/+5
2015-09-15libgo: don't provide ustat on arm64 GNU/LinuxIan Lance Taylor1-1/+1
2015-09-15tree-ssa-loop-ivopts.c (get_shiftadd_cost): Strip unnecessary type conversion...Bin Cheng2-0/+6
2015-09-15shrink-wrap: RewriteSegher Boessenkool2-366/+431
2015-09-15configure.ac: [SH] Fix target pattern for TLS support test so to enable more ...Rich Felker3-2/+8
2015-09-15Daily bump.GCC Administrator1-1/+1
2015-09-14[PATCH] Minor DOM cleanupJeff Law2-3/+9
2015-09-14re PR c++/44282 (fastcall is not mangled at all)Jason Merrill3-21/+51
2015-09-14The flag diagnostic_context::some_warnings_are_errors controls whether to giv...Manuel López-Ibáñez5-9/+41
2015-09-14compiler: Ignore result context in constant expressions.Ian Lance Taylor2-12/+19
2015-09-14[SPARC] Simplify const_all_ones_operandRichard Sandiford2-25/+8
2015-09-14ChangeLog: Fix shitespace.Uros Bizjak2-41/+42
2015-09-14dump-new-function-3.c (dg-final): Also scan for $loopfn.Uros Bizjak3-2/+7
2015-09-14re PR c++/51911 ([C++11] G++ accepts new auto { list })Paolo Carlini4-2/+39
2015-09-14re PR target/67061 (sh64-elf: internal compiler error: in sh_find_set_of_reg,...Oleg Endo2-15/+16
2015-09-14lto-wrapper.c (merge_and_complain): Add OPT_fdiagnostics_show_caret...Chung-Lin Tang2-0/+15
2015-09-14[AArch64] Handle literal pools for functions > 1 MiB in size.Ramana Radhakrishnan7-4/+169
2015-09-14re PR middle-end/67401 (Incorrect expand of __atomic_compare_exchange_8 using...John David Anglin2-3/+10
2015-09-14c-opts.c (c_common_post_options): Set C++ standard earlier, before setting va...Marek Polacek2-4/+9
2015-09-14c-common.c (warn_for_sign_compare): Cast to unsigned when shifting a negative...Marek Polacek7-7/+22