llvm-6502/lib/Target
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 Fixes for PR258 and PR259. 2004-02-26 22:20:58 +00:00
PowerPC Add back machine code deleter pass until we get a MachineCode pass 2004-02-15 00:03:15 +00:00
Sparc Instructions to call and return from functions. 2004-02-26 00:37:12 +00:00
SparcV8 Instructions to call and return from functions. 2004-02-26 00:37:12 +00:00
SparcV9 Great sparc renaming fallout IV: Sparc --> SparcV9. 2004-02-25 22:09:36 +00:00
X86 Uncomment assertions that register# != 0 on calls to 2004-02-26 22:00:20 +00:00
Makefile Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles) 2004-02-25 19:08:12 +00:00
MRegisterInfo.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
Target.td Expose the "Other" value type to tablegen targets 2004-02-11 03:08:45 +00:00
TargetData.cpp Use a map instead of annotations 2004-02-26 08:02:17 +00:00
TargetInstrInfo.cpp Make this assertion more self-explanatory. 2004-01-15 18:15:58 +00:00
TargetMachine.cpp Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering 2003-12-28 21:23:38 +00:00
TargetSchedInfo.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00