aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-10re PR tree-optimization/61686 (Incorrect check in comparison function range_e...Marek Polacek2-1/+7
2014-12-10libgcc.texi: Update text to match implementation in libgcc/libgcc2.cKito Cheng2-14/+19
2014-12-10remove gengtype support for param_is use_param, if_marked and splay tree allo...Trevor Saunders16-936/+100
2014-12-09re PR c++/64129 (ICE on invalid: in grokfndecl, at cp/decl.c:7658)Jason Merrill3-0/+22
2014-12-09re PR c++/64222 (error: ‘__FUNCTION__’ was not declared in this scope)Jason Merrill3-1/+27
2014-12-10Implement LWG DR 2329 and DR 2332.Jonathan Wakely6-0/+186
2014-12-10compiler: Don't track fields in compiler-generated hash and eq funcs.Ian Lance Taylor4-0/+23
2014-12-10future (__future_base::_Setter::operator(), [...]): Make call operators const.Jonathan Wakely2-6/+9
2014-12-10locale_facets.tcc (numpunct::_M_cache): Avoid calling virtual functions twice.Jonathan Wakely4-32/+46
2014-12-10re PR target/53513 ([SH] Add support for fpchg insn and improve fenv support)Oleg Endo2-0/+15
2014-12-10Daily bump.GCC Administrator1-1/+1
2014-12-09re PR middle-end/64225 (-funsafe-math-optimizations generates call to pow whe...Bill Schmidt2-0/+9
2014-12-09lto-wrapper.c (compile_offload_image): Start processing in_argv from 0 instea...Ilya Verbin4-28/+104
2014-12-09Fix date in change log entry.Oleg Endo1-1/+1
2014-12-09Add missing link to PR in change log entry.Oleg Endo1-0/+1
2014-12-09toyvm.c: use correct path in debuginfoDavid Malcolm2-8/+34
2014-12-09(libgcc_s) Optional filename-based shared library versioning on AIX.Michael Haubenwallner6-16/+236
2014-12-09PR jit/63854: Document how to run the jit testsuite under valgrindDavid Malcolm3-10/+119
2014-12-09[AArch64]Remove aarch64_get_lanedi, unusedAlan Lawrence2-11/+4
2014-12-09[AArch64]Remove be_checked_get_lane, check bounds with __builtin_aarch64_im_l...Alan Lawrence29-283/+682
2014-12-09Add missing PR numbers to ChangeLog. Too late?Alan Lawrence2-0/+6
2014-12-09[AArch64]Improve error message for non-constant immediatesAlan Lawrence4-5/+18
2014-12-09Add jit-tempdir.{c|h}David Malcolm7-83/+292
2014-12-09[AArch64] Fix ICE on non-constant indices to __builtin_aarch64_im_lane_boundsiAlan Lawrence7-56/+104
2014-12-09[AArch64]Fix ICE at -O0 on vld1_lane intrinsicsAlan Lawrence4-184/+218
2014-12-09vabs_intrinsic_2.c: New test.Alan Lawrence5-9/+36
2014-12-09Fix bogus ChangeLog entry from r218521David Malcolm2-42/+42
2014-12-09Guard less code with the JIT mutexDavid Malcolm5-22/+68
2014-12-09jit-playback.c: Move dlopen code into a new functionDavid Malcolm3-19/+41
2014-12-09[AArch64] Add TARGET_SCHED_REASSOCIATION_WIDTHWilco Dijkstra3-4/+47
2014-12-09[AARCH64][5/5] Add macro fusion support for cmp/b.X for ThunderXAndrew Pinski2-1/+23
2014-12-09jit: Add new testcase missing from r218521David Malcolm1-0/+27
2014-12-09PR jit/64166: Add API entrypoint gcc_jit_context_enable_dumpDavid Malcolm14-153/+662
2014-12-09PR jit/64166: Add methods to gcc::dump_manager needed by JIT testingDavid Malcolm3-1/+53
2014-12-09re PR bootstrap/64213 (gimple-match.c:1523:6: error: ‘GIMPLE’ was not dec...Uros Bizjak4-29/+21
2014-12-09re PR tree-optimization/64193 (Decreased performance after r173250)Richard Biener7-3/+60
2014-12-09Local Vim config with GNU formatting.Yury Gribov6-1/+85
2014-12-09re PR tree-optimization/64199 (ICE: tree check: expected class 'constant', ha...Richard Biener4-2/+20
2014-12-09re PR libstdc++/64203 (shared_mutex compile errors on bare-metal targets)Jonathan Wakely3-10/+19
2014-12-09re PR tree-optimization/64191 (indirect clobbers messes up dead code eliminat...Richard Biener2-1/+8
2014-12-09lto-partition.c (privatize_symbol_name): Correctly privatize instrumentation ...Ilya Enkovich6-10/+61
2014-12-09lto-cgraph.c (input_cgraph_1): Don't break existing instrumentation clone ref...Ilya Enkovich3-1/+33
2014-12-09re PR bootstrap/63995 (Bootstrap error with -mmpx -fcheck-pointer-bounds)Ilya Enkovich5-4/+53
2014-12-09re PR target/64204 (gcc.dg/c11-atomic-2.c fails on powerpc 64-bit little endi...Michael Meissner3-11/+24
2014-12-08simplify-rtx.c (simplify_relational_operation_1): Handle simplification ident...Sandra Loosemore4-0/+122
2014-12-09move gimple_canonical_types htab out of gc memoryTrevor Saunders2-2/+7
2014-12-09remove param_is from nvptxTrevor Saunders2-28/+32
2014-12-09Daily bump.GCC Administrator1-1/+1
2014-12-08re PR target/64226 (Secondary reload incorrect TOC address)David Edelsohn2-6/+8
2014-12-08DWARFv5 Emit DW_TAG_atomic_type for C11 _Atomic.Mark Wielaard7-1/+73