1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test
Rong Xu 034a0ba182 [PGO] Fix branch probability remarks assert
Fixed counter/weight overflow that leads to an assertion. Also fixed the help
string for pgo-emit-branch-prob option.

Differential Revision: https://reviews.llvm.org/D44809

llvm-svn: 328653
2018-03-27 18:55:56 +00:00
..
Analysis [SCEV] Make exact taken count calculation more optimistic 2018-03-27 07:30:38 +00:00
Assembler
Bindings Fix go bindings test when using goma distributed build tool 2018-03-26 20:19:14 +00:00
Bitcode Refactor check for dllimport in the Verifier. 2018-03-06 17:19:23 +00:00
BugPoint
CodeGen AMDGPU: Fix crash when MachinePointerInfo invalid 2018-03-27 18:39:45 +00:00
DebugInfo Use .set instead of = when printing assignment in assembly output 2018-03-27 16:44:41 +00:00
Examples
ExecutionEngine
Feature Remove the LoopInstSimplify pass (-loop-instsimplify) 2018-03-12 20:49:42 +00:00
FileCheck
Instrumentation [HWASan] Port HWASan to Linux x86-64 (LLVM) 2018-03-23 17:57:54 +00:00
Integer
JitListener
Linker
LTO Object: Fix handling of @@@ in .symver directive 2018-03-20 00:45:03 +00:00
MC Use .set instead of = when printing assignment in assembly output 2018-03-27 16:44:41 +00:00
Object
ObjectYAML [WebAssembly] Disallow weak undefined globals in the object format 2018-03-09 16:30:44 +00:00
Other [PM][FunctionAttrs] add NoUnwind attribute inference to PostOrderFunctionAttrs pass 2018-03-23 21:46:16 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen TableGen: Streamline how defs are instantiated 2018-03-21 17:12:53 +00:00
ThinLTO/X86 [ThinLTO] Clear dllimport when setting dso_local. 2018-03-13 15:24:51 +00:00
tools [AArch64] Decorate AArch64 instrs with OPERAND_PCREL 2018-03-27 16:58:01 +00:00
Transforms [PGO] Fix branch probability remarks assert 2018-03-27 18:55:56 +00:00
Unit
Verifier [DebugInfo] Add verifier for DICompositeType vector 2018-03-08 19:31:37 +00:00
YAMLParser
.clang-format
CMakeLists.txt [dsymutil] Rename llvm-dsymutil -> dsymutil 2018-03-18 11:38:41 +00:00
lit.cfg.py [dsymutil] Rename llvm-dsymutil -> dsymutil 2018-03-18 11:38:41 +00:00
lit.site.cfg.py.in
TestRunner.sh