llvm-6502/lib/Target
Misha Brukman ec6319a00c * Differentiate between global and weak symbol loads
* Fix functions that take more than 32 bytes of args
* Alignment of doubles in structs is 4 bytes, not 8
* Fix passing long args: rN = hi, rN+1 = lo
* Rewrite signed divide
* Rewrite Intrinsic::returnaddress

Patch courtesy of Nate Begeman.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15036 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-20 15:51:37 +00:00
..
CBackend bug 122: 2004-07-18 00:44:37 +00:00
PowerPC * Differentiate between global and weak symbol loads 2004-07-20 15:51:37 +00:00
Skeleton Fix grammar. 2004-07-16 17:40:28 +00:00
Sparc CPR fixes 2004-07-18 07:26:17 +00:00
SparcV8 CPR fixes 2004-07-18 07:26:17 +00:00
SparcV9 bug 122: 2004-07-19 13:25:02 +00:00
X86 While I'm at it, don't break codegen of mul by 3,5,9. 2004-07-19 23:50:57 +00:00
Makefile Build the skeleton target 2004-07-16 07:11:53 +00:00
MRegisterInfo.cpp
Target.td
TargetData.cpp
TargetFrameInfo.cpp
TargetInstrInfo.cpp
TargetMachine.cpp
TargetMachineRegistry.cpp
TargetSchedInfo.cpp