summaryrefslogtreecommitdiff
path: root/gcc/internal-fn.c
Commit message (Expand)AuthorAgeFilesLines
* Require wi::to_wide for treesrsandifo2017-10-101-1/+1
* [62/77] Big machine_mode to scalar_int_mode replacementrsandifo2017-08-301-3/+2
* [35/77] Add uses of as_a <scalar_int_mode>rsandifo2017-08-301-1/+2
* [34/77] Add a SCALAR_INT_TYPE_MODE macrorsandifo2017-08-301-4/+4
* [19/77] Add a smallest_int_mode_for_size helper functionrsandifo2017-08-301-2/+2
* [17/77] Add an int_mode_for_size helper functionrsandifo2017-08-301-2/+3
* [6/77] Make GET_MODE_WIDER return an opt_modersandifo2017-08-301-3/+3
* .marxin2017-08-081-0/+2
* PR sanitizer/80998jakub2017-07-281-0/+8
* * profile-count.h (profile_probability::from_reg_br_prob_note,hubicka2017-07-161-4/+8
* ASAN: Implement dynamic allocas/VLAs sanitization.chefmax2017-07-061-0/+1
* Remove enum before machine_modersandifo2017-07-051-3/+3
* * cfgloop.h (struct loop): Add comment. New field orig_loop_num.amker2017-07-051-0/+8
* * asan.c (asan_emit_stack_protection): Update.hubicka2017-06-291-49/+49
* OpenMP/PTX privatization in SIMD regionsamonakov2017-03-281-0/+42
* PR sanitizer/79904jakub2017-03-081-6/+14
* PR middle-end/79665jakub2017-02-231-80/+0
* PR middle-end/79454jakub2017-02-111-1/+1
* 2017-02-09 Nathan Sidwell <nathan@codesourcery.com>cltang2017-02-091-0/+8
* use-after-scope: handle writes to a poisoned variablemarxin2017-01-231-0/+8
* Speed up use-after-scope (v2): rewrite into SSAmarxin2017-01-231-0/+7
* PR target/79079jakub2017-01-171-9/+11
* Update copyright years.jakub2017-01-011-1/+1
* OpenMP loop cloning for SIMT executionamonakov2016-11-221-0/+8
* OpenMP offloading to NVPTX: middle-end changesamonakov2016-11-221-0/+126
* PR sanitizer/77823jakub2016-11-161-19/+170
* 2016-11-14 Prasad Ghangal <prasad.ghangal@gmail.com>rguenth2016-11-141-0/+6
* Introduce -fsanitize-address-use-after-scopemarxin2016-11-071-0/+9
* * target.def (min_arithmetic_precision): New hook.ebotcazou2016-10-281-7/+6
* 2016-10-28 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922016-10-281-0/+47
* * dojump.c (do_jump_by_parts_greater_rtx): Invert probability whenebotcazou2016-10-281-35/+47
* * internal-fn.def (LAUNDER): New internal function.jakub2016-10-251-0/+13
* Move MEMMODEL_* from coretypes.h to memmodel.hthopre012016-10-131-0/+1
* Implement -Wimplicit-fallthrough.mpolacek2016-09-261-0/+9
* PR middle-end/77594jakub2016-09-161-1/+4
* gcc/ChangeLog:kugan2016-08-201-0/+1
* PR rtl-optimization/71673jakub2016-06-281-1/+1
* PR middle-end/66867jakub2016-06-281-0/+8
* * internal-fn.c (expand_arith_set_overflow): New function.jakub2016-06-241-9/+51
* PR target/49244jakub2016-05-031-0/+25
* [internal-fn.c][committed] Convert conditional compilation on WORD_REGISTER_O...ktkachov2016-04-281-5/+1
* Update copyright years.jakub2016-01-041-1/+1
* PR tree-optimization/68786jakub2015-12-091-6/+14
* PR 68432: Add a target hook to control size/speed optab choicesrsandifo2015-12-021-16/+27
* Add uaddv4_optab and usubv4_optabrth2015-11-231-84/+107
* PR 68393: Handle SUBREG_PROMOTED_VAR_P in expand_direct_optab_fnrsandifo2015-11-191-7/+23
* Vectorize internal functionsrsandifo2015-11-171-7/+7
* Extend tree-call-cdce to calls whose result is usedrsandifo2015-11-171-0/+30
* Short-cut generation of simple built-in functionsrsandifo2015-11-171-43/+51
* Add internal math functionsrsandifo2015-11-171-0/+57