llvm-6502/lib/ExecutionEngine/JIT
Misha Brukman 91de352796 Go back to allocating memory for each constant separately. Since SPARCs do not
allow unaligned loads, that is probably the problem I've been seeing in numerous
SPARC test cases failing. X86, on the other hand, just slows down unaligned
accesses, since it must make 2 aligned accesses for each unaligned one.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10266 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-30 00:50:53 +00:00
..
Intercept.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
JIT.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
JIT.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
JITEmitter.cpp Go back to allocating memory for each constant separately. Since SPARCs do not 2003-11-30 00:50:53 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
VM.cpp * Order #includes as per style guide 2003-11-17 20:37:02 +00:00
VM.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00