aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-14Add tile generation algorithm fixesdevel/unified-autovectSameera Deshpande
2018-01-25Add target specific tile generation algorithmSameera Deshpande
2017-03-31stage 2...Sameera Deshpande
2017-02-14Incremental changes to toT merge.Sameera Deshpande
2017-02-14Merged to ToT dated 13th Feb 2017.Sameera Deshpande
2016-07-18Misc changes - accumulate probable root nodes for the loop in ITER_node.Sameera Deshpande
2016-07-11Add new pass to perform autovectorization using unified representation - Curr...Sameera Deshpande
2016-07-08Do not consider COMPLEX_TYPE as fold_convertible_pMartin Liska
2016-07-08re PR fortran/71764 (ICE in gfc_trans_structure_assign)Jerry DeLisle
2016-07-08Daily bump.GCC Administrator
2016-07-07re PR c++/70869 (internal compiler error: Segmentation fault on array of poin...Jakub Jelinek
2016-07-07* g++.dg/debug/pr71432.C: Fail on AIX.David Edelsohn
2016-07-07Update libstdc++ status docsJonathan Wakely
2016-07-07[multiple changes]Arnaud Charlet
2016-07-07[multiple changes]Arnaud Charlet
2016-07-07[multiple changes]Arnaud Charlet
2016-07-07Optimize fortran loops with +-1 step.Martin Liska
2016-07-07sem_ch6.adb (Analyze_Subprogram_Body_Helper): Remove redundant test, adjust c...Eric Botcazou
2016-07-07Add PRED_FORTRAN_LOOP_PREHEADER to DO loops with stepMartin Liska
2016-07-07[multiple changes]Arnaud Charlet
2016-07-07[multiple changes]Arnaud Charlet
2016-07-07freeze.adb: Reenable code.Eric Botcazou
2016-07-07minor reformatting.Arnaud Charlet
2016-07-07sem_ch6.adb (Process_Formals): Set ghost flag on formal entities of ghost sub...Yannick Moy
2016-07-07Prevent LTO wrappers to process a recursive executionMartin Liska
2016-07-07tree-scalar-evolution.c (iv_can_overflow_p): export.Jan Hubicka
2016-07-07re PR ipa/71624 ([CHKP] internal compiler error: in duplicate_thunk_for_node)Ilya Enkovich
2016-07-07arm.h (TARGET_USE_MOVT): Check MOVT/MOVW availability with TARGET_HAVE_MOVT.Thomas Preud'homme
2016-07-07arm-protos.h: Reindent FL_FOR_* macro definitions.Thomas Preud'homme
2016-07-07arm-arches.def (armv8-m.base): Define new architecture.Thomas Preud'homme
2016-07-07lib1funcs.S (HAVE_ARM_CLZ): Define for ARMv6* or later and ARMv5t* rather tha...Thomas Preud'homme
2016-07-07elf.h: Use __ARM_ARCH_ISA_THUMB and __ARM_ARCH_ISA_ARM to decide whether to p...Thomas Preud'homme
2016-07-07tree-ssa-pre.c: Include alias.h.Richard Biener
2016-07-07rs6000: Make the ctr* patterns allow ints in vector regs (PR71763)Segher Boessenkool
2016-07-07Daily bump.GCC Administrator
2016-07-06remove unused CTOR_LISTS_DEFINED_EXTERNALLY macroTrevor Saunders
2016-07-06make side_effects a vec<rtx>Trevor Saunders
2016-07-06make stores rtx_insn_list a vecTrevor Saunders
2016-07-06remove unused loads rtx_insn_listTrevor Saunders
2016-07-06make antic_stores a vec<rtx_insn *>Trevor Saunders
2016-07-07Implement std::any.Ville Voutilainen
2016-07-06Add a new header for diagnosing the use of C++17 facilities in pre-C++17 modes.Ville Voutilainen
2016-07-06escape: Implement tag phase.Ian Lance Taylor
2016-07-06[ARM] Add support for some ARMv8-A cores to driver-arm.cKyrylo Tkachov
2016-07-06re PR tree-optimization/71518 (wrong code at -O3 on x86_64-linux-gnu in 64-bi...Yuri Rumyantsev
2016-07-06sem_ch6.adb (Check_Inline_Pragma): if the subprogram has no spec then move it...Javier Miranda
2016-07-06sem_ch6.adb (Analyze_Expression_Function): Mark body of expression function a...Yannick Moy
2016-07-06[multiple changes]Arnaud Charlet
2016-07-06Implement LWG 2451, optional<T> should 'forward' T's implicit conversions.Ville Voutilainen
2016-07-06This patch improves the accuracy of the Cortex-A53 integer scheduler...Wilco Dijkstra