aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-021-34/+0
* Switch the code generator (except the JIT) onto the new DebugLocChris Lattner2010-04-021-9/+0
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-021-0/+34
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-021-34/+0
* Revert r100143.Eric Christopher2010-04-011-0/+34
* Add some switches helpful for debugging:David Greene2010-04-011-34/+0
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-301-3/+1
* Stop trying to merge identical jump tables. This had been inadvertentlyBob Wilson2010-03-191-11/+0
* Define placement new wrappers for BumpPtrAllocator andDan Gohman2010-03-181-10/+6
* Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() toBob Wilson2010-03-181-3/+12
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-131-2/+2
* Add a new jump table encoding to indicate jump tables entriesRichard Osborne2010-03-111-0/+4
* set the temporary bit on MCSymbols correctly.Chris Lattner2010-03-101-1/+3
* Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254.Charles Davis2010-02-191-0/+3
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* Silence GCC warnings with asserts turned off. No functionality change.Chandler Carruth2010-01-271-2/+1
* Move getJTISymbol from MachineJumpTableInfo to MachineFunction,Chris Lattner2010-01-261-18/+21
* add a new MachineJumpTableInfo::getJTISymbol method,Chris Lattner2010-01-261-8/+28
* make MachineFunction keep track of its ID and make Chris Lattner2010-01-261-5/+5
* Add support for target-specific 32-bit custom-lowered Chris Lattner2010-01-261-0/+2
* Rearrange handling of jump tables. Highlights:Chris Lattner2010-01-251-11/+49
* Avoid including DebugInfo.h in AsmPrinter.hDevang Patel2010-01-191-0/+1
* Replace DebugLocTuple with DILocation.Devang Patel2010-01-161-3/+3
* Change errs() to dbgs().David Greene2010-01-041-4/+5
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-031-2/+2
* Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser2009-11-301-5/+4
* Instantiate DefaultDOTGraphTraitsTobias Grosser2009-11-301-0/+3
* Do not merge jump tables this early. Branch folding will do any necessaryJim Grosbach2009-11-141-4/+0
* Add function to replace a destination MBB in a single jump tableJim Grosbach2009-11-141-8/+19
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-121-2/+3
* Make -print-machineinstrs more readable.Dan Gohman2009-10-311-27/+44
* Fix 80-column violation.Dan Gohman2009-10-311-1/+2
* Allow constants of different types to share constant pool entriesDan Gohman2009-10-281-3/+47
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Add basic infrastructure and x86 support for preserving MachineMemOperandDan Gohman2009-10-091-0/+64
* Remove dead code.Devang Patel2009-09-301-17/+0
* Improve MachineMemOperand handling.Dan Gohman2009-09-251-5/+23
* add hooks to hang target-specific goop off MachineModuleInfo,Chris Lattner2009-09-151-0/+3
* Reapply 79977.Devang Patel2009-08-281-1/+1
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-261-1/+1