1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/lib
Guanzhong Chen 23d1b51c00 [WebAssembly] Fix __builtin_wasm_tls_base intrinsic
Summary:
Properly generate the outchain for the `__builtin_wasm_tls_base` intrinsic.

Also marked the intrinsic pure, per @sunfish's suggestion.

Reviewers: tlively, aheejin, sbc100, sunfish

Reviewed By: tlively

Subscribers: dschuff, jgravelle-google, hiraditya, cfe-commits, llvm-commits, sunfish

Tags: #clang, #llvm

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

llvm-svn: 366499
2019-07-18 21:17:52 +00:00
..
Analysis [LAA] Re-check bit-width of pointers after stripping. 2019-07-18 17:30:27 +00:00
AsmParser ARM MTE stack sanitizer. 2019-07-15 20:02:23 +00:00
BinaryFormat [Object][XCOFF] Add support for 64-bit file header and section header dumping. 2019-07-09 18:09:11 +00:00
Bitcode [llvm-bcanalyzer] Fixed error 'Expected<T> must be checked before access or destruction' 2019-07-17 23:28:39 +00:00
Bitstream [Bitcode] Move Bitstream to a separate library 2019-07-03 22:40:07 +00:00
CodeGen [COFF] Change a variable type to be const in the HeapAllocSite map. 2019-07-18 18:22:52 +00:00
DebugInfo Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame." 2019-07-18 15:06:50 +00:00
Demangle
ExecutionEngine [ORC] Suppress an ORCv1 deprecation warning. 2019-07-18 19:55:42 +00:00
Fuzzer
FuzzMutate
IR Fix typo in r366494. Spotted by Yuanfang Chen. 2019-07-18 21:03:37 +00:00
IRReader
LineEditor
Linker
LTO Open native file handles to avoid converting from FDs, NFC 2019-07-11 20:29:32 +00:00
MC Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame." 2019-07-18 15:06:50 +00:00
MCA
Object Remove the static initialize introduced in r365099 2019-07-18 21:01:21 +00:00
ObjectYAML [yaml2obj] - Allow overriding the sh_size field. 2019-07-11 12:59:29 +00:00
Option Let unaliased Args track which Alias they were created from, and use that in Arg::getAsString() for diagnostics 2019-07-09 00:34:08 +00:00
Passes hwasan: Initialize the pass only once. 2019-07-17 21:45:19 +00:00
ProfileData [Profile] Support raw/indexed profiles larger than 4GB 2019-07-09 22:01:04 +00:00
Remarks Fix -Wreturn-type warning. NFC. 2019-07-16 19:59:08 +00:00
Support FileSystem: Check for DTTOIF alone, not _DIRENT_HAVE_D_TYPE 2019-07-18 20:05:11 +00:00
TableGen
Target [WebAssembly] Fix __builtin_wasm_tls_base intrinsic 2019-07-18 21:17:52 +00:00
Testing
TextAPI
ToolDrivers [llvm-lib] Add a dependency to intrinsics_gen to the LLVMLibDriver build 2019-07-15 18:15:12 +00:00
Transforms [LoopInfo] Use early return in branch weight update functions. NFC. 2019-07-18 07:36:20 +00:00
WindowsManifest
XRay Open native file handles to avoid converting from FDs, NFC 2019-07-11 20:29:32 +00:00
CMakeLists.txt Fix build errors LLVM tests are disabled. 2019-07-11 22:08:35 +00:00
LLVMBuild.txt [Bitcode] Move Bitstream to a separate library 2019-07-03 22:40:07 +00:00