llvm-6502/lib/Transforms
Shuxin Yang 935e35d2b9 Consider expression "0.0 - X" as the negation of X if
- this expression is explicitly marked no-signed-zero, or
  - no-signed-zero of this expression can be derived from some context.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171922 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-09 00:13:41 +00:00
..
Hello
InstCombine Consider expression "0.0 - X" as the negation of X if 2013-01-09 00:13:41 +00:00
Instrumentation Actually update the CMake and Makefile builds correctly, and update the 2013-01-02 12:09:16 +00:00
IPO Move TypeFinder.h into the IR tree, it clearly belongs with the IR library. 2013-01-07 15:43:51 +00:00
Scalar Fixed EOL whitespace. 2013-01-07 21:26:07 +00:00
Utils Make sure we don't emit instructions before a landingpad instruction. 2013-01-08 10:51:32 +00:00
Vectorize Code cleanup: refactor the switch statements in the generation of reduction variables into an IR builder call. 2013-01-08 17:37:45 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile