summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
Commit message (Expand)AuthorAgeFilesLines
* [cfi] Add flag to always generate .debug_frameDavid Candler2019-10-311-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-7/+7
* Remove redundant includes from lib/CodeGen.Michael Zolotukhin2017-12-131-5/+0
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-3/+3
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-031-1/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* PR 31534: When emitting both DWARF unwind tables and debug information,Joerg Sonnenberger2017-01-051-1/+1
* Emit .cfi_sections before the first .cfi_startprocJoerg Sonnenberger2017-01-021-9/+8
* Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun2016-12-011-6/+6
* Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"Eric Christopher2016-12-011-6/+6
* Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-6/+6
* Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher2016-09-161-2/+1
* CodeGen: avoid emitting unnecessary CFISaleem Abdulrasool2016-07-151-4/+5
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Fix warning in DwarfCFIException. NFCAmaury Sechet2016-02-261-1/+1
* Extract the method to begin and end a fragment in AsmPrinterHandler in their ...Amaury Sechet2016-02-261-11/+28
* [EH] Handle non-Function personalities like unknown personalitiesReid Kleckner2015-08-311-5/+3
* Remove DataLayout from TargetLoweringObjectFile, redirect to ModuleMehdi Amini2015-07-161-1/+1
* [CodeGen] Force emission of personality directive if explicitly specifiedKeno Fischer2015-07-141-4/+24
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-6/+6
* Move the EH symbol to the asm printer and use it for the SJLJ case too.Rafael Espindola2015-03-171-3/+1
* Replace a use of GetTempSymbol with createTempSymbol.Rafael Espindola2015-03-171-5/+3
* Print jump tables before exception tables.Rafael Espindola2015-03-091-11/+19
* Centralize handling of the eh_begin and eh_end labels.Rafael Espindola2015-02-271-15/+0
* Classify functions by EH personality type rather than using the tripleReid Kleckner2015-01-231-1/+2
* Use MMI->getPersonality() instead of MMI->getPersonalities()[MMI->getPersonal...Reid Kleckner2015-01-141-1/+1
* Rename EH related stuff to be more preciseReid Kleckner2014-11-141-1/+1
* Revert r221150, as it broke sanitizer testsOliver Stannard2014-11-031-1/+1
* Emit .eh_frame with relocations to functions, rather than sectionsOliver Stannard2014-11-031-1/+1
* Print a=b as an assignment.Rafael Espindola2014-06-241-3/+11
* Remove a temporary hack.Rafael Espindola2014-06-231-10/+0
* CodeGen: refactor DwarfExceptionSaleem Abdulrasool2014-06-111-4/+3
* Fix MIPS exception personality encoding.Logan Chien2014-05-301-1/+1
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-191-1/+2
* Revert r201622 and r201608.Daniel Jasper2014-02-191-2/+1
* Fix PR18743.Rafael Espindola2014-02-181-1/+2
* Pass the Mangler by reference.Rafael Espindola2014-02-081-1/+1
* MC: Add support for .cfi_startproc simpleDavid Majnemer2014-01-271-1/+1
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Reland 196270 "Generalize debug info / EH emission in AsmPrinter"Timur Iskhodzhanov2013-12-031-1/+1
* Rename DwarfException methods so the new names are consistent with DwarfDebug...Timur Iskhodzhanov2013-11-261-6/+6
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-291-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-2/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-10/+10
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Add 148175 back. I am unable to reproduce any non determinism in a dragoneggRafael Espindola2012-01-171-2/+4
* Speculatively revert commit 148175 (rafael), to see if this fixesDuncan Sands2012-01-141-4/+2
OpenPOWER on IntegriCloud