1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/ExecutionEngine
Misha Brukman acb0d474e9 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.

llvm-svn: 10266
2003-11-30 00:50:53 +00:00
..
Interpreter Do not depend on structure elements being of type UByteTy 2003-11-25 20:44:56 +00:00
JIT Go back to allocating memory for each constant separately. Since SPARCs do not 2003-11-30 00:50:53 +00:00
ExecutionEngine.cpp Fine grainify namespaceification 2003-11-19 21:08:57 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00