OpenBSD CVS

src/gnu/gcc/gcc/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / gnu / gcc / gcc


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] config/        
[DIR] cp/        
[DIR] doc/        
[DIR] ginclude/        
[DIR] objc/        
[DIR] objcp/        
[DIR] treelang/        
[TXT] BASE-VER  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] COPYING  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] COPYING.LIB  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] DATESTAMP  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] DEV-PHASE  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] addresses.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] alias.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] alias.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] alloc-pool.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] alloc-pool.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] attribs.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] basic-block.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] bb-reorder.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] bitmap.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] bitmap.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] bt-load.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] builtin-attrs.def  1.2   12 years  nicm   Port the -Wbounded extension from gcc3 to gcc4. Based on work started by jasper@...
[TXT] builtin-types.def  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] builtins.c  1.8   8 years  dcoppa   Fix internal compiler error with long long arithmetic Adapted from a change to...
[TXT] builtins.def  1.4   10 years  kettenis   Revert the previous commit; this is not the right approach.
[TXT] c-aux-info.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] c-bounded.c  1.3   10 years  martynas   Add wcstring attribute support for Wbounded. To be used for wchar.h which opera...
[TXT] c-common.c  1.5   8 years  guenther   Makde gcc handle __stack_smash_handler similarly to memcpy and memset when creat...
[TXT] c-common.def  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] c-common.h  1.5   8 years  martynas   Implement support for __builtin_complex() to construct complex values, required ...
[TXT] c-config-lang.in  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] c-convert.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] c-cppbuiltin.c  1.3   10 years  martynas   Add a new option "-fstack-protector-strong" for GCC4. This includes additional ...
[TXT] c-decl.c  1.5   7 years  guenther   Don't warn about shadowing a global function unless the local variable or parame...
[TXT] c-dump.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] c-errors.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] c-format.c  1.6   9 years  guenther   printf(9) and friends don't support the <number>$ flags, so gcc's kprintf attrib...
[TXT] c-format.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] c-gimplify.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] c-incpath.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] c-incpath.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] c-lang.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] c-lex.c  1.2   11 years  martynas   Add support for "d" floating-point suffix, as defined by draft N1312 of TR 24732...
[TXT] c-objc-common.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] c-objc-common.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] c-omp.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] c-opts.c  1.6   7 months  millert   Make gnu99 the default for gcc 3.3.6 and 4.2.1, not gnu89. While these versions ...
[TXT] c-parser.c  1.2   8 years  martynas   Implement support for __builtin_complex() to construct complex values, required ...
[TXT] c-pch.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] c-ppoutput.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] c-pragma.c  1.2   5 years  espie   inform that diagnostics in functions won't work, but don't error out flatly. th...
[TXT] c-pragma.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] c-pretty-print.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] c-pretty-print.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] c-semantics.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] c-tree.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] c-typeck.c  1.3   16 months  claudio   Adjust how gcc4 handles the "missing braces around initializer" warning. In c99...
[TXT] c.opt  1.5   10 years  martynas   Enable Wbounded by default. Passing bound bigger than the buffer size almost al...
[TXT] caller-save.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] calls.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cfg.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cfganal.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cfgbuild.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cfgcleanup.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cfgexpand.c  1.6   8 years  martynas   Fix stack shuffle such that sj includes si and the last element actually gets a ...
[TXT] cfghooks.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cfghooks.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cfglayout.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cfglayout.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cfgloop.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cfgloop.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cfgloopanal.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cfgloopmanip.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cfgrtl.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cgraph.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cgraph.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cgraphunit.c  1.2   9 years  kettenis   Make the compiler emit visibility information for (undefined) references with no...
[TXT] collect2.c  1.3   8 years  deraadt   Both gcc & collect2 can pledge "stdio rpath wpath cpath proc exec". (cc1 "toplev...
[TXT] collect2.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] combine.c  1.2   11 years  miod   Disable a broken optimization in try_combine(); GCC PR #34628. The PR comes wit...
[TXT] common.opt  1.16   16 months  deraadt   create infrastructure so that jump tables on/off can be tweaked by an architectu...
[TXT] conditions.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] conflict.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] convert.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] convert.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] coretypes.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] coverage.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] coverage.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cppdefault.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cppdefault.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cppspec.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] crtstuff.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cse.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cselib.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cselib.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] cstamp-h.in  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] dbxout.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] dbxout.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] ddg.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] ddg.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] debug.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] debug.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] defaults.h  1.3   16 months  deraadt   create infrastructure so that jump tables on/off can be tweaked by an architectu...
[TXT] df-core.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] df-problems.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] df-scan.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] df.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] dfp.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] dfp.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] diagnostic.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] diagnostic.def  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] diagnostic.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] dojump.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] dominance.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] domwalk.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] domwalk.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] double-int.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] double-int.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] dummy-checksum.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] dwarf.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] dwarf2.h  1.2   7 years  dlg   add support for -msave-args in gcc on amd64 i got sick of not having arguments ...
[TXT] dwarf2asm.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] dwarf2asm.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] dwarf2out.c  1.2   7 years  dlg   add support for -msave-args in gcc on amd64 i got sick of not having arguments ...
[TXT] dwarf2out.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] emit-rtl.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] emit-rtl.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] emutls.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] errors.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] errors.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] et-forest.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] et-forest.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] except.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] except.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] explow.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] expmed.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] expr.c  1.2   8 years  guenther   Makde gcc handle __stack_smash_handler similarly to memcpy and memset when creat...
[TXT] expr.h  1.2   8 years  guenther   Makde gcc handle __stack_smash_handler similarly to memcpy and memset when creat...
[TXT] final.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] fix-header.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] flags.h  1.2   14 years  robert   merge some gcc-local(1) changes: - disable -fident by default - disable -fstrict...
[TXT] flow.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] fold-const.c  1.2   8 years  dcoppa   Fix internal compiler error with long long arithmetic Adapted from a change to...
[TXT] fp-test.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] function.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] function.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gbl-ctors.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gcc.c  1.5   7 years  chl   fix format string ok krw@
[TXT] gcc.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gccspec.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gcov-dump.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gcov-io.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gcov-io.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gcov-iov.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gcov.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gcse.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gdbinit.in  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gen-protos.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] genattr.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] genattrtab.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] genautomata.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gencheck.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] genchecksum.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gencodes.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] genconditions.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] genconfig.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] genconstants.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] genemit.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] genextract.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] genflags.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gengenrtl.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gengtype-lex.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gengtype-lex.l  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gengtype-yacc.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gengtype-yacc.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gengtype-yacc.y  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gengtype.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gengtype.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] genmddeps.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] genmodes.c  1.2   3 years  deraadt   base tree had only two uses of the printf %n format string, in this file. Append...
[TXT] genmultilib  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] genopinit.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] genoutput.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] genpeep.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] genpreds.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] genrecog.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gensupport.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gensupport.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] ggc-common.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] ggc-none.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] ggc-page.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] ggc-zone.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] ggc.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gimple-low.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gimplify.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] glimits.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] global.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] graph.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] graph.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gstab.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gsyms.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gsyslimits.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gthr-aix.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gthr-dce.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gthr-gnat.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gthr-gnat.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gthr-lynx.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gthr-nks.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gthr-posix.c  1.2   11 years  matthew   Fix GCC's use of _POSIX_PRIORITY_SCHEDULING and _POSIX_THREAD_PRIORITY_SCHEDULIN...
[TXT] gthr-posix.h  1.2   11 years  matthew   Fix GCC's use of _POSIX_PRIORITY_SCHEDULING and _POSIX_THREAD_PRIORITY_SCHEDULIN...
[TXT] gthr-posix95.h  1.2   11 years  matthew   Fix GCC's use of _POSIX_PRIORITY_SCHEDULING and _POSIX_THREAD_PRIORITY_SCHEDULIN...
[TXT] gthr-rtems.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gthr-single.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gthr-solaris.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gthr-tpf.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gthr-vxworks.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gthr-win32.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] gthr.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] haifa-sched.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] hard-reg-set.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] hooks.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] hooks.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] host-default.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] hosthooks-def.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] hosthooks.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] hwint.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] ifcvt.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] input.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] insn-addr.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] insn-notes.def  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] integrate.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] integrate.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] intl.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] intl.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] ipa-cp.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] ipa-inline.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] ipa-prop.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] ipa-prop.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] ipa-pure-const.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] ipa-reference.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] ipa-reference.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] ipa-type-escape.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] ipa-type-escape.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] ipa-utils.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] ipa-utils.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] ipa.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] jump.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] lambda-code.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] lambda-mat.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] lambda-trans.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] lambda.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] langhooks-def.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] langhooks.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] langhooks.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] lcm.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] libada-mk.in  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] libfuncs.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] libgcc-std.ver  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] libgcc2.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] libgcc2.h  1.2   14 years  robert   only enable SF, DF, XF, TF modes in libgcc if we are building with gcc4, so we c...
[TXT] libgcov.c  1.2   11 years  miod   Replace strcpy() calls with strlcpy() to avoid triggering warnings when linking ...
[TXT] limitx.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] limity.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] lists.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] local-alloc.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] longlong.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] loop-doloop.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] loop-init.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] loop-invariant.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] loop-iv.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] loop-unroll.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] loop-unswitch.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] machmode.def  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] machmode.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] main.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] mips-tdump.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] mips-tfile.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] mkconfig.sh  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] mklibgcc.in  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] mkmap-flat.awk  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] mkmap-symver.awk  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] mode-classes.def  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] mode-switching.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] modulo-sched.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] omp-builtins.def  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] omp-low.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] opt-functions.awk  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] opt-gather.awk  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] optabs.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] optabs.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] optc-gen.awk  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] opth-gen.awk  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] opts-common.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] opts.c  1.9   6 years  kettenis   Make gcc accept -Oz as an alias for -Os for compatibility with clang. With clan...
[TXT] opts.h  1.2   7 years  espie   gcc 4.9 makes unknown -Wno-* vanish. Reimplement that from scratch in our ancie...
[TXT] output.h  1.2   9 years  kettenis   Make the compiler emit visibility information for (undefined) references with no...
[TXT] params.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] params.def  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] params.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] passes.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] pointer-set.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] pointer-set.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] postreload-gcse.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] postreload.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] predict.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] predict.def  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] predict.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] prefix.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] prefix.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] pretty-print.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] pretty-print.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] print-rtl.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] print-tree.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] profile.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] protoize.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] read-rtl.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] real.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] real.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] recog.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] recog.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] reg-notes.def  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] reg-stack.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] regclass.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] regmove.c  1.2   11 years  miod   Bounds check before addressing call_used_regs[], avoids segfaults in fixup_match...
[TXT] regrename.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] regs.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] reload.c  1.2   14 years  kettenis   Fix ICE on hppa. Variant on minimal fix from GCC PR 34762. ok deraadt@
[TXT] reload.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] reload1.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] reorg.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] resource.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] resource.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] rtl-error.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] rtl-factoring.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] rtl.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] rtl.def  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] rtl.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] rtlanal.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] rtlhooks-def.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] rtlhooks.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] sbitmap.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] sbitmap.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] scan-decls.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] scan-types.sh  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] scan.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] scan.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] sched-deps.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] sched-ebb.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] sched-int.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] sched-rgn.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] sched-vis.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] sdbout.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] sdbout.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] see.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] simplify-rtx.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] sort-protos  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] sreal.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] sreal.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] stab.def  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] statistics.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] stmt.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] stor-layout.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] stringpool.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] struct-equiv.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] stub-objc.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] sync-builtins.def  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] sys-protos.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] sys-types.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] system.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] target-def.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] target.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] targhooks.c  1.4   8 years  guenther   Makde gcc handle __stack_smash_handler similarly to memcpy and memset when creat...
[TXT] targhooks.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] timevar.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] timevar.def  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] timevar.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tlink.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] toplev.c  1.7   7 years  espie   gcc 4.9 makes unknown -Wno-* vanish. Reimplement that from scratch in our ancie...
[TXT] toplev.h  1.2   3 years  deraadt   a regular function decl collides with an inline, due to C99 inline rules. We are...
[TXT] tracer.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-browser.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-browser.def  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-cfg.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-cfgcleanup.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-chrec.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-chrec.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-complex.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-data-ref.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-data-ref.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-dfa.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-dump.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-dump.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-eh.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-flow-inline.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-flow.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-gimple.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-gimple.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-if-conv.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-inline.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-inline.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-into-ssa.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-iterator.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-iterator.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-loop-linear.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-mudflap.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-mudflap.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-nested.c  1.3   14 years  espie   port -ftrampolines/-Wtrampolines support from gcc3. comments and okay kettenis@
[TXT] tree-nomudflap.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-nrv.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-object-size.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-optimize.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-outof-ssa.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-pass.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-phinodes.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-pretty-print.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-profile.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-scalar-evolution.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-scalar-evolution.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-sra.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-address.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-alias.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-ccp.c  1.3   8 years  dcoppa   Fix internal compiler error with long long arithmetic Adapted from a change to...
[TXT] tree-ssa-copy.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-copyrename.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-dce.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-dom.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-dse.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-forwprop.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-live.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-live.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-loop-ch.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-loop-im.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-loop-ivcanon.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-loop-ivopts.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-loop-manip.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-loop-niter.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-loop-prefetch.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-loop-unswitch.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-loop.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-math-opts.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-operands.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-operands.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-phiopt.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-pre.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-propagate.c  1.2   8 years  dcoppa   Fix internal compiler error with long long arithmetic Adapted from a change to...
[TXT] tree-ssa-propagate.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-reassoc.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-sink.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-structalias.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-structalias.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-threadedge.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-threadupdate.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa-uncprop.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-ssa.c  1.2   2 years  jca   Fix base-gcc -Wno-error=uninitialized base-gcc always errored out when -Werror ...
[TXT] tree-ssanames.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-stdarg.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-stdarg.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-tailcall.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-vect-analyze.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-vect-generic.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-vect-patterns.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-vect-transform.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-vectorizer.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-vectorizer.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-vn.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree-vrp.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree.def  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tree.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] treestruct.def  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] tsystem.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] typeclass.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] unwind-c.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] unwind-compat.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] unwind-compat.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] unwind-dw2-fde-compat.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] unwind-dw2-fde-darwin.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] unwind-dw2-fde-glibc.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] unwind-dw2-fde-openbsd.c  1.1   14 years  kettenis   Bring over changes from gcc3 (and gcc4 in ports) to make C++ exception handling ...
[TXT] unwind-dw2-fde.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] unwind-dw2-fde.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] unwind-dw2.c  1.2   14 years  kettenis   Add the bits of code I wrote for the ports gcc that are necessary to handle Stac...
[TXT] unwind-dw2.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] unwind-generic.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] unwind-pe.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] unwind-sjlj.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] unwind.inc  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] value-prof.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] value-prof.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] var-tracking.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] varasm.c  1.2   9 years  kettenis   Make the compiler emit visibility information for (undefined) references with no...
[TXT] varray.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] varray.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] vec.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] vec.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] vecprim.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] version.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] version.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] vmsdbg.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] vmsdbgout.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] web.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] xcoff.h  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] xcoffout.c  1.1   14 years  robert   branches: 1.1.1; Initial revision
[TXT] xcoffout.h  1.1   14 years  robert   branches: 1.1.1; Initial revision