1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/test
Ian Levesque d48e492a33 [xray] Add xray-ignore-loops option
XRay allows tuning by minimum function size, but also always instruments
functions with loops in them.  If the minimum function size is set to a
large value the loop instrumention ends up causing most functions to be
instrumented anyway.  This adds a new flag, xray-ignore-loops, to disable
the loop detection logic.

Differential Revision: https://reviews.llvm.org/D72659
2020-01-17 13:32:17 -08:00
..
Analysis [IR] Mark memset.* intrinsics as IntrWriteMem. 2020-01-16 10:35:46 +00:00
Assembler Move the sysroot attribute from DIModule to DICompileUnit 2020-01-17 12:55:40 -08:00
Bindings Move the sysroot attribute from DIModule to DICompileUnit 2020-01-17 12:55:40 -08:00
Bitcode Revert "[SVE] Pass Scalable argument to VectorType::get in Bitcode Reader" 2020-01-17 12:13:49 -08:00
BugPoint
CodeGen [xray] Add xray-ignore-loops option 2020-01-17 13:32:17 -08:00
DebugInfo Move the sysroot attribute from DIModule to DICompileUnit 2020-01-17 12:55:40 -08:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO Revert "[Support] make report_fatal_error abort instead of exit" 2020-01-15 17:52:25 -08:00
MachineVerifier Revert "[Support] make report_fatal_error abort instead of exit" 2020-01-15 17:52:25 -08:00
MC [Hexagon] Move testcase from c1873631d0a8f2acc to proper location 2020-01-17 12:34:50 -06:00
Object Revert "[Support] make report_fatal_error abort instead of exit" 2020-01-15 17:52:25 -08:00
ObjectYAML
Other [VectorUtils] Rework the Vector Function Database (VFDatabase). 2020-01-16 15:08:26 +00:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen TableGen/GlobalISel: Fix srcvalue inputs 2020-01-16 13:49:43 -05:00
ThinLTO/X86 Reland "[llvm-nm] Don't report "no symbols" error for files that contain symbols" 2020-01-17 10:08:42 -08:00
tools [ms] [llvm-ml] Add placeholder for llvm-ml, based on llvm-mc 2020-01-17 16:14:08 -05:00
Transforms [SeparateConstOffsetFromGEP] Fix: sext(a) + sext(b) -> sext(a + b) matches add and sub instructions with one another 2020-01-17 12:22:52 -05:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt [ms] [llvm-ml] Add placeholder for llvm-ml, based on llvm-mc 2020-01-17 16:14:08 -05:00
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh