aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/picochip
AgeCommit message (Collapse)AuthorFilesLines
2009-02-04picochip.c (GO_IF_LEGITIMATE_ADDRESS): Disallow non-indexable addresses even ↵Hariharan Sandanagobalane1-9/+7
before reload. * config/picochip/picochip.c (GO_IF_LEGITIMATE_ADDRESS): Disallow non-indexable addresses even before reload. From-SVN: r143929
2009-01-30picochip.c (flag_conserve_stack): set PARAM_LARGE_STACK_FRAME and ↵Hariharan Sandanagobalane1-0/+11
PARAM_STACK_FRAME_GROWTH to zero under... * config/picochip/picochip.c (flag_conserve_stack): set PARAM_LARGE_STACK_FRAME and PARAM_STACK_FRAME_GROWTH to zero under fconserve-stack. Reduce call-overhead used by inliner. From-SVN: r143785
2009-01-16picochip.c (picochip_override_options): Revert CFI asm flag disable commited ↵Hariharan Sandanagobalane1-3/+0
previously. * config/picochip/picochip.c (picochip_override_options): Revert CFI asm flag disable commited previously. From-SVN: r143429
2008-12-16re PR preprocessor/38842 (Problem with SystemC compilation using GCC 4.3.2)Hariharan Sandanagobalane1-4/+2
PR target/38842 * config/picochip/picochip.opt (mae): Squeezed the comments onto one line. From-SVN: r142781
2008-12-15picochip.c (picochip_override_options): Disable CFI asm and change the ↵Hariharan Sandanagobalane2-7/+13
signature of brev and byteSwap functions to use... * config/picochip/picochip.c (picochip_override_options): Disable CFI asm and change the signature of brev and byteSwap functions to use unsigned values. * config/picochip/picochip.md (commsTestPort): This is a complex instruction and should not be vliwed. Dont set insn type. From-SVN: r142765
2008-11-19*config/picochip/picochip.c (headers): Removed an unnecessary header.Hariharan Sandanagobalane1-1/+0
From-SVN: r142002
2008-09-03Move picochip directory to correct location.Paul Brook31-0/+12396
From-SVN: r139934