llvm-6502/unittests/VMCore
Duncan Sands 8883c43ddc Make it possible to indicate relaxed floating point requirements at the IR level
through the use of 'fpmath' metadata.  Currently this only provides a 'fpaccuracy'
value, which may be a number in ULPs or the keyword 'fast', however the intent is
that this will be extended with additional information about NaN's, infinities
etc later.  No optimizations have been hooked up to this so far.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154822 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-16 16:28:59 +00:00
..
ConstantsTest.cpp land David Blaikie's patch to de-constify Type, with a few tweaks. 2011-07-18 04:54:35 +00:00
DominatorTreeTest.cpp Handle unreachable code in the dominates functions. This changes users when 2012-03-30 16:46:21 +00:00
InstructionsTest.cpp Make it possible to indicate relaxed floating point requirements at the IR level 2012-04-16 16:28:59 +00:00
Makefile Handle unreachable code in the dominates functions. This changes users when 2012-03-30 16:46:21 +00:00
MetadataTest.cpp I noticed in passing that the Metadata getIfExists method was creating a new 2012-03-31 08:20:11 +00:00
PassManagerTest.cpp Second attempt at de-constifying LLVM Types in FunctionType::get(), 2011-07-12 14:06:48 +00:00
ValueMapTest.cpp re-enable unittest 2011-12-12 04:20:41 +00:00
VerifierTest.cpp land David Blaikie's patch to de-constify Type, with a few tweaks. 2011-07-18 04:54:35 +00:00