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
/
DwarfCFIException.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[cfi] Add flag to always generate .debug_frame
David Candler
2019-10-31
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
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
-7
/
+7
*
Remove redundant includes from lib/CodeGen.
Michael Zolotukhin
2017-12-13
1
-5
/
+0
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
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
-1
/
+1
*
PR 31534: When emitting both DWARF unwind tables and debug information,
Joerg Sonnenberger
2017-01-05
1
-1
/
+1
*
Emit .cfi_sections before the first .cfi_startproc
Joerg Sonnenberger
2017-01-02
1
-9
/
+8
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-12-01
1
-6
/
+6
*
Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"
Eric Christopher
2016-12-01
1
-6
/
+6
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-6
/
+6
*
Move the Mangler from the AsmPrinter down to TLOF and clean up the
Eric Christopher
2016-09-16
1
-2
/
+1
*
CodeGen: avoid emitting unnecessary CFI
Saleem Abdulrasool
2016-07-15
1
-4
/
+5
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Fix warning in DwarfCFIException. NFC
Amaury Sechet
2016-02-26
1
-1
/
+1
*
Extract the method to begin and end a fragment in AsmPrinterHandler in their ...
Amaury Sechet
2016-02-26
1
-11
/
+28
*
[EH] Handle non-Function personalities like unknown personalities
Reid Kleckner
2015-08-31
1
-5
/
+3
*
Remove DataLayout from TargetLoweringObjectFile, redirect to Module
Mehdi Amini
2015-07-16
1
-1
/
+1
*
[CodeGen] Force emission of personality directive if explicitly specified
Keno Fischer
2015-07-14
1
-4
/
+24
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-6
/
+6
*
Move the EH symbol to the asm printer and use it for the SJLJ case too.
Rafael Espindola
2015-03-17
1
-3
/
+1
*
Replace a use of GetTempSymbol with createTempSymbol.
Rafael Espindola
2015-03-17
1
-5
/
+3
*
Print jump tables before exception tables.
Rafael Espindola
2015-03-09
1
-11
/
+19
*
Centralize handling of the eh_begin and eh_end labels.
Rafael Espindola
2015-02-27
1
-15
/
+0
*
Classify functions by EH personality type rather than using the triple
Reid Kleckner
2015-01-23
1
-1
/
+2
*
Use MMI->getPersonality() instead of MMI->getPersonalities()[MMI->getPersonal...
Reid Kleckner
2015-01-14
1
-1
/
+1
*
Rename EH related stuff to be more precise
Reid Kleckner
2014-11-14
1
-1
/
+1
*
Revert r221150, as it broke sanitizer tests
Oliver Stannard
2014-11-03
1
-1
/
+1
*
Emit .eh_frame with relocations to functions, rather than sections
Oliver Stannard
2014-11-03
1
-1
/
+1
*
Print a=b as an assignment.
Rafael Espindola
2014-06-24
1
-3
/
+11
*
Remove a temporary hack.
Rafael Espindola
2014-06-23
1
-10
/
+0
*
CodeGen: refactor DwarfException
Saleem Abdulrasool
2014-06-11
1
-4
/
+3
*
Fix MIPS exception personality encoding.
Logan Chien
2014-05-30
1
-1
/
+1
*
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
2014-02-19
1
-1
/
+2
*
Revert r201622 and r201608.
Daniel Jasper
2014-02-19
1
-2
/
+1
*
Fix PR18743.
Rafael Espindola
2014-02-18
1
-1
/
+2
*
Pass the Mangler by reference.
Rafael Espindola
2014-02-08
1
-1
/
+1
*
MC: Add support for .cfi_startproc simple
David Majnemer
2014-01-27
1
-1
/
+1
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+1
*
Reland 196270 "Generalize debug info / EH emission in AsmPrinter"
Timur Iskhodzhanov
2013-12-03
1
-1
/
+1
*
Rename DwarfException methods so the new names are consistent with DwarfDebug...
Timur Iskhodzhanov
2013-11-26
1
-6
/
+6
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-16
1
-2
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-10
/
+10
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
Add 148175 back. I am unable to reproduce any non determinism in a dragonegg
Rafael Espindola
2012-01-17
1
-2
/
+4
*
Speculatively revert commit 148175 (rafael), to see if this fixes
Duncan Sands
2012-01-14
1
-4
/
+2
[next]