aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/mips.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-01MIPS compact branch supportMatthew Fortune1-38/+339
2015-08-20mips.c (mips_expand_block_move): Enable inline memcpy expansion when !ISA_HAS...Simon Dardis1-7/+18
2015-08-18[MIPS] Fix register renaming in the interrupt handlers.Robert Suchanek1-0/+30
2015-08-13[MIPS] Remove W32 and W64 pseudo-processors.Robert Suchanek1-26/+0
2015-08-12[MIPS] Scheduler fix for the 74k & 24k.Simon Dardis1-1/+1
2015-07-23I6400 scheduling.Prachi Godbole1-1/+15
2015-07-22Add scheduling for M51xx core family.Prachi Godbole1-0/+13
2015-07-15Fix restoration of hi/lo in MIPS64R2 interrupt handlers.Robert Suchanek1-1/+1
2015-07-15Support new interrupt handler options.Matthew Fortune1-52/+234
2015-07-15Support interrupt handlers with hard-float.Robert Suchanek1-2/+8
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-29/+32
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-13/+4
2015-07-06config.gcc: Add fused-madd.opt.Steve Ellcey1-17/+9
2015-07-04re PR target/66747 (The commit r225260 broke the builds of the mips-{mti,img}...Bernd Edlinger1-6/+7
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25aarch64.c, [...]: Add comment above target-def.h include.Richard Sandiford1-0/+1
2015-06-25aarch64.c, [...]: Move target-def.h includes to end.Richard Sandiford1-1/+2
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford1-12/+4
2015-06-25mips.c (mips16_flip_traits): Use it.Richard Sandiford1-33/+8
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-2/+1
2015-06-18mips.c (mips_rtx_costs): Remove HONOR_NAN check.Steve Ellcey1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-17Implement TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS hook.Robert Suchanek1-0/+29
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-8/+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-8/+9
2015-05-19mips.md (JOIN_MODE): New mode iterator.Prachi Godbole1-0/+60
2015-05-18Fix ICE when both micromips and nomicromips attributes are used.Robert Suchanek1-0/+10
2015-05-12mips.c (mips_print_operand): Remove 'y' operand code.Steve Ellcey1-14/+0
2015-05-12re PR target/65697 (__atomic memory barriers not strong enough for __sync bui...Andrew MacLeod1-1/+1
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-43/+37
2015-04-18remove need for store_values_directlyTrevor Saunders1-7/+7
2015-01-28Prohibit vector modes in accumulators.Robert Suchanek1-0/+2
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+10
2015-01-15Add support for the R6 LSA and DLSA instructionsMatthew Fortune1-0/+30
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-19MIPS32R6 and MIPS64R6 supportMatthew Fortune1-26/+239
2014-12-02sparc.c (sparc_atomic_assign_expand_fenv): Remove NULL last argument from cre...Jakub Jelinek1-3/+3
2014-12-01mips.c (mips16_build_call_stub): Move the save of the return address in $18 a...Maciej W. Rozycki1-5/+12
2014-11-26mips.c (mips_rtx_cost_data): Fix memory_latency cost for p5600.Prachi Godbole1-1/+1
2014-11-21[MIPS] If using branch likelies in MIPS sync code fill the delay slot Andrew Bennett1-4/+14
2014-11-18[Patch] PR target/63937 TARGET_USE_BY_PIECES_INFRASTRUCTURE_P should take an ...James Greenhalgh1-1/+1
2014-11-12Implement MIPS o32 FPXX, FP64, FP64A ABI extensions.Matthew Fortune1-23/+220
2014-11-03[multiple changes]Naveen H.S1-0/+15
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-11-01[Patch 5/7 mips] Deprecate *_BY_PIECES_P, move to hookized versionJames Greenhalgh1-8/+16
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-117/+117