summaryrefslogtreecommitdiff
path: root/gcc/config/arm/thumb.c
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from merged-arm-thumb-backend-branch onto trunk.rearnsha2000-04-081-2426/+0
* * rtl.h (rtunion_def): Constify member `rtstr'.ghazi2000-03-071-1/+1
* Replace #include <...> with #include "system.h"nickc2000-02-171-2/+1
* Minot for,matting imrpovemants and synchronisation with devo sourcesnickc2000-02-111-50/+34
* Fix compile time warningsnickc1999-11-021-33/+101
* Add comments explaining what thumb_expand_prologue() does.nickc1999-11-011-22/+51
* * rtl.h (rtx_format): Constify a char*.ghazi1999-08-201-2/+2
* Include function.h in most files. Remove most of the global variablescrux1999-08-091-0/+1
* Apply Philip Blundell <pb@nexus.co.uk>'s patch to add PIC support to the Thumb.nickc1999-07-261-15/+276
* Mon Jul 12 10:40:01 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>vmakarov1999-07-121-20/+24
* Add support for arm-pe and thumb-penickc1999-07-011-0/+87
* * Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last.rth1998-10-281-1/+1
* thumb.c - add warning about PIC code not being supported just yet.nickc1998-10-121-2/+10
* Do not move register a4 into lr if lr already contains the return address.nickc1998-08-261-86/+54
* Fix use of USER_LABEL_PREFIX when calling gcc library functionsnickc1998-07-241-0/+4
* Removed thumb-pe support.nickc1998-04-011-86/+7
* Add thumb-pe support.nickc1998-04-011-28/+155
* Add support for ARM's Thumb instruction set.nickc1998-03-251-0/+1965