aboutsummaryrefslogtreecommitdiff
path: root/gcc/internal-fn.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-20switch from gimple to gimple*Trevor Saunders1-3/+3
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-09always define WORD_REGISTER_OPERATIONSTrevor Saunders1-6/+6
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-13/+4
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-29/+11
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-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-49/+48
2015-05-13re PR target/66112 (__builtin_mul_overflow for int16_t emits poor code)Jakub Jelinek1-1/+1
2015-04-17Postpone expanding va_arg until pass_stdargTom de Vries1-0/+9
2015-01-15flag-types.h (enum sanitize_code): Add SANITIZE_VPTR, include SANITIZE_VPTR i...Jakub Jelinek1-9/+17
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-5/+17
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05re PR sanitizer/64265 (r217669 broke tsan)Jakub Jelinek1-0/+8
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-21re PR target/63848 (FAIL: c-c++-common/torture/builtin-arith-overflow-17.c ...Jakub Jelinek1-90/+100
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-24/+24
2014-11-19re PR sanitizer/63520 (ICE: in get_biv_step, at loop-iv.c:824 with -fsanitize...Jakub Jelinek1-3/+18
2014-11-12re PR c/59708 (clang-compatible checked arithmetic builtins)Jakub Jelinek1-226/+1204
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-7/+7
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+11
2014-10-10asan.c (pass_sanopt::execute): Handle IFN_UBSAN_OBJECT_SIZE.Marek Polacek1-0/+8
2014-08-22internal-fn.c: Use rtx_insn and rtx_code_labelDavid Malcolm1-15/+18
2014-08-12internal-fn.c (init_internal_fns): Fix off-by-one.Yury Gribov1-1/+1
2014-08-11Move inlining of Asan memory checks to sanopt pass.Yury Gribov1-0/+8
2014-08-11Added fnspec to internal functions.Yury Gribov1-3/+17
2014-08-08calls.c (precompute_arguments): Use new SUBREG_PROMOTED_SET instead of SUBREG...Kugan Vivekanandarajah1-2/+2
2014-06-20asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek1-1/+9
2014-05-06Merge in wide-int.Kenneth Zadeck1-23/+21
2014-03-22re PR sanitizer/60613 (Invalid signed subtraction ubsan diagnostics)Jakub Jelinek1-5/+6
2014-03-18re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)Jakub Jelinek1-0/+18
2014-02-06re PR rtl-optimization/60030 (ICE in simplify_subreg, at simplify-rtx.c:5903)Jakub Jelinek1-1/+2
2014-02-04re PR tree-optimization/60023 (ICE: verify_gimple failed: dead STMT in EH tab...Jakub Jelinek1-0/+2
2014-01-29re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401)Jakub Jelinek1-0/+5
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-16predict.h (PROB_LIKELY): Fix the value.Jakub Jelinek1-2/+289
2013-12-16internal-fn.c: Include stringpool.h and tree-ssanames.h.Jakub Jelinek1-10/+65
2013-12-14re PR sanitizer/59503 (Bogus integer-overflow error with long long with -m32)Marek Polacek1-3/+3
2013-12-10tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek1-0/+54
2013-12-09Eliminate profile_status macro.David Malcolm1-3/+3
2013-12-05re PR sanitizer/59333 (ICE with long long and -m32 -fsanitize=undefined)Marek Polacek1-12/+18
2013-12-04Implement -fsanitize=signed-integer-overflow.Marek Polacek1-0/+302
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-19bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.Marek Polacek1-0/+8
2013-10-24re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-0/+6
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-0/+24