aboutsummaryrefslogtreecommitdiff
path: root/gcc/defaults.h
AgeCommit message (Expand)AuthorFilesLines
2014-09-08Remove no-longer-needed fp-bit target macros.Joseph Myers1-8/+0
2014-08-29cppbuiltin.c (define_builtin_macros_for_type_sizes): Round pointer size up to...DJ Delorie1-1/+5
2014-06-03gcc/Richard Sandiford1-63/+0
2014-05-06Merge in wide-int.Kenneth Zadeck1-0/+16
2014-05-02defaults.h (HONOR_REG_ALLOC_ORDER): Change HONOR_REG_ALLOC_ORDER to a C expre...Kito Cheng1-0/+4
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-13arc.h (BITS_PER_UNIT): Removed.Kenneth Zadeck1-4/+0
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-08-19target.def (TARGET_LIBC_HAS_FUNCTION): New target hook.Alexander Ivchenko1-12/+0
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-10-30defaults.h (SLOW_UNALIGNED_ACCESS): Provide default definition.Richard Sandiford1-0/+4
2012-07-31defaults.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.Nathan Froyd1-7/+0
2012-07-25i386.md (stack_protect_set): Disable the pattern for Android since Android li...Sergey Melnikov1-0/+5
2012-06-26system.h (USE_COMMON_FOR_ONE_ONLY): Poison.Steven Bosscher1-6/+0
2012-03-20tree.h (enum size_type_kind): Add stk_ prefix to constants, convert in lowerc...Tristan Gingold1-0/+4
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth1-8/+1
2011-11-30shift flag_next/gnu_runtime to modern opts system.Iain Sandoe1-0/+5
2011-11-10final.c, output.h (fprint_whex, [...]): New functions serving as fast replace...Dimitrios Apostolou1-2/+9
2011-07-09dwarf2: Move CFI output routines to dwarf2cfi.c.Richard Henderson1-0/+22
2011-07-09dwarf2: Reduce some redundant definitions.Richard Henderson1-0/+33
2011-07-09Move ASM_COMMENT_START to defaults.h.Richard Henderson1-0/+5
2011-07-08defaults.h (REG_WORDS_BIG_ENDIAN): Provide a default.Bernd Schmidt1-0/+4
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-7/+7
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers1-4/+0
2010-11-25target.def (supports_split_stack, [...]): Take gcc_options parameters.Joseph Myers1-4/+8
2010-11-23tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): New macro.Jan Hubicka1-8/+0
2010-11-16builtins.c (std_gimplify_va_arg_expr): Use targetm.calls.function_arg_boundary.Nathan Froyd1-8/+0
2010-11-05defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG, [...]): Remove.Joseph Myers1-8/+0
2010-11-01common.opt (R, [...]): New.Joseph Myers1-25/+1
2010-11-01defaults.h (TARGET_VTABLE_USES_DESCRIPTORS): Move under ifdef GCC_INSN_FLAGS_H.Steve Ellcey1-10/+10
2010-10-11re PR middle-end/45862 (SUPPORTS_WEAK is documented as a C expression, used a...John David Anglin1-1/+8
2010-09-28Hookize TARGET_UNWIND_INFO et al.Richard Henderson1-47/+3
2010-09-14Turn UNITS_PER_SIMD_WORD into a target hook.H.J. Lu1-6/+0
2010-09-09configure.ac (gnu_indirect_function): New test.Nathan Sidwell1-0/+4
2010-09-03options.texi (SeparateAlias): Document.Joseph Myers1-1/+1
2010-08-20tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to be zero or nonz...Joseph Myers1-0/+4
2010-08-03alpha.h (SWITCH_TAKES_ARG): Define.Joseph Myers1-1/+1
2010-07-28darwin-driver.c (SWITCH_TAKES_ARG, [...]): Remove.Joseph Myers1-0/+32
2010-07-13expmed.h (MAX_BITS_PER_WORD): Move to...Richard Sandiford1-0/+4
2010-07-12defaults.h (MAX_MOVE_MAX, [...]): Define if not defined.Richard Sandiford1-0/+8
2010-07-12tm.texi.in (SWITCHABLE_TARGET): Document.Richard Sandiford1-0/+4
2010-07-08i386-protos.h (ix86_asm_output_function_label): New prototype.Kai Tietz1-1/+9
2010-06-27target.h (struct gcc_target): Add register_move_cost field.Anatoly Sokolov1-4/+0
2010-06-10Makefile.in (READ_MD_H): New variable.Richard Sandiford1-8/+0
2010-06-07common.opt (fira-verbose): Use Var.Joseph Myers1-0/+8
2010-06-03Check MAX_FIXED_MODE_SIZE on bit-field in C++.H.J. Lu1-0/+4
2010-06-02mkconfig.sh: Include insn-flags.h and insn-constants.h before defaults.h.Steven Bosscher1-0/+201
2010-03-24re PR target/38118 (gcc emits non-TLS data as TLS on Solaris 11/SPARC)Rainer Orth1-2/+6
2009-12-22tm.texi (ARG_POINTER_CFA_OFFSET): Document new default.Paul Brook1-1/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-3/+3