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
/
CodeGen
/
AsmPrinter
/
WinException.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-2
/
+2
*
IR: Give function GlobalValue::getRealLinkageName() a less misleading name: d...
Peter Collingbourne
2017-05-16
1
-6
/
+6
*
[WinEH] Adjust decision to emit SEH moves for leaf functions
Reid Kleckner
2017-03-20
1
-2
/
+2
*
[WinEH] Don't assume endFunction is called while in .text
Reid Kleckner
2016-12-28
1
-10
/
+7
*
Don't emit .seh_handler directives for any cleanup funclets
Reid Kleckner
2016-12-08
1
-6
/
+6
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-12-01
1
-8
/
+11
*
Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"
Eric Christopher
2016-12-01
1
-11
/
+8
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-8
/
+11
*
Fix comment typos. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
[SEH] Emit the parent frame offset label even if there are no funclets
Reid Kleckner
2016-09-30
1
-19
/
+39
*
Win64: Don't emit unwind info for "leaf" functions (PR30337)
Hans Wennborg
2016-09-22
1
-1
/
+1
*
Move the Mangler from the AsmPrinter down to TLOF and clean up the
Eric Christopher
2016-09-16
1
-1
/
+1
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-3
/
+3
*
[StackProtector] Fix computation of GSCookieOffset and EHCookieOffset with SEH4
Etienne Bergeron
2016-06-21
1
-5
/
+32
*
NFC; refactor getFrameIndexReferenceFromSP
Sanjoy Das
2016-06-16
1
-3
/
+12
*
Don't force SP-relative addressing for statepoints
Sanjoy Das
2016-06-15
1
-1
/
+2
*
[MC] Create unique .pdata sections for every .text section
Reid Kleckner
2016-05-02
1
-4
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[WinEH] Allocate the registration node before the catch objects
David Majnemer
2016-03-01
1
-0
/
+1
*
[WinEH] Update CoreCLR EH state numbering
Joseph Tremoulet
2016-01-04
1
-21
/
+22
*
[WinEH] Add comments explaining the EH tables
David Majnemer
2015-12-27
1
-31
/
+114
*
[WinEH] Make llvm.x86.seh.recoverfp work on x64
Reid Kleckner
2015-12-15
1
-1
/
+11
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-50
/
+63
*
[WinEH] Move WinEHFuncInfo from MachineModuleInfo to MachineFunction
Reid Kleckner
2015-11-17
1
-27
/
+27
*
[WinEH] Fix funclet prologues with stack realignment
Reid Kleckner
2015-11-05
1
-11
/
+10
*
[CodeGen] Mark setjmp/catchret MBBs address-taken
Joseph Tremoulet
2015-10-23
1
-5
/
+3
*
[WinEH] Remove extraneous call to emitEHRegistrationOffsetLabel
David Majnemer
2015-10-21
1
-1
/
+0
*
AsmPrinter: Remove implicit ilist iterator conversion, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-3
/
+3
*
[WinEH] Fix stack alignment in funclets and ParentFrameOffset calculation
Reid Kleckner
2015-10-16
1
-6
/
+8
*
[WinEH] Add CoreCLR EH table emission
Joseph Tremoulet
2015-10-13
1
-3
/
+277
*
[WinEH] Iterate state changes instead of invokes
Joseph Tremoulet
2015-10-13
1
-148
/
+192
*
[WinEH] Remove CatchObjRecoverIdx
David Majnemer
2015-10-12
1
-13
/
+4
*
[WinEH] Remove more dead code
David Majnemer
2015-10-10
1
-27
/
+23
*
[WinEH] Delete the old landingpad implementation of Windows EH
Reid Kleckner
2015-10-09
1
-210
/
+69
*
[SEH] Update SEH codegen tests to use the new IR
Reid Kleckner
2015-10-09
1
-0
/
+5
*
[SEH] Fix _except_handler4 table base states
Reid Kleckner
2015-10-09
1
-1
/
+4
*
[SEH] Remember to emit the last invoke range for SEH
Reid Kleckner
2015-10-09
1
-28
/
+48
*
[WinEH] Refer to filter funclets using their symbol-table symbol
David Majnemer
2015-10-07
1
-1
/
+2
*
[WinEH] Undo the effect of r249578 for 32-bit
Reid Kleckner
2015-10-07
1
-3
/
+16
*
[WinEH] Fix two minor issues in __CxxFrameHandler3 tables
Reid Kleckner
2015-10-07
1
-1
/
+1
*
[WinEH] Recognize CoreCLR personality function
Joseph Tremoulet
2015-10-06
1
-4
/
+4
*
Move helper classes into an anonymous namespace. NFC.
Benjamin Kramer
2015-10-05
1
-0
/
+2
*
Call the correct overload.
Richard Trieu
2015-10-02
1
-2
/
+4
*
[WinEH] Emit __C_specific_handler tables for the new IR
Reid Kleckner
2015-10-01
1
-50
/
+195
*
[WinEH] Teach AsmPrinter about funclets
David Majnemer
2015-09-29
1
-30
/
+120
*
[WinEH] Fix ip2state table emission with funclets
Reid Kleckner
2015-09-28
1
-52
/
+65
*
[WinEH] Rip out the landingpad-based C++ EH state numbering code
Reid Kleckner
2015-09-16
1
-84
/
+29
*
[WinEH] Pull Adjectives and CatchObj out of the catchpad arg list
Reid Kleckner
2015-09-16
1
-0
/
+10
*
[X86] Make sure startproc/endproc are paired
David Majnemer
2015-09-11
1
-1
/
+1
*
[WinEH] Add codegen support for cleanuppad and cleanupret
Reid Kleckner
2015-09-10
1
-4
/
+6
[next]