llvm-6502/lib
Chris Lattner 625bd052a3 Trivially lower 'bswap $0' into llvm.bswap. This fixes hexxagon with the
JIT on darwin/x86, which has htonl implemented as inline asm.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31999 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-29 01:14:06 +00:00
..
Analysis WTF? These weird newlines got in there... 2006-11-29 01:14:00 +00:00
Archive Use ostream instead of iostream 2006-11-28 22:49:32 +00:00
AsmParser Removed #include <iostream> and used llvm streams 2006-11-28 22:47:12 +00:00
Bytecode Replacing std::iostreams with llvm iostreams. Some of these changes involve 2006-11-29 00:19:40 +00:00
CodeGen add a hook to allow targets to hack on inline asms to lower them to llvm 2006-11-29 01:12:32 +00:00
Debugger
ExecutionEngine Removed #include <iostream> and replaced streams with llvm streams. 2006-11-27 23:54:50 +00:00
Linker
Support WTF? These weird newlines got in there... 2006-11-29 01:14:00 +00:00
System
Target Trivially lower 'bswap $0' into llvm.bswap. This fixes hexxagon with the 2006-11-29 01:14:06 +00:00
Transforms Join a split line. 2006-11-29 01:11:01 +00:00
VMCore Changed to using LLVM streams. 2006-11-28 02:09:03 +00:00
Makefile