| Commit message (Expand) | Author | Age | Files | Lines |
* | * libgomp.h (struct acc_dispatch_t): Remove args from exec_func. | nathan | 2015-11-03 | 5 | -11/+14 |
* | * lex.c (search_line_sse42): Correctly advance the pointer to an | uros | 2015-11-03 | 2 | -3/+8 |
* | PR c++-common/67882 | msebor | 2015-11-03 | 5 | -8/+239 |
* | 2015-11-03 Dominique d'Humieres <dominiq@lps.ens.fr> | dominiq | 2015-11-03 | 2 | -0/+40 |
* | Remove superfluous gcc/ prefixes | ebotcazou | 2015-11-03 | 1 | -37/+37 |
* | * gimple-expr.c (useless_type_conversion_p): Reinstate type canonical | ebotcazou | 2015-11-03 | 4 | -8/+17 |
* | * libsupc++/new: Declare sized deletes. | jason | 2015-11-03 | 2 | -0/+16 |
* | 2015-11-03 Richard Biener <rguenther@suse.de> | rguenth | 2015-11-03 | 6 | -195/+150 |
* | mksysinfo.sh: Make sure that CLONE_NEWUSER is defined. | ian | 2015-11-03 | 2 | -1/+6 |
* | 2015-11-03 Paolo Carlini <paolo.carlini@oracle.com> | paolo | 2015-11-03 | 1 | -4/+8 |
* | 2015-11-03 Evgeny Stupachenko <evstupac@gmail.com> | iverbin | 2015-11-03 | 6 | -0/+31 |
* | OpenACC atomic directive | tschwinge | 2015-11-03 | 35 | -44/+4827 |
* | [AARCH64][PATCH 1/3] Implementing the variants of the vmulx_ NEON intrinsic | jgreenhalgh | 2015-11-03 | 12 | -68/+352 |
* | [AArch64] Fix ICE on (const_double:HF 0.0) | alalaw01 | 2015-11-03 | 4 | -1/+31 |
* | * ChangeLog: Fix whitespace. | uros | 2015-11-03 | 2 | -21/+20 |
* | 2015-11-03 Ville Voutilainen <ville.voutilainen@gmail.com> | ville | 2015-11-03 | 12 | -81/+373 |
* | * gcc.dg/mvc1.c: Move to ... | uros | 2015-11-03 | 9 | -7/+29 |
* | defer mark_addressable calls during expand till the end of expand | aoliva | 2015-11-03 | 4 | -2/+71 |
* | Remove ChangeLog entry unintentionally duplicated in the top level | aoliva | 2015-11-03 | 1 | -8/+0 |
* | ifcombine: factor out inner block viability test | aoliva | 2015-11-03 | 2 | -9/+10 |
* | [PR68083] don't introduce undefined behavior in ifcombine | aoliva | 2015-11-03 | 7 | -0/+77 |
* | Daily bump. | gccadmin | 2015-11-03 | 1 | -1/+1 |
* | libgo: Bump version number. | ian | 2015-11-02 | 3 | -3/+3 |
* | [PATCH] Avoid more irreducible loops in FSM threader | law | 2015-11-02 | 4 | -12/+33 |
* | Rename make_restrict_var_constraints to make_param_constraints | vries | 2015-11-02 | 2 | -19/+21 |
* | Replace make_copy_constraint with make_constraint_from in make_restrict_var_c... | vries | 2015-11-02 | 2 | -1/+6 |
* | 2015-11-02 Andreas Tobler <andreast@gcc.gnu.org> | andreast | 2015-11-02 | 2 | -1/+6 |
* | mksysinfo.sh: Handle TIOCGPGRP if too complex for -dump-go-spec. | ian | 2015-11-02 | 2 | -1/+9 |
* | syscall: Change raw_ioctl cmd type to uintptr. | ian | 2015-11-02 | 2 | -3/+3 |
* | libcpp: Improvements to description of source_location in line-map.h | dmalcolm | 2015-11-02 | 2 | -5/+25 |
* | Move constant folds for maths functions to new file | rsandifo | 2015-11-02 | 9 | -1025/+1402 |
* | [ARM] neon-testgen.ml typo | jules | 2015-11-02 | 2 | -7/+12 |
* | Revert: tree-scalar-evolution.c: Handle LSHIFT by constant | alalaw01 | 2015-11-02 | 4 | -47/+16 |
* | Move gcc.target/arm/pr67929_1.c test to execute.exp | ktkachov | 2015-11-02 | 3 | -21/+23 |
* | [PR middle-end/68166] Restore build with fold checking enabled | tschwinge | 2015-11-02 | 2 | -0/+6 |
* | [PATCH] Avoid ssa-thread-11.c on various targets | law | 2015-11-02 | 2 | -1/+5 |
* | [PATCH] Fix vms targets | law | 2015-11-02 | 2 | -0/+3 |
* | * config/mcore/mcore.c: Include regs.h. | law | 2015-11-02 | 2 | -0/+5 |
* | Daily bump. | gccadmin | 2015-11-02 | 1 | -1/+1 |
* | mksysinfo.sh: Handle TIOCSPGRP if too complex for -fdump-go-spec. | ian | 2015-11-01 | 2 | -1/+9 |
* | PR go/67968 | ian | 2015-11-01 | 2 | -1/+11 |
* | * gcc.target/i386/pr67609-2.c: Include sse2-check.h. | uros | 2015-11-01 | 2 | -6/+10 |
* | * gfortran.dg/debug/pr46756.f: Remove XFAIL for AIX. | dje | 2015-11-01 | 4 | -2/+8 |
* | Daily bump. | gccadmin | 2015-11-01 | 1 | -1/+1 |
* | runtime: If no split stacks, allocate stacks using mmap on 64-bit systems. | ian | 2015-10-31 | 2 | -3/+16 |
* | * Makefile.am (go_cmd_go_files): Update to Go 1.5.1 library by | ian | 2015-10-31 | 3 | -1/+13 |
* | rs6000: Rewrite rs6000_reg_live_or_pic_offset_p | segher | 2015-10-31 | 2 | -15/+24 |
* | rs6000: Another PIC LRA fix | segher | 2015-10-31 | 2 | -2/+10 |
* | Remove support for N3994, terse range-for, which was not adopted. | ville | 2015-10-31 | 4 | -28/+11 |
* | PR Bootstrap/68168 | cesar | 2015-10-31 | 2 | -1/+8 |