Implement ISan: unsigned integer overflow checker.
[platform/upstream/linaro-gcc.git] / gcc / c / c-parser.c
2017-11-02 Maxim OstapenkoImplement ISan: unsigned integer overflow checker. 17/158717/1
2016-06-15 Yvan RouxMerge branches/gcc-6-branch rev 237469.
2016-04-29 cesar gcc/c-family/
2016-04-15 jakub PR c/70436
2016-04-13 mpolacek PR c/70436
2016-03-18 dmalcolmPR c/70281: C FE: fix uninitialized range for __builtin...
2016-03-17 tschwingeRename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETE
2016-03-09 cesar gcc/c/
2016-03-04 mpolacek PR c/69798
2016-03-01 jakub PR c/69796
2016-02-23 jakub PR objc/69844
2016-02-16 jnorris PR c/64748
2016-02-12 berndsFix obstack use-after-free problems in C frontend,...
2016-01-26 jakub PR tree-optimization/69483
2016-01-20 prathamesh34922016-01-15 Prathamesh Kulkarni <prathamesh.kulkarni...
2016-01-14 vriesMark symbols in offload tables with force_output in...
2016-01-06 dmalcolmC: fix reported range of invalid unary dereference.
2016-01-04 jakub Update copyright years.
2015-12-23 tschwingeMerge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTR
2015-12-17 dmalcolmC FE: improvements to ranges of bad return values
2015-12-16 dmalcolmBetter error recovery for merge-conflict markers
2015-12-16 dmalcolmC FE: fix range of primary-expression in c_parser_postf...
2015-12-16 dmalcolmC FE: use correct location range for static assertions
2015-12-09 cltang2015-12-09 Chung-Lin Tang <cltang@codesourcery.com>
2015-12-08 dmalcolmC: fix uninitialized ranges for __alignof__
2015-12-08 dmalcolmPR c/68757: fix uninitialized src_range for various...
2015-12-04 ebotcazou * c-tree.h (c_build_va_arg): Adjust prototype.
2015-12-02 tschwingeSome OpenACC host_data cleanup
2015-12-01 julesOpenACC host_data support.
2015-11-27 jakub PR c/63326
2015-11-24 iverbingcc/c/
2015-11-23 dmalcolmFix PR objc/68438 (uninitialized source ranges)
2015-11-17 dmalcolmFix uninitialized src_range values for c_expr
2015-11-16 kyukhinAdd __attribute__((__simd__)) to GCC.
2015-11-15 tbsaundealways define ENABLE_OFFLOADING
2015-11-13 dmalcolmSource range tracking in libcpp and C FE, with bit...
2015-11-13 mpolacek PR c/68320
2015-11-12 jnorris2015-11-12 James Norris <jnorris@codesourcery.com>
2015-11-12 mpolacek PR c/67784
2015-11-11 amacleodada
2015-11-10 nathan * omp-low.h (replace_oacc_fn_attrib, build_oacc_routin...
2015-11-09 krebbel[PR debug/67192] Fix C loops' back-jump location
2015-11-06 cesar gcc/
2015-11-05 mpolacek PR c/68090
2015-11-05 jakubgcc/
2015-11-03 tschwingeOpenACC atomic directive
2015-10-29 amacleodada
2015-10-27 nathan gcc/c/
2015-10-27 tschwinge[PR c/64765, c/64880] Support OpenACC Combined Directiv...
2015-10-20 mpolacek * array-notation-common.c (is_cilkplus_vector_p):...
2015-10-20 mpolacek PR c/67964
2015-10-13 jakubgcc/
2015-10-06 mpolacek * c-parser.c (c_parser_statement_after_labels): Use
2015-10-04 jason Implement N4514, C++ Extensions for Transactional...
2015-10-02 mpolacek PR c/64249
2015-09-18 manuUse explicit locations for some warnings in c-pragma.c.
2015-09-15 mpolacek PR c/67580
2015-09-10 jakub PR c/67502
2015-09-09 jakub PR c/67501
2015-09-09 jakub PR c/67500
2015-09-09 jakub PR c/67495
2015-09-02 mpolacek PR c/67432
2015-08-19 tbsaunderemove more useless typedefs
2015-08-02 ppalkaRefactor entry point to -Wmisleading-indentation
2015-07-08 amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-25 amacleod2015-06-25 Andrew MacLeod <amacleod@redhat.com>
2015-06-25 mpolacek * array-notation-common.c: Use VAR_P throughout.
2015-06-25 mpolacek * cilk.c (extract_free_variables): Use is_global_var.
2015-06-17 amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08 amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-04 amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-05-22 mpolacek PR c/47043
2015-05-19 jakub PR middle-end/66199
2015-05-12 dmalcolmImplement -Wmisleading-indentation
2015-04-29 tschwingeAdd OMP_STANDALONE_CLAUSES.
2015-04-28 mpolacek * c-parser.c (c_parser_binary_expression): Remove...
2015-04-20 iverbingcc/c/
2015-03-27 burnus2015-03-27 Tobias Burnus <burnus@net-b.de>
2015-03-11 jakub * c-parser.c (c_parse_init): Don't call xstrdup on...
2015-02-11 jakub PR c/64824
2015-02-04 jakub PR c/64824
2015-02-02 dnovillo2015-02-02 Bruno Loff <bruno.loff@gmail.com>
2015-01-15 tschwingeMerge current set of OpenACC changes from gomp-4_0...
2015-01-09 prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05 jakub Update copyright years.
2014-11-19 rthAllow the static chain to be set from C
2014-11-11 akError out for Cilk_spawn or array expression in forbidd...
2014-10-28 amacleod * cgraph.h: Flatten. Remove all include files.
2014-10-14 dj * machmode.h (int_n_data_t): New.
2014-10-13 manugcc/c/ChangeLog:
2014-09-25 jakub PR c++/63249
2014-09-24 mpolacek PR c/61405
2014-09-03 mpolacek PR c/62024
2014-09-02 kyukhingcc/
2014-08-25 marxinIPA C++ refactoring 4/N
2014-08-22 kyukhinPR other/62008
2014-08-19 mpolacek * doc/invoke.texi: Document -Wc99-c11-compat.
2014-08-19 mpolacekgcc/c-family/
2014-08-12 mpolacek * c-parser.c (c_parser_postfix_expression) <case RID_F...
2014-08-10 mpolacek PR c/51849
next