llvm-6502/lib
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
..
Analysis
Archive
AsmParser
Bytecode
CodeGen
ExecutionEngine Go back to allocating memory for each constant separately. Since SPARCs do not 2003-11-30 00:50:53 +00:00
Linker * The return value of LinkLibraries is ignored, so remove it. 2003-11-28 07:44:09 +00:00
Support
Target
Transforms Fix test: Transforms/LevelRaise/2003-11-28-IllegalTypeConversion.ll 2003-11-29 05:31:25 +00:00
VMCore
Makefile