summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineFunction.cpp
Commit message (Expand)AuthorAge
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* Use two-arg addOperand(MF, MO) internally in MachineInstr when possible.Jakob Stoklund Olesen2012-12-20
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren2012-12-04
* Stack Alignment: move functions from header file MachineFrameInfo.h.Manman Ren2012-12-04
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Create enums for the different attributes.Bill Wendling2012-10-09
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-26
* Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling2012-09-21
* Revert r164308 to fix buildbots.Bill Wendling2012-09-20
* Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling2012-09-20
* Release build: guard dump functions withManman Ren2012-09-11
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-06
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-06
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-05
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-22
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* Tidy up.Chad Rosier2012-06-19
* Add an ensureMaxAlignment() function to MachineFrameInfo (analogous toChad Rosier2012-06-19
* Teach CodeGen's version of computeMaskedBits to understand the range metadata.Rafael Espindola2012-03-31
* Print SSA and liveness tracking flags in MF::print().Jakob Stoklund Olesen2012-03-27
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-04
* Move some llvm_unreachable's from r149849 out of switch statements to satisfy...Craig Topper2012-02-06
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-03
* make sure the file's matching header is #include'd first.Chris Lattner2012-01-27
* Rewrite CanShareConstantPoolEntry to be implemented in terms of theChris Lattner2012-01-27
* progress making the world safe to ConstantDataVector. WhileChris Lattner2012-01-26
* drop unneeded config.h includesDylan Noblesmith2011-12-22
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-15
* Twinify GraphWriter a little bit.Benjamin Kramer2011-11-15
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-06
* Use the PrintReg adaptor to correctly print live-in registers in debug output.Jakob Stoklund Olesen2011-05-02
* MachineConstantPoolValues are not uniqued, so they need to be freed if theyCameron Zwarich2011-02-22
* Revert r124611 - "Keep track of incoming argument's location while emitting L...Devang Patel2011-02-21
* Keep track of incoming argument's location while emitting LiveIns.Devang Patel2011-01-31
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* move the pic base symbol stuff up to MachineFunctionChris Lattner2010-11-14
* Attach a GCModuleInfo to a MachineFunction.Nicolas Geoffray2010-10-31
* Include MachineBasicBlock numbers in viewCFG() output.Jakob Stoklund Olesen2010-10-30