1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/test
Daniel Sanders 05ac529f8d Revert r310919 - [globalisel][tablegen] Support zero-instruction emission.
As expected, this failed on the windows bots but the instrumentation showed
something interesting. The ADD8ri and INC8r rules are never directly compared
on the windows machines. That implies that the issue lies in transitivity of
the Compare predicate. I believe I've already verified that but maybe I missed
something.

llvm-svn: 310922
2017-08-15 15:10:31 +00:00
..
Analysis [ValueTracking] Don't delete assumes of side-effectful instructions 2017-08-14 17:11:43 +00:00
Assembler
Bindings
Bitcode Add strictfp attribute to prevent unwanted optimizations of libm calls 2017-08-14 21:15:13 +00:00
BugPoint
CodeGen Revert r310919 - [globalisel][tablegen] Support zero-instruction emission. 2017-08-15 15:10:31 +00:00
DebugInfo [llvm-dwarfdump] - Print section name and index when dumping .debug_info ranges 2017-08-15 12:32:54 +00:00
DllTool
Examples
ExecutionEngine Revert "[AsmParser] Hash is not a comment on some targets" 2017-08-10 21:23:00 +00:00
Feature
FileCheck
Instrumentation [sanitizer-coverage] Change cmp instrumentation to distinguish const operands 2017-08-10 15:00:13 +00:00
Integer
JitListener
LibDriver
Linker [Linker] PR33527 - Linker::LinkOnlyNeeded should import AppendingLinkage globals 2017-08-09 20:58:39 +00:00
LTO Linker: Create a function declaration when moving a non-prevailing alias of function type. 2017-08-10 01:07:44 +00:00
MC [RISCV] Add RISCVInstPrinter and basic MC assembler tests 2017-08-15 13:08:29 +00:00
Object
ObjectYAML
Other [PM] Switch the CGSCC debug messages to use the standard LLVM debug 2017-08-11 05:47:13 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen Revert r310919 - [globalisel][tablegen] Support zero-instruction emission. 2017-08-15 15:10:31 +00:00
ThinLTO/X86 Fix thinlto cache key computation for cfi-icall. 2017-08-09 23:24:07 +00:00
tools [llvm-cov] Add an option which maps the location of source directories on another machine to your local copies 2017-08-14 10:20:12 +00:00
Transforms [LV] Minor savings to Sink casts to unravel first order recurrence 2017-08-15 08:32:59 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh