llvm-6502/lib
Pedro Artigas 84030dcb3f Add fast math inst combine X*log2(Y*0.5)-->X*log2(Y)-X
reviewed by Michael Ilseman <milseman@apple.com>



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169025 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-30 19:09:41 +00:00
..
Analysis Move the InstVisitor utility into VMCore where it belongs. It heavily 2012-11-30 03:08:41 +00:00
Archive
AsmParser Add back support for reading and parsing 'deplibs'. 2012-11-28 08:41:48 +00:00
Bitcode Add back support for reading and parsing 'deplibs'. 2012-11-28 08:41:48 +00:00
CodeGen More comment. 2012-11-29 22:56:13 +00:00
DebugInfo
ExecutionEngine Move the InstVisitor utility into VMCore where it belongs. It heavily 2012-11-30 03:08:41 +00:00
Linker
MC Add the rest of the experimental fission sections to MC. 2012-11-30 06:47:06 +00:00
Object Object: Pass the buffer name through when making a copy. 2012-11-29 20:08:03 +00:00
Support Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES. 2012-11-30 11:45:22 +00:00
TableGen
Target Codegen failure for vmull with small vectors 2012-11-30 19:08:04 +00:00
Transforms Add fast math inst combine X*log2(Y*0.5)-->X*log2(Y)-X 2012-11-30 19:09:41 +00:00
VMCore More strict error checking in parseSpecifier + simplified code. 2012-11-30 10:06:59 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile