Age | Commit message (Expand) | Author | Files | Lines |
2002-01-25 | Allow any general purpose register to hold an SImode (or smaller) value. | Nick Clifton | 1 | -18/+14 |
2002-01-24 | Allow SImode values to be assigned to the stack pointer. | Nick Clifton | 1 | -1/+14 |
2002-01-23 | arm.h (THUMB_FUNCTION_PROFILER): Define if not currently defined. | Will Cohen | 1 | -0/+2 |
2002-01-23 | Use an UNSPEC instead of a USE to prevent prologue/epilogue insns from being | Nick Clifton | 2 | -7/+17 |
2002-01-22 | Move body of HARD_REGNO_MODE_OK into a function: arm_hard_regno_mode_ok | Nick Clifton | 3 | -35/+47 |
2002-01-22 | Replace REG_MAYBE_DEAD notes with USEs. | Nick Clifton | 1 | -9/+6 |
2002-01-16 | Do not accept the IP register as a DFmode operand | Nick Clifton | 1 | -6/+6 |
2002-01-16 | Add REG_MAYBE_DEAD note to frame pointer initialisation instruction. | Nick Clifton | 1 | -1/+4 |
2002-01-16 | General formatting tidy up. | Nick Clifton | 1 | -159/+227 |
2002-01-16 | expmed.c (extract_fixed_bit_field): Remove unused code. | Kazu Hirata | 1 | -5/+0 |
2002-01-15 | system.h (ASM_IDENTIFY_GCC, [...]): Poison. | Joseph Myers | 1 | -2/+2 |
2002-01-12 | Use MODE_BASE_REG_CLASS in legitimize macros. | Nick Clifton | 1 | -3/+3 |
2002-01-11 | Correct test of 'remainder' and 'subtargets'. | Nick Clifton | 1 | -4/+4 |
2002-01-09 | arm.c (arm_gen_constant): Use trunc_int_for_mode. | Richard Henderson | 1 | -24/+27 |
2002-01-08 | tm.texi (EASY_DIV_EXPR, [...]): Remove documentation of obsolete macros. | Joseph Myers | 1 | -7/+1 |
2002-01-03 | function.h (struct function): Add profile. | William Cohen | 1 | -3/+3 |
2001-12-21 | Use 'a' operand code for prefetch instruction. | Nick Clifton | 1 | -1/+1 |
2001-12-20 | Fix prologue/epilogue generation for ARM ISR routines. | Nick Clifton | 1 | -43/+64 |
2001-12-20 | varasm.c (assemble_real): Use REAL_VALUE_TO_x and assemble_integer to emit fl... | Richard Henderson | 2 | -65/+0 |
2001-12-19 | Pass -mno-fpu onto gas unless -mhard-float is specified. | Nick Clifton | 1 | -2/+2 |
2001-12-19 | Remove definition: EXTRA_MULTILIB_PARTS | Nick Clifton | 1 | -1/+0 |
2001-12-19 | Define SUPPORTS_INIT_PRIORITY | Nick Clifton | 2 | -0/+4 |
2001-12-17 | Implement MODE_BASE_REG_CLASS | Nick Clifton | 1 | -0/+11 |
2001-12-17 | target.h (asm_out.byte_op, [...]): New fields. | Richard Sandiford | 4 | -76/+62 |
2001-12-15 | * arm/unknown-elf.h (CPP_PREDEFINES): Add a suitable default. | Richard Earnshaw | 1 | -1/+5 |
2001-12-13 | * collect2.c (COLLECT_SHARED_INIT_FUNC) | Richard Earnshaw | 2 | -3/+20 |
2001-12-13 | arm.c (legitimize_pic_address): Handle LABEL_REFs in substantially the same w... | Richard Earnshaw | 1 | -24/+12 |
2001-12-13 | config.gcc (arm-*-freebsd*): Add target. | David O'Brien | 8 | -10/+65 |
2001-12-09 | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 2 | -7/+7 |
2001-12-08 | arm.md (VUNSPEC_PREFETCH): Delete constant definition. | Richard Earnshaw | 3 | -24/+4 |
2001-12-06 | Restore definition of STRUCT_VALUE_REGNUM, | Nick Clifton | 1 | -0/+11 |
2001-12-06 | Pass pointer to RTX when calling alter_subreg(). | Nick Clifton | 1 | -2/+2 |
2001-12-06 | final.c (count_basic_block, [...]): Kill. | Jan Hubicka | 1 | -3/+3 |
2001-12-05 | arm.h (THUMB_FUNCTION_PROFILER): Correct typo in instruction. | William Cohen | 1 | -1/+1 |
2001-12-03 | c-decl.c (grokdeclarator): Use ISO word. | Neil Booth | 2 | -12/+12 |
2001-11-29 | Mark _init and _fini as Thumb functions if compiled in thumb mode. | Nick Clifton | 1 | -0/+6 |
2001-11-23 | Remove some compile time warnings about duplicate definitions. | Nick Clifton | 1 | -16/+17 |
2001-11-22 | Only build arm_elf_asm_named_section for elf targets | Nick Clifton | 1 | -1/+6 |
2001-11-22 | 1750a.h (DBX_REGISTER_NUMBER): Don't define. | Kaveh R. Ghazi | 1 | -3/+0 |
2001-11-16 | config.gcc (arm*-*-rtems*, [...]): Include various CPU headers via tm_file. | David O'Brien | 15 | -44/+8 |
2001-11-15 | dwarf2out.c (dwarf2out_finish): Don't abort because of orphan DIEs if there w... | Jason Merrill | 1 | -2/+0 |
2001-11-15 | config.gcc: Set STMP_FIXPROTO and FIXPROTO_DEFINES in target makefile frag... | Andreas Schwab | 2 | -1/+2 |
2001-11-11 | alpha.c (unicosmk_special_name): Prototype. | Kaveh R. Ghazi | 1 | -0/+1 |
2001-11-05 | Cope with int_size_in_bytes returning -1. | Nick Clifton | 1 | -3/+5 |
2001-11-05 | Handle a NULL DECL being passed to ASM_OUTPUT_ALIGNED_DECL_LOCAL. | Nick Clifton | 1 | -1/+1 |
2001-11-04 | aof.h (aof_text_section, [...]): Don't declare. | Kaveh R. Ghazi | 3 | -15/+14 |
2001-10-31 | builtins.def: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2001-10-30 | arm.c: Fix comment a typo. | Kazu Hirata | 2 | -2/+2 |
2001-10-28 | alpha.md, [...]: Fix spelling errors. | Joseph Myers | 2 | -2/+2 |
2001-10-22 | arm.h (HOST_INT, HOST_UINT): Delete. | Kaveh R. Ghazi | 2 | -53/+42 |