summaryrefslogtreecommitdiff
path: root/gcc/gimple.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* [SFN] introduce statement frontier notes, still disabledAlexandre Oliva2017-12-121-0/+24
* PR c/81117 - Improve buffer overflow checking in strncpyMartin Sebor2017-11-101-0/+1
* Fix unsharing of GIMPLE_OMP_{SINGLE,TARGET,TEAMS} in gimple_copyTom de Vries2017-10-261-1/+25
* Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist2017-10-201-1/+18
* asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou2017-10-191-2/+1
* Require wi::to_wide for treesRichard Sandiford2017-10-101-5/+6
* trans.c: Include header files.Martin Liska2017-08-081-0/+2
* use c++ for gimple_build_debug_bind{,_source}Trevor Saunders2017-07-291-2/+2
* replace gimple_alloc_stat with c++Trevor Saunders2017-07-291-2/+2
* gimple.c (gimple_assign_set_rhs_with_ops): Do not ask gsi_replace to update E...Eric Botcazou2017-07-251-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Add pretty printer for ASAN_MARK and add a helper fnMartin Liska2016-12-131-1/+1
* Introduce -fsanitize-address-use-after-scopeMartin Liska2016-11-071-0/+3
* re PR ada/37139 (DEP prevents using Ada tasking)Eric Botcazou2016-10-161-0/+4
* Designate the widest case label to be the default labelPatrick Palka2016-08-041-1/+13
* re PR middle-end/71002 (-fstrict-aliasing breaks Boost's short string optimiz...Richard Biener2016-06-291-15/+0
* gimple.c: Include builtins.hJan Hubicka2016-06-071-0/+14
* Selftest frameworkDavid Malcolm2016-06-061-0/+137
* re PR c/24414 (Old-style asms don't clobber memory)Bernd Edlinger2016-06-061-0/+4
* Implement CALL_EXPR_MUST_TAIL_CALLDavid Malcolm2016-05-201-0/+1
* re PR target/29756 (SSE intrinsics hard to use without redundant temporaries ...Richard Guenther2016-05-201-0/+1
* gimple.c (maybe_remove_unused_call_args): Fix typos in the commentary.Marek Polacek2016-05-161-1/+1
* gimple.c (gimple_call_same_target_p): Unique functions are eq.Nathan Sidwell2016-05-061-1/+2
* re PR target/49244 (__sync or __atomic builtins will not emit 'lock bts/btr/b...Jakub Jelinek2016-05-031-1/+10
* re PR tree-optimization/70177 (ICE in extract_ops_from_tree starting with r23...Jakub Jelinek2016-03-111-2/+2
* Merge of HSAMartin Jambor2016-01-191-0/+14
* re PR tree-optimization/69308 (ifcombine joins together floating point expres...Richard Biener2016-01-181-0/+5
* re PR middle-end/69156 (gcc.dg/pr59630.c: ICE: verify_gimple failed: non-triv...Jakub Jelinek2016-01-131-20/+3
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR ipa/67811 ([TM] ICE with try-block in transaction)Richard Henderson2015-12-221-2/+4
* Be more careful about barriers when speculating conditional stores.Bernd Schmidt2015-11-271-0/+12
* Add a combined_fn enumRichard Sandiford2015-11-171-0/+21
* Add TARGET_ADDR_SPACE_ZERO_ADDRESS_VALIDRichard Henderson2015-11-091-3/+10
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-6/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-5/+3
* internal-fn.c (expand_UNIQUE): New.Nathan Sidwell2015-10-271-1/+2
* builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek2015-10-131-9/+22
* switch from gimple to gimple*Trevor Saunders2015-09-201-60/+60
* re PR middle-end/67133 (ICE at -Os and above on x86_64-linux-gnu in gimple_op...Marek Polacek2015-08-141-4/+7
* gimple.h (gcall::code_): New constant static member.Richard Biener2015-08-131-0/+2
* gimple.h (remove_pointer): New trait.Richard Biener2015-08-121-0/+4
* re PR c/16351 (NULL dereference warnings)Manuel López-Ibáñez2015-08-051-19/+35
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-14/+0
* lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod2015-07-091-1/+0
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-17/+5
* gimple.c (gimple_call_set_fndecl): Remove.Andrew MacLeod2015-06-261-10/+0
* gimple.h (gimple_call_set_fn): Move inline function.Andrew MacLeod2015-06-251-0/+10
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-251-1/+0
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-3/+0