aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-14CodeGen: Canonicalize access to function attributes, NFCDuncan P. N. Exon Smith1-6/+3
2015-01-29Remove MergeableConst.Rafael Espindola1-1/+1
2015-01-29Use enum values. NFC.Rafael Espindola1-3/+3
2015-01-27Replace some uses of getSubtargetImpl with the cached versionEric Christopher1-2/+1
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher1-3/+3
2015-01-13Add the llvm.frameallocate and llvm.recoverframeallocation intrinsicsReid Kleckner1-0/+8
2014-10-14Remove unused member variable.Rafael Espindola1-3/+2
2014-10-08Replace calls to get the subtarget and TargetFrameLowering withEric Christopher1-28/+18
2014-10-08Use cached subtarget rather than looking it up on theEric Christopher1-6/+4
2014-10-04Make AAMDNodes ctor and operator bool (!!!) explicit, mop up bugs and weirdne...Benjamin Kramer1-2/+2
2014-08-16Make isAliased property for fixed-offset stack objects adjustableHal Finkel1-5/+7
2014-08-12Have MachineRegisterInfo take and store the MachineFunction itEric Christopher1-1/+1
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-12/+9
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-13/+20
2014-07-24AA metadata refactoring (introduce AAMDNodes)Hal Finkel1-4/+4
2014-07-14CodeGen: Add a getSectionKind method to MachineConstantPoolEntryDavid Majnemer1-0/+31
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker1-2/+3
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker1-3/+2
2014-06-25Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi1-0/+15
2014-06-25Reformat.NAKAMURA Takumi1-17/+13
2014-06-22Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi1-28/+17
2014-06-20Generate native unwind info on Win64Reid Kleckner1-17/+28
2014-04-30Convert several loops over MachineFunction basic blocks to range-based loopsAlexey Samsonov1-2/+2
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