1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib
Chris Lattner 192549ef70 Implement PR3266 & PR5276, folding:
not (or (icmp, icmp)) -> and(icmp, icmp)

llvm-svn: 85085
2009-10-26 01:06:31 +00:00
..
Analysis Remove includes of Support/Compiler.h that are no longer needed after the 2009-10-25 06:57:41 +00:00
Archive Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
AsmParser fix PR5295 where the .ll parser didn't reject a function after a global 2009-10-25 23:22:50 +00:00
Bitcode Suppress -Asserts warning. 2009-10-25 23:11:06 +00:00
CodeGen Use isIdentityCopy. Fix a bozo bug (flipped condition) in InvalidateRegDef. 2009-10-25 07:51:47 +00:00
CompilerDriver First draft of the OptionPreprocessor. 2009-10-17 20:09:29 +00:00
ExecutionEngine fix PR5186: the JIT shouldn't try to codegen available_externally 2009-10-25 23:06:42 +00:00
Linker Remove unnecessary #include. 2009-09-12 22:24:25 +00:00
MC add a twine version of MCContext::GetOrCreateSymbol. 2009-10-19 22:49:00 +00:00
Support Commit fixes for half precision I noted in review, so 2009-10-23 04:02:51 +00:00
System Remove unused includes. 2009-10-25 22:38:41 +00:00
Target of -> or 2009-10-25 19:14:48 +00:00
Transforms Implement PR3266 & PR5276, folding: 2009-10-26 01:06:31 +00:00
VMCore Remove includes of Support/Compiler.h that are no longer needed after the 2009-10-25 06:57:41 +00:00
Makefile remove llvm-db: it is completely broken and if anyone wants to do a debugger, 2009-10-05 02:29:51 +00:00