aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/microblaze
AgeCommit message (Expand)AuthorFilesLines
2019-11-15microblaze: fix PR65649Nick Clifton1-2/+2
2019-09-20microblaze.h (ASM_OUTPUT_SKIP): Use HOST_WIDE_PRINT_UNSIGNED.Jonas Pfeil1-1/+1
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-1/+1
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-9/+7
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-13/+11
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford1-13/+8
2019-06-27builtins.c (get_memory_rtx): Fix comment.Aaron Sawdey2-2/+2
2019-05-16gcc: move assemble_start_function / assemble_end_function to output_mi_thunkMax Filippov1-0/+3
2019-04-15microblaze.c (microblaze_expand_block_move): Treat size and alignment as unsi...Jeff Law1-6/+6
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-6/+9
2019-03-09re PR target/79645 (missing period in microblaze.opt)Jakub Jelinek1-1/+1
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-6/+6
2019-01-01Update copyright years.Jakub Jelinek11-11/+11
2018-11-27microblaze.c (microblaze_block_move_straight): Use RETURN_BEGIN in call to mo...Jeff Law1-2/+2
2018-04-30Microblaze Target: PIC data text relative Andrew Sadek5-43/+200
2018-01-14re PR target/83013 (MicroBlaze - #ident - Error: operation combines symbols i...Nathan Rossi1-1/+3
2018-01-03Update copyright years.Jakub Jelinek11-11/+11
2017-12-21poly_int: argument sizesRichard Sandiford1-1/+1
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford2-0/+4
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek1-12/+7
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-6/+6
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford2-4/+11
2017-09-26Enable no-exec stacks for more targets using the Linux kernel.Joseph Myers1-0/+2
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford2-6/+13
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-5/+0
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford1-3/+0
2017-09-05Make more use of int_mode_for_sizeRichard Sandiford1-1/+1
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford2-6/+14
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford2-17/+20
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-5/+5
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford1-18/+18
2017-08-30[1/77] Add an E_ prefix to mode namesRichard Sandiford1-1/+1
2017-08-21Remove the frame size argument from function_prologue/epilogueRichard Sandiford1-3/+2
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-25[RTEMS] Add GCC Runtime Library ExceptionSebastian Huber1-12/+17
2017-07-05Remove enum before machine_modeRichard Sandiford2-3/+2
2017-05-27Revert:Michael Eager1-2/+2
2017-03-10Eliminate unneeded test.Michael Eager1-1/+1
2017-03-09Correct failures with --enable-checking=yes,rtl.Michael Eager2-6/+6
2017-01-24microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase buffer size.Jeff Law1-1/+1
2017-01-06Make MicroBlaze support DWARF EH (old Xilinx patch, needed for glibc build).Edgar E. Iglesias4-4/+50
2017-01-01Update copyright years.Jakub Jelinek11-11/+11
2016-11-15Fix instances of gen_rtx_REG (VOIDmode, ...)Richard Sandiford1-1/+1
2016-10-31linux.h (UCLIBC_DYNAMIC_LINKER): Define.Waldemar Brodkorb1-0/+1
2016-10-26microblaze.c (tls_mentioned_p): Avoid fallthru.Jeff Law1-0/+1
2016-10-26microblaze.c (microblaze_function_arg): Adjust fallthru comment.Jeff Law1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-14Put a TARGET_LRA_P into every targetSegher Boessenkool1-0/+3
2016-07-28merge adjust_cost and adjust_cost_2 target hooksTrevor Saunders1-6/+4
2016-06-02microblaze.c: fix warningsDavid Malcolm1-2/+3