llvm/unittests
Vedant Kumar a908bbaf8d Revert "[BPI] Use a safer constructor to calculate branch probabilities"
This reverts commit r290016. It breaks this bot, even though the test
passes locally:

  http://bb.pgr.jp/builders/ninja-x64-msvc-RA-centos6/builds/32956/

AnalysisTests: /home/bb/ninja-x64-msvc-RA-centos6/llvm-project/llvm/lib/Support/BranchProbability.cpp:52: static llvm::BranchProbability llvm::BranchProbability::getBranchProbability(uint64_t, uint64_t): Assertion `Numerator <= Denominator && "Probability cannot be bigger than 1!"' failed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290019 91177308-0d34-0410-b5e6-96231b3b80d8
2016-12-17 00:19:06 +00:00
..
ADT [APFloatTest] Log when test fails. NFC 2016-12-16 00:47:17 +00:00
Analysis Revert "[BPI] Use a safer constructor to calculate branch probabilities" 2016-12-17 00:19:06 +00:00
AsmParser
Bitcode
CodeGen
DebugInfo Switch functions that returned bool and filled in a DWARFFormValue arg with ones that return Optional<DWARFFormValue> 2016-12-13 23:20:56 +00:00
ExecutionEngine Remove the AssumptionCache 2016-12-15 03:02:15 +00:00
IR Revert "[IR] Remove the DIExpression field from DIGlobalVariable." 2016-12-16 19:39:01 +00:00
LineEditor
Linker
MC
MI
Object
ObjectYAML
Option
ProfileData
Support Simplify format member detection in FormatVariadic 2016-12-15 09:40:27 +00:00
Target
Transforms Remove the AssumptionCache 2016-12-15 03:02:15 +00:00
CMakeLists.txt