aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-06-11toir.cc (pop_label): Only queue labels in a vector.Richard Biener2-7/+30
2019-06-11re PR bootstrap/90819 (-Walloc-size-larger-than error in trans-mem.c)Jakub Jelinek2-2/+8
2019-06-11Disable htable sanitization in pt.c (PR c++/87847).Martin Liska4-4/+17
2019-06-11Daily bump.GCC Administrator1-1/+1
2019-06-10* config/i386/i386.md (absneg fp_reg splitter): Fix operator mode.Uros Bizjak1-1/+1
2019-06-10compiler: support inlining functions that use index expressionsIan Lance Taylor6-11/+129
2019-06-10compiler: make heap expression's write barrier conditionalIan Lance Taylor4-21/+53
2019-06-10compiler: permit inlining functions with labels and goto statementsIan Lance Taylor7-25/+321
2019-06-10compiler: use gcWriteBarrier for pointer-shaped struct/arrayIan Lance Taylor2-9/+16
2019-06-10re PR c++/87250 (Internal compiler error with -Os -fsyntax-only)Matthew Beliveau2-0/+17
2019-06-10constexpr.c (free_constructor): New.Jason Merrill2-2/+45
2019-06-10Reduce unsharing in constexpr call evaluation.Jason Merrill2-17/+26
2019-06-10Reduce constexpr_call memory consumption.Jason Merrill2-37/+18
2019-06-10compiler: make escape analysis work with imported inlineable functionsIan Lance Taylor3-14/+9
2019-06-10i386-protos.h (ix86_split_fp_absneg_operator): New prototype.Uros Bizjak6-201/+262
2019-06-10re PR testsuite/90772 (g++.dg/cpp1y/feat-cxx14.C and several others fails sta...Jakub Jelinek7-6/+19
2019-06-10PR other/90695 reduce testcase to remove library dependencyJonathan Wakely2-2/+43
2019-06-10gimple-fold.c (get_range_strlen): Update comment that didn't make it into r26...Martin Sebor2-24/+15
2019-06-10gcov-tool: Mark {merge,rewrite}_usage with noreturn attributeVladislav Ivanishin2-2/+7
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek32-30/+957
2019-06-10Update __gcov_* scanned function name in a test-case.Martin Liska2-1/+6
2019-06-10Reduce SCCs in IPA postorder.Martin Liska7-20/+71
2019-06-10[ARC] Update RTX costs.Claudiu Zissulescu4-31/+48
2019-06-10[ARC] Improve code gen when compiling for sizeClaudiu Zissulescu20-154/+495
2019-06-10IPA ICF: enhance dump about items in a non-singular class.Martin Liska4-18/+30
2019-06-10Update a bit dump format.Martin Liska2-7/+14
2019-06-10Dump histograms only if present.Martin Liska2-53/+45
2019-06-10Implement N disk counters for single value and indirect call counters.Martin Liska6-67/+123
2019-06-10testsuite - Require alias support in a test using it.Iain Sandoe2-0/+5
2019-06-10Fix build with --enable-gather-detailed-mem-stats.Martin Liska3-3/+10
2019-06-10Daily bump.GCC Administrator1-1/+1
2019-06-09re PR c++/65175 (ICE forming a typedef with an alias template)Marek Polacek2-0/+43
2019-06-09re PR c++/60366 (ICE with self-invoking lambdas)Marek Polacek2-0/+14
2019-06-09re PR fortran/89365 (Inquiry functions for assumed rank objects fail)Paul Thomas2-0/+224
2019-06-09Daily bump.GCC Administrator1-1/+1
2019-06-08re PR fortran/90786 (ICE on procedure pointer assignment to function with cla...Paul Thomas4-23/+61
2019-06-08re PR c++/52269 ([C++11] Body of constexpr function templates instantiated to...Marek Polacek2-1/+27
2019-06-08re PR fortran/90744 (Bogus length for character temporaries passed to externa...Thomas Koenig5-1/+63
2019-06-08Use consistent spelling of PCLMUL instructionJonathan Wakely2-8/+13
2019-06-08re PR c++/77548 (ICE on invalid C++ code with overloaded functions: in instan...Marek Polacek2-0/+12
2019-06-08re PR c++/72845 (gcc crashes (ICE) when compiling program with complex noexce...Marek Polacek2-0/+17
2019-06-08init_1.c: Remove options -O2 -fno-schedule-insns and instead pass -O.Prathamesh Kulkarni13-35/+44
2019-06-08re PR c++/77747 (GCC allows inheriting constructors from indirect base)Marek Polacek2-0/+22
2019-06-08re PR c++/77967 (ICE in cp_parser_type_name, at cp/parser.c:16419 (trying to ...Marek Polacek2-0/+13
2019-06-08re PR c++/77771 (internal compiler error: in cxx_eval_bit_field_ref, at cp/co...Marek Polacek2-0/+21
2019-06-08Daily bump.GCC Administrator1-1/+1
2019-06-07scanasm.exp (dg-function-on-line): Add pattern for hppa*-*-linux*.John David Anglin2-1/+8
2019-06-07re PR target/90751 (-fpatchtable-function-entry broken on hppa-linux-gnu-gcc...John David Anglin5-13/+46
2019-06-07Split up value_range::intersect into base (value_range_base) andAldy Hernandez6-39/+89
2019-06-07compiler: improve write barrier generationIan Lance Taylor3-7/+116