llvm-6502/lib/Target/CBackend
John Criswell 3799eec3cf Fixes for PR258 and PR259.
Functions with linkonce linkage are declared with weak linkage.
Global floating point constants used to represent unprintable values
(such as NaN and infinity) are declared static so that they don't interfere
with other CBE generated translation units.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11884 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-26 22:20:58 +00:00
..
CBackend.cpp Fixes for PR258 and PR259. 2004-02-26 22:20:58 +00:00
CTargetMachine.h Convert the C backend into a target, for use with LLC. This allows us to use 2004-02-13 23:18:48 +00:00
Makefile Moved directory, update makefile 2004-02-13 23:31:12 +00:00
Writer.cpp Fixes for PR258 and PR259. 2004-02-26 22:20:58 +00:00