summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
Commit message (Expand)AuthorAge
* Debug Info: clean up usage of Verify.Manman Ren2013-06-28
* Don't cache the TLI object since we have access to it through TargetMachine a...Bill Wendling2013-06-19
* Don't cache the TargetLoweringInfo object inside of the FunctionLowering object.Bill Wendling2013-06-06
* Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.Bob Wilson2013-02-08
* Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren2013-01-10
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove the Function::getRetAttributes method in favor of using the AttributeS...Bill Wendling2012-12-30
* Change TargetLowering::RegisterTypeForVT to contain MVTs, instead ofPatrik Hagglund2012-12-19
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-13
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-11
* Change TargetLowering::RegisterTypeForVT to contain MVTs, instead ofPatrik Hagglund2012-12-11
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-11
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-06
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* Tabs, formatting and long lines oh my!Eric Christopher2012-02-24
* More newline cleanups.Eric Christopher2012-02-23
* Properly emit _fltused with FastISel. Refactor to share code with SDAG.Michael J. Spencer2012-02-22
* Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copyBill Wendling2012-01-31
* An array of chars of length 8 will also cause the stack protector to be insertedBill Wendling2011-11-02
* Directly point debug info to the stack slot of the arugment, instead of tryin...Devang Patel2011-09-08
* Add the support in code-gen for the landingpad instruction lowering.Bill Wendling2011-08-17
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-30
* Add the AddLandingPadInfo function.Bill Wendling2011-07-28
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher2011-06-08
* Make codegen able to handle values of empty types. This is one wayRafael Espindola2011-05-13
* Avoid extra vreg copies for arguments passed in registers. Specifically, thi...Eli Friedman2011-05-05
* There are times when the landing pad won't have a call to 'eh.selector' inBill Wendling2011-03-03
* Set NumSignBits to 1 if KnownZero/KnownOne are being zero extended. In theory itCameron Zwarich2011-02-25
* We only want to zero extend the existing information if the bit width isCameron Zwarich2011-02-25
* Merge information about the number of zero, one, and sign bits of live-outCameron Zwarich2011-02-24
* Track blocks visited in reverse postorder.Cameron Zwarich2011-02-24
* Roll out r126169 and r126170 in an attempt to fix the selfhost bot.Cameron Zwarich2011-02-22
* Merge information about the number of zero, one, and sign bits of live-out re...Cameron Zwarich2011-02-22
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* Reapply r112623. Included additional check for unused byval argument.Devang Patel2010-08-31
* Revert r112623. It is causing self host build failures.Devang Patel2010-08-31
* Remember byval argument's frame index during argument lowering and use this i...Devang Patel2010-08-31
* It's better to have the arrays, which would trigger the creation of stackBill Wendling2010-07-27
* Revert r108369, sorting llvm.dbg.declare information by source position,Dan Gohman2010-07-16
* Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman2010-07-10
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emittingDan Gohman2010-07-09
* Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman2010-07-08
* Implement bottom-up fast-isel. This has the advantage of not requiringDan Gohman2010-07-07
* Move FunctionLoweringInfo.h out into include/llvm/CodeGen. This willDan Gohman2010-07-07
* Rename CreateReg to CreateRegs, and MakeReg to CreateReg.Dan Gohman2010-07-02