1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test
Eli Friedman 7ea99307e1 Make IRBuilder automatically set alignment on load/store/alloca.
This is equivalent in terms of LLVM IR semantics, but we want to
transition away from using MaybeAlign to represent the alignment of
these instructions.

Differential Revision: https://reviews.llvm.org/D77984
2020-04-13 13:43:14 -07:00
..
Analysis [CostModel][X86] Remove comments that begin with a filecheck prefix. 2020-04-13 18:39:24 +01:00
Assembler [llvm] Fix missing FileCheck directive colons 2020-04-06 09:59:08 -06:00
Bindings Make IRBuilder automatically set alignment on load/store/alloca. 2020-04-13 13:43:14 -07:00
Bitcode
BugPoint
CodeGen Make IRBuilder automatically set alignment on load/store/alloca. 2020-04-13 13:43:14 -07:00
DebugInfo [Debugify] Strip added metadata in the -debugify-each pipeline 2020-04-13 10:55:17 -07:00
Demangle
Examples
ExecutionEngine Revert 43f031d3126 "Enable IBT(Indirect Branch Tracking) in JIT with CET(Control-flow Enforcement Technology)" 2020-04-06 15:05:25 +02:00
Feature
FileCheck
Instrumentation Make IRBuilder automatically set alignment on load/store/alloca. 2020-04-13 13:43:14 -07:00
Integer
JitListener
Linker
LTO [ThinLTO] Drop dso_local if a GlobalVariable satisfies isDeclarationForLinker() 2020-04-07 15:46:01 -07:00
MachineVerifier
MC [llvm] Fix yet more missing FileCheck colons 2020-04-13 10:49:19 -06:00
Object [obj2yaml] - Do not dump the segment's "Align" field when it is equal to 1. 2020-04-09 14:20:36 +03:00
ObjectYAML [llvm] Fix missing FileCheck directive colons 2020-04-06 09:59:08 -06:00
Other [CFGPrinter] Adding heat coloring to CFGPrinter 2020-04-08 19:59:51 +00:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen
ThinLTO/X86 [ThinLTO] Drop dso_local if a GlobalVariable satisfies isDeclarationForLinker() 2020-04-07 15:46:01 -07:00
tools [llvm-xray][test] Combine two AArch64 tests 2020-04-13 10:54:21 -07:00
Transforms Make IRBuilder automatically set alignment on load/store/alloca. 2020-04-13 13:43:14 -07:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh