aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-09-01Tidy tree-ssa-dom.c: Use dom_valueize more.Alan Lawrence2-27/+10
2015-09-01* config/msp430/msp430.opt (mcpu): Fix typo.Nick Clifton2-1/+5
2015-09-01[AArch64] Fix FAIL: gcc.target/aarch64/target_attr_crypto_ice_1.c (internal c...Kyrylo Tkachov5-25/+49
2015-09-01re PR c++/61753 (poor diagnostic for constructor definition that starts with ...Paolo Carlini4-24/+105
2015-09-01gcc: doc: add missing space in asan-stack descMike Frysinger2-1/+5
2015-09-01Daily bump.GCC Administrator1-1/+1
2015-08-31Move some comparison simplifications to match.pdMarc Glisse7-21/+80
2015-08-31lto.c (compare_tree_sccs_1): Compare DECL_ABSTRACT_ORIGIN.Richard Biener3-0/+25
2015-08-31re PR tree-optimization/67381 (genmatch does not honor the order of patterns)Richard Biener2-3/+11
2015-08-31Move some complex simplifications to match.pdMarc Glisse5-94/+63
2015-08-31Reimplement rewrite_virtuals_into_loop_closed_ssaTom de Vries2-66/+172
2015-08-31cfganal.c (pre_and_rev_post_order_compute_fn): Correctly enter entry and exit...Michael Matz2-2/+7
2015-08-31lto-symtab.c (lto_symtab_prevailing_decl): Remove redundant test, do not repl...Richard Biener3-7/+15
2015-08-31lto-streamer.h (lto_location_cache::cached_location::sysp): Add.Richard Biener4-5/+32
2015-08-31Avoid strndup in gcc.c (PR bootstrap/67363)Rainer Orth2-1/+6
2015-08-31re PR fortran/54833 (Don't wrap __builtin_free(a) in if (a != NULL))Francois-Xavier Coudert3-13/+10
2015-08-31Improve function header comments in tree-ssa-loop-manip.cTom de Vries2-12/+18
2015-08-31Rename [su]sum_widen to widen_[su]sum to reflect correct standard names.Michael Collison2-4/+10
2015-08-31compiler: Check for invalid UTF8 in Go comments.Ian Lance Taylor2-1/+11
2015-08-31rs6000.c (swap_web_entry): Enlarge special_handling bitfield.Bill Schmidt4-2/+123
2015-08-31[SH] config.gcc (supported_defaults): Handle sh[123456ble]*-*-* instead of sh...Rich Felker2-1/+6
2015-08-31Daily bump.GCC Administrator1-1/+1
2015-08-30Daily bump.GCC Administrator1-1/+1
2015-08-29Fix c++/67371 (issues with throw in constexpr)Markus Trippelsdorf4-11/+55
2015-08-29re PR fortran/67367 (Program crashes on READ(IOSTAT=IOS, ...) on directory OP...Jerry DeLisle2-0/+19
2015-08-29Remove redundant use of REG_CLASS_NAMES marosAnatoly Sokolov2-4/+10
2015-08-29trans.c (gfc_call_malloc, [...]): Simplify code.Francois-Xavier Coudert5-43/+33
2015-08-29Handle mix/max pointer reductions in parloopsTom de Vries4-0/+61
2015-08-29Daily bump.GCC Administrator1-1/+1
2015-08-28re PR fortran/53668 (Cray-pointer diagnostic enhancement)Francois-Xavier Coudert5-41/+57
2015-08-28struct-layout-1_generate.c: Simply use exit code for failure.Nathan Sidwell2-6/+4
2015-08-28matrix-1.c: Use plain printf.Nathan Sidwell11-20/+23
2015-08-28[PATCH][lto/66752] Fix missed FSM jump threadJeff Law7-0/+184
2015-08-28Revert: completely_scalarize arrays as well as recordsAlan Lawrence4-138/+67
2015-08-28MIPS: Add the lo register to the clobber list in the madd-8.c and msub-8.c te...Andrew Bennett3-2/+7
2015-08-28[AArch64] Rename SYMBOL_SMALL_GOTTPREL to SYMBOL_SMALL_TLSIEJiong Wang3-7/+18
2015-08-28cgraphunit.c (symbol_table::compile): Move early debug generation and finish...Richard Biener2-10/+20
2015-08-28Daily bump.GCC Administrator1-1/+1
2015-08-27compiler: Report unused variables initialized to function literals.Ian Lance Taylor2-8/+9
2015-08-27compiler: Allow multiple blank label definitions.Ian Lance Taylor3-1/+13
2015-08-27target-supports.exp (check-effective_target_vect_double): Enable for Power ta...Bill Schmidt3-1/+10
2015-08-27fix compile without ISLSebastian Pop2-3/+7
2015-08-27remove -floop-* flagsSebastian Pop48-2691/+275
2015-08-27compiler: Don't record dependencies of invalid redefinitions.Ian Lance Taylor4-2/+26
2015-08-27remove -floop-unroll-and-jamSebastian Pop10-291/+55
2015-08-27re PR target/67317 ([x86] Silly code generation for _addcarry_u32/_addcarry_u64)Uros Bizjak10-111/+236
2015-08-27vector.md (vec_shr_<mode>): Fix to do a shift instead of a rotate.Pat Haugen4-5/+61
2015-08-27re PR middle-end/67005 (ICE: in verify_loop_structure, at cfgloop.c:1647 (loo...Marek Polacek4-4/+31
2015-08-27* configure: Regenerate.Francois-Xavier Coudert2-30/+75
2015-08-27completely_scalarize arrays as well as recordsAlan Lawrence4-48/+152