aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-11-09New obstack_next_free is not an lvalueAlan Modra4-9/+22
2015-11-09Fix bb-reorder problem with degenerate cond_jump (PR68182)Segher Boessenkool2-4/+10
2015-11-08[PATCH] Remove backedge handling support in tree-ssa-threadupdate.cJeff Law2-244/+57
2015-11-09Daily bump.GCC Administrator1-1/+1
2015-11-08* g++.dg/lto/pr68057_0.C: Fix testcase.Jan Hubicka2-1/+5
2015-11-08Move tests depending on graphite to correct subdirectory.Joost VandeVondele3-0/+7
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou224-524/+9969
2015-11-08Clean up fallout on ILP32 from r229831.Martin Sebor4-6/+19
2015-11-08re PR fortran/68218 (ALLOCATE with size given by a module function)Andre Vehreschild4-0/+42
2015-11-08re PR fortran/68224 (ICE on referencing parameter array with dimension null)Steven G. Kargl4-5/+40
2015-11-08re PR fortran/68196 (ICE on function result with procedure pointer component)Paul Thomas7-4/+110
2015-11-08[AArch64] Fix vqtb[lx][234] on big-endianChristophe Lyon1-0/+519
2015-11-08Daily bump.GCC Administrator1-1/+1
2015-11-07* config/sparc/sparc.opt (mfix-at697f): Add final period.Eric Botcazou2-1/+5
2015-11-07Wno-frame-address.c: Skip on hppa*-*-*.John David Anglin2-1/+5
2015-11-07re PR fortran/68153 (ICE for intrinsic reshape with negative dim in effective...Steven G. Kargl4-0/+49
2015-11-07re PR fortran/68151 (ICE on using select case with function of wrong type)Steven G. Kargl4-1/+42
2015-11-07i386: Use the STC bb-reorder algorithm at -Os (PR67864)Segher Boessenkool2-0/+10
2015-11-07Handle internal functions in is_tm_pure_callRichard Sandiford2-0/+8
2015-11-07Move #undef DEF_BUILTIN* to builtins.defRichard Sandiford13-11/+24
2015-11-07Move #undef DEF_INTERNAL_FN to internal-fn.defRichard Sandiford4-5/+8
2015-11-07Move const char * -> int/fp folds to fold-const-call.cRichard Sandiford3-112/+162
2015-11-07Move constant bitop and bswap folds to fold-const-call.cRichard Sandiford3-107/+84
2015-11-07Handle constant fp classifications in fold-const-call.cRichard Sandiford3-23/+30
2015-11-07Move c_getstr to fold-const.cRichard Sandiford5-22/+29
2015-11-07Don't treat rint as setting errnoRichard Sandiford2-3/+8
2015-11-07Add -fno-math-errno to gcc.dg/lto/20110201-1_0.cRichard Sandiford2-2/+7
2015-11-07Try to update dominance info in tree-call-cdce.cRichard Sandiford2-1/+42
2015-11-06[PATCH] Remove more backedge threading supportJeff Law2-78/+51
2015-11-07add original schedule to scopAbderrazek Zaafrani5-4/+80
2015-11-07do not create unnecessary dimensions in scop scatteringAbderrazek Zaafrani2-54/+145
2015-11-07re PR go/66138 (json decoder Decode function fails for some structure return ...Ian Lance Taylor1-1/+1
2015-11-07Daily bump.GCC Administrator1-1/+1
2015-11-06[PATCH] Allow vrp to thread across backedges using FSM threaderJeff Law6-10/+36
2015-11-06inline asm and multi-alternative constraintsDavid Wohlferd2-3/+22
2015-11-06revert: arm.md (*arm_smin_cmp): New pattern.Michael Collison4-58/+19
2015-11-06re PR fortran/54224 (Warn for unused internal procedures)Dominique d'Humieres2-0/+15
2015-11-06gimplify.c (gimplify_omp_ordered): Fix up diagnostics wording.Jakub Jelinek17-103/+524
2015-11-06* gcc.dg/pragma-diag-5.c: Make test cases unique.Mike Stump2-1/+5
2015-11-06do not collect cold loops in scopsAditya Kumar2-0/+13
2015-11-06enable loop fusion on isl-15Aditya Kumar6-5/+103
2015-11-06Do not allow irreducible loops/regions in a scopAditya Kumar2-2/+19
2015-11-06[AArch64] Fix vqtb[lx][234] on big-endianChristophe Lyon5-452/+486
2015-11-06re PR debug/66728 (CONST_WIDE_INT causes corrupted DWARF debug info)Mike Stump3-6/+26
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm31-285/+1787
2015-11-06libgo: Solaris portability fixes.Ian Lance Taylor1-1/+1
2015-11-06[Patch AArch64] Switch constant pools to separate rodata sections.Ramana Radhakrishnan2-9/+33
2015-11-06[Patch ARM] Unified assembler in ARM state.Ramana Radhakrishnan15-285/+269
2015-11-06Add stats on adhoc table to dump_line_table_statisticsDavid Malcolm2-0/+10
2015-11-06tree-core.h (size_type_kind): Remove OEP_CONSTANT_ADDRESS_OF and add OEP_MATC...Jan Hubicka4-25/+35