1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/test
Xinliang David Li 28a5d9c340 [PartialInlining] Profile based cost analysis
Implemented frequency based cost/saving analysis
and related options.

The pass is now in a state ready to be turne on
in the pipeline (in follow up).

Differential Revision: http://reviews.llvm.org/D32783

llvm-svn: 302967
2017-05-12 23:41:43 +00:00
..
Analysis [BPI] Ignore remainder while distributing the remaining probability from unreachanble 2017-05-12 07:50:06 +00:00
Assembler [IR] Allow attributes with global variables 2017-05-11 12:28:08 +00:00
Bindings
Bitcode Restrict call metadata based hotness detection to Sample PGO mode 2017-05-11 23:18:05 +00:00
BugPoint
CodeGen [x86] add vector tests for demanded bits; NFC 2017-05-12 20:53:48 +00:00
DebugInfo [codeview] Fix assertion failure introduced in r295354 refactoring 2017-05-12 17:02:40 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [msan] Fix PR32842 2017-05-11 11:07:48 +00:00
Integer
JitListener
LibDriver
Linker
LTO
MC [PPC] Change the register constraint of the first source operand of instruction mtvsrdd to g8rc_nox0 2017-05-11 22:17:35 +00:00
Object [llvm-readobj] Improve errors on invalid binary 2017-05-10 14:18:11 +00:00
ObjectYAML [WebAssembly] Improve libObject support for wasm imports and exports 2017-05-09 23:48:41 +00:00
Other
SymbolRewriter
TableGen
ThinLTO/X86
tools Change sample profile writer to make it deterministic. 2017-05-11 23:43:44 +00:00
Transforms [PartialInlining] Profile based cost analysis 2017-05-12 23:41:43 +00:00
Unit [Lit] Fix to prevent creation of "%SystemDrive%" directory on Windows. 2017-05-08 08:55:38 +00:00
Verifier Make it illegal for two Functions to point to the same DISubprogram 2017-05-09 19:47:37 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh