tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
gnu
/
gcc
/
gcc
/
at
jcs
7 folders
499 files
config
Switch m88k to PIE by default. ok aoyama@
4 months ago
cp
Correct handling of enum attributes with g++
10 years ago
doc
Make gnu99 the default for gcc 3.3.6 and 4.2.1, not gnu89. While these versions of gcc don't have full C99 support, it is better than defaulting to C89 when building modern software. OK deraadt@
2 years ago
ginclude
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
objc
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
objcp
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
treelang
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
BASE-VER
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
COPYING
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
COPYING.LIB
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
DATESTAMP
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
DEV-PHASE
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
addresses.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
alias.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
alias.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
alloc-pool.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
alloc-pool.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
attribs.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
basic-block.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
bb-reorder.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
bitmap.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
bitmap.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
bt-load.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
builtin-attrs.def
Port the -Wbounded extension from gcc3 to gcc4. Based on work started by jasper@.
14 years ago
builtin-types.def
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
builtins.c
Fix internal compiler error with long long arithmetic
10 years ago
builtins.def
Revert the previous commit; this is not the right approach.
12 years ago
c-aux-info.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
c-bounded.c
Add wcstring attribute support for Wbounded. To be used for wchar.h which operates on element counts rather than buffer sizes. I'll start annotating headers in a few weeks, after the hackathon. OK millert@.
12 years ago
c-common.c
Makde gcc handle __stack_smash_handler similarly to memcpy and memset when creating calls: cache the RTL, let a declaration alter the asm spec, and set the same RTL attributes. For all three, let a declaration set the ELF visibility.
10 years ago
c-common.def
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
c-common.h
Implement support for __builtin_complex() to construct complex values, required by the upcoming libm work. OK miod@.
10 years ago
c-config-lang.in
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
c-convert.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
c-cppbuiltin.c
Add a new option "-fstack-protector-strong" for GCC4. This includes additional functions to be protected --- those that have local array definitions, or have references to local frame addresses.
12 years ago
c-decl.c
Don't warn about shadowing a global function unless the local variable or parameter is a pointer to a function.
9 years ago
c-dump.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
c-errors.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
c-format.c
printf(9) and friends don't support the <number>$ flags, so gcc's kprintf attribute shouldn't accept them.
11 years ago
c-format.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
c-gimplify.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
c-incpath.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
c-incpath.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
c-lang.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
c-lex.c
Add support for "d" floating-point suffix, as defined by draft N1312 of TR 24732. Emit pedantic warning if the feature is being used. Requested by jasper@; needed by certain ports. OK miod@.
13 years ago
c-objc-common.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
c-objc-common.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
c-omp.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
c-opts.c
Make gnu99 the default for gcc 3.3.6 and 4.2.1, not gnu89. While these versions of gcc don't have full C99 support, it is better than defaulting to C89 when building modern software. OK deraadt@
2 years ago
c-parser.c
Implement support for __builtin_complex() to construct complex values, required by the upcoming libm work. OK miod@.
10 years ago
c-pch.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
c-ppoutput.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
c-pragma.c
inform that diagnostics in functions won't work, but don't error out flatly.
7 years ago
c-pragma.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
c-pretty-print.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
c-pretty-print.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
c-semantics.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
c-tree.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
c-typeck.c
Adjust how gcc4 handles the "missing braces around initializer" warning.
3 years ago
c.opt
Enable Wbounded by default. Passing bound bigger than the buffer size almost always has security implications. I think this quote from Theo summarizes the situation best:
12 years ago
caller-save.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
calls.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cfg.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cfganal.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cfgbuild.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cfgcleanup.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cfgexpand.c
Fix stack shuffle such that sj includes si and the last element actually gets a chance to be reordered.
10 years ago
cfghooks.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cfghooks.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cfglayout.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cfglayout.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cfgloop.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cfgloop.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cfgloopanal.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cfgloopmanip.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cfgrtl.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cgraph.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cgraph.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cgraphunit.c
Make the compiler emit visibility information for (undefined) references with non-default visibility.
11 years ago
collect2.c
Both gcc & collect2 can pledge "stdio rpath wpath cpath proc exec". (cc1 "toplev.c" uses brk/sbrk, so it is on hold to figure out the right direction...) ok semarie pascal
10 years ago
collect2.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
combine.c
Disable a broken optimization in try_combine(); GCC PR #34628.
13 years ago
common.opt
create infrastructure so that jump tables on/off can be tweaked by an architecture by changing JUMP_TABLES_DEFAULT ok kettenis
3 years ago
conditions.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
conflict.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
convert.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
convert.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
coretypes.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
coverage.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
coverage.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cppdefault.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cppdefault.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cppspec.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
crtstuff.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cse.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cselib.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cselib.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
cstamp-h.in
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
dbxout.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
dbxout.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
ddg.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
ddg.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
debug.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
debug.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
defaults.h
create infrastructure so that jump tables on/off can be tweaked by an architecture by changing JUMP_TABLES_DEFAULT ok kettenis
3 years ago
df-core.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
df-problems.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
df-scan.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
df.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
dfp.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
dfp.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
diagnostic.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
diagnostic.def
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
diagnostic.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
dojump.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
dominance.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
domwalk.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
domwalk.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
double-int.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
double-int.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
dummy-checksum.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
dwarf.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
dwarf2.h
add support for -msave-args in gcc on amd64
9 years ago
dwarf2asm.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
dwarf2asm.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
dwarf2out.c
add support for -msave-args in gcc on amd64
9 years ago
dwarf2out.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
emit-rtl.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
emit-rtl.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
emutls.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
errors.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
errors.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
et-forest.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
et-forest.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
except.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
except.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
explow.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
expmed.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
expr.c
Makde gcc handle __stack_smash_handler similarly to memcpy and memset when creating calls: cache the RTL, let a declaration alter the asm spec, and set the same RTL attributes. For all three, let a declaration set the ELF visibility.
10 years ago
expr.h
Makde gcc handle __stack_smash_handler similarly to memcpy and memset when creating calls: cache the RTL, let a declaration alter the asm spec, and set the same RTL attributes. For all three, let a declaration set the ELF visibility.
10 years ago
final.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
fix-header.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
flags.h
merge some gcc-local(1) changes: - disable -fident by default - disable -fstrict-aliasing with -O2 - add support for -Wstack-larger-than-N (only for i386 and amd64 for now)
16 years ago
flow.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
fold-const.c
Fix internal compiler error with long long arithmetic
10 years ago
fp-test.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
function.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
function.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gbl-ctors.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gcc.c
fix format string
9 years ago
gcc.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gccspec.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gcov-dump.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gcov-io.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gcov-io.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gcov-iov.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gcov.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gcse.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gdbinit.in
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gen-protos.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
genattr.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
genattrtab.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
genautomata.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gencheck.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
genchecksum.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gencodes.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
genconditions.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
genconfig.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
genconstants.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
genemit.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
genextract.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
genflags.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gengenrtl.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gengtype-lex.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gengtype-lex.l
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gengtype-yacc.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gengtype-yacc.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gengtype-yacc.y
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gengtype.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gengtype.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
genmddeps.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
genmodes.c
base tree had only two uses of the printf %n format string, in this file. Appending "%n" to the format string to capture the output-length in bytes (into an uninitialized variable) is exactly the same as using the printf return value. Why did they do this so unnaturally? (normally we don't change gcc import code, but I'm doing a study of %n prevelance) ok millert
5 years ago
genmultilib
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
genopinit.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
genoutput.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
genpeep.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
genpreds.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
genrecog.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gensupport.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gensupport.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
ggc-common.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
ggc-none.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
ggc-page.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
ggc-zone.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
ggc.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gimple-low.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gimplify.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
glimits.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
global.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
graph.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
graph.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gstab.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gsyms.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gsyslimits.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gthr-aix.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gthr-dce.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gthr-gnat.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gthr-gnat.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gthr-lynx.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gthr-nks.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gthr-posix.c
Fix GCC's use of _POSIX_PRIORITY_SCHEDULING and _POSIX_THREAD_PRIORITY_SCHEDULING. POSIX 2001 states that they can be defined to -1 to indicate that the feature is not supported (which is how we define them), so it's not okay to just check whether or not they're defined.
14 years ago
gthr-posix.h
Fix GCC's use of _POSIX_PRIORITY_SCHEDULING and _POSIX_THREAD_PRIORITY_SCHEDULING. POSIX 2001 states that they can be defined to -1 to indicate that the feature is not supported (which is how we define them), so it's not okay to just check whether or not they're defined.
14 years ago
gthr-posix95.h
Fix GCC's use of _POSIX_PRIORITY_SCHEDULING and _POSIX_THREAD_PRIORITY_SCHEDULING. POSIX 2001 states that they can be defined to -1 to indicate that the feature is not supported (which is how we define them), so it's not okay to just check whether or not they're defined.
14 years ago
gthr-rtems.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gthr-single.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gthr-solaris.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gthr-tpf.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gthr-vxworks.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gthr-win32.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
gthr.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
haifa-sched.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
hard-reg-set.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
hooks.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
hooks.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
host-default.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
hosthooks-def.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
hosthooks.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
hwint.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
ifcvt.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
input.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
insn-addr.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
insn-notes.def
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
integrate.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
integrate.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
intl.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
intl.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
ipa-cp.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
ipa-inline.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
ipa-prop.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
ipa-prop.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
ipa-pure-const.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
ipa-reference.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
ipa-reference.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
ipa-type-escape.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
ipa-type-escape.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
ipa-utils.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
ipa-utils.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
ipa.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
jump.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
lambda-code.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
lambda-mat.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
lambda-trans.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
lambda.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
langhooks-def.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
langhooks.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
langhooks.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
lcm.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
libada-mk.in
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
libfuncs.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
libgcc-std.ver
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
libgcc2.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
libgcc2.h
only enable SF, DF, XF, TF modes in libgcc if we are building with gcc4, so we can bootstrap with gcc3 first
16 years ago
libgcov.c
Replace strcpy() calls with strlcpy() to avoid triggering warnings when linking against -lgcov.
13 years ago
limitx.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
limity.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
lists.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
local-alloc.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
longlong.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
loop-doloop.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
loop-init.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
loop-invariant.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
loop-iv.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
loop-unroll.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
loop-unswitch.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
machmode.def
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
machmode.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
main.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
mips-tdump.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
mips-tfile.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
mkconfig.sh
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
mklibgcc.in
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
mkmap-flat.awk
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
mkmap-symver.awk
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
mode-classes.def
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
mode-switching.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
modulo-sched.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
omp-builtins.def
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
omp-low.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
opt-functions.awk
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
opt-gather.awk
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
optabs.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
optabs.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
optc-gen.awk
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
opth-gen.awk
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
opts-common.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
opts.c
Make gcc accept -Oz as an alias for -Os for compatibility with clang.
8 years ago
opts.h
gcc 4.9 makes unknown -Wno-* vanish.
9 years ago
output.h
Make the compiler emit visibility information for (undefined) references with non-default visibility.
11 years ago
params.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
params.def
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
params.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
passes.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
pointer-set.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
pointer-set.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
postreload-gcse.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
postreload.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
predict.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
predict.def
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
predict.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
prefix.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
prefix.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
pretty-print.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
pretty-print.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
print-rtl.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
print-tree.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
profile.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
protoize.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
read-rtl.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
real.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
real.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
recog.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
recog.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
reg-notes.def
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
reg-stack.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
regclass.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
regmove.c
Bounds check before addressing call_used_regs[], avoids segfaults in fixup_match_2() on landisk building mysql; gcc PR #28467 help and prodding jsg@, ok kettenis@
13 years ago
regrename.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
regs.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
reload.c
Fix ICE on hppa. Variant on minimal fix from GCC PR 34762.
16 years ago
reload.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
reload1.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
reorg.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
resource.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
resource.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
rtl-error.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
rtl-factoring.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
rtl.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
rtl.def
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
rtl.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
rtlanal.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
rtlhooks-def.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
rtlhooks.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
sbitmap.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
sbitmap.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
scan-decls.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
scan-types.sh
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
scan.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
scan.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
sched-deps.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
sched-ebb.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
sched-int.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
sched-rgn.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
sched-vis.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
sdbout.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
sdbout.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
see.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
simplify-rtx.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
sort-protos
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
sreal.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
sreal.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
stab.def
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
statistics.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
stmt.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
stor-layout.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
stringpool.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
struct-equiv.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
stub-objc.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
sync-builtins.def
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
sys-protos.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
sys-types.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
system.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
target-def.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
target.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
targhooks.c
Makde gcc handle __stack_smash_handler similarly to memcpy and memset when creating calls: cache the RTL, let a declaration alter the asm spec, and set the same RTL attributes. For all three, let a declaration set the ELF visibility.
10 years ago
targhooks.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
timevar.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
timevar.def
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
timevar.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tlink.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
toplev.c
Relax pledge a bit until decode_options() has completed, for it might perform a setrlimit() call requiring the "proc" pledge if you invoke the compiler with -dH in order to be able to get a core dump of cc1{,plus} if it ICEs.
7 months ago
toplev.h
a regular function decl collides with an inline, due to C99 inline rules. We are never updating this sub-tree. Knock out the collision in the simplest way. diff from mortimer. This is the last change required for -fno-common on all architectures, thanks to mortimer for starting the effort and encouraging others.
5 years ago
tracer.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-browser.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-browser.def
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-cfg.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-cfgcleanup.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-chrec.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-chrec.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-complex.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-data-ref.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-data-ref.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-dfa.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-dump.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-dump.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-eh.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-flow-inline.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-flow.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-gimple.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-gimple.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-if-conv.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-inline.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-inline.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-into-ssa.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-iterator.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-iterator.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-loop-linear.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-mudflap.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-mudflap.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-nested.c
port -ftrampolines/-Wtrampolines support from gcc3. comments and okay kettenis@
16 years ago
tree-nomudflap.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-nrv.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-object-size.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-optimize.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-outof-ssa.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-pass.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-phinodes.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-pretty-print.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-profile.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-scalar-evolution.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-scalar-evolution.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-sra.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-address.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-alias.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-ccp.c
Fix internal compiler error with long long arithmetic
10 years ago
tree-ssa-copy.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-copyrename.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-dce.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-dom.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-dse.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-forwprop.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-live.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-live.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-loop-ch.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-loop-im.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-loop-ivcanon.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-loop-ivopts.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-loop-manip.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-loop-niter.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-loop-prefetch.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-loop-unswitch.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-loop.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-math-opts.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-operands.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-operands.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-phiopt.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-pre.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-propagate.c
Fix internal compiler error with long long arithmetic
10 years ago
tree-ssa-propagate.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-reassoc.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-sink.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-structalias.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-structalias.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-threadedge.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-threadupdate.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa-uncprop.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-ssa.c
Fix base-gcc -Wno-error=uninitialized
4 years ago
tree-ssanames.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-stdarg.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-stdarg.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-tailcall.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-vect-analyze.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-vect-generic.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-vect-patterns.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-vect-transform.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-vectorizer.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-vectorizer.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-vn.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree-vrp.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree.def
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tree.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
treestruct.def
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
tsystem.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
typeclass.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
unwind-c.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
unwind-compat.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
unwind-compat.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
unwind-dw2-fde-compat.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
unwind-dw2-fde-darwin.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
unwind-dw2-fde-glibc.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
unwind-dw2-fde-openbsd.c
Bring over changes from gcc3 (and gcc4 in ports) to make C++ exception handling work with shared libraries.
16 years ago
unwind-dw2-fde.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
unwind-dw2-fde.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
unwind-dw2.c
Add the bits of code I wrote for the ports gcc that are necessary to handle StackGhost on sparc64.
16 years ago
unwind-dw2.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
unwind-generic.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
unwind-pe.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
unwind-sjlj.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
unwind.inc
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
value-prof.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
value-prof.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
var-tracking.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
varasm.c
Make the compiler emit visibility information for (undefined) references with non-default visibility.
11 years ago
varray.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
varray.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
vec.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
vec.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
vecprim.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
version.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
version.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
vmsdbg.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
vmsdbgout.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
web.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
xcoff.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
xcoffout.c
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago
xcoffout.h
import of gcc-4.2.1, the last gcc release under GPLv2
16 years ago