summaryrefslogtreecommitdiff
path: root/gcc/internal-fn.c
Commit message (Expand)AuthorAgeFilesLines
* switch from gimple to gimple*Trevor Saunders2015-09-201-3/+3
* Fix double word typos.Aldy Hernandez2015-07-131-1/+1
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* always define WORD_REGISTER_OPERATIONSTrevor Saunders2015-07-091-6/+6
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-13/+4
* Use std::swap instead of manual swaps.Mikhail Maltsev2015-06-221-29/+11
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-2/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-5/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* Promote types of RTL expressions to more derived ones.Mikhail Maltsev2015-05-201-49/+48
* re PR target/66112 (__builtin_mul_overflow for int16_t emits poor code)Jakub Jelinek2015-05-131-1/+1
* Postpone expanding va_arg until pass_stdargTom de Vries2015-04-171-0/+9
* flag-types.h (enum sanitize_code): Add SANITIZE_VPTR, include SANITIZE_VPTR i...Jakub Jelinek2015-01-151-9/+17
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-5/+17
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+11
* re PR sanitizer/64265 (r217669 broke tsan)Jakub Jelinek2015-01-051-0/+8
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR target/63848 (FAIL: c-c++-common/torture/builtin-arith-overflow-17.c ...Jakub Jelinek2014-11-211-90/+100
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-24/+24
* re PR sanitizer/63520 (ICE: in get_biv_step, at loop-iv.c:824 with -fsanitize...Jakub Jelinek2014-11-191-3/+18
* re PR c/59708 (clang-compatible checked arithmetic builtins)Jakub Jelinek2014-11-121-226/+1204
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-0/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-7/+7
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-1/+11
* asan.c (pass_sanopt::execute): Handle IFN_UBSAN_OBJECT_SIZE.Marek Polacek2014-10-101-0/+8
* internal-fn.c: Use rtx_insn and rtx_code_labelDavid Malcolm2014-08-221-15/+18
* internal-fn.c (init_internal_fns): Fix off-by-one.Yury Gribov2014-08-121-1/+1
* Move inlining of Asan memory checks to sanopt pass.Yury Gribov2014-08-111-0/+8
* Added fnspec to internal functions.Yury Gribov2014-08-111-3/+17
* calls.c (precompute_arguments): Use new SUBREG_PROMOTED_SET instead of SUBREG...Kugan Vivekanandarajah2014-08-081-2/+2
* asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek2014-06-201-1/+9
* Merge in wide-int.Kenneth Zadeck2014-05-061-23/+21
* re PR sanitizer/60613 (Invalid signed subtraction ubsan diagnostics)Jakub Jelinek2014-03-221-5/+6
* re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)Jakub Jelinek2014-03-181-0/+18
* re PR rtl-optimization/60030 (ICE in simplify_subreg, at simplify-rtx.c:5903)Jakub Jelinek2014-02-061-1/+2
* re PR tree-optimization/60023 (ICE: verify_gimple failed: dead STMT in EH tab...Jakub Jelinek2014-02-041-0/+2
* re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401)Jakub Jelinek2014-01-291-0/+5
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* predict.h (PROB_LIKELY): Fix the value.Jakub Jelinek2013-12-161-2/+289
* internal-fn.c: Include stringpool.h and tree-ssanames.h.Jakub Jelinek2013-12-161-10/+65
* re PR sanitizer/59503 (Bogus integer-overflow error with long long with -m32)Marek Polacek2013-12-141-3/+3
* tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek2013-12-101-0/+54
* Eliminate profile_status macro.David Malcolm2013-12-091-3/+3
* re PR sanitizer/59333 (ICE with long long and -m32 -fsanitize=undefined)Marek Polacek2013-12-051-12/+18
* Implement -fsanitize=signed-integer-overflow.Marek Polacek2013-12-041-0/+302
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+5
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.Marek Polacek2013-11-191-0/+8
* re PR other/33426 (Support of #pragma ivdep)Tobias Burnus2013-10-241-0/+6
* Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek2013-08-271-0/+24