aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/DwarfEHPrepare.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-1/+2
2019-04-02Add an optional list of blocks to avoid when looking for a path in isPotentia...Nick Lewycky1-1/+1
2019-02-01[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-1/+1
2019-01-31Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight1-1/+1
2019-01-31[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-06-04Move Analysis/Utils/Local.h back to TransformsDavid Blaikie1-1/+1
2018-05-17[WebAssembly] Add Wasm personality and isScopedEHPersonality()Heejin Ahn1-2/+2
2018-03-21Fix a couple of layering violations in TransformsDavid Blaikie1-1/+1
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-2/+2
2017-10-04[SimplifyCFG] put the optional assumption cache pointer in the options struct...Sanjay Patel1-1/+1
2017-09-27[SimplifyCFG] add a struct to house optional folds (PR34603)Sanjay Patel1-1/+1
2017-09-22[CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include W...Eugene Zelenko1-8/+18
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-2/+2
2017-05-25CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun1-2/+2
2017-05-18[LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih1-19/+13
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini1-1/+1
2015-12-02Move EH-specific helper functions to a more appropriate placeDavid Majnemer1-1/+1
2015-10-06[WinEH] Recognize CoreCLR personality functionJoseph Tremoulet1-2/+2
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer1-11/+6
2015-03-12Stop calling DwarfEHPrepare from WinEHPrepareReid Kleckner1-1/+12
2015-03-10DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini1-1/+1
2015-03-09Reland r229944: EH: Prune unreachable resume instructions during Dwarf EH pre...Reid Kleckner1-10/+88
2015-02-20Revert r229944: EH: Prune unreachable resume instructions during Dwarf EH pre...Chandler Carruth1-88/+10
2015-02-20EH: Prune unreachable resume instructions during Dwarf EH preparationReid Kleckner1-10/+88
2015-02-18Add an IR-to-IR test for dwarf EH preparation using optReid Kleckner1-0/+8
2015-01-29EHPrepare: Remove leftover initialization code for DomTrees.Benjamin Kramer1-22/+8
2015-01-27Migrate AtomicExpandPass and DwarfEHPrepare to using a Function-ized getSubta...Eric Christopher1-1/+1
2014-09-14In DwarfEHPrepare, after all passes are run, RewindFunction may be a danglingYaron Keren1-0/+5
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-1/+2
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-4/+4
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-3/+3
2014-03-04[Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth1-1/+1
2014-01-13[PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth1-4/+4
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2013-06-19Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling1-5/+6
2013-05-31Remove useless code from transitioning to new EH schemeKai Nacke1-4/+1
2013-05-20The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase...Bill Wendling1-4/+4
2013-05-20No need to store the TargetMachine variable in this class.Bill Wendling1-4/+2
2013-01-11Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-4/+4
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-4/+4
2012-05-17Relax the requirement that the exception object must be an instruction. DuringBill Wendling1-6/+6
2012-01-28Reapply r149159 with a fix to add to a PHI node with a non-null parent.Bill Wendling1-34/+64
2012-01-28Revert r149159 until I can fix tests.Bill Wendling1-61/+32
2012-01-28Don't always create a separate block for the call to _Unwind_Resume.Bill Wendling1-32/+61
2012-01-20When lowering the 'resume' instruction, look to see if we can eliminate theBill Wendling1-2/+32
2011-11-07This code is dead, what with the new EH model and the auto-upgraders in place.Bill Wendling1-639/+12
2011-08-26Update the dominator tree with the correct dominator for the new 'unwind' block.Bill Wendling1-0/+5