Age | Commit message (Collapse) | Author | Files | Lines |
|
* cplus-dem.c: Various changes to produce Java output when passed
DMGL_JAVA. Thus "::" becomes "." and "JArray<Foo>" becomes "Foo[]".
(main): Support --java and -j flags to set DMGL_JAVA.
From-SVN: r14565
|
|
From-SVN: r14564
|
|
From-SVN: r14563
|
|
options; use -mapcs-NN instead.
From-SVN: r14562
|
|
include aout.h rather than arm.h directly.
(ASM_SPEC): remove.
(CPP_SPEC): replace with...
(SUBTARGET_CPP_SPEC): ... this.
From-SVN: r14561
|
|
From-SVN: r14560
|
|
From-SVN: r14559
|
|
From-SVN: r14558
|
|
From-SVN: r14557
|
|
* configure.in (--enable-c-cpplib): New option.
(extra_c_flags, extra_c_objs): New variables.
From-SVN: r14556
|
|
* Makefile.in (EXTRA_C_OBJS): New variable.
(INTERNAL_CFLAGS): Add @extra_c_flags@.
C_OBJS, OBJC_OBS: Add $(EXTRA_C_OBJS).
From-SVN: r14555
|
|
* configure.in (all_outputs, oldstyle_subdirs): New variables.
Pass all_outputs to AC_OUTPUT.
From-SVN: r14554
|
|
* configure.lang: Only iterate over oldstyle_subdirs.
From-SVN: r14553
|
|
From-SVN: r14552
|
|
From-SVN: r14547
|
|
LABEL_MAP.
* integrate.c (expand_inline_function): Use xmalloc instead of
alloca for the LABEL_MAP.
(save_for_inline_copying): Likewise.
From-SVN: r14546
|
|
LABEL_MAP.
* integrate.c (expand_inline_function): Use xmalloc instead of
alloca for the LABEL_MAP.
From-SVN: r14545
|
|
From-SVN: r14544
|
|
From-SVN: r14543
|
|
From-SVN: r14542
|
|
From-SVN: r14541
|
|
current_function_decl.
(expand_expr, case LABEL_DECL): Treat inline_function_decl like
current_function_decl.
(expand_expr, case SAVE_EXPR): Handle top-level SVAE_EXPR by
moving into current function; abort if in incorrect context.
From-SVN: r14540
|
|
like current_function_decl.
From-SVN: r14539
|
|
From-SVN: r14538
|
|
From-SVN: r14537
|
|
(expand_assignment): Remove special-case of constant array.
(expand_expr, case ARRAY_REF): Likewise, and clean up remaining code.
From-SVN: r14536
|
|
From-SVN: r14535
|
|
makes sense for this, too.
From-SVN: r14534
|
|
From-SVN: r14531
|
|
* configure.in: Finish fixing calculation if default thread
support is enabled.
From-SVN: r14530
|
|
* Makefile.in (native): Depend on config.h.
(gcc.o): Depend on Makefile, not config.status.
From-SVN: r14529
|
|
* pa.c (pa_reorg): If TARGET_BIG_SWITCH, then do not explode
ADDR_VEC insns. Slightly rework code which explodes ADDR_VEC
insns.
* pa.h (TARGET_BIG_SWITCH): Define.
(TARGET_SWITCHES): Add "big-switch" and "no-big-switch".
(CASE_VECTOR_MODE): Use TI or DI depending on TARGET_BIG_SWITCH.
(CASE_DROPS_THROUGH): Remove definition.
(ASM_OUTPUT_ADDR_VEC_ELT): Rewrite to handle TARGET_BIG_SWITCH.
(ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
* pa.md (casesi): Rework to avoid some potential long branch
problems (also makes generated code faster!). Handle
TARGET_BIG_SWITCH.
(casesi0): Corresponding changes.
From-SVN: r14528
|
|
indirect via a constant pointer.
From-SVN: r14527
|
|
use alloca.
From-SVN: r14526
|
|
From-SVN: r14525
|
|
From-SVN: r14524
|
|
From-SVN: r14523
|
|
From-SVN: r14522
|
|
From-SVN: r14521
|
|
* sparc/sparc.md (seqdi_special): Don't clobber %xcc.
(snedi_special, seqdi_special_trunc, snedi_special_trunc): Likewise.
(snedi_zero, neg_snedi_zero, seqdi_zero, neg_seqdi_zero): Likewise.
(snedi_zero_trunc, seqdi_zero_trunc): Likewise. Renamed from ..._sp64.
(snedi_zero_trunc_sp32, seqdi_zero_trunc_sp32): Delete.
From-SVN: r14520
|
|
From-SVN: r14519
|
|
to use it.
* tree.c (array_type_nelts): Make sure the domain of TYPE is set
before we try to use it.
From-SVN: r14518
|
|
* configure.frag: New arguments xmake_files, tmake_files.
Build Make-host, Make-target.
From-SVN: r14517
|
|
* configure.in (host_overrides): Set to Make-host.
(dep_host_xmakefile): Loop over all elements in host_make_file.
(target_overrides): Set to Make-target.
(dep_tmake_file): Loop over all elements in tmake_file.
(configure.frag): Pass dep_host_xmake_file, dep_tmake_file.
From-SVN: r14516
|
|
* Makefile.in (Makefile): Pass xmake_file, tmake_file to
configure.frag
(distclean): Delete Make-host, Make-target.
From-SVN: r14515
|
|
From-SVN: r14514
|
|
From-SVN: r14513
|
|
const0_rtx) meaning all memory is clobbered.
* reload1.c (reload_cse_mem_conflict_p): Restore handling of
(mem:BLK const0_rtx) meaning all memory is clobbered.
From-SVN: r14512
|
|
(config.status): Depend on configure. Run config.status --recheck if
out of date.
From-SVN: r14511
|
|
From-SVN: r14510
|