aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/v850
AgeCommit message (Expand)AuthorFilesLines
2001-12-20varasm.c (assemble_real): Use REAL_VALUE_TO_x and assemble_integer to emit fl...Richard Henderson1-17/+0
2001-12-17target.h (asm_out.byte_op, [...]): New fields.Richard Sandiford2-24/+4
2001-12-16avr.c (avr_simplify_comparision_p, [...]): Don't use the 'U' suffix.Kaveh R. Ghazi1-1/+1
2001-12-15gcc.c, [...]: Use American spelling in messages.Joseph Myers1-1/+1
2001-12-09ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-12-091750a.md: Add default case in switch.Kaveh R. Ghazi1-1/+1
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth2-8/+8
2001-11-221750a.h (DBX_REGISTER_NUMBER): Don't define.Kaveh R. Ghazi1-2/+0
2001-11-041750a.h (EXTRA_SECTION_FUNCTIONS): Add prototype.Kaveh R. Ghazi3-3/+4
2001-10-19config.gcc (i[34567]86-*-gnu*, [...]): Delete superflous ${cpu_type} setting.Franz Sirl1-2/+0
2001-10-14c-pragma.h (cpp_register_pragma_space): Remove.Neil Booth1-1/+0
2001-09-21Table-driven attributes.Joseph Myers2-40/+72
2001-09-11configure.in: Check whether assembler supports section merging.Jakub Jelinek1-2/+2
2001-08-31Skip TRUNCATE operators in const pool addresses for v850 short switch tablesNick Clifton1-0/+12
2001-08-10calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY if not already de...Zack Weinberg1-4/+2
2001-08-03combine.c, [...]: consistently use "VAX", "VAXen", and "MicroVAX" in comments...Lars Brinkhoff1-1/+1
2001-07-26v850.h (ENCODE_SECTION_INFO): Change order of conditional to avoid tree check...Catherine Moore1-7/+7
2001-07-25v850.c (v850_va_arg): Use addr instead of valist to build incr.Catherine Moore1-1/+1
2001-07-20v850.md (casesi): Generate LABEL_REF with Pmode.Catherine Moore1-1/+1
2001-07-19Restore ASM_OUTPUT_LABEL_REF definition.Catherine Moore1-0/+11
2001-07-11alias.c (set_mem_alias_set): New function.Richard Kenner1-1/+1
2001-07-09final.c (output_addr_const): Use target opening and closing parentheses.Neil Booth1-6/+0
2001-07-08target.h (struct gcc_target): Add insert_attributes.Joseph Myers3-7/+7
2001-07-07target.h (targetm): Rename global from "target", so as not to conflict with l...Stan Shebs1-1/+1
2001-07-04Fix dependencies for parallel builds.Anthony Green1-1/+1
2001-07-03explow.c (plus_constant_wide, case PLUS): Call find_constant_term and avoid c...Richard Kenner1-1/+1
2001-06-26Makefile.in (TARGET_H, [...]): New.Neil Booth3-9/+11
2001-06-26defaults.h: Default escape sequences to ASCII.Neil Booth1-9/+0
2001-06-22arm.h (struct machine_function): Remove ra_rtx.DJ Delorie2-66/+1
2001-05-26c4x-protos.h: Use GCC_C_PRAGMA_H in place of _C_PRAGMA_H.Philip Blundell1-1/+1
2001-05-25Standardize header guards.Richard Henderson2-2/+2
2001-05-17i * libgcc1-test.c, libgcc1.c, config/i386/perform.h: Delete file.Zack Weinberg2-2/+1
2001-05-04alpha.h: NULL_PTR -> NULL.Kaveh R. Ghazi1-2/+2
2001-04-24Always set STRICT_ALIGNMENTNick Clifton1-3/+1
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-2/+2
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-1/+0
2001-03-09configure.in: Prune nonexistent files from build_xm_file, xm_file, and host_x...Zack Weinberg1-21/+0
2001-03-06xm-a29k.h, [...]: Delete HOST_BITS_PER_* definitions which match the defaults...Kaveh R. Ghazi1-6/+0
2001-03-03configure.in: Kill tm.h.Zack Weinberg1-9/+0
2001-03-02xm-lynx.h, [...]: Do not define TRUE or FALSE.Zack Weinberg1-5/+1
2001-01-09Use init/mark/free machine status functions.Nick Clifton3-46/+45
2001-01-06Faster __mulsi routineNick Clifton1-45/+48
2001-01-06Implement __builtin_return_address (0)DJ Delorie3-3/+83
2001-01-05Use alloca to create temporary string for initialisation before callingNick Clifton1-3/+3
2000-11-25Use target specific, language specific object files feature to allow buildNick Clifton4-243/+311
2000-11-14* config/v850/v850.c: Remove obstacks.DJ Delorie1-4/+1
2000-11-02config:Neil Booth1-1/+1
2000-09-25Change callers in config/[n-z]*/ (the rest) to match:Hans-Peter Nilsson1-6/+6
2000-09-25definitions in config/[s-w]* (rest):Hans-Peter Nilsson1-3/+3
2000-09-07c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if REGISTER_TARGET_PRAGMAS is defined.Zack Weinberg3-301/+171