summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineFunction.h
Commit message (Expand)AuthorAge
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Fix the naming of ensureAlignment. Per the coding standard function namesChad Rosier2012-07-06
* Teach CodeGen's version of computeMaskedBits to understand the range metadata.Rafael Espindola2012-03-31
* Allow inlining of functions with returns_twice calls, if they have theJoerg Sonnenberger2011-12-18
* Fix unclear wording.Jakob Stoklund Olesen2011-12-06
* Change the Dominators recalculate() function to only rely on GraphTraitsAnna Zaks2011-12-05
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* 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
* Pass a Banner argument to the machine code verifier both fromJakob Stoklund Olesen2010-12-18
* move the pic base symbol stuff up to MachineFunctionChris Lattner2010-11-14
* Attach a GCModuleInfo to a MachineFunction.Nicolas Geoffray2010-10-31
* Teach MachineBasicBlock::print() to annotate instructions and blocks withJakob Stoklund Olesen2010-10-26
* Make CodeGen TBAA-aware.Dan Gohman2010-10-20
* force clients of MachineFunction::getMachineMemOperand to provide aChris Lattner2010-09-21
* start pushing MachinePointerInfo out through the MachineMemOperand interfaceChris Lattner2010-09-21
* Remove double-def checking from MachineVerifier, so a register does not have toJakob Stoklund Olesen2010-08-05
* Revert r107205 and r107207.Bill Wendling2010-06-29
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-29
* Move the check for "calls setjmp" to SelectionDAGISel so that it can be used byBill Wendling2010-05-26
* Temporarily revert r104655 as it's breaking the bots.Eric Christopher2010-05-26
* Dale and Evan suggested putting the "check for setjmp" much earlier in theBill Wendling2010-05-26
* Remove MachineFunction's DefaultDebugLoc member, and make DwarfDebug.cppDan Gohman2010-04-20
* Add more const qualifiers for LLVM IR pointers in CodeGen.Dan Gohman2010-04-15
* enhance MachineFunction to have a MMI pointer.Chris Lattner2010-04-05
* Switch the code generator (except the JIT) onto the new DebugLocChris Lattner2010-04-02
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-13
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-13
* Fix "the the" and similar typos.Dan Gohman2010-02-10
* Stop MachineInstr.h from #including AsmPrinter.hChris Lattner2010-02-10
* add a helper function for bumping up the alignment of a machine function.Chris Lattner2010-01-27
* Move getJTISymbol from MachineJumpTableInfo to MachineFunction,Chris Lattner2010-01-26
* make MachineFunction keep track of its ID and make Chris Lattner2010-01-26
* Rearrange handling of jump tables. Highlights:Chris Lattner2010-01-25
* remove a couple of asserts that use RTTI.Chris Lattner2010-01-21
* Avoid including DebugInfo.h in AsmPrinter.hDevang Patel2010-01-19
* Replace DebugLocTuple with DILocation.Devang Patel2010-01-16
* Add comments.Jakob Stoklund Olesen2010-01-07
* Allow the machine verifier to be run outside the PassManager.Jakob Stoklund Olesen2009-11-18
* Sink a #include <map> to where it's actually needed.Dan Gohman2009-11-16
* Add MachineFunction::verify() to call the machine code verifier directly.Jakob Stoklund Olesen2009-11-13
* Suppress implicit copy ctor and copy assignment for MachineFunction.Dan Gohman2009-11-09
* Add a splice member function which accepts a range instead of aDan Gohman2009-10-17
* Add basic infrastructure and x86 support for preserving MachineMemOperandDan Gohman2009-10-09
* Remove dead code.Devang Patel2009-09-30
* Improve MachineMemOperand handling.Dan Gohman2009-09-25
* add hooks to hang target-specific goop off MachineModuleInfo,Chris Lattner2009-09-15
* Reapply 79977.Devang Patel2009-08-28
* Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit...Gabor Greif2009-08-26