summaryrefslogtreecommitdiff
path: root/gcc/config/i386/i386.c
Commit message (Expand)AuthorAgeFilesLines
* Turn CANNOT_CHANGE_MODE_CLASS into a hookrsandifo2017-09-151-9/+11
* Turn SECONDARY_MEMORY_NEEDED into a hookrsandifo2017-09-131-7/+11
* Turn SECONDARY_MEMORY_NEEDED_MODE into a target hookrsandifo2017-09-131-0/+16
* Turn HARD_REGNO_NREGS into a target hookrsandifo2017-09-121-0/+28
* Make more use of REG_NREGSrsandifo2017-09-121-2/+2
* Make targetm.get_mask_mode return an opt_modersandifo2017-09-051-2/+2
* Make mode_for_vector return an opt_modersandifo2017-09-051-11/+8
* Make more use of int_mode_for_sizersandifo2017-09-051-20/+21
* i386: Avoid stack realignment if possiblehjl2017-09-051-55/+88
* * config/i386/i386-protos.h (ix86_tls_address_pattern_p) New prototype.uros2017-09-041-0/+83
* Turn MODES_TIEABLE_P into a target hookrsandifo2017-09-041-2/+7
* Turn HARD_REGNO_MODE_OK into a target hookrsandifo2017-09-041-4/+6
* Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookrsandifo2017-09-041-0/+15
* PR82045: Avoid passing machine modes through "..."rsandifo2017-09-041-5/+5
* PR target/81766jakub2017-09-011-2/+20
* [73/77] Pass scalar_mode to scalar_mode_supported_prsandifo2017-08-301-1/+1
* [72/77] Pass scalar_mode to scalar_mode_supported_prsandifo2017-08-301-1/+1
* [19/77] Add a smallest_int_mode_for_size helper functionrsandifo2017-08-301-3/+3
* [18/77] Make int_mode_for_mode return an opt_scalar_int_modersandifo2017-08-301-1/+1
* [6/77] Make GET_MODE_WIDER return an opt_modersandifo2017-08-301-5/+7
* [4/77] Add FOR_EACH iterators for modesrsandifo2017-08-301-1/+1
* [2/77] Add an E_ prefix to case statementsrsandifo2017-08-301-739/+739
* * config/i386/i386.opt (flag_fentry): Do not init to -1.uros2017-08-291-17/+8
* 2017-08-23 Richard Biener <rguenther@suse.de>rguenth2017-08-241-53/+37
* 2017-08-24 Richard Biener <rguenther@suse.de>rguenth2017-08-241-1/+11
* PR target/80969 - Fix ICE with -mabi=ms -mavx512f, reduce wasted space when r...dansan2017-08-231-77/+140
* * config/i386/i386.opt: Remove unneeded Init(0) initializations.uros2017-08-231-1/+1
* PR target/71958: Error on -mx32 with -mabi=msdansan2017-08-221-2/+10
* Remove the frame size argument from function_prologue/epiloguersandifo2017-08-211-1/+1
* 2017-08-21 Richard Biener <rguenther@suse.de>rguenth2017-08-211-1/+1
* * config/i386/i386.h (OPTION_MASK_ISA_ROUND): Remove.uros2017-08-191-9/+9
* 2017-08-17 Maxim Ostapenko <m.ostapenko@samsung.com>chefmax2017-08-171-6/+6
* i386: Replace frame pointer with stack pointer in debug insnshjl2017-08-131-0/+36
* Fix ifunc and resolver (PR ipa/81213).marxin2017-08-111-19/+18
* PR target/81708uros2017-08-101-7/+41
* Rename ix86_split_stack_boundary to ix86_split_stack_guard.uros2017-08-101-3/+5
* * config/i386/i386.c (ix86_split_stack_boundary): Add comment.uros2017-08-101-1/+1
* * config/i386/i386-protos.h (ix86_split_stack_boundary): New prototype.uros2017-08-101-35/+28
* i386: Don't use frame pointer without stack accesshjl2017-08-101-11/+12
* PR target/81708uros2017-08-081-14/+66
* * config/i386/i386.c (ix86_stack_protect_guard): Generateuros2017-08-071-19/+23
* Revert r250916hjl2017-08-071-14/+12
* i386: Don't use frame pointer without stack accesshjl2017-08-071-12/+14
* i386: Set priority to P_AES for Westmerehjl2017-08-071-6/+11
* PR target/81644uros2017-08-021-1/+1
* [i386] Remove ix86_frame::outlined_save_offset and machine_function::call_ms2...dansan2017-08-011-15/+4
* 386: Disallow naked attribute with interrupt attributehjl2017-08-011-0/+4
* PR target/81641uros2017-08-011-1/+1
* PR target/81639uros2017-08-011-0/+4
* PR target/80846jakub2017-08-011-0/+28