llvm-mirror/lib
Sam Clegg fbd1124aba [WebAssembly] Rename wasm fixup kinds
These fixup kinds are not explicitly related to the code section.  They
are there to signal how to apply the fixup.

Also, a couple of other minor wasm cleanups.

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

llvm-svn: 357145
2019-03-28 02:07:28 +00:00
..
Analysis [NewPM] Fix a nasty bug with analysis invalidation in the new PM. 2019-03-28 00:51:36 +00:00
AsmParser IR: Support parsing numeric block ids, and emit them in textual output. 2019-03-22 18:27:13 +00:00
BinaryFormat [Object] Add basic minidump support 2019-03-21 09:18:59 +00:00
Bitcode [DebugInfoMetadata] Move main subprogram DIFlag into DISPFlags 2019-03-19 13:49:03 +00:00
CodeGen [DAGCombiner] Teach TokenFactor pruning to peek through lifetime nodes 2019-03-27 20:37:08 +00:00
DebugInfo [DWARF] Add D to Seen early to avoid duplicate elements in Worklist 2019-03-27 09:38:05 +00:00
Demangle
ExecutionEngine [DebugInfo] IntelJitEventListener follow up for "add SectionedAddress ..." 2019-03-25 13:50:26 +00:00
Fuzzer
FuzzMutate
IR [ConstantRange] Add isWrappedSet() and isUpperSignWrapped() 2019-03-27 19:12:09 +00:00
IRReader
LineEditor
Linker [Linker] Fix crash handling appending linkage 2019-03-20 19:20:07 +00:00
LTO Reland "[Remarks] Add -foptimization-record-passes to filter remark emission" 2019-03-12 21:22:27 +00:00
MC [WebAssembly] Rename wasm fixup kinds 2019-03-28 02:07:28 +00:00
MCA [MCA] Fix -Wparentheses warning breaking the -Werror build. 2019-03-27 16:22:36 +00:00
Object [WebAssembly] Initial implementation of PIC code generation 2019-03-26 19:46:15 +00:00
ObjectYAML MinidumpYAML.cpp: Fix some code standard violations missed during review 2019-03-25 14:45:31 +00:00
Option
Passes Resubmit r356511 "[TailCallElim] Add tailcall elimination pass to LTO pipelines" 2019-03-20 19:08:18 +00:00
ProfileData [SampleFDO] add suffix elision control for fcn names 2019-03-14 13:56:49 +00:00
Remarks [Remarks] Fix mismatched delete due to missing virtual destructor 2019-03-20 17:44:24 +00:00
Support New methods to check for under-/overflow in the SMT API 2019-03-27 16:54:12 +00:00
TableGen [TableGen] Let list elements have a trailing comma 2019-03-26 11:16:01 +00:00
Target [WebAssembly] Rename wasm fixup kinds 2019-03-28 02:07:28 +00:00
Testing
TextAPI Followup for r356820 to fix the bots. 2019-03-22 23:10:51 +00:00
ToolDrivers
Transforms [InstCombine] Use uadd.sat and usub.sat for canonicalization 2019-03-27 17:56:15 +00:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt