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
/
llvm
/
lib
/
Target
/
X86
/
X86WinEHState.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-6
/
+6
*
[WinEH] Don't emit state stores or EH thunks for available_externally functions
Reid Kleckner
2017-12-28
1
-0
/
+6
*
Make x86 __ehhandler comdat if parent function is
Dave Lee
2017-10-20
1
-0
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
IR: Give function GlobalValue::getRealLinkageName() a less misleading name: d...
Peter Collingbourne
2017-05-16
1
-1
/
+1
*
[IR] Abstract away ArgNo+1 attribute indexing as much as possible
Reid Kleckner
2017-05-03
1
-1
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[StackProtector] Fix computation of GSCookieOffset and EHCookieOffset with SEH4
Etienne Bergeron
2016-06-21
1
-7
/
+41
*
[WinEH] Make setjmp work correctly with EH
David Majnemer
2016-02-29
1
-20
/
+136
*
Move some code from doInitialization to runOnFunction
David Majnemer
2016-02-20
1
-3
/
+4
*
[WinEH] Hoist state stores from successors
David Majnemer
2016-02-18
1
-1
/
+54
*
Remove superfluous semicolon.
Nico Weber
2016-02-17
1
-1
/
+1
*
[WinEH] Optimize WinEH state stores
David Majnemer
2016-02-17
1
-32
/
+175
*
[X86] Cleanup the WinEHState pass
David Majnemer
2016-02-01
1
-25
/
+14
*
[WinEH] Don't perform state stores in cleanups
David Majnemer
2016-01-29
1
-0
/
+4
*
[WinEH] Remove unused intrinsic llvm.x86.seh.restoreframe
Reid Kleckner
2015-12-15
1
-3
/
+0
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-5
/
+19
*
Move EH-specific helper functions to a more appropriate place
David Majnemer
2015-12-02
1
-1
/
+1
*
[WinEH] Move WinEHFuncInfo from MachineModuleInfo to MachineFunction
Reid Kleckner
2015-11-17
1
-86
/
+24
*
X86: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-19
1
-4
/
+4
*
[X86] Rip out orphaned method declarations and other dead code. NFC.
Benjamin Kramer
2015-10-15
1
-9
/
+0
*
[WinEH] Remove more dead code
David Majnemer
2015-10-10
1
-16
/
+7
*
[WinEH] Delete the old landingpad implementation of Windows EH
Reid Kleckner
2015-10-09
1
-89
/
+16
*
[WinEH] Recognize CoreCLR personality function
Joseph Tremoulet
2015-10-06
1
-2
/
+2
*
[WinEH] Make funclet return instrs pseudo instrs
Reid Kleckner
2015-09-17
1
-9
/
+0
*
[WinEH] Rip out the landingpad-based C++ EH state numbering code
Reid Kleckner
2015-09-16
1
-17
/
+0
*
[WinEH] Skip state numbering when no EH pads are present
Reid Kleckner
2015-09-16
1
-0
/
+14
*
[SEH] Emit 32-bit SEH tables for the new EH IR
Reid Kleckner
2015-09-09
1
-19
/
+44
*
[WinEH] Emit prologues and epilogues for funclets
Reid Kleckner
2015-09-08
1
-3
/
+8
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
1
-0
/
+10
*
[WinEH] Calculate state numbers for the new EH representation
David Majnemer
2015-08-18
1
-17
/
+31
*
[WinEH] Strip the \01 character from the __CxxFrameHandler3 thunk name
Reid Kleckner
2015-07-13
1
-3
/
+5
*
[WinEH] Make sure LSDA tables are 4 byte aligned
Reid Kleckner
2015-07-10
1
-2
/
+4
*
[SEH] Ensure that empty __except blocks have their own BB
Reid Kleckner
2015-07-08
1
-0
/
+5
*
Rename llvm.frameescape and llvm.framerecover to localescape and localrecover
Reid Kleckner
2015-07-07
1
-6
/
+6
*
[SEH] Add new intrinsics for recovering and restoring parent frames
Reid Kleckner
2015-06-30
1
-8
/
+7
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-8
/
+2
*
[WinEH] Put finally pointers in the handler scope table field
Reid Kleckner
2015-06-11
1
-1
/
+1
*
[WinEH] Create an llvm.x86.seh.exceptioninfo intrinsic
Reid Kleckner
2015-06-11
1
-29
/
+6
*
[WinEH] Call llvm.stackrestore in __except blocks
Reid Kleckner
2015-06-10
1
-1
/
+19
*
[WinEH] Emit .safeseh directives for all 32-bit exception handlers
Reid Kleckner
2015-06-10
1
-4
/
+7
*
[WinEH] Add 32-bit SEH state table emission prototype
Reid Kleckner
2015-06-09
1
-2
/
+77
*
[WinEH] Cache declarations of frame intrinsics
Reid Kleckner
2015-06-08
1
-6
/
+10
*
[WinEH] Adjust the 32-bit SEH prologue to better match reality
Reid Kleckner
2015-05-29
1
-72
/
+52
*
Disable FP elimination in funcs using 32-bit MSVC EH personalities
Reid Kleckner
2015-05-29
1
-0
/
+5
*
[WinEH] Start inserting state number stores for C++ EH
Reid Kleckner
2015-05-28
1
-42
/
+160
*
[WinEH] Store pointers to the LSDA in the exception registration object
Reid Kleckner
2015-05-20
1
-13
/
+70
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-2
/
+2
[next]