aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rewrite CanShareConstantPoolEntry to be implemented in terms of theChris Lattner2012-01-271-26/+26
* progress making the world safe to ConstantDataVector. WhileChris Lattner2012-01-261-1/+4
* drop unneeded config.h includesDylan Noblesmith2011-12-221-1/+0
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-151-1/+1
* Twinify GraphWriter a little bit.Benjamin Kramer2011-11-151-2/+2
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-1/+1
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-281-2/+2
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-061-1/+5
* Use the PrintReg adaptor to correctly print live-in registers in debug output.Jakob Stoklund Olesen2011-05-021-17/+5
* MachineConstantPoolValues are not uniqued, so they need to be freed if theyCameron Zwarich2011-02-221-1/+7
* Revert r124611 - "Keep track of incoming argument's location while emitting L...Devang Patel2011-02-211-3/+1
* Keep track of incoming argument's location while emitting LiveIns.Devang Patel2011-01-311-1/+3
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-3/+3
* move the pic base symbol stuff up to MachineFunctionChris Lattner2010-11-141-0/+7
* Attach a GCModuleInfo to a MachineFunction.Nicolas Geoffray2010-10-311-2/+3
* Include MachineBasicBlock numbers in viewCFG() output.Jakob Stoklund Olesen2010-10-301-8/+6
* Teach MachineBasicBlock::print() to annotate instructions and blocks withJakob Stoklund Olesen2010-10-261-2/+2
* Make CodeGen TBAA-aware.Dan Gohman2010-10-201-5/+10
* force clients of MachineFunction::getMachineMemOperand to provide aChris Lattner2010-09-211-14/+4
* start pushing MachinePointerInfo out through the MachineMemOperand interfaceChris Lattner2010-09-211-5/+11
* It's better to have the arrays, which would trigger the creation of stackBill Wendling2010-07-271-1/+1
* Remove too-strict assertion. We may want the vreg copy of the physical registerJim Grosbach2010-07-231-1/+0
* Fix debugging strings.Dan Gohman2010-07-071-2/+2
* Infer alignments of fixed frame objects when they are constructed. This ensur...Evan Cheng2010-07-041-1/+7
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-031-2/+2
* Revert r107205 and r107207.Bill Wendling2010-06-291-7/+6
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-291-6/+7
* Avoid adding duplicate function live-in's.Evan Cheng2010-05-241-2/+8
* Add more const qualifiers for LLVM IR pointers in CodeGen.Dan Gohman2010-04-151-1/+1
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-8/+8
* enhance MachineFunction to have a MMI pointer.Chris Lattner2010-04-051-2/+3