c: Support C2x empty initializer braces
[platform/upstream/gcc.git] / gcc / gimplify.cc
2022-08-25 Joseph Myersc: Support C2x empty initializer braces
2022-08-17 Tobias BurnusOpenMP/C++: Allow classes with static members to be...
2022-08-08 Andrew PinskiFix middle-end/103645: empty struct store not removed...
2022-07-14 Eric BotcazouFix ICE on view conversion between struct and integer
2022-06-13 Eric BotcazouIntroduce -finstrument-functions-once
2022-05-24 Jakub Jelinekopenmp: Add taskwait nowait depend support [PR105378]
2022-05-23 Richard BienerRemove is_gimple_condexpr
2022-05-23 Richard BienerForce the selection operand of a GIMPLE COND_EXPR to...
2022-05-17 Jakub Jelinekopenmp: Add support for inoutset depend-kind
2022-05-13 Richard BienerMake gimple_build main workers more flexible
2022-05-12 Jakub Jelinekopenmp: Add omp_all_memory support (C/C++ only so far)
2022-05-05 Sandra LoosemoreFortran: Add support for OMP non-rectangular loops.
2022-05-04 Richard BienerFold more vector constants early
2022-03-29 Marek Polacekgimple: Wrong -Wimplicit-fallthrough with if(1) [PR103597]
2022-03-18 Tom de VriesFix "[openmp] Set location for taskloop stmts"
2022-03-18 Tom de Vries[openmp] Set location for taskloop stmts
2022-03-17 Jakub Jelinekgimplify: Emit clobbers for TARGET_EXPR_SLOT vars later...
2022-03-04 Jakub Jelinekgimplify: Clear TREE_READONLY on automatic vars being...
2022-03-03 Jakub Jelinekopenmp: Disable SSA form during gimplification on OMP_S...
2022-03-02 Qing ZhaoDon't emit switch-unreachable warnings for -ftrivial...
2022-02-14 Richard Bienermiddle-end/104497 - gimplification of vector indexing
2022-02-11 Jakub Jelinekmiddle-end: Small __builtin_clear_padding improvements
2022-02-10 Marcel VollweilerC, C++, Fortran, OpenMP: Add 'has_device_addr' clause...
2022-02-04 Richard BienerAdd CLOBBER_EOL to mark storage end-of-life clobbers
2022-01-27 Chung-Lin TangFix omp-low ICE for indirect references based off compo...
2022-01-18 Jason Merrillc++: new (nothrow) array cleanup [PR104007]
2022-01-17 Martin LiskaChange references of .c files to .cc files
2022-01-17 Martin LiskaRename .c files to .cc files.