summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-4/+6
* [WinEH] Add 32-bit SEH state table emission prototypeReid Kleckner2015-06-091-5/+12
* [WinEH] Start inserting state number stores for C++ EHReid Kleckner2015-05-281-371/+3
* Fix build warningAndrew Kaylor2015-05-201-1/+1
* [WinEH] C++ EH state numbering fixesAndrew Kaylor2015-05-201-52/+179
* [StatepointLowering] Support of the gc.relocates for invoke statepoints.Igor Laevsky2015-05-201-0/+1
* [WinEH] Push unique_ptr through the Action interface.Benjamin Kramer2015-05-161-21/+15
* Fixing build warningsAndrew Kaylor2015-05-111-2/+2
* [WinEH] Update exception numbering to give handlers their own base state.Andrew Kaylor2015-05-111-15/+74
* [SEH] Implement GetExceptionCode in __except blocksReid Kleckner2015-04-241-14/+23
* DebugInfo: Assert dbg.declare/value insts are validDuncan P. N. Exon Smith2015-04-211-2/+3
* Re-land r235154-r235156 under the existing -sehprepare flagReid Kleckner2015-04-211-3/+53
* Revert r235154-r235156, they cause asserts when building win64 code (http://c...Nico Weber2015-04-171-53/+3
* [SEH] Reimplement x64 SEH using WinEHPrepareReid Kleckner2015-04-171-3/+53
* Add range iterators for post order and inverse post order. Use themDaniel Berlin2015-04-151-2/+1
* [WinEHPrepare] Don't rely on the order of IRDavid Majnemer2015-04-101-5/+9
* CodeGen: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-061-3/+1
* [WinEH] Fill out CatchHigh in the TryBlockMapDavid Majnemer2015-04-031-4/+2
* [WinEH] Fill out .xdata for catch objectsDavid Majnemer2015-04-031-3/+1
* [WinEH] Handle nested landing pads in outlined catch handlersAndrew Kaylor2015-04-031-28/+0
* [WinEH] Implement support for catch-allDavid Majnemer2015-04-011-8/+13
* [WinEH] ExitingScope is vacuously true if !PoppedCatches.empty()David Majnemer2015-03-311-2/+1
* [WinEH] Generate .xdata for catch handlersDavid Majnemer2015-03-311-30/+105
* Silence an unused variable warning.David Majnemer2015-03-301-0/+2
* [WinEH] Run cleanup handlers when an exception is thrownDavid Majnemer2015-03-301-2/+143
* CodeGen: Use the new DebugLoc API, NFCDuncan P. N. Exon Smith2015-03-301-3/+1
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-0/+1
* getRegForInlineAsmConstraint wants to use TargetRegisterInfo forEric Christopher2015-02-261-3/+4
* Remove dead code for llvm.eh.selector in the old EH modelReid Kleckner2015-01-141-54/+0
* [Statepoints 3/4] Statepoint infrastructure for garbage collection: Selection...Philip Reames2014-12-021-0/+1
* Allow the use of functions as typeinfo in landingpad clausesReid Kleckner2014-11-141-4/+4
* Remove uses of the TargetMachine from FunctionLoweringInfoEric Christopher2014-10-091-14/+10
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-1/+1
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-1/+1
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-1/+1
* Clear PreferredExtendType for in each function-specific state FunctionLowerin...Jiangning Liu2014-09-241-0/+1
* Optimize sext/zext insertion algorithm in back-end.Jiangning Liu2014-09-191-0/+25
* CodeGen: Handle va_start in the entry blockReid Kleckner2014-09-021-24/+16
* Add a const and munge some commentsReid Kleckner2014-08-291-1/+1
* musttail: Forward regparms of variadic functions on x86_64Reid Kleckner2014-08-291-0/+7
* ARM / x86_64 varargs: Don't save regparms in prologue without va_startReid Kleckner2014-08-221-0/+8
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-2/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-7/+10
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-2/+2
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-4/+2
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* [Layering] Move DebugLoc.h into the IR library. The implementationChandler Carruth2014-03-051-1/+1
* Fix unused variable in FunctionLoweringInfo.cppHans Wennborg2014-03-051-1/+1
* Check for dynamic allocas and inline asm that clobbers sp before buildingHans Wennborg2014-03-051-1/+40
OpenPOWER on IntegriCloud