aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-04Fix std::__rotl and std::__rotrJonathan Wakely2-2/+7
2018-07-04re PR middle-end/86380 (incorrect comparison in function choose_multiplier)Eric Botcazou2-1/+6
2018-07-04Remove spurious $HOME include from BRIG FE MakefileMartin Jambor2-2/+6
2018-07-04tree-vrp.c (extract_range_from_binary_expr_1): Initialze neg_*_op* variables.Aldy Hernandez2-0/+7
2018-07-04PR libstdc++/86398 fix std::is_trivially_constructible regressionJonathan Wakely5-74/+100
2018-07-04Optimize std::rotl and std::rotr, add test for std::popcountJonathan Wakely3-7/+117
2018-07-04ssa-dom-thread-7.c: Adjust test because aarch64 has a slightly different IL t...Aldy Hernandez2-1/+12
2018-07-04Fix bootstrap on ia64 with old GCC version.Martin Liska2-0/+10
2018-07-04[multiple changes]Martin Liska44-347/+861
2018-07-04Temporary remove "at least 8 byte alignment" code from x86Denys Vlasenko11-68/+64
2018-07-04Fix DOS-based system build and fix documentation.Martin Liska3-4/+11
2018-07-04Remove legacy testcase for -fprofile-generate=./Martin Liska2-13/+4
2018-07-04Fix typo in bb-slp-over-widen-*.cRichard Sandiford3-2/+8
2018-07-03i386: Add indirect_return function attributeH.J. Lu8-1/+107
2018-07-03h8300.md (logical<mode>3_sn, [...]): Merge into a single pattern.Jeff Law2-22/+4
2018-07-03PR tree-optimization/86274 - SEGFAULT when logging std::to_string(NAN)Martin Sebor11-214/+401
2018-07-03print-tree.c (print_real_cst): New function.Martin Sebor2-37/+74
2018-07-03h8300.md (ors code_iterator): New.Jeff Law2-98/+26
2018-07-03h8300.md (movmd_internal_normal): Consolidated with (movmd_internal) into a s...Jeff Law2-93/+26
2018-07-04Daily bump.GCC Administrator1-1/+1
2018-07-03P0556R3 Integral power-of-2 operations, P0553R2 Bit operationsJonathan Wakely15-0/+1525
2018-07-03Remove redundant #if conditionalJonathan Wakely2-5/+7
2018-07-03decl.c (min_location): New.Paolo Carlini17-59/+171
2018-07-03h8300.c (h8300_insn_length_from_table): Consolidate ADDB...Jeff Law3-159/+119
2018-07-03re PR tree-optimization/85694 (Generation of vectorized AVG (Average) instruc...Uros Bizjak4-10/+48
2018-07-03re PR c++/86201 (ICE: Error reporting routines re-entered)Marek Polacek4-0/+23
2018-07-03stl_algobase.h (__niter_wrap): New.François Dumont4-6/+56
2018-07-03Reorg line_map data structures for better packing.Nathan Sidwell3-84/+123
2018-07-03[17/n] PR85694: AArch64 support for AVG_FLOOR/CEILRichard Sandiford10-3/+165
2018-07-03Remove "note: " prefix from some scan-tree-dump directivesDavid Malcolm8-7/+18
2018-07-03re PR c++/84306 (Wrong overload selected with -std=c++17, explicit and {})Marek Polacek2-0/+21
2018-07-03re PR middle-end/86202 (ICE in get_range_info calling an invalid memcpy() dec...Marek Polacek4-1/+22
2018-07-03PR c++/86378 - functional cast in noexcept-specifier.Jason Merrill3-2/+35
2018-07-03h8300.md (HSI, [...]): New mode iterators.Jeff Law2-308/+136
2018-07-03re PR ipa/86389 (execute FAILs with -fipa-pta)Richard Biener4-0/+36
2018-07-03Remove powerpc-linux_paired from config-list.mkSegher Boessenkool2-1/+5
2018-07-03Pass more vector types to append_pattern_def_seqRichard Sandiford2-82/+43
2018-07-03Ensure PATTERN_DEF_SEQ is empty before recognising patternsRichard Sandiford2-22/+21
2018-07-03Clean up interface to vector pattern recognisersRichard Sandiford2-148/+81
2018-07-03[16/n] PR85694: Add detection of averaging operationsRichard Sandiford23-3/+502
2018-07-03[15/n] PR85694: Try to split existing casts in widened patternsRichard Sandiford16-0/+190
2018-07-03[14/n] PR85694: Rework overwidening detectionRichard Sandiford35-362/+1672
2018-07-03Avoid matching the same pattern statement twiceRichard Sandiford4-0/+29
2018-07-03tree-vect-stmts.c (vect_is_simple_use): Consolidate dumping, always set *dt.Richard Biener4-56/+90
2018-07-02h8300.md (movqi_h8300, [...]): Consolidate the H8/300, H8/300H and H8/S varia...Jeff Law2-48/+15
2018-07-02* config/h8300/h8300.md: Remove trailing whitespace.Jeff Law2-50/+54
2018-07-02RISC-V: Fix interrupt support for -g.Jim Wilson5-6/+35
2018-07-03Daily bump.GCC Administrator1-1/+1
2018-07-02P0758R1 Implicit conversion traitsJonathan Wakely7-5/+291
2018-07-02parser.c (set_and_check_decl_spec_loc): Use rich_location::add_range in error...Paolo Carlini4-3/+28