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
/
DwarfException.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Use assembler expressions to lay out the EH LSDA.
Rafael Espindola
2018-02-09
1
-1
/
+1
*
Emit .cfi_sections before the first .cfi_startproc
Joerg Sonnenberger
2017-01-02
1
-3
/
+3
*
Extract the method to begin and end a fragment in AsmPrinterHandler in their ...
Amaury Sechet
2016-02-26
1
-0
/
+8
*
[AsmPrinter] Hide implementation details
Benjamin Kramer
2015-07-01
1
-3
/
+3
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-2
/
+2
*
Print jump tables before exception tables.
Rafael Espindola
2015-03-09
1
-5
/
+12
*
Don't repeat name in comment. NFC.
Rafael Espindola
2015-03-09
1
-18
/
+12
*
CodeGen: split out the Win64Exception emitter
Saleem Abdulrasool
2014-09-01
1
-33
/
+0
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
CodeGen: refactor DwarfException
Saleem Abdulrasool
2014-06-11
1
-129
/
+5
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-16
/
+16
*
[C++11] Convert sort predicates into lambdas.
Benjamin Kramer
2014-03-07
1
-3
/
+0
*
Generate the DWARF stack frame decode operations in the function prologue for...
Artyom Skrobov
2014-02-14
1
-0
/
+4
*
Reland 196270 "Generalize debug info / EH emission in AsmPrinter"
Timur Iskhodzhanov
2013-12-03
1
-5
/
+11
*
Revert r196270, "Generalize debug info / EH emission in AsmPrinter"
NAKAMURA Takumi
2013-12-03
1
-7
/
+1
*
Generalize debug info / EH emission in AsmPrinter
Timur Iskhodzhanov
2013-12-03
1
-1
/
+7
*
Rename DwarfException methods so the new names are consistent with DwarfDebug...
Timur Iskhodzhanov
2013-11-26
1
-24
/
+24
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-0
/
+3
*
Revert "Give internal classes hidden visibility."
Benjamin Kramer
2013-09-11
1
-4
/
+4
*
Give internal classes hidden visibility.
Benjamin Kramer
2013-09-11
1
-4
/
+4
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
1
-1
/
+0
*
Factor out type info emission into separate routine.
Anton Korobeynikov
2012-11-19
1
-0
/
+3
*
Reorder the comments of EmitExceptionTable.
Logan Chien
2012-09-05
1
-20
/
+20
*
Remove unused private member variables uncovered by the recent changes to cla...
Benjamin Kramer
2012-07-20
1
-11
/
+0
*
Stub out support for Win64-style exceptions. Note that this is merely using
Charles Davis
2011-05-27
1
-0
/
+32
*
Produce a __debug_frame section on darwin ARM when appropriate.
Rafael Espindola
2011-05-10
1
-20
/
+0
*
Use .cfi_sections to put the unwind info in .debug_frame when possible. With
Rafael Espindola
2011-05-10
1
-0
/
+3
*
Remove DwarfTableException.
Rafael Espindola
2011-05-05
1
-67
/
+0
*
Implement a really simple DwarfSjLjException.
Rafael Espindola
2011-05-05
1
-0
/
+19
*
Change DwarfCFIException's member variables to track what it actually
Rafael Espindola
2011-04-29
1
-6
/
+7
*
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-03-05
1
-0
/
+32
*
Add CFI directives-based frame information emission. Not hooked yet.
Anton Korobeynikov
2011-01-14
1
-0
/
+31
*
Split stuff as a preparation for CFI directives-based frame information emission
Anton Korobeynikov
2011-01-14
1
-52
/
+72
*
Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what
Bill Wendling
2010-05-14
1
-2
/
+2
*
Use the "NamedGroupTimer" class to categorize DWARF emission better.
Bill Wendling
2010-04-07
1
-4
/
+0
*
privatize more stuff, eliminate vtables.
Chris Lattner
2010-04-05
1
-1
/
+1
*
reprivatize now that DwarfWriter is gone.
Chris Lattner
2010-04-05
1
-2
/
+1
*
prune #includes, MMI can never be null
Chris Lattner
2010-04-05
1
-3
/
+8
*
make DwarfException not inherit from DwarfPrinter.
Chris Lattner
2010-04-05
1
-10
/
+8
*
remove the raw_ostream from various dwarf printing things.
Chris Lattner
2010-04-04
1
-3
/
+3
*
change EH related stuff (other than EH_LABEL) to use MCSymbol
Chris Lattner
2010-03-14
1
-11
/
+4
*
remove dead code.
Chris Lattner
2010-03-12
1
-5
/
+0
*
Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...
Anton Korobeynikov
2010-02-15
1
-3
/
+0
*
Use an index instead of pointers into the vector. If the vector resizes, then
Bill Wendling
2010-02-10
1
-1
/
+1
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
constify a bunch of dwarf stuff now that the registerinfo method
Chris Lattner
2010-01-26
1
-1
/
+1
*
mcstreamerize .no_dead_strip and .reference for static ctors/dtors.
Chris Lattner
2010-01-23
1
-2
/
+2
*
rename the dwarf class to DwarfPrinter. This matches the filename
Chris Lattner
2010-01-22
1
-1
/
+1
*
rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,
Chris Lattner
2010-01-16
1
-4
/
+4
[next]