aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-10/+199
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-57/+5
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-43/+74
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-16/+51
* 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
* Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher2011-06-081-5/+6
* Make codegen able to handle values of empty types. This is one wayRafael Espindola2011-05-131-0/+4
* Avoid extra vreg copies for arguments passed in registers. Specifically, thi...Eli Friedman2011-05-051-26/+0
* There are times when the landing pad won't have a call to 'eh.selector' inBill Wendling2011-03-031-9/+23
* Set NumSignBits to 1 if KnownZero/KnownOne are being zero extended. In theory itCameron Zwarich2011-02-251-0/+1
* We only want to zero extend the existing information if the bit width isCameron Zwarich2011-02-251-1/+1
* Merge information about the number of zero, one, and sign bits of live-outCameron Zwarich2011-02-241-0/+116
* Track blocks visited in reverse postorder.Cameron Zwarich2011-02-241-0/+1
* Roll out r126169 and r126170 in an attempt to fix the selfhost bot.Cameron Zwarich2011-02-221-7/+1
* Merge information about the number of zero, one, and sign bits of live-out re...Cameron Zwarich2011-02-221-1/+7
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-1/+0
* Reapply r112623. Included additional check for unused byval argument.Devang Patel2010-08-311-0/+23
* Revert r112623. It is causing self host build failures.Devang Patel2010-08-311-23/+0
* Remember byval argument's frame index during argument lowering and use this i...Devang Patel2010-08-311-0/+23
* It's better to have the arrays, which would trigger the creation of stackBill Wendling2010-07-271-1/+9
* Revert r108369, sorting llvm.dbg.declare information by source position,Dan Gohman2010-07-161-1/+33
* Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman2010-07-101-0/+8
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-091-8/+0