llvm-6502/lib/Target
Misha Brukman d2dfc9628d Now that the JIT memory manager allocates as many bytes as necessary rather than
rounding up to a page, we need to request (num instrs * 4) bytes. However, I
think that 64 bytes is overkill for the stub function.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7888 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-15 18:03:06 +00:00
..
CBackend Stop annoying warnings about mismatched types with the argument of a free 2003-08-14 19:19:53 +00:00
SparcV9 Now that the JIT memory manager allocates as many bytes as necessary rather than 2003-08-15 18:03:06 +00:00
X86 Adjust to new API, add expandCall stub 2003-08-15 04:51:59 +00:00
Makefile
MRegisterInfo.cpp
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
TargetInstrInfo.cpp
TargetMachine.cpp
TargetSchedInfo.cpp