1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
llvm-mirror/test
Matt Arsenault 9c6d728552 Don't count debug instructions towards neighborhood count
In computeRegisterLiveness, the max instructions to search
was counting dbg_value instructions, which could potentially
cause an observable codegen change from the presence of debug
info.

llvm-svn: 341028
2018-08-30 07:18:19 +00:00
..
Analysis [InstCombine] remove unnecessary shuffle undef folding 2018-08-29 13:24:34 +00:00
Assembler [MC, RISCV] Fixed StringRef Assertion `Index < Length && "Invalid index!"' 2018-08-25 01:34:32 +00:00
Bindings
Bitcode Allow creating llvm::Function in non-zero address spaces 2018-08-23 09:25:17 +00:00
BugPoint
CodeGen Don't count debug instructions towards neighborhood count 2018-08-30 07:18:19 +00:00
DebugInfo [codeview] Clean up machinery for deferring .cv_loc emission 2018-08-28 23:25:59 +00:00
Demangle [MS Demangler] Fix several crashes and demangling bugs. 2018-08-29 23:56:09 +00:00
Examples
ExecutionEngine [ORC] Add a testcase for r338975. 2018-08-28 22:50:59 +00:00
Feature
FileCheck
Instrumentation Revert "[libFuzzer] Port to Windows" 2018-08-29 18:40:41 +00:00
Integer
JitListener
Linker
LTO
MC [mips] Add missing instructions 2018-08-29 11:35:03 +00:00
Object
ObjectYAML
Other Revert r340922 "[GVNHoist] Re-enable GVNHoist by default" 2018-08-29 13:00:55 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen
ThinLTO/X86 [X86] Make Feature64Bit useful 2018-08-30 06:01:05 +00:00
tools [X86] Improved sched model for X86 CMPXCHG* instructions. 2018-08-30 06:26:00 +00:00
Transforms [InstCombine] Add test cases for D51398 2018-08-30 06:14:54 +00:00
Unit
Verifier Verifier: verify that a DILocation's scope is a DILocalScope. 2018-08-24 21:01:58 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh