aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-21Revert r124611 - "Keep track of incoming argument's location while emitting L...Devang Patel1-3/+1
2011-01-31Keep track of incoming argument's location while emitting LiveIns.Devang Patel1-1/+3
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov1-3/+3
2010-11-14move the pic base symbol stuff up to MachineFunctionChris Lattner1-0/+7
2010-10-31Attach a GCModuleInfo to a MachineFunction.Nicolas Geoffray1-2/+3
2010-10-30Include MachineBasicBlock numbers in viewCFG() output.Jakob Stoklund Olesen1-8/+6
2010-10-26Teach MachineBasicBlock::print() to annotate instructions and blocks withJakob Stoklund Olesen1-2/+2
2010-10-20Make CodeGen TBAA-aware.Dan Gohman1-5/+10
2010-09-21force clients of MachineFunction::getMachineMemOperand to provide aChris Lattner1-14/+4
2010-09-21start pushing MachinePointerInfo out through the MachineMemOperand interfaceChris Lattner1-5/+11
2010-07-27It's better to have the arrays, which would trigger the creation of stackBill Wendling1-1/+1
2010-07-23Remove too-strict assertion. We may want the vreg copy of the physical registerJim Grosbach1-1/+0
2010-07-07Fix debugging strings.Dan Gohman1-2/+2
2010-07-04Infer alignments of fixed frame objects when they are constructed. This ensur...Evan Cheng1-1/+7
2010-07-03Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng1-2/+2
2010-06-29Revert r107205 and r107207.Bill Wendling1-7/+6
2010-06-29Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling1-6/+7
2010-05-24Avoid adding duplicate function live-in's.Evan Cheng1-2/+8
2010-04-15Add more const qualifiers for LLVM IR pointers in CodeGen.Dan Gohman1-1/+1
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman1-8/+8
2010-04-05enhance MachineFunction to have a MMI pointer.Chris Lattner1-2/+3
2010-04-02Ok, third time's the charm. No changes from last time except the CMakeDavid Greene1-34/+0
2010-04-02Switch the code generator (except the JIT) onto the new DebugLocChris Lattner1-9/+0
2010-04-02Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng1-0/+34
2010-04-02Let's try this again. Re-apply 100143 including an apparent missingDavid Greene1-34/+0
2010-04-01Revert r100143.Eric Christopher1-0/+34
2010-04-01Add some switches helpful for debugging:David Greene1-34/+0
2010-03-30Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner1-3/+1
2010-03-19Stop trying to merge identical jump tables. This had been inadvertentlyBob Wilson1-11/+0
2010-03-18Define placement new wrappers for BumpPtrAllocator andDan Gohman1-10/+6