llvm-6502/lib/Target
Chris Lattner 3150e2de93 Move lower intrinsics before FP constant emission, in case
intrinsic lowering ever introduces constants.

Rename local symbols before printing function bodies, fixing 255.vortex
with the CBE!!!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18534 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-05 06:49:44 +00:00
..
CBackend Move lower intrinsics before FP constant emission, in case 2004-12-05 06:49:44 +00:00
PowerPC Fix several bugs in 'op x, imm' handling. Foremost is that we now emit 2004-11-30 07:30:20 +00:00
Skeleton ignore generated files 2004-11-21 00:01:54 +00:00
Sparc This code rotted - change it to call abort() until someone wants 2004-12-03 06:57:14 +00:00
SparcV8 This code rotted - change it to call abort() until someone wants 2004-12-03 06:57:14 +00:00
SparcV9 When writing kernel, save the branches til the end. They are still put in the "right place" in the schedule, but sometimes when folding to make a kernel instructions are added between branches. This is wrong. To avoid this, we handle branches special. 2004-12-03 05:25:22 +00:00
X86 Fix a regression caused by the previous patch 2004-12-03 05:13:15 +00:00
Makefile Fix file comment header 2004-11-19 22:09:21 +00:00
MRegisterInfo.cpp Move destructor out of line to avoid vtable emission in every file that includes the header. Thanks to sabre. 2004-10-27 06:00:53 +00:00
Target.td Add isLittleEndianEncoding to InstrInfo class, defaults to `off' 2004-10-14 05:53:40 +00:00
TargetData.cpp Initial support for packed types, contributed by Morten Ofstad 2004-12-01 17:14:28 +00:00
TargetFrameInfo.cpp Remove dead methods 2004-08-12 18:37:15 +00:00
TargetInstrInfo.cpp ConstantTypeMustBeLoaded has been incorporated into SparcV9PreSelection, its 2004-07-27 21:43:38 +00:00
TargetMachine.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
TargetMachineRegistry.cpp Implement TargetRegistrationListener 2004-07-11 06:03:21 +00:00
TargetSchedInfo.cpp Remove dead assert 2004-10-25 19:04:01 +00:00