aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-11-09Fix memory leaks and use a pool_allocatorMartin Liska9-16/+55
2015-11-09[PR debug/67192] Further fix C loops' back-jump locationAndreas Arnez4-0/+48
2015-11-09[PR debug/67192] Fix C loops' back-jump locationAndreas Arnez4-6/+72
2015-11-09optabs.c (expand_vec_cond_expr): Always get sign from type.Ilya Enkovich3-4/+9
2015-11-09re PR tree-optimization/68248 (ICE on valid code at -O3 on x86_64-linux-gnu i...Richard Biener4-0/+33
2015-11-09re PR tree-optimization/56118 (Piecewise vector / complex initialization from...Richard Biener6-13/+105
2015-11-09Machine modes for address printing.Julian Brown51-245/+385
2015-11-09re PR middle-end/68251 (sorry, unimplemented: reverse storage order for BLKmode)Eric Botcazou5-8/+22
2015-11-09[RTL-ifcvt] PR rtl-optimization/67749: Do not emit separate SET insn in IF-EL...Kyrylo Tkachov2-40/+72
2015-11-09Support init priority on SolarisRainer Orth8-101/+179
2015-11-09re PR middle-end/68253 (conditional jump or move depends on uninitialized val...Eric Botcazou2-1/+7
2015-11-09thumb2-slow-flash-data.c: Add missing typespec for labelref and check use of ...Thomas Preud'homme2-3/+8
2015-11-09re PR target/66326 (Floating point exception with -mfpmath=387 and -fcilkplus.)Igor Zamyatin2-0/+38
2015-11-09i386: Add address spaces for fs/gs segments and tlsRichard Henderson12-81/+307
2015-11-09i386: Disallow address spaces with string insnsRichard Henderson4-32/+102
2015-11-09i386: Handle address spaces in movabs patternsRichard Henderson2-6/+29
2015-11-09Add hook for modifying debug info for address spacesRichard Henderson7-19/+61
2015-11-09Add TARGET_ADDR_SPACE_ZERO_ADDRESS_VALIDRichard Henderson8-4/+50
2015-11-09Avoid CSE of MEMs in different address spacesRichard Henderson3-16/+26
2015-11-09re PR tree-optimization/66768 (address space gets lost on literal pointer)Richard Henderson2-1/+7
2015-11-09[PATCH] Minor refactoring in tree-ssanames.c & freelists verifierJeff Law4-35/+181
2015-11-09re PR fortran/68053 (lower bound of implied shape array restricted too much)Steven G. Kargl4-13/+42
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