index
:
ampere-computing/gcc-experimental.git
common/ipa-str-reorg
common/ipa-str-reorg-v2
common/ipa-str-reorg-v3
common/ipa-str-reorg-v4
erick/ipa-str-reorg
erick/type-escape-analysis-merge
erick/type-playground
gcc_master_new7
gcc_master_new8
master
gcc-experimental
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
cp
/
cp-array-notation.c
Age
Commit message (
Expand
)
Author
2017-11-28
Remove Cilk Plus support.
Julia Koval
2017-07-18
tree-parloops.c (try_transform_to_exit_first_loop_alt): Use TYPE_MAX_VALUE.
Nathan Sidwell
2017-01-17
re PR c++/70565 (ICE at gimplify.c:8832 (cilkplus array extension))
Aldy Hernandez
2017-01-01
Update copyright years.
Jakub Jelinek
2016-10-05
Implement P0305R1, Selection statements with initializer.
Marek Polacek
2016-01-16
Fix logic bug in Cilk Plus array expansion
Patrick Palka
2016-01-04
Update copyright years.
Jakub Jelinek
2015-11-27
Fix memory leak in cilk
Martin Liska
2015-11-13
Merge C++ delayed folding branch.
Jason Merrill
2015-11-11
decl.c: Remove unused header files.
Andrew MacLeod
2015-10-29
decl.c: Reorder #include's and remove duplicates.
Andrew MacLeod
2015-07-13
Fix double word typos.
Aldy Hernandez
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
2015-06-27
call.c (set_up_extended_ref_temp): Use VAR_P.
Marek Polacek
2015-06-26
cp-array-notation.c (expand_sec_reduce_builtin): Use INDIRECT_REF_P.
Marek Polacek
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
2015-01-05
Update copyright years.
Jakub Jelinek
2014-08-22
re PR other/62008 (CilkPlus Array Notation ICE in build_array_notation_ref wh...
Igor Zamyatin
2014-08-01
cp-array-notation.c (expand_an_in_modify_expr): Fix the misprint in error out...
Igor Zamyatin
2014-08-01
re PR c++/61455 (Internal compiler error, and other confused errors, when usi...
Igor Zamyatin
2014-06-30
re PR middle-end/57541 ([Cilkplus]: internal compiler error: in gimplify_expr...
Igor Zamyatin
2014-06-04
re PR c/58942 (cilkplus internal compiler error: tree check __sec_reduce_max_...
Igor Zamyatin
2014-05-22
re PR c/61271 (10 * possible coding error with logical not (!))
Jonathan Wakely
2014-05-21
tree.def (VOID_CST): New.
Richard Sandiford
2014-01-02
Update copyright years in gcc/
Richard Sandiford
2014-01-02
arc-common.c, [...]: Use the standard form for the copyright notice.
Richard Sandiford
2013-10-30
re PR other/33426 (Support of #pragma ivdep)
Tobias Burnus
2013-10-11
target.c: New file.
Jakub Jelinek
2013-08-19
re PR c/57490 (ICE on c-c++-common/cilk-plus/AN/an-if.c)
Balaji V. Iyer
2013-07-21
class.c: Fix typos.
Ondřej Bílka
2013-06-28
Implemented Jason Merrill's suggestions on Array Notation C++.
Balaji V. Iyer
2013-06-25
Replaced Dynamic arrays with vec trees in Array Notation for C.
Balaji V. Iyer
2013-06-21
Implemented Cilk Plus Array Notation for C++
Balaji V. Iyer