aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm
AgeCommit message (Expand)AuthorFilesLines
2003-05-18c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, [...]): Default here.Neil Booth3-3/+1
2003-05-16alpha.c (print_operand_address, [...]): Use string concatentation on HOST_WID...Kaveh R. Ghazi1-4/+1
2003-05-16Fix typo: LSM instead of LSYM.Nick Clifton1-1/+1
2003-05-15config.gcc: Purge all targets obsoleted in GCC 3.3.Zack Weinberg4-138/+0
2003-05-15arm.c (arm_is_xscale): Rename to arm_arch_xscale.Philip Blundell3-14/+21
2003-05-15re PR target/10730 ([arm] -O2 generates invalid asm)Philip Blundell1-0/+6
2003-05-14target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.Richard Sandiford3-16/+16
2003-05-13arm.md (compare_scc): Use shorter sequence for EQ case.Richard Earnshaw1-7/+109
2003-05-12lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with '.'.Richard Earnshaw1-81/+83
2003-05-12Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>Jan Hubicka3-8/+8
2003-05-10arm.md (DOM_CC_X_AND_Y, [...]): New constants.Richard Earnshaw3-20/+84
2003-05-10revert: vxxscale.h, [...]: New files.Richard Kenner4-196/+0
2003-05-09vxxscale.h, [...]: New files.Olivier Hainque4-0/+196
2003-05-09* arm.md (clzsi2): The CLZ instruction is predicable.Richard Earnshaw1-1/+2
2003-04-28* config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.Nick Clifton1-9/+0
2003-04-26arm.c (arm_adjust_cost): Correct logic that tests the return values from reco...Ben Elliston1-2/+2
2003-04-23* arm.h (TARGET_OPTIONS): Add value field.Richard Earnshaw1-7/+7
2003-04-20target.h (encode_section_info): Add new argument carrying the RTL to be modif...Zack Weinberg3-14/+8
2003-04-09install.texi: Note that ARM toolchains need binutils 2.13 or newer.Nick Clifton3-3/+26
2003-03-28elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary globalize_label.Alan Modra1-3/+2
2003-03-20re PR target/10066 ([arm-linux] libjava build error on arm-linux)Richard Earnshaw1-3/+11
2003-03-13output_return_instruction: Simplyify test for avoiding type 2 LDMs.Nick Clifton1-5/+1
2003-03-13Remove redundant writeback test in previous delta.Nick Clifton1-4/+7
2003-03-13(print_multi_reg): Do not generate a type 2 LDM instructions with writeback e...Nick Clifton1-15/+31
2003-03-13(FIXED_REGISTERS): Remove definition.Nick Clifton1-22/+5
2003-03-12(FIXED_REGISTERS): Add Maverick registers.Nick Clifton2-5/+9
2003-03-10arm.h (enum floating_point_type): Delete.Richard Earnshaw4-36/+45
2003-03-10fpa.md: New file.Richard Earnshaw2-710/+771
2003-03-09* arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)Richard Earnshaw2-6/+6
2003-03-08* arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)Richard Earnshaw4-105/+105
2003-03-07* arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)Richard Earnshaw2-171/+169
2003-02-28arm.md (mulhisi3, [...]): Enable for any ARMv5e processor, not just for XScale.Richard Earnshaw1-6/+49
2003-02-28(note_invalid_constants): Change parameter type from bool to int.Nick Clifton1-2/+2
2003-02-27(extendsfdf2): Add pattern accidentally deleted when cirrus instructions wereNick Clifton1-0/+7
2003-02-26arm.c (is_load_address): Rename to...Nick Clifton4-181/+157
2003-02-19calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGSJan Hubicka3-5/+5
2003-02-16arm.c (arm_reload_in_hi): Ensure that the scratch register does not overlap t...Richard Earnshaw1-1/+8
2003-02-11arm.mc (return_address_mask): Use CC_REGNUM for the condition code register n...Richard Earnshaw1-1/+1
2003-02-10Replace occurances of "GNU CC" with "GCC" and reformat as appropriate.Nick Clifton29-409/+408
2003-02-10oops - omiited from previous delta:Nick Clifton1-0/+667
2003-02-10Add support for Cirrus EP9312, an ARM variant.Nick Clifton6-59/+706
2003-02-05defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.Richard Henderson4-101/+26
2003-02-02arm.md (sibcall_epilogue): Set the "conds" to "clob".Richard Earnshaw1-2/+10
2003-02-01[multiple changes]Richard Henderson1-1/+1
2003-01-31arm.c: Fix comment typos.Kazu Hirata4-22/+22
2003-01-30arm.c (arm_compute_initial_elimination_offset): If optimizing for size...Richard Earnshaw1-4/+8
2003-01-30(arm_output_epilogue): Update stack pointer when popping saved IP registerNick Clifton1-1/+1
2003-01-29arm.c (arm_legtimize_address): New function.Richard Earnshaw3-85/+107
2003-01-28coretypes.h (cpp_reader): Forward declare struct.Stan Shebs1-1/+0
2003-01-28target.h (targetm.address_cost): New.Richard Henderson2-29/+37