aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-04Designate the widest case label to be the default labelPatrick Palka1-1/+13
2016-06-29re PR middle-end/71002 (-fstrict-aliasing breaks Boost's short string optimiz...Richard Biener1-15/+0
2016-06-07gimple.c: Include builtins.hJan Hubicka1-0/+14
2016-06-06Selftest frameworkDavid Malcolm1-0/+137
2016-06-06re PR c/24414 (Old-style asms don't clobber memory)Bernd Edlinger1-0/+4
2016-05-20Implement CALL_EXPR_MUST_TAIL_CALLDavid Malcolm1-0/+1
2016-05-20re PR target/29756 (SSE intrinsics hard to use without redundant temporaries ...Richard Guenther1-0/+1
2016-05-16gimple.c (maybe_remove_unused_call_args): Fix typos in the commentary.Marek Polacek1-1/+1
2016-05-06gimple.c (gimple_call_same_target_p): Unique functions are eq.Nathan Sidwell1-1/+2
2016-05-03re PR target/49244 (__sync or __atomic builtins will not emit 'lock bts/btr/b...Jakub Jelinek1-1/+10
2016-03-11re PR tree-optimization/70177 (ICE in extract_ops_from_tree starting with r23...Jakub Jelinek1-2/+2
2016-01-19Merge of HSAMartin Jambor1-0/+14
2016-01-18re PR tree-optimization/69308 (ifcombine joins together floating point expres...Richard Biener1-0/+5
2016-01-13re PR middle-end/69156 (gcc.dg/pr59630.c: ICE: verify_gimple failed: non-triv...Jakub Jelinek1-20/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-22re PR ipa/67811 ([TM] ICE with try-block in transaction)Richard Henderson1-2/+4
2015-11-27Be more careful about barriers when speculating conditional stores.Bernd Schmidt1-0/+12
2015-11-17Add a combined_fn enumRichard Sandiford1-0/+21
2015-11-09Add TARGET_ADDR_SPACE_ZERO_ADDRESS_VALIDRichard Henderson1-3/+10
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-6/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-5/+3
2015-10-27internal-fn.c (expand_UNIQUE): New.Nathan Sidwell1-1/+2
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-9/+22
2015-09-20switch from gimple to gimple*Trevor Saunders1-60/+60
2015-08-14re PR middle-end/67133 (ICE at -Os and above on x86_64-linux-gnu in gimple_op...Marek Polacek1-4/+7
2015-08-13gimple.h (gcall::code_): New constant static member.Richard Biener1-0/+2
2015-08-12gimple.h (remove_pointer): New trait.Richard Biener1-0/+4
2015-08-05re PR c/16351 (NULL dereference warnings)Manuel López-Ibáñez1-19/+35
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-14/+0
2015-07-09lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod1-1/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-17/+5
2015-06-26gimple.c (gimple_call_set_fndecl): Remove.Andrew MacLeod1-10/+0
2015-06-25gimple.h (gimple_call_set_fn): Move inline function.Andrew MacLeod1-0/+10
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-11Convert to md_asm_adjustRichard Henderson1-1/+1
2015-02-04re PR middle-end/64922 (runtime error: member call on misaligned address for ...Jan Hubicka1-0/+18
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-3/+3
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-16/+28
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-151/+198
2014-11-19gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek1-3/+11
2014-11-14ipa-pure-const.c (struct funct_state_d): Add can_free field.Jakub Jelinek1-4/+24
2014-11-14sanopt.c: Include tree-ssa-operands.h.Jakub Jelinek1-0/+3
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-1/+2
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+9
2014-10-17re PR tree-optimization/63464 (compare one character to many: faster)Jakub Jelinek1-0/+18