1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/test
Sanjay Patel cba594407d [InstSimplify] sqrt(X) * sqrt(X) --> X
This was misplaced in InstCombine. We can loosen the FMF as a follow-up step.

llvm-svn: 325965
2018-02-23 22:20:13 +00:00
..
Analysis [BPI] Detect branches in loops that make themselves not taken 2018-02-23 17:17:31 +00:00
Assembler Add default address space for functions to the data layout (1/3) 2018-02-19 09:56:22 +00:00
Bindings
Bitcode [ThinLTO] Represent relative BF using a scaled representation . 2018-02-22 19:44:08 +00:00
BugPoint [bugpoint] Report non-existent opt binary 2018-02-09 06:09:15 +00:00
CodeGen Intrinsics calls should avoid the PLT when "RtLibUseGOT" metadata is present. 2018-02-23 21:32:06 +00:00
DebugInfo Revert "[DebugInfo][FastISel] Fix dropping dbg.value()" 2018-02-22 19:53:59 +00:00
Examples
ExecutionEngine Handle IMAGE_REL_AMD64_ADDR32NB in RuntimeDyldCOFF 2018-02-21 17:18:20 +00:00
Feature
FileCheck
Instrumentation Fix DataFlowSanitizer instrumentation pass to take parameter position changes into account for custom functions. 2018-02-22 19:09:07 +00:00
Integer
JitListener
Linker Revert "[IRMover] Implement name based structure type mapping" 2018-02-21 20:12:18 +00:00
LTO LTO: Include live bit in ThinLTO cache key. 2018-02-09 05:58:55 +00:00
MC [X86] Add assembler/disassembler support for blendm with zero masking and broacast. 2018-02-23 20:48:44 +00:00
Object [WebAssembly] Add first claass symbol table to wasm objects 2018-02-23 05:08:34 +00:00
ObjectYAML [WebAssembly] Add first claass symbol table to wasm objects 2018-02-23 05:08:34 +00:00
Other Recommit r325001: [CallSiteSplitting] Support splitting of blocks with instrs before call. 2018-02-14 13:59:12 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen Revert "TableGen: Fix typeIsConvertibleTo for record types" 2018-02-23 11:31:49 +00:00
ThinLTO/X86 [ThinLTO] Add GraphTraits for FunctionSummaries 2018-02-19 15:14:50 +00:00
tools llvm-config: Add advapi32 to --system-libs on Windows (PR36372) 2018-02-23 12:20:26 +00:00
Transforms [InstSimplify] sqrt(X) * sqrt(X) --> X 2018-02-23 22:20:13 +00:00
Unit
Verifier [DebugInfo] Unify ChecksumKind and Checksum value in DIFile 2018-02-12 19:45:54 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh