aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineFunction.cpp
AgeCommit message (Expand)Author
2010-07-04Infer alignments of fixed frame objects when they are constructed. This ensur...Evan Cheng
2010-07-03Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng
2010-06-29Revert r107205 and r107207.Bill Wendling
2010-06-29Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling
2010-05-24Avoid adding duplicate function live-in's.Evan Cheng
2010-04-15Add more const qualifiers for LLVM IR pointers in CodeGen.Dan Gohman
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman
2010-04-05enhance MachineFunction to have a MMI pointer.Chris Lattner
2010-04-02Ok, third time's the charm. No changes from last time except the CMakeDavid Greene
2010-04-02Switch the code generator (except the JIT) onto the new DebugLocChris Lattner
2010-04-02Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng
2010-04-02Let's try this again. Re-apply 100143 including an apparent missingDavid Greene
2010-04-01Revert r100143.Eric Christopher
2010-04-01Add some switches helpful for debugging:David Greene
2010-03-30Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner
2010-03-19Stop trying to merge identical jump tables. This had been inadvertentlyBob Wilson
2010-03-18Define placement new wrappers for BumpPtrAllocator andDan Gohman
2010-03-18Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() toBob Wilson
2010-03-13rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner
2010-03-11Add a new jump table encoding to indicate jump tables entriesRichard Osborne
2010-03-10set the temporary bit on MCSymbols correctly.Chris Lattner
2010-02-19Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254.Charles Davis
2010-02-10Fix "the the" and similar typos.Dan Gohman
2010-01-27Silence GCC warnings with asserts turned off. No functionality change.Chandler Carruth
2010-01-26Move getJTISymbol from MachineJumpTableInfo to MachineFunction,Chris Lattner
2010-01-26add a new MachineJumpTableInfo::getJTISymbol method,Chris Lattner
2010-01-26make MachineFunction keep track of its ID and make Chris Lattner
2010-01-26Add support for target-specific 32-bit custom-lowered Chris Lattner
2010-01-25Rearrange handling of jump tables. Highlights:Chris Lattner
2010-01-19Avoid including DebugInfo.h in AsmPrinter.hDevang Patel
2010-01-16Replace DebugLocTuple with DILocation.Devang Patel
2010-01-04Change errs() to dbgs().David Greene
2009-12-03improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner
2009-11-30Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser
2009-11-30Instantiate DefaultDOTGraphTraitsTobias Grosser
2009-11-14Do not merge jump tables this early. Branch folding will do any necessaryJim Grosbach
2009-11-14Add function to replace a destination MBB in a single jump tableJim Grosbach
2009-11-12Add a bool flag to StackObjects telling whether they reference spillDavid Greene
2009-10-31Make -print-machineinstrs more readable.Dan Gohman
2009-10-31Fix 80-column violation.Dan Gohman
2009-10-28Allow constants of different types to share constant pool entriesDan Gohman
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-10-09Add basic infrastructure and x86 support for preserving MachineMemOperandDan Gohman
2009-09-30Remove dead code.Devang Patel
2009-09-25Improve MachineMemOperand handling.Dan Gohman
2009-09-15add hooks to hang target-specific goop off MachineModuleInfo,Chris Lattner
2009-08-28Reapply 79977.Devang Patel
2009-08-26Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel
2009-08-25Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel