llvm/test
Sam Clegg d420e40a96 [WebAssembly] Allow for signed relocation addends
Summary:
Addends are used as offsets to addresses of globals
and can be both positive and negative.  This change
prints libObject in line with the spec and the MC
layer.

Subscribers: jfb, dschuff

Differential Revision: https://reviews.llvm.org/D32507

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301369 91177308-0d34-0410-b5e6-96231b3b80d8
2017-04-26 00:02:31 +00:00
..
Analysis [IVUsers] Don't bail out of normalizing non-affine add recs 2017-04-25 06:53:25 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [x86] add more tests for potential change in bool math folding; NFC 2017-04-25 20:56:14 +00:00
DebugInfo [llvm-pdbdump] Dump File / Line Info to YAML. 2017-04-25 20:22:02 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [asan] Let the frontend disable gc-sections optimization for asan globals. 2017-04-24 19:34:13 +00:00
Integer
JitListener
LibDriver
Linker
LTO
MC [AMDGPU][mc][tests][NFC] Bulk ISA tests: update for Gfx7/Gfx8, add for Gfx9. 2017-04-24 20:42:27 +00:00
Object
ObjectYAML [WebAssembly] Allow for signed relocation addends 2017-04-26 00:02:31 +00:00
Other Handle invariant.group.barrier in BasicAA 2017-04-24 19:37:17 +00:00
SymbolRewriter
TableGen [globalisel][tablegen] Add support for RegisterOperand. 2017-04-22 15:53:21 +00:00
ThinLTO/X86
tools [llvm-objdump] Don't attempt to print lines beyond the end of file 2017-04-25 18:56:33 +00:00
Transforms SimplifyLibCalls: Fix crash on memset(notmalloc()) 2017-04-25 19:44:25 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt Add a dependency from llvm/test to llvm-cvtres. 2017-04-21 20:45:11 +00:00
lit.cfg
lit.site.cfg.in
TestRunner.sh