aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineFunction.cpp
AgeCommit message (Expand)Author
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-09Create enums for the different attributes.Bill Wendling
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-26Remove the `hasFnAttr' method from Function.Bill Wendling
2012-09-21Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling
2012-09-20Revert r164308 to fix buildbots.Bill Wendling
2012-09-20Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling
2012-09-11Release build: guard dump functions withManman Ren
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren
2012-09-06Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem
2012-09-05Stop casting away const qualifier needlessly.Roman Divacky
2012-08-22Tidy up a few more uses of MF.getFunction()->getName().David Blaikie
2012-08-22Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-06-19Tidy up.Chad Rosier
2012-06-19Add an ensureMaxAlignment() function to MachineFrameInfo (analogous toChad Rosier
2012-03-31Teach CodeGen's version of computeMaskedBits to understand the range metadata.Rafael Espindola
2012-03-27Print SSA and liveness tracking flags in MF::print().Jakob Stoklund Olesen
2012-03-04Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper
2012-02-06Move some llvm_unreachable's from r149849 out of switch statements to satisfy...Craig Topper
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2012-02-03Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka
2012-01-27make sure the file's matching header is #include'd first.Chris Lattner
2012-01-27Rewrite CanShareConstantPoolEntry to be implemented in terms of theChris Lattner
2012-01-26progress making the world safe to ConstantDataVector. WhileChris Lattner
2011-12-22drop unneeded config.h includesDylan Noblesmith
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer
2011-11-15Twinify GraphWriter a little bit.Benjamin Kramer
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-06-28- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng
2011-05-06Make the logic for determining function alignment more explicit. No function...Eli Friedman
2011-05-02Use the PrintReg adaptor to correctly print live-in registers in debug output.Jakob Stoklund Olesen
2011-02-22MachineConstantPoolValues are not uniqued, so they need to be freed if theyCameron Zwarich
2011-02-21Revert r124611 - "Keep track of incoming argument's location while emitting L...Devang Patel
2011-01-31Keep track of incoming argument's location while emitting LiveIns.Devang Patel
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov
2010-11-14move the pic base symbol stuff up to MachineFunctionChris Lattner
2010-10-31Attach a GCModuleInfo to a MachineFunction.Nicolas Geoffray
2010-10-30Include MachineBasicBlock numbers in viewCFG() output.Jakob Stoklund Olesen
2010-10-26Teach MachineBasicBlock::print() to annotate instructions and blocks withJakob Stoklund Olesen
2010-10-20Make CodeGen TBAA-aware.Dan Gohman
2010-09-21force clients of MachineFunction::getMachineMemOperand to provide aChris Lattner
2010-09-21start pushing MachinePointerInfo out through the MachineMemOperand interfaceChris Lattner
2010-07-27It's better to have the arrays, which would trigger the creation of stackBill Wendling
2010-07-23Remove too-strict assertion. We may want the vreg copy of the physical registerJim Grosbach
2010-07-07Fix debugging strings.Dan Gohman
2010-07-04Infer alignments of fixed frame objects when they are constructed. This ensur...Evan Cheng