aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-12-16Thumb uses a special register allocation order to increase the use of low reg...Wilco Dijkstra2-1/+5
2016-12-16[ARC] Remove old prof patterns.Claudiu Zissulescu2-63/+7
2016-12-16[ARC] Rework code for profiling.Claudiu Zissulescu7-211/+39
2016-12-16[ARC] Rework ARC600 64-bit multiplication patterns.Claudiu Zissulescu2-24/+52
2016-12-16opt61.adb: New test.Eric Botcazou4-0/+170
2016-12-16re PR c++/71694 (store-data race with bitfields and tail-padding in C++)Richard Biener10-8/+92
2016-12-16re PR middle-end/71632 (hang at -O3 on x86_64-linux-gnu)Richard Biener4-0/+75
2016-12-15PR bootstrap/78817 - stage2 bootstrap failure in vec.h:1613:5: error: argumen...Martin Sebor2-4/+16
2016-12-16compiler: fix comments + fieldnames to match libgo sourceIan Lance Taylor2-13/+13
2016-12-16Daily bump.GCC Administrator1-1/+1
2016-12-15compiler: fix off-by-1 array type len in Type::gc_symbol_constructorIan Lance Taylor2-2/+2
2016-12-15re PR go/78763 (go1: internal compiler error: in do_get_backend, at go/gofron...Ian Lance Taylor3-20/+50
2016-12-15avx512bwintrin.h: Add new k-mask intrinsics.Andrew Senkevich23-5/+401
2016-12-15i386.md (ffs<mode>2): Generate CCCmode flags register for TARGET_BMI.Uros Bizjak3-134/+133
2016-12-15re PR fortran/78798 ([cleanup] some int-valued functions should be bool)Janus Weil3-183/+205
2016-12-15ipa-cp.c (class ipcp_bits_lattice): Formatting fixes.Jakub Jelinek2-204/+245
2016-12-15P0490R0 GB 20: decomposition declaration should commit to tuple interpretatio...Jakub Jelinek4-5/+33
2016-12-15re PR c++/77585 (g++ incorrectly decides that member function is called witho...Nathan Sidwell4-1/+72
2016-12-15Fix use-after-free lexing unterminated raw strings (PR preprocessor/78811)David Malcolm2-5/+100
2016-12-15Using leaf_function_p in a backend is dangerous as it incorrectly returns fal...Wilco Dijkstra3-22/+14
2016-12-15[arm] Add missing arm-isa.hRichard Earnshaw1-0/+156
2016-12-15extend.texi: Clean up @xref{...} uses.Jakub Jelinek3-5/+10
2016-12-15[arm] Permit 'auto' in -mfpuRichard Earnshaw8-67/+140
2016-12-15[arm] Remove FEATURES field from FPU descriptionsRichard Earnshaw4-58/+52
2016-12-15[arm] Use ISA feature sets for determining inlinabilityRichard Earnshaw2-8/+24
2016-12-15[arm] Use cl_target_options for configuring the active targetRichard Earnshaw4-14/+41
2016-12-15[arm] Use arm_active_target for most FP feature testsRichard Earnshaw3-21/+32
2016-12-15[arm] Eliminate TARGET_FPU_NAMERichard Earnshaw3-3/+30
2016-12-15[arm] Initialize fpu capability bits in arm_active_targetRichard Earnshaw5-26/+76
2016-12-15[arm] Add isa features to FPU descriptionsRichard Earnshaw5-29/+42
2016-12-15[arm] Remove FPU rev fieldRichard Earnshaw4-30/+62
2016-12-15[arm] Eliminate vfp_reg_typeRichard Earnshaw4-45/+48
2016-12-15[arm] Delete unused arm_fp_modelRichard Earnshaw2-8/+4
2016-12-15[arm] Remove remaining references to arm feature setsRichard Earnshaw7-347/+171
2016-12-15[arm] Rework arm-common to use new feature bits.Richard Earnshaw3-4/+29
2016-12-15[arm] Remove insn_flags.Richard Earnshaw4-56/+71
2016-12-15[arm] Use arm_active_target when configuring builtinsRichard Earnshaw2-17/+34
2016-12-15[arm] Add new isa quirk bit for Cortex-M3 ldrd issue.Richard Earnshaw3-2/+21
2016-12-15[arm] Reduce usage of arm_selected_cpu.Richard Earnshaw2-5/+12
2016-12-15[arm] Use arm_active_target for architecture and tuneRichard Earnshaw2-17/+52
2016-12-15[arm] Introduce arm_active_target.Richard Earnshaw3-60/+181
2016-12-15This patch adds the new ISA data structures.Richard Earnshaw9-184/+201
2016-12-15We start out by separating the 'tuning flags' in a CPU or architecture...Richard Earnshaw8-186/+199
2016-12-15Fix ChangeLog formatting.David Edelsohn1-6/+6
2016-12-15ssa-fre-55.c: Add -Wno-psabi.David Edelsohn3-4/+7
2016-12-15re PR fortran/78800 ([OOP] ICE in compare_parameter, at fortran/interface.c:2...Janus Weil4-9/+40
2016-12-15MIPS: Upgrade to R2 for -mmicromips.Toma Tabacu2-1/+7
2016-12-15forwprop-35.c: Use -Wno-psabi everywhere.Jakub Jelinek4-6/+10
2016-12-14PR middle-end/78519 - missing warning for sprintf %s with null pointerMartin Sebor4-5/+156
2016-12-14PR c++/78774 - [6/7 Regression] ICE in constexpr string literals and templatesMartin Sebor4-3/+24