1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 07:22:55 +01:00
llvm-mirror/lib
Chris Lattner 0409f2c48d Implement Regression/Transforms/InstCombine/bswap-fold.ll,
folding   seteq (bswap(x)), c -> seteq(x,bswap(c))

llvm-svn: 32006
2006-11-29 05:02:16 +00:00
..
Analysis WTF? These weird newlines got in there... 2006-11-29 01:14:00 +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 Fix for PR1023 by Dan Gohman. 2006-11-29 01:58:12 +00:00
Debugger For PR786: 2006-11-02 20:25:50 +00:00
ExecutionEngine Removed #include <iostream> and replaced streams with llvm streams. 2006-11-27 23:54:50 +00:00
Linker Removed #include <iostream> and replaced with llvm_* streams. 2006-11-27 10:09:12 +00:00
Support Add a helper function 2006-11-28 22:32:35 +00:00
System Unbreak VC++ build. 2006-11-05 19:31:28 +00:00
Target 16-byte stack alignment for X86-64 ELF. Patch by Dan Gohman. 2006-11-29 02:00:40 +00:00
Transforms Implement Regression/Transforms/InstCombine/bswap-fold.ll, 2006-11-29 05:02:16 +00:00
VMCore Changed to using LLVM streams. 2006-11-28 02:09:03 +00:00
Makefile