llvm-6502/lib
Mon P Wang a7b6cff99f If unsafe FP optimization is not set, don't allow -(A-B) => B-A because
when A==B, -0.0 != +0.0.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63474 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-31 06:07:45 +00:00
..
Analysis Each input file is encoded as a separate compile unit in LLVM debugging 2009-01-30 18:20:31 +00:00
Archive
AsmParser
Bitcode use precise getters 2009-01-30 18:27:21 +00:00
CodeGen If unsafe FP optimization is not set, don't allow -(A-B) => B-A because 2009-01-31 06:07:45 +00:00
Debugger
ExecutionEngine
Linker
Support Add opposite_of and inverse_opt to support -fno- style options. This 2009-01-30 08:19:46 +00:00
System
Target Make LowerCallTo and LowerArguments take a DebugLoc 2009-01-30 23:10:59 +00:00
Transforms Simplify and generalize the SROA "convert to scalar" transformation to 2009-01-31 02:28:54 +00:00
VMCore back out my previous change, it exposes a latent bug. investigating 2009-01-31 01:31:59 +00:00
Makefile