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
*
[WinEH] Delete addFnAttr("no-frame-pointer-elim") which seems no longer needed
Fangrui Song
2019-12-24
1
-5
/
+0
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-1
/
+2
*
[X86] Fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-04
1
-1
/
+1
*
Added address-space mangling for stack related intrinsics
Christudasan Devadasan
2019-07-22
1
-1
/
+4
*
X86: Clean up pass initialization
Tom Stellard
2019-06-13
1
-3
/
+1
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-4
/
+4
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-4
/
+4
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-1
/
+1
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
1
-8
/
+8
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
1
-8
/
+8
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
1
-8
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
X86: Consistently declare pass initializers in X86.h; NFC
Matthias Braun
2018-11-01
1
-4
/
+0
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
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
[next]