aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-09-19Remove LIBGCC2_TF_CEXT target macro.Joseph Myers13-29/+41
2014-09-18Add header guard to several header files.Kito Cheng29-2/+162
2014-09-18re PR debug/63285 (-fcompare-debug scheduler related failure)Vladimir Makarov4-1/+40
2014-09-18re PR c++/63248 (Crash when OpenMP target's array section handling is used wi...Jakub Jelinek3-3/+32
2014-09-18re PR target/61360 (ICE: in lra_update_insn_recog_data, at lra.c:1363 with -m...Vladimir Makarov4-0/+27
2014-09-18re PR c++/62017 (AddressSanitizer reports *-buffer-overflow in destructor whe...Jakub Jelinek4-0/+26
2014-09-18re PR testsuite/63292 (ASan reports global-buffer-overflow in gcc.dg/vect/pr5...Jakub Jelinek2-1/+6
2014-09-18re PR c++/62232 (-Wnon-virtual-dtor shouldn't warn on final classes)Paolo Carlini4-1/+26
2014-09-18dyncast.cc (__dynamic_cast): Handle mid-destruction dynamic_cast more gracefu...Jason Merrill1-0/+28
2014-09-18Fix i386 FP_TRAPPING_EXCEPTIONS.Joseph Myers2-0/+45
2014-09-18[ARM] Fix insn type of movmisalign neon load pattern.Kyrylo Tkachov2-1/+6
2014-09-18re PR c++/61745 (template friend for dyadic operator- is only accepted if the...Paolo Carlini2-0/+27
2014-09-18Daily bump.GCC Administrator1-1/+1
2014-09-17re PR c/61854 (Warning single-line comment for -std=c89?)Marek Polacek11-0/+149
2014-09-17re PR debug/63284 (-fcompare-debug issue due to redirection to __builtin_unre...Jakub Jelinek4-1/+66
2014-09-17* ada/acats/run_all.sh: Redirect mkdir stderr to /dev/null.Jakub Jelinek2-1/+5
2014-09-17Minor cleanup, don't run tests for which compilation is enough.Jason Merrill4-20/+10
2014-09-17ipa-devirt.c (type_pair, [...]): New types.Jan Hubicka2-49/+135
2014-09-17re PR c++/63241 (Internal error in gimplify_init_constructor when using const...Paolo Carlini2-0/+18
2014-09-17config.gcc (*-*-rtems*): Default to 'rtems' thread model.Sebastian Huber2-1/+12
2014-09-17Disallow -mfpu=neon for unsuitable architectures.Andrew Stubbs2-0/+8
2014-09-17Daily bump.GCC Administrator1-1/+1
2014-09-16re PR target/61853 (ICE: SIGSEGV in store_field)John David Anglin2-2/+14
2014-09-17PR libfortran/62768 Handle filenames with embedded null characters.Janne Blomqvist2-0/+22
2014-09-16Fix a typo in gcc.dg/pg-override.cH.J. Lu2-1/+5
2014-09-16Fix a typo in gcc.dg/pg.cH.J. Lu2-1/+5
2014-09-16re PR testsuite/63258 (FAIL: gcc.dg/vect/costmodel/ppc/costmodel-slp-33.c sca...Richard Biener2-1/+6
2014-09-16driver-i386.c (host_detect_local_cpu): Detect lack of zmm/k regs support.Ilya Tocar4-2/+41
2014-09-16AVX-512. Extend extract insn patterns.Alexander Ivchenko4-88/+359
2014-09-16re PR fortran/56408 (Fix dependency handling of testsuite/gfortran.dg)Jakub Jelinek2-1/+17
2014-09-16Clean up useless initialization for IRA if using LRA.Kito Cheng3-11/+26
2014-09-16Add some more test cases for fentry and pgAndi Kleen5-0/+79
2014-09-16Always set DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT correctlyAndi Kleen2-0/+9
2014-09-15pt.c (lookup_template_class_1): Splice out abi_tag attribute if necessary.Jason Merrill5-7/+53
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders24-66/+89
2014-09-16use rtx_insn * moreTrevor Saunders5-12/+22
2014-09-16Daily bump.GCC Administrator1-1/+1
2014-09-15re PR fortran/56408 (Fix dependency handling of testsuite/gfortran.dg)Jakub Jelinek25-57/+82
2014-09-15Do not diagnose lambda default arguments in c++14 modes.Ville Voutilainen3-2/+8
2014-09-15Makefile.in (dg_target_exps): Remove.Jakub Jelinek31-128/+492
2014-09-15c.opt (Wpsabi): Use LangEnabledBy.Manuel López-Ibáñez3-5/+6
2014-09-15Instruction attributes take an rtx_insn *David Malcolm50-195/+426
2014-09-15The various TARGET_ASM_..._MAX_SKIP hooks take an insnDavid Malcolm7-20/+45
2014-09-15The TARGET_CAN_FOLLOW_JUMP hook takes insnsDavid Malcolm7-11/+31
2014-09-15deps_start_bb takes an insnDavid Malcolm3-3/+9
2014-09-15AVX-512. Extend vcvtps2ph insn patterns.Alexander Ivchenko2-29/+60
2014-09-15AVX-512. Extend ashrv insn patterns.Alexander Ivchenko2-21/+79
2014-09-15[AArch64] Fix force_simd macro in vdup_lane_2David Sherwood2-4/+8
2014-09-15doc/install.texi: add documentation for --disable-libsanitizerMarkus Trippelsdorf2-0/+9
2014-09-15Daily bump.GCC Administrator1-1/+1