summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SjLjEHPrepare.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-4/+4
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth1-8/+7
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-4/+4
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer1-1/+1
2014-01-21CodeGen: Stop treating vectors as aggregatesDuncan P. N. Exon Smith1-1/+1
2013-09-23Reformat code with clang-format.Bill Wendling1-107/+108
2013-06-19Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling1-5/+6
2013-05-14Add bitcast to store of personality function.Kai Nacke1-1/+3
2013-03-08Revert r176154 in favor of a better approach.Bill Wendling1-2/+11
2013-01-11Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer1-3/+3
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-8/+8
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-7/+7
2012-10-08Move TargetData to DataLayout.Micah Villmow1-2/+2
2012-09-03IRBuilderify the SjlLjEHPrepare pass.Benjamin Kramer1-57/+25
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth1-10/+10
2012-03-16Revert r152705, which reapplied r152486 as this appears to be causing failuresChad Rosier1-128/+34
2012-03-14Reapply r152486 with a fix for the nightly testers.Bill Wendling1-34/+128
2012-03-13s/SjLjEHPass/SjLjEHPrepare/Bill Wendling1-17/+17
2012-03-12Revert due to nightly test failures.Bill Wendling1-82/+32
2012-03-10Implement a more intelligent way of spilling uses across an invoke boundary.Bill Wendling1-32/+82
2012-01-27Place the GEP instructions nearer to the instructions which use them.Bill Wendling1-37/+36
2012-01-07Missing raw_ostream.h breaks MSVC build.Andrew Trick1-0/+1
2012-01-06Tracing to help investigate issues with SjLj spill code.Andrew Trick1-0/+2
2011-12-14Reapply r146481 with a fix to create the Builder value in the correct place andBill Wendling1-6/+35