Heejin Ahn
|
ed5c51707d
[WebAssembly] Add -fwasm-exceptions for wasm EH
|
6 年之前 |
Christudasan Devadasan
|
69147b7c62
Updated the signature for some stack related intrinsics (CLANG)
|
6 年之前 |
Rui Ueyama
|
ce7674d7be
Fix parameter name comments using clang-tidy. NFC.
|
6 年之前 |
Heejin Ahn
|
ff8d63d789
[WebAssembly] Use rethrow intrinsic in the rethrow block
|
6 年之前 |
James Y Knight
|
679ab5f711
[opaque pointer types] Pass function types for runtime function calls.
|
6 年之前 |
James Y Knight
|
112a7a3c34
[opaque pointer types] Trivial changes towards CallInst requiring
|
6 年之前 |
James Y Knight
|
8060008472
Cleanup: replace uses of CallSite with CallBase.
|
6 年之前 |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Sanjin Sijaric
|
21ef3078b4
[SEH] Pass the frame pointer from SEH finally to finally functions
|
6 年之前 |
Eli Friedman
|
05f206ca4f
[EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfp
|
6 年之前 |
Erich Keane
|
43f8ad7966
[NFC] Move storage of dispatch-version to GlobalDecl
|
6 年之前 |
Dylan McKay
|
027e892af8
Use the correct address space when bitcasting func pointer to int pointer
|
6 年之前 |
Erik Pilkington
|
e1dcbc21bc
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
|
6 年之前 |
Chandler Carruth
|
e9f1b74ccc
[TI removal] Make `getTerminator()` return a generic `Instruction`.
|
6 年之前 |
Calixte Denizet
|
fa0bcfc365
[CodeGen] Revert commit https://reviews.llvm.org/rL342717
|
7 年之前 |
Calixte Denizet
|
2bc1c8b8c8
[CodeGen] Add to emitted DebugLoc information about coverage when it's required
|
7 年之前 |
David Chisnall
|
6020984018
Add Windows support for the GNUstep Objective-C ABI V2.
|
7 年之前 |
Stephen Kelly
|
2dfd8132cf
Port getLocEnd -> getEndLoc
|
7 年之前 |
Stephen Kelly
|
d7b659b592
Port getLocStart -> getBeginLoc
|
7 年之前 |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 年之前 |
Shoaib Meenai
|
e60876cd45
[CodeGen] Always use MSVC personality for windows-msvc targets
|
7 年之前 |
Heejin Ahn
|
415982d6f7
Remove llvm::Triple argument from get***Personality() functions. NFC.
|
7 年之前 |
Heejin Ahn
|
31db110529
[WebAssembly] Hide new Wasm EH behind its feature flag
|
7 年之前 |
Heejin Ahn
|
23b1d15264
[WebAssembly] Use Windows EH instructions for Wasm EH
|
7 年之前 |
Richard Smith
|
5d50602a8d
Track the result of evaluating a computed noexcept specification on the
|
7 年之前 |
Reid Kleckner
|
c45a02c8a8
[MS] Don't escape MS C++ names with \01
|
7 年之前 |
Saleem Abdulrasool
|
980e018010
CodeGen: simplify and validate exception personalities
|
7 年之前 |
Reid Kleckner
|
a390e8baec
[WinEH] Allow for multiple terminatepads
|
7 年之前 |
Adrian Prantl
|
550c574546
Silence a bunch of implicit fallthrough warnings
|
7 年之前 |
Reid Kleckner
|
f47928ddd9
[EH] Use __CxxFrameHandler3 for C++ EH in MS environments
|
7 年之前 |