llvm-6502/lib/Target
Chris Lattner 9860e77110 * Be TBAA safe
* Fix isFPCSafeToPrint to find more constants safe to print, which it was
  failing because ftostr was padding with leading space characters.
* Scan the entire module for global constants instead of each function at a
  time.  This has the advantage of allowing us to emit constants at global
  scope instead of function scope.  This speeds FP programs quite a bit.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9048 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-12 04:36:29 +00:00
..
CBackend * Be TBAA safe 2003-10-12 04:36:29 +00:00
SparcV9 Don't include "Config/stdlib.h". 2003-10-10 19:12:22 +00:00
X86 Fix spelling. 2003-10-10 17:57:28 +00:00
Makefile
MRegisterInfo.cpp Make it easier to debug by exposing a temporary 2003-08-03 13:49:25 +00:00
Target.td Add a bunch of new node types, including a new Void dummy register class 2003-08-15 04:35:14 +00:00
TargetData.cpp Add support for 'any' pointer size and endianness 2003-08-24 13:49:22 +00:00
TargetInstrInfo.cpp
TargetMachine.cpp
TargetSchedInfo.cpp Reformatted code to match the prevalent LLVM style; fit code into 80 columns. 2003-08-05 00:02:06 +00:00