llvm-6502/unittests
Jakob Stoklund Olesen d7648ff20f Add a division operator to BlockFrequency.
Allow a BlockFrequency to be divided by a non-zero BranchProbability
with saturating arithmetic. This will be used to compute the frequency
of a loop header given the probability of leaving the loop.

Our long division algorithm already saturates on overflow, so that was a
freebie.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185184 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-28 18:23:42 +00:00
..
ADT [APFloat] Added unittest for APFloat.divide that checks special cases, result categories, and result statuses. 2013-06-27 00:42:00 +00:00
Analysis
Bitcode
DebugInfo
ExecutionEngine [mips] Remove Triple:mips from SupportedArchs in MCJIT unittests 2013-06-20 20:33:06 +00:00
IR
Option
Support Add a division operator to BlockFrequency. 2013-06-28 18:23:42 +00:00
Transforms
CMakeLists.txt
Makefile
Makefile.unittest