aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-11-03remove unused config/arm/coff.hTrevor Saunders2-82/+4
2015-11-03Handle auto parameter packs.Jason Merrill3-0/+33
2015-11-03re PR c/67882 (surprising offsetof result on an invalid array member without ...Martin Sebor5-8/+239
2015-11-03re PR fortran/67982 (Incorrect -Wunused-function warning)Dominique d'Humieres2-0/+40
2015-11-03Remove superfluous gcc/ prefixesEric Botcazou1-37/+37
2015-11-03gimple-expr.c (useless_type_conversion_p): Reinstate type canonical check for...Eric Botcazou4-8/+17
2015-11-03tree-vect-data-refs.c (vect_analyze_data_refs): Do not collect data reference...Richard Biener6-195/+150
2015-11-03mksysinfo.sh: Make sure that CLONE_NEWUSER is defined.Ian Lance Taylor1-1/+1
2015-11-03multiple_target.c (create_dispatcher_calls): Add target check on ifunc.Evgeny Stupachenko6-0/+31
2015-11-03OpenACC atomic directiveThomas Schwinge22-44/+174
2015-11-03[AARCH64][PATCH 1/3] Implementing the variants of the vmulx_ NEON intrinsicBilyan Borisov12-68/+352
2015-11-03[AArch64] Fix ICE on (const_double:HF 0.0)Alan Lawrence4-1/+31
2015-11-03ChangeLog: Fix whitespace.Uros Bizjak2-21/+20
2015-11-03mvc1.c: Move to ...Uros Bizjak9-7/+29
2015-11-03defer mark_addressable calls during expand till the end of expandAlexandre Oliva4-2/+71
2015-11-03ifcombine: factor out inner block viability testAlexandre Oliva2-9/+10
2015-11-03[PR68083] don't introduce undefined behavior in ifcombineAlexandre Oliva6-0/+69
2015-11-03Daily bump.GCC Administrator1-1/+1
2015-11-02libgo: Bump version number.Ian Lance Taylor1-1/+1
2015-11-02[PATCH] Avoid more irreducible loops in FSM threaderJeff Law4-12/+33
2015-11-02Rename make_restrict_var_constraints to make_param_constraintsTom de Vries2-19/+21
2015-11-02Replace make_copy_constraint with make_constraint_from in make_restrict_var_c...Tom de Vries2-1/+6
2015-11-02freebsd64.h (ASM_SPEC32): Adust spec to handle PIE executables.Andreas Tobler2-1/+6
2015-11-02mksysinfo.sh: Handle TIOCGPGRP if too complex for -dump-go-spec.Ian Lance Taylor1-1/+1
2015-11-02syscall: Change raw_ioctl cmd type to uintptr.Ian Lance Taylor1-1/+1
2015-11-02Move constant folds for maths functions to new fileRichard Sandiford9-1025/+1402
2015-11-02[ARM] neon-testgen.ml typoJulian Brown2-7/+12
2015-11-02Revert: tree-scalar-evolution.c: Handle LSHIFT by constantAlan Lawrence4-47/+16
2015-11-02Move gcc.target/arm/pr67929_1.c test to execute.expKyrylo Tkachov3-21/+23
2015-11-02[PR middle-end/68166] Restore build with fold checking enabledThomas Schwinge2-0/+6
2015-11-01[PATCH] Avoid ssa-thread-11.c on various targetsJeff Law2-1/+5
2015-11-01[PATCH] Fix vms targetsJeff Law2-0/+3
2015-11-01* config/mcore/mcore.c: Include regs.h.Jeff Law2-0/+5
2015-11-02Daily bump.GCC Administrator1-1/+1
2015-11-01mksysinfo.sh: Handle TIOCSPGRP if too complex for -fdump-go-spec.Ian Lance Taylor1-1/+1
2015-11-01re PR go/67968 (go1: internal compiler error: in write_specific_type_function...Ian Lance Taylor2-1/+11
2015-11-01pr67609-2.c: Include sse2-check.h.Uros Bizjak2-6/+10
2015-11-01pr46756.f: Remove XFAIL for AIX.David Edelsohn4-2/+8
2015-11-01Daily bump.GCC Administrator1-1/+1
2015-10-31runtime: If no split stacks, allocate stacks using mmap on 64-bit systems.Ian Lance Taylor1-1/+1
2015-10-31rs6000: Rewrite rs6000_reg_live_or_pic_offset_pSegher Boessenkool2-15/+24
2015-10-31rs6000: Another PIC LRA fixSegher Boessenkool2-2/+10
2015-10-31Remove support for N3994, terse range-for, which was not adopted.Ville Voutilainen4-28/+11
2015-10-31re PR bootstrap/68168 (r229609 breaks bootstrap)Cesar Philippidis2-1/+8
2015-10-31* gnat.dg/discr45.adb: New test.Eric Botcazou2-0/+48
2015-10-31Implement multiple 'auto' feature from Concepts TS.Jason Merrill10-31/+295
2015-10-31Streamline for_each_template_parm.Jason Merrill3-63/+51
2015-10-31Improve deduction failure diagnostics.Jason Merrill3-2/+18
2015-10-31pt.c (hash_tmpl_and_args): Use iterative_hash_object on template uid.Jason Merrill2-1/+4
2015-10-31Make some functions static.Jason Merrill2-4/+11