aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-12-17DWARF: handle variable-length records and variant partsPierre-Marie de Rodat14-126/+2067
2015-12-17Add a flag to control the balance between GNAT encodings and std. DWARFPierre-Marie de Rodat6-1/+56
2015-12-17tree.h (TYPE_MODE_RAW): New macro.Christian Bruel3-1/+11
2015-12-17re PR tree-optimization/68835 (ICE in set_value_range, at tree-vrp.c:387, wit...Jakub Jelinek5-6/+56
2015-12-17Fix wrong PR referencesPatrick Palka3-4/+4
2015-12-17re PR tree-optimization/68951 (ICE in vect_update_misalignment_for_peel)Richard Biener4-0/+29
2015-12-17arc.c (arc_loop_hazard): Don't convert the jump label rtx to an rtx_insn unti...Andrew Burgess4-7/+33
2015-12-17gimple-ssa.h (struct gimple_df): Remove modified_noreturn_calls field.Richard Biener3-8/+9
2015-12-17Only support -gstabs on Mac OS X if assember supports it (PR target/67973)Rainer Orth15-14/+95
2015-12-17jump-around-jump.c (rtc_set_time): Declare.Andrew Burgess2-1/+5
2015-12-17revert: re PR testsuite/68629 (FAIL: c-c++-common/attr-simd-3.c)Thomas Preud'homme3-7/+11
2015-12-17Fix some blockers of PR c++/24666 (arrays decay to pointers too early)Patrick Palka7-7/+120
2015-12-17Avoid code duplication in cp_tree_[operand|code]_lengthPatrick Palka2-16/+8
2015-12-16Correct ChangeLogs for PR c++/42121 and related.Martin Sebor3-11/+11
2015-12-16PR c/68868 - atomic_init emits an unnecessary fenceMartin Sebor4-6/+136
2015-12-17re PR target/68805 (ICE while var-tracking in simplify_binary_operation_1 wit...Michael Meissner5-7/+54
2015-12-17Daily bump.GCC Administrator1-1/+1
2015-12-17re PR target/68779 (HPPA/PARISC 32-bit Linux kernel build triggers multiple I...John David Anglin2-231/+248
2015-12-16PR objc++/68932 - FAIL: obj-c++.dg/property/at-property-23.mm -fgnu-runtimeMartin Sebor4-3/+15
2015-12-16attach schedule tree to the scopAbderrazek Zaafrani5-5/+85
2015-12-16pt.c (comp_template_args): Remove.Paolo Carlini3-15/+15
2015-12-16ipa-visibility.c (can_replace_by_local_alias): Make static, check ASM_OUTPUT_...Nathan Sidwell2-7/+19
2015-12-16ree.c (add_removable_extension): Use reg_overlap_mentioned_p rather than test...Jeff Law2-1/+6
2015-12-16nvptx.h (OUTGOING_STATIC_CHAIN_REGNUM): Remove.Nathan Sidwell3-44/+49
2015-12-16* gcc.dg/tree-ssa/pr68619-4.c: Change size of code bitfield.Jeff Law2-1/+5
2015-12-16re PR c++/68309 (ICE: Segmentation fault)Jason Merrill2-7/+5
2015-12-16re PR c++/63628 ([c++1y] cannot use decltype on captured arg-pack)Jason Merrill3-6/+30
2015-12-16Better error recovery for merge-conflict markersDavid Malcolm20-2/+344
2015-12-16Add missing changelog entryAditya Kumar1-0/+4
2015-12-16C FE: fix range of primary-expression in c_parser_postfix_expressionDavid Malcolm5-5/+41
2015-12-16Remove individial dependence pointers and add a scop::dependence to contain a...Aditya Kumar6-72/+66
2015-12-16Use refs instead of values.Aditya Kumar1-2/+2
2015-12-16update required isl versionAditya Kumar10-149/+34
2015-12-16ipa-cp.c (ipa_get_indirect_edge_target_1): Use can_refer; do not speculate to...Jan Hubicka3-10/+31
2015-12-16C FE: use correct location range for static assertionsDavid Malcolm4-1/+36
2015-12-16add more dumps on data dependence graphAditya Kumar4-10/+67
2015-12-16re PR c/64637 (Incorrect location for -Wunused-value warnings in for-loop)Marek Polacek4-1/+37
2015-12-16* gcc.dg/sibcall-9.c: Xfail for nvptx.Nathan Sidwell2-1/+5
2015-12-16[AArch64] Properly cost zero_extend+ashift forms of ubfi[xz]Kyrylo Tkachov2-0/+69
2015-12-16[AArch64] PR target/68696 FAIL: gcc.target/aarch64/vbslq_u64_1.c scan-assembl...Kyrylo Tkachov2-0/+35
2015-12-16re PR middle-end/68870 (ICE on valid code at -O1, -O2 and -O3 on x86_64-linux...Richard Biener4-14/+70
2015-12-16nvptx-protos.h (nvptx_hard_regno_mode_ok): Delete.Nathan Sidwell4-76/+75
2015-12-16Add pass_oacc_ipaTom de Vries22-92/+176
2015-12-16re PR tree-optimization/68861 (FAIL: libgomp.fortran/vla8.f90 -O3 -g execu...Richard Biener2-3/+27
2015-12-16i386-c.c (ix86_target_macros_internal): Remove duplicate check (__CLZERO__).Kirill Yukhin2-2/+5
2015-12-16re PR tree-optimization/68915 (gcc.dg/vect/pr46032.c FAILs)Richard Biener2-1/+6
2015-12-16[ARM] Add ACLE intrinsics vqrdmlah_lane and vqrdmlsh_laneMatthew Wahab3-0/+65
2015-12-16[ARM] Add ACLE intrinsics vqrdmlah and vqrdmlshMatthew Wahab3-0/+60
2015-12-16re PR tree-optimization/68916 (gcc.dg/vect/slp-perm-4.c FAILs)Richard Biener3-3/+17
2015-12-16[Testsuite] Support ARMv8.1 ARM tests.Matthew Wahab4-15/+70