aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
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-10/+3
2015-07-05target-insns.def (clear_cache): New targetm instruction pattern.Richard Sandiford1-13/+14
2015-07-05gcc/Richard Sandiford1-6/+2
2015-07-05target-insns.def (trap): New targetm instruction pattern.Richard Sandiford1-4/+2
2015-07-05target-insns.def (prefetch): New targetm instruction pattern.Richard Sandiford1-4/+2
2015-07-05target-insns.def (untyped_call, [...]): New targetm instruction patterns.Richard Sandiford1-13/+9
2015-07-05gcc/Richard Sandiford1-30/+15
2015-07-02builtins.c (get_pointer_alignment_1): Handle POINTER_PLUS_EXPR.Richard Biener1-0/+22
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-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-4/+3
2015-06-05[Patch] The comparison in a compare exchange should not take place in VOIDmodeJames Greenhalgh1-1/+2
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-28Mark parameters with ATTRIBUTE_UNUSEDH.J. Lu1-1/+2
2015-05-28re PR libgomp/65742 (Several libgomp.oacc-* failures after r221922.)Julian Brown1-5/+4
2015-05-22remove most ifdef STACK_GROWS_DOWNWARDTrevor Saunders1-15/+15
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-3/+3
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-3/+3
2015-05-19insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.Eric Botcazou1-6/+6
2015-05-12re PR target/65697 (__atomic memory barriers not strong enough for __sync bui...Andrew MacLeod1-16/+12
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-2/+2
2015-05-02change local vars to rtx_insn *Trevor Saunders1-1/+1
2015-04-30Fix spurious semicolonsDavid Malcolm1-1/+1
2015-04-22add default definition of EH_RETURN_DATA_REGNOTrevor Saunders1-2/+0
2015-03-03Turn RETURN_ADDR_IN_PREVIOUS_FRAME into C expressionMax Filippov1-3/+1
2015-02-27re PR testsuite/63175 (FAIL: gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c ...Richard Biener1-3/+8
2015-02-09re PR sanitizer/64981 (-fsanitize=address cant expand __builtin_ia32_rdtsc)Jakub Jelinek1-3/+3
2015-01-21re PR middle-end/64313 (gcc.dg/torture/builtin-explog-1.c fails on bare-metal...Richard Biener1-2/+2
2015-01-16builtins.c (expand_builtin_acc_on_device): Check target for NULL.Uros Bizjak1-1/+1
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+49
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-4/+8
2015-01-14builtins.c (expand_builtin_atomic_exchange): Remove error when memory model i...Andrew MacLeod1-21/+25
2015-01-14re PR middle-end/59448 (Code generation doesn't respect C11 address-dependency)Andrew MacLeod1-0/+5
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-12real.h (HONOR_SNANS, [...]): Replace macros with 3 overloaded declarations.Marc Glisse1-6/+6
2014-12-10real.h (HONOR_NANS): Replace macro with 3 overloaded declarations.Marc Glisse1-5/+4
2014-12-08builtins.c (fold_builtin_0): Remove unused ignore parameter.Richard Biener1-80/+21
2014-12-04builtins.c (target_newline): Export.Richard Biener1-239/+4
2014-12-03builtins.c (target_percent_c): Export.Richard Biener1-157/+1
2014-12-03builtins.c (fold_builtin_fpclassify): Change to take array of arguments inste...Richard Biener1-78/+53
2014-12-03re PR tree-optimization/14541 ([tree-ssa] built-in math functions are not ful...Richard Biener1-97/+10
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-2/+2
2014-11-17builtins.c (expand_builtin_memcpy_with_bounds): Use target hook instead of BN...Ilya Enkovich1-3/+3
2014-11-17tree-core.h (built_in_class): Add builtin codes to be used by Pointer Bounds ...Ilya Enkovich1-68/+239
2014-11-14re PR sanitizer/63839 (ICE: tree check: expected ssa_name, have var_decl in s...Marek Polacek1-9/+0