aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-04Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper1-1/+1
2012-02-06Move some llvm_unreachable's from r149849 out of switch statements to satisfy...Craig Topper1-2/+2
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper1-4/+2
2012-02-03Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka1-0/+4
2012-01-27make sure the file's matching header is #include'd first.Chris Lattner1-3/+1
2012-01-27Rewrite CanShareConstantPoolEntry to be implemented in terms of theChris Lattner1-26/+26
2012-01-26progress making the world safe to ConstantDataVector. WhileChris Lattner1-1/+4
2011-12-22drop unneeded config.h includesDylan Noblesmith1-1/+0
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+2
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer1-1/+1
2011-11-15Twinify GraphWriter a little bit.Benjamin Kramer1-2/+2
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner1-1/+1
2011-06-28- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng1-2/+2
2011-05-06Make the logic for determining function alignment more explicit. No function...Eli Friedman1-1/+5
2011-05-02Use the PrintReg adaptor to correctly print live-in registers in debug output.Jakob Stoklund Olesen1-17/+5
2011-02-22MachineConstantPoolValues are not uniqued, so they need to be freed if theyCameron Zwarich1-1/+7