llvm-project/llvm/test
Alex Bradbury bb479ca311 [RISCV] Avoid overflow when determining number of nops for code align
RISCVAsmBackend::shouldInsertExtraNopBytesForCodeAlign() assumed that the
align specified would be greater than or equal to the minimum nop length, but
that is not always the case - for example if a user specifies ".align 0" in
assembly.

Differential Revision: https://reviews.llvm.org/D63274
Patch by Edward Jones.

llvm-svn: 366176
2019-07-16 04:40:25 +00:00
..
Analysis [MemorySSA] Use SetVector to avoid nondeterminism. 2019-07-12 22:30:30 +00:00
Assembler [ThinLTO] Attempt to recommit r365188 after alignment fix 2019-07-05 15:25:05 +00:00
Bindings [NFC] Adjust "invalid.ll.bc" tests to check for AttrKind #255 not #63 2019-07-11 01:14:30 +00:00
Bitcode ARM MTE stack sanitizer. 2019-07-15 20:02:23 +00:00
BugPoint
CodeGen [X86] Teach convertToThreeAddress to handle SUB with immediate 2019-07-15 23:07:56 +00:00
DebugInfo [DebugInfo] Add column info for inline sites 2019-07-12 19:25:45 +00:00
Demangle
Examples
ExecutionEngine Re-apply r364600 with fixes. 2019-06-28 18:36:59 +00:00
Feature Add, and infer, a nofree function attribute 2019-07-08 15:57:56 +00:00
FileCheck FileCheck [7/12]: Arbitrary long numeric expressions 2019-07-13 13:24:30 +00:00
Instrumentation hwasan: Pad arrays with non-1 size correctly. 2019-07-16 03:25:50 +00:00
Integer
JitListener
LTO [NFC] Adjust "invalid.ll.bc" tests to check for AttrKind #255 not #63 2019-07-11 01:14:30 +00:00
Linker
MC [RISCV] Avoid overflow when determining number of nops for code align 2019-07-16 04:40:25 +00:00
MachineVerifier GlobalISel: Verify G_MERGE_VALUES operand sizes 2019-07-01 18:01:35 +00:00
Object Fix test case of llvm-nm using implicit a.out 2019-07-12 10:44:06 +00:00
ObjectYAML
Other Scalable Vector IR Type with further LTO fixes 2019-07-05 12:48:16 +00:00
SafepointIRVerifier
Support [llvm-dwarfdump] Remove unnecessary explicit -h behaviour 2019-06-21 11:22:20 +00:00
SymbolRewriter
TableGen TableGen/GlobalISel: Fix handling of truncstore patterns 2019-07-15 21:15:20 +00:00
ThinLTO/X86 [ThinLTO] only emit used or referenced CFI records to index 2019-07-09 18:50:55 +00:00
Transforms [InstructionSimplify] Apply sext/trunc after pointer stripping 2019-07-16 01:03:06 +00:00
Unit
Verifier AMDGPU: Fix missing immarg from interp intrinsics 2019-07-15 19:12:00 +00:00
YAMLParser
tools [llvm-readelf] Print "File: lib.a(file.o)" info when dumping archive files. 2019-07-15 22:52:01 +00:00
.clang-format
CMakeLists.txt
TestRunner.sh
lit.cfg.py
lit.site.cfg.py.in