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
/
c
/
c-array-notation.c
Age
Commit message (
Expand
)
Author
2017-11-28
Remove Cilk Plus support.
Julia Koval
2017-08-09
re PR c/81417 (-Wsign-compare should print types being compared)
Marek Polacek
2017-04-03
Fix numerous typos in comments
Jonathan Wakely
2017-01-01
Update copyright years.
Jakub Jelinek
2016-09-14
c-common.c (c_common_truthvalue_conversion): Use false instead of 0.
Marek Polacek
2016-04-28
c-array-notation.c (fix_builtin_array_notation_fn): Fix final argument to bui...
Andrew MacLeod
2016-01-04
Update copyright years.
Jakub Jelinek
2015-11-27
Fix memory leak in cilk
Martin Liska
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-09
flags.h: Don't include flag-types.h or options.h.
Andrew MacLeod
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
2015-06-26
array-notation-common.c (find_rank): Use INDIRECT_REF_P.
Marek Polacek
2015-06-25
array-notation-common.c: Use VAR_P throughout.
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-11-29
gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...
Jakub Jelinek
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-26
re PR c/61191 (cilkplus ICE on syntax error)
Igor Zamyatin
2014-05-21
tree.def (VOID_CST): New.
Richard Sandiford
2014-04-12
re PR middle-end/60469 (simple cilk plus program ICEs)
Igor Zamyatin
2014-01-23
re PR c/59825 (Many cilkplus test failures)
Balaji V. Iyer
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-08-19
re PR c/57490 (ICE on c-c++-common/cilk-plus/AN/an-if.c)
Balaji V. Iyer
2013-06-25
Replaced Dynamic arrays with vec trees in Array Notation for C.
Balaji V. Iyer
2013-06-12
fix pr c/57577
Balaji V. Iyer
2013-06-10
re PR c/57563 (Lots of Cilk+ failures on i686-linux)
Balaji V. Iyer
2013-06-07
re PR middle-end/57541 ([Cilkplus]: internal compiler error: in gimplify_expr...
Balaji V. Iyer
2013-06-07
Moved array notation helper functions from c/ to c-family/ files.
Balaji V. Iyer
2013-06-03
Fixed a bug in expansion of array notations in if-statement conditions.
Balaji V. Iyer
2013-06-03
re PR c/57474 (FAIL: c-c++-common/cilk-plus/AN/sec_implicit2?.c -fcilkplus (...
Balaji V. Iyer
2013-05-29
Fix c/c-array-notation.c compilation failure (PR bootstrap/57450)
Rainer Orth
2013-05-28
Implemented Cilk Plus Array Notation for C Compiler.
Balaji V. Iyer