summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make isAliased property for fixed-offset stack objects adjustableHal Finkel2014-08-161-5/+7
* Have MachineRegisterInfo take and store the MachineFunction itEric Christopher2014-08-121-1/+1
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-12/+9
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-13/+20
* AA metadata refactoring (introduce AAMDNodes)Hal Finkel2014-07-241-4/+4
* CodeGen: Add a getSectionKind method to MachineConstantPoolEntryDavid Majnemer2014-07-141-0/+31
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-2/+3
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-3/+2
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-251-0/+15
* Reformat.NAKAMURA Takumi2014-06-251-17/+13
* Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi2014-06-221-28/+17
* Generate native unwind info on Win64Reid Kleckner2014-06-201-17/+28
* Convert several loops over MachineFunction basic blocks to range-based loopsAlexey Samsonov2014-04-301-2/+2
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-151-1/+7
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-7/+7
* Move the segmented stack switch to a function attributeReid Kleckner2014-04-101-0/+5
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-041-1/+1
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-2/+2
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-091-2/+1
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-5/+5
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-191-7/+6
* Fix an over-constrained assertion in MachineFunction::addLiveIn.Quentin Colombet2013-12-121-1/+10
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-011-1/+2
* Directly access objects which may change during compilation.Bill Wendling2013-06-171-16/+37
* Print ConstantPool entries initialized to Values with WriteAsOperand instead ofDan Gohman2013-06-121-1/+2
* Move estimateStackSize from ARM into MachineFrameInfoHal Finkel2013-03-141-0/+48
* Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.Bob Wilson2013-02-081-30/+18
* Remove liveout lists from MachineRegisterInfo.Jakob Stoklund Olesen2013-02-051-7/+0
* [Stack Alignment] emit warning instead of a hard errorManman Ren2013-02-041-3/+3
* Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren2013-01-101-18/+30
* Don't call destructors on MachineInstr and MachineOperand.Jakob Stoklund Olesen2013-01-051-4/+12
* Use ArrayRecycler for MachineInstr operand lists.Jakob Stoklund Olesen2013-01-051-0/+7
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-301-3/+5
* Use two-arg addOperand(MF, MO) internally in MachineInstr when possible.Jakob Stoklund Olesen2012-12-201-1/+1
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-2/+2
* Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren2012-12-041-1/+24
* Stack Alignment: move functions from header file MachineFrameInfo.h.Manman Ren2012-12-041-0/+44
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-10/+10
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-011-2/+2
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-2/+2
* Revert 165732 for further review.Micah Villmow2012-10-111-2/+2
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-2/+2
* Create enums for the different attributes.Bill Wendling2012-10-091-2/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-081-6/+6
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-261-2/+2
* Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling2012-09-211-2/+2
OpenPOWER on IntegriCloud