aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-03-18Define placement new wrappers for BumpPtrAllocator andDan Gohman1-10/+6
2010-03-18Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() toBob Wilson1-3/+12
2010-03-13rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner1-2/+2
2010-03-11Add a new jump table encoding to indicate jump tables entriesRichard Osborne1-0/+4
2010-03-10set the temporary bit on MCSymbols correctly.Chris Lattner1-1/+3
2010-02-19Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254.Charles Davis1-0/+3
2010-02-10Fix "the the" and similar typos.Dan Gohman1-1/+1
2010-01-27Silence GCC warnings with asserts turned off. No functionality change.Chandler Carruth1-2/+1
2010-01-26Move getJTISymbol from MachineJumpTableInfo to MachineFunction,Chris Lattner1-18/+21
2010-01-26add a new MachineJumpTableInfo::getJTISymbol method,Chris Lattner1-8/+28
2010-01-26make MachineFunction keep track of its ID and make Chris Lattner1-5/+5
2010-01-26Add support for target-specific 32-bit custom-lowered Chris Lattner1-0/+2
2010-01-25Rearrange handling of jump tables. Highlights:Chris Lattner1-11/+49
2010-01-19Avoid including DebugInfo.h in AsmPrinter.hDevang Patel1-0/+1
2010-01-16Replace DebugLocTuple with DILocation.Devang Patel1-3/+3
2010-01-04Change errs() to dbgs().David Greene1-4/+5
2009-12-03improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner1-2/+2
2009-11-30Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser1-5/+4
2009-11-30Instantiate DefaultDOTGraphTraitsTobias Grosser1-0/+3
2009-11-14Do not merge jump tables this early. Branch folding will do any necessaryJim Grosbach1-4/+0
2009-11-14Add function to replace a destination MBB in a single jump tableJim Grosbach1-8/+19
2009-11-12Add a bool flag to StackObjects telling whether they reference spillDavid Greene1-2/+3
2009-10-31Make -print-machineinstrs more readable.Dan Gohman1-27/+44
2009-10-31Fix 80-column violation.Dan Gohman1-1/+2
2009-10-28Allow constants of different types to share constant pool entriesDan Gohman1-3/+47
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky1-1/+0
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky1-1/+1
2009-10-09Add basic infrastructure and x86 support for preserving MachineMemOperandDan Gohman1-0/+64
2009-09-30Remove dead code.Devang Patel1-17/+0
2009-09-25Improve MachineMemOperand handling.Dan Gohman1-5/+23
2009-09-15add hooks to hang target-specific goop off MachineModuleInfo,Chris Lattner1-0/+3
2009-08-28Reapply 79977.Devang Patel1-1/+1
2009-08-26Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel1-1/+1
2009-08-25Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel1-1/+1
2009-08-23Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar1-4/+4
2009-08-23remove std::ostream versions of printing stuff for MBB and MF,Chris Lattner1-19/+13
2009-08-23convert some stuff to work on raw_ostreams instead of std::ostream.Chris Lattner1-16/+18
2009-08-23remove dead PrefixPrinter class.Chris Lattner1-8/+5
2009-08-19Add missing includes.David Greene1-0/+1
2009-08-17Remove a bit more cruft from the sjlj moving to a backend pass.Jim Grosbach1-3/+0
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson1-1/+2
2009-08-13Add MachineFrameInfo::getPristineRegisters(MBB) method.Jakob Stoklund Olesen1-1/+31
2009-08-11SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach1-0/+3
2009-08-03Re-apply LiveInterval index dumping patch, with fixes suggested by BillDavid Greene1-3/+6
2009-08-03Fix some comments referring to std::cerr.Daniel Dunbar1-2/+2
2009-07-31MachineFunction no longer needs Annotation.Dan Gohman1-2/+1
2009-07-31Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman1-71/+2
2009-07-31Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar1-2/+71
2009-07-31Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman1-71/+2
2009-07-25More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar1-2/+2