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