aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth1-0/+2
2014-04-15Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky1-1/+7
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-7/+7
2014-04-10Move the segmented stack switch to a function attributeReid Kleckner1-0/+5
2014-04-04Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper1-1/+1
2014-03-06[Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth1-1/+1
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer1-2/+2
2014-01-09Put the functionality for printing a value to a raw_ostream as anChandler Carruth1-2/+1
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth1-1/+1
2014-01-03Make the llvm mangler depend only on DataLayout.Rafael Espindola1-5/+5
2013-12-19[stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee1-7/+6
2013-12-12Fix an over-constrained assertion in MachineFunction::addLiveIn.Quentin Colombet1-1/+10
2013-08-01Use function attributes to indicate that we don't want to realign the stack.Bill Wendling1-1/+2
2013-06-17Directly access objects which may change during compilation.Bill Wendling1-16/+37
2013-06-12Print ConstantPool entries initialized to Values with WriteAsOperand instead ofDan Gohman1-1/+2
2013-03-14Move estimateStackSize from ARM into MachineFrameInfoHal Finkel1-0/+48
2013-02-08Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.Bob Wilson1-30/+18
2013-02-05Remove liveout lists from MachineRegisterInfo.Jakob Stoklund Olesen1-7/+0
2013-02-04[Stack Alignment] emit warning instead of a hard errorManman Ren1-3/+3
2013-01-10Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren1-18/+30
2013-01-05Don't call destructors on MachineInstr and MachineOperand.Jakob Stoklund Olesen1-4/+12
2013-01-05Use ArrayRecycler for MachineInstr operand lists.Jakob Stoklund Olesen1-0/+7
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-2/+2
2012-12-30Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling1-3/+5
2012-12-20Use two-arg addOperand(MF, MO) internally in MachineInstr when possible.Jakob Stoklund Olesen1-1/+1
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling1-2/+2
2012-12-04Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren1-1/+24
2012-12-04Stack Alignment: move functions from header file MachineFrameInfo.h.Manman Ren1-0/+44
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-10/+10
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth1-2/+2
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow1-2/+2
2012-10-11Revert 165732 for further review.Micah Villmow1-2/+2
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow1-2/+2
2012-10-09Create enums for the different attributes.Bill Wendling1-2/+2
2012-10-08Move TargetData to DataLayout.Micah Villmow1-6/+6
2012-09-26Remove the `hasFnAttr' method from Function.Bill Wendling1-2/+2
2012-09-21Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling1-2/+2
2012-09-20Revert r164308 to fix buildbots.Bill Wendling1-2/+2
2012-09-20Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling1-2/+2
2012-09-11Release build: guard dump functions withManman Ren1-4/+4
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren1-0/+8
2012-09-06Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem1-1/+3
2012-09-05Stop casting away const qualifier needlessly.Roman Divacky1-1/+1
2012-08-22Tidy up a few more uses of MF.getFunction()->getName().David Blaikie1-4/+4
2012-08-22Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper1-1/+6
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling1-1/+1
2012-06-19Tidy up.Chad Rosier1-17/+20
2012-06-19Add an ensureMaxAlignment() function to MachineFrameInfo (analogous toChad Rosier1-1/+1
2012-03-31Teach CodeGen's version of computeMaskedBits to understand the range metadata.Rafael Espindola1-2/+3
2012-03-27Print SSA and liveness tracking flags in MF::print().Jakob Stoklund Olesen1-1/+7