summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Change TargetLowering::RegisterTypeForVT to contain MVTs, instead ofPatrik Hagglund2012-12-191-1/+1
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-131-2/+2
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-111-2/+2
* Change TargetLowering::RegisterTypeForVT to contain MVTs, instead ofPatrik Hagglund2012-12-111-1/+1
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-111-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-12/+12
* Move TargetData to DataLayout.Micah Villmow2012-10-081-3/+3
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-061-1/+1
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-1/+1
* Tabs, formatting and long lines oh my!Eric Christopher2012-02-241-4/+6
* More newline cleanups.Eric Christopher2012-02-231-1/+1
* Properly emit _fltused with FastISel. Refactor to share code with SDAG.Michael J. Spencer2012-02-221-0/+25
* Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copyBill Wendling2012-01-311-28/+0
* An array of chars of length 8 will also cause the stack protector to be insertedBill Wendling2011-11-021-1/+1
* Directly point debug info to the stack slot of the arugment, instead of tryin...Devang Patel2011-09-081-6/+4
* Add the support in code-gen for the landingpad instruction lowering.Bill Wendling2011-08-171-0/+31
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-301-34/+0
* Add the AddLandingPadInfo function.Bill Wendling2011-07-281-0/+34
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-3/+3
OpenPOWER on IntegriCloud