aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SjLjEHPrepare.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-1/+2
2019-10-25[Alignment][NFC] Convert AllocaInst to MaybeAlignGuillaume Chatelet1-3/+3
2019-07-22Added address-space mangling for stack related intrinsicsChristudasan Devadasan1-1/+4
2019-02-01[opaque pointer types] Pass value type to LoadInst creation.James Y Knight1-2/+4
2019-02-01[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-9/+9
2019-01-31Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight1-9/+9
2019-01-31[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-9/+9
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-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-2/+2
2018-03-21Fix a couple of layering violations in TransformsDavid Blaikie1-1/+1
2018-03-14SjLjEHPrepare: Don't reg-to-mem swifterror valuesArnold Schwaighofer1-22/+7
2017-07-12[SjLj] Replace recursive block marking algorithm with iterative algorithmGerolf Hoflehner1-2/+5
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-05-25CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun1-1/+1
2017-05-09Suppress all uses of LLVM_END_WITH_NULL. NFC.Serge Guelton1-2/+2
2017-04-11Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton1-2/+2
2017-04-11Revert "Turn some C-style vararg into variadic templates"Diana Picus1-2/+2
2017-04-11Turn some C-style vararg into variadic templatesSerge Guelton1-2/+2
2017-04-10Allow DataLayout to specify addrspace for allocas.Matt Arsenault1-2/+2
2017-04-06Revert "Turn some C-style vararg into variadic templates"Mehdi Amini1-4/+4
2017-04-06Turn some C-style vararg into variadic templatesMehdi Amini1-4/+4
2017-03-07SjLjEHPrepare: Fix the pass for swifterror argumentsArnold Schwaighofer1-0/+22
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini1-1/+1
2016-02-21ADT: Remove == and != comparisons between ilist iterators and pointersDuncan P. N. Exon Smith1-2/+2
2016-02-19Shuffle header file as per the Coding StandardsDavid Majnemer1-1/+1
2016-02-19[SjLjEHPrepare] Simplify/cleanup codeDavid Majnemer1-64/+50
2016-02-19[SjLjEHPrepare] Don't grab pointers to functions in doInitializationDavid Majnemer1-18/+17
2016-01-30Avoid overly large SmallPtrSet/SmallSetMatthias Braun1-1/+1
2015-10-09CodeGen: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-17/+17
2015-07-16Fix __builtin_setjmp in combination with sjlj exception handling.Matthias Braun1-5/+5
2015-07-09Expose sjlj preparation through opt for my own debugging purposesReid Kleckner1-0/+2
2015-07-08Redirect DataLayout from TargetMachine to Module in SjLjEHPrepareMehdi Amini1-8/+4
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer1-1/+1
2015-05-18Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...David Blaikie1-2/+2
2015-04-04[opaque pointer type] More GEP API migrationsDavid Blaikie1-17/+26
2015-03-24Opaque Pointer Types: GEP API migrations to specify the gep type explicitlyDavid Blaikie1-1/+2
2015-01-27Replace some uses of getSubtargetImpl with the cached versionEric Christopher1-1/+1
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie1-1/+1
2014-11-13Use nullptr instead of NULL for variadic sentinelsReid Kleckner1-1/+1
2014-08-24Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper1-4/+2
2014-08-21Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper1-1/+1
2014-08-18Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...Craig Topper1-1/+1
2014-08-17Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper1-1/+1
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-1/+2
2014-07-21Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith1-2/+2
2014-07-20[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob1-2/+2
2014-07-14Unify the lowering of arguments during SjLj prepare.Bill Wendling1-28/+10
2014-07-14Support lowering of empty aggregates.Bill Wendling1-11/+11
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2