1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib
Nadav Rotem d449bc9bff Address Duncan's CR request:
1. Cleanup the tests in ConstantFolding.cpp
2. Implement isAllOnes for Constant, ConstantFP, ConstantVector

llvm-svn: 138340
2011-08-23 17:48:43 +00:00
..
Analysis Address Duncan's CR request: 2011-08-23 17:48:43 +00:00
Archive Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
AsmParser Remove unused variable. 2011-08-18 08:13:18 +00:00
Bitcode Initial commit of the 'landingpad' instruction. 2011-08-12 20:24:12 +00:00
CodeGen Split the landing pad's edge. Then for all uses of a landingpad instruction's 2011-08-22 23:38:40 +00:00
CompilerDriver Build CompilerDriver library. 2011-03-12 22:01:42 +00:00
ExecutionEngine EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc. 2011-08-14 00:34:04 +00:00
Linker switch to the new struct api. 2011-08-12 18:07:26 +00:00
MC Fix AsmParser binary precedence for shift operators. 2011-08-20 16:24:13 +00:00
Object Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
Support This patch adds support of le32 pseudo-cpu that stands for generic 2011-08-23 16:59:00 +00:00
Target Fix Thumb2 decoding of CPS instructions to mirror ARM decoding of the same instructions. 2011-08-23 17:45:18 +00:00
Transforms Add a comment. 2011-08-22 17:29:37 +00:00
VMCore Address Duncan's CR request: 2011-08-23 17:48:43 +00:00
CMakeLists.txt Build CompilerDriver library. 2011-03-12 22:01:42 +00:00
Makefile