aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/vax
AgeCommit message (Expand)AuthorFilesLines
2010-12-10linux.h (WCHAR_TYPE, [...]): Define.Joseph Myers1-0/+6
2010-12-09openbsdelf.h (LINK_SPEC): Use %{r:} not %{r*:}.Joseph Myers1-2/+2
2010-12-09freebsd.h (LINK_SPEC): Don't use %{!dynamic-linker:}.Joseph Myers1-2/+2
2010-12-06re PR target/46740 (vax-linux-gnu --enable-werror-always build fails for 64 b...Joern Rennecke1-3/+1
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-10-16avr.h (PREFERRED_RELOAD_CLASS): Remove.Anatoly Sokolov1-7/+0
2010-10-09vax.h (FUNCTION_ARG, [...]): Delete.Nathan Froyd2-26/+46
2010-09-16tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.Joseph Myers4-15/+18
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-29reginfo.c (init_reg_sets_1): Adjust comments.Nathan Froyd2-12/+18
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2009-11-04linux.h (TARGET_OS_CPP_BUILTINS): Don't define __pic__ or __PIC__.Maciej W. Rozycki1-11/+1
2009-10-01netbsd-elf.h (NETBSD_CC1_AND_CC1PLUS_SPEC): Define as an empty string if not ...Nick Clifton1-0/+4
2009-09-27config.gcc: Update OpenBSD targets.Jonathan Gray1-2/+5
2009-09-22vax.c (TARGET_ASM_TRAMPOLINE_TEMPLATE): New.Richard Henderson2-34/+49
2009-07-01vax.h (TARGET_BSD_DIVMOD): New macro.Maciej W. Rozycki5-2/+106
2009-06-30target.h (struct gcc_target): Add frame_pointer_required field.Anatoly Sokolov2-6/+3
2009-06-01dwarf2out.c (dwarf2out_cfi_label): Add FORCE argument...Jakub Jelinek1-1/+1
2009-05-24vax-protos.h (legitimate_constant_address_p): Change definition to bool (from...Jan-Benedict Glaw1-3/+3
2009-05-14tm.texi (TARGET_LEGITIMATE_ADDRESS_P): Refer mainly to this in the former doc...Paolo Bonzini3-16/+8
2009-05-12Merge cond-optab branch.Paolo Bonzini4-56/+82
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-4/+4
2009-04-01[multiple changes]Matt Thomas12-494/+1683
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek3-3/+4
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-4/+5
2008-08-30optabs.c (expand_abs_nojump): Update BRANCH_COST call.Jan Hubicka1-1/+1
2008-08-12defaults.h (TARGET_FLOAT_FORMAT): Remove.Ulrich Weigand1-4/+0
2008-06-07MAINTAINERS (mt port): Remove.Joseph Myers4-140/+0
2008-01-11re PR target/26015 (ICE during bootstrap for vax architecture)James E Wilson1-0/+3
2007-11-30* config/vax/vax.h (ASM_FORMAT_PRIVATE_NAME): Remove. Use default.Ben Elliston1-8/+0
2007-08-23arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi1-1/+1
2007-08-22md.texi (Iterators): Renamed from Macros.Hans-Peter Nilsson1-3/+3
2007-08-02host-hpux.c: Change copyright header to refer to version 3 of the GNU General...Nick Clifton14-69/+55
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-3/+3
2006-12-08recog.c (mode_dependent_address_p): Identify pre-increment...Mark Shinwell1-2/+2
2006-03-17rtl.h (CONST_INT_P): Define.Jan-Benedict Glaw3-46/+50
2006-03-16vax.c (nonindexed_address_p): Change logical negation from '!Jan-Benedict Glaw3-9/+9
2006-03-15vax.c (split_quadword_operands): Use MEM_P() instead of GET_CODE() == MEM and...Jan-Benedict Glaw3-40/+40
2005-12-07alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford1-1/+1
2005-08-06Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata1-1/+1
2005-07-03bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers1-1/+1
2005-06-26defaults.h (FRAME_GROWS_DOWNWARD): Define to 0 if not defined.Jakub Jelinek1-2/+2
2005-06-25Update FSF address.R. Kelley Cook14-28/+28
2005-05-14vax.c: (print_operand_address) Use gcc_unreachable() and gcc_assert().Nathan Sidwell2-31/+25
2005-05-14vax.md: define_constant VAXens AP...Jan-Benedict Glaw2-14/+18
2005-05-14vax.c: (override_options) Remove 'register' keyword.Jan-Benedict Glaw3-58/+60
2005-05-14* config/vax/elf.h: Update whitespace.Jan-Benedict Glaw1-17/+18
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata3-3/+4
2005-04-27vax.c (vax_rtx_costs): Whitespace cleanup.Matt Thomas1-10/+10
2005-04-27vax.c (legitimate_constant_address_p): New.Matt Thomas3-156/+247