summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Don't put non-static allocas in the static alloca mapReid Kleckner2014-01-311-1/+7
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-191-9/+1
* Debug Info: clean up usage of Verify.Manman Ren2013-06-281-1/+4
* Don't cache the TLI object since we have access to it through TargetMachine a...Bill Wendling2013-06-191-6/+8
* Don't cache the TargetLoweringInfo object inside of the FunctionLowering object.Bill Wendling2013-06-061-17/+18
* Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.Bob Wilson2013-02-081-2/+1
* Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren2013-01-101-1/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-7/+7
* Remove the Function::getRetAttributes method in favor of using the AttributeS...Bill Wendling2012-12-301-2/+1
OpenPOWER on IntegriCloud