aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-2/+2
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-13/+5
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-15/+19
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-54/+78
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-17/+28
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-11/+24
* Update to LLVM 3.5a.Stephen Hines2014-04-241-18/+25
* 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
* Revert r164308 to fix buildbots.Bill Wendling2012-09-201-2/+2
* Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling2012-09-201-2/+2
* Release build: guard dump functions withManman Ren2012-09-111-4/+4
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-061-0/+8
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-061-1/+3
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-051-1/+1
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-221-4/+4
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-221-1/+6
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-1/+1
* Tidy up.Chad Rosier2012-06-191-17/+20
* Add an ensureMaxAlignment() function to MachineFrameInfo (analogous toChad Rosier2012-06-191-1/+1
* Teach CodeGen's version of computeMaskedBits to understand the range metadata.Rafael Espindola2012-03-311-2/+3
* Print SSA and liveness tracking flags in MF::print().Jakob Stoklund Olesen2012-03-271-1/+7
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-041-1/+1
* Move some llvm_unreachable's from r149849 out of switch statements to satisfy...Craig Topper2012-02-061-2/+2
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-4/+2
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-031-0/+4
* make sure the file's matching header is #include'd first.Chris Lattner2012-01-271-3/+1