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
*
WinException::emitExceptHandlerTable - silence static analyzer dyn_cast<Funct...
Simon Pilgrim
2019-10-02
1
-2
/
+1
*
[Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignment
Guillaume Chatelet
2019-09-11
1
-2
/
+2
*
[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...
Guillaume Chatelet
2019-09-11
1
-1
/
+1
*
[LLVM][Alignment] Make functions using log of alignment explicit
Guillaume Chatelet
2019-09-05
1
-2
/
+2
*
[AArch64][Windows] Compute function length correctly in unwind tables.
Eli Friedman
2019-05-03
1
-3
/
+16
*
[COFF, ARM64] Fix localaddress to handle stack realignment and variable size ...
Mandeep Singh Grang
2019-02-01
1
-5
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[COFF, ARM64] Implement support for SEH extensions __try/__except/__finally
Mandeep Singh Grang
2019-01-16
1
-9
/
+14
*
[EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfp
Mandeep Singh Grang
2019-01-16
1
-1
/
+1
*
[ARM64][Windows] MCLayer support for exception handling
Sanjin Sijaric
2018-10-27
1
-6
/
+20
*
Move TargetLoweringObjectFile from CodeGen to Target to fix layering
David Blaikie
2018-03-23
1
-1
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-25
/
+25
*
Remove redundant includes from lib/CodeGen.
Michael Zolotukhin
2017-12-13
1
-3
/
+0
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-5
/
+5
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
1
-1
/
+1
*
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
[next]