index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
CodeGen
/
CGException.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Add -fwasm-exceptions for wasm EH
Heejin Ahn
2019-09-12
1
-4
/
+1
*
Updated the signature for some stack related intrinsics (CLANG)
Christudasan Devadasan
2019-07-22
1
-1
/
+2
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-4
/
+4
*
[WebAssembly] Use rethrow intrinsic in the rethrow block
Heejin Ahn
2019-03-16
1
-1
/
+3
*
[opaque pointer types] Pass function types for runtime function calls.
James Y Knight
2019-02-05
1
-30
/
+30
*
[opaque pointer types] Trivial changes towards CallInst requiring
James Y Knight
2019-02-03
1
-6
/
+6
*
Cleanup: replace uses of CallSite with CallBase.
James Y Knight
2019-01-30
1
-1
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SEH] Pass the frame pointer from SEH finally to finally functions
Sanjin Sijaric
2019-01-16
1
-2
/
+10
*
[EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfp
Eli Friedman
2019-01-16
1
-1
/
+1
*
[NFC] Move storage of dispatch-version to GlobalDecl
Erich Keane
2018-11-13
1
-1
/
+1
*
Use the correct address space when bitcasting func pointer to int pointer
Dylan McKay
2018-11-09
1
-1
/
+5
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-3
/
+3
*
[TI removal] Make `getTerminator()` return a generic `Instruction`.
Chandler Carruth
2018-10-15
1
-1
/
+1
*
[CodeGen] Revert commit https://reviews.llvm.org/rL342717
Calixte Denizet
2018-09-24
1
-2
/
+1
*
[CodeGen] Add to emitted DebugLoc information about coverage when it's required
Calixte Denizet
2018-09-21
1
-1
/
+2
*
Add Windows support for the GNUstep Objective-C ABI V2.
David Chisnall
2018-08-10
1
-1
/
+6
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-2
/
+2
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-2
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-4
/
+4
*
[CodeGen] Always use MSVC personality for windows-msvc targets
Shoaib Meenai
2018-06-08
1
-6
/
+10
*
Remove llvm::Triple argument from get***Personality() functions. NFC.
Heejin Ahn
2018-06-04
1
-17
/
+18
*
[WebAssembly] Hide new Wasm EH behind its feature flag
Heejin Ahn
2018-06-01
1
-8
/
+14
*
[WebAssembly] Use Windows EH instructions for Wasm EH
Heejin Ahn
2018-05-31
1
-3
/
+168
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-9
/
+5
*
[MS] Don't escape MS C++ names with \01
Reid Kleckner
2018-03-16
1
-1
/
+1
*
CodeGen: simplify and validate exception personalities
Saleem Abdulrasool
2018-03-09
1
-19
/
+13
*
[WinEH] Allow for multiple terminatepads
Reid Kleckner
2018-01-02
1
-14
/
+41
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-1
/
+1
*
[EH] Use __CxxFrameHandler3 for C++ EH in MS environments
Reid Kleckner
2017-11-29
1
-4
/
+1
*
Toolchain: Normalize dwarf, sjlj and seh eh
Martell Malone
2017-11-29
1
-9
/
+7
*
Revert "Toolchain: Normalize dwarf, sjlj and seh eh"
Martell Malone
2017-11-29
1
-7
/
+9
*
Toolchain: Normalize dwarf, sjlj and seh eh
Martell Malone
2017-11-29
1
-9
/
+7
*
CodeGen: simplify EH personality selection (NFC)
Saleem Abdulrasool
2017-11-02
1
-8
/
+9
*
[SEH] Use the SEH personality on frontend-outlined funclets
Reid Kleckner
2017-10-13
1
-1
/
+6
*
Extract IRGen's constant-emitter into its own helper class and clean up
John McCall
2017-08-15
1
-1
/
+3
*
[DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.
Alexey Bataev
2017-06-09
1
-6
/
+7
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
1
-7
/
+6
*
[ObjC++] Use the correct EH personality in GNU mode
Benjamin Kramer
2017-04-01
1
-2
/
+2
*
Update Clang for LLVM rename AttributeSet -> AttributeList
Reid Kleckner
2017-03-21
1
-1
/
+1
*
stop using associative comdats for SEH filter functions
Bob Haarman
2017-02-22
1
-11
/
+0
*
Use the correct ObjC EH personality
Benjamin Kramer
2017-01-08
1
-0
/
+8
*
CodeGen: fix runtime function dll storage
Saleem Abdulrasool
2016-12-15
1
-4
/
+3
*
Refactor call emission to package the function pointer together with
John McCall
2016-10-26
1
-1
/
+2
*
[CUDA] Mark device functions as nounwind.
Justin Lebar
2016-10-04
1
-0
/
+4
*
[SEH] Remove nounwind/noinline from outlined finally funclets
Reid Kleckner
2016-03-11
1
-6
/
+0
*
Preserve ExtParameterInfos into CGFunctionInfo.
John McCall
2016-03-11
1
-7
/
+3
*
Reword a misleading comment discussing landingpads and SEH
Reid Kleckner
2016-03-01
1
-2
/
+4
*
[MSVC Compat] Correctly handle finallys nested within finallys
David Majnemer
2016-03-01
1
-5
/
+5
*
[WinEH] Make sure terminate handlers have funclet operands
David Majnemer
2016-02-24
1
-1
/
+3
[next]