summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineFunction.cpp
Commit message (Expand)AuthorAge
...
* 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
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-23
* remove std::ostream versions of printing stuff for MBB and MF,Chris Lattner2009-08-23
* convert some stuff to work on raw_ostreams instead of std::ostream.Chris Lattner2009-08-23
* remove dead PrefixPrinter class.Chris Lattner2009-08-23
* Add missing includes.David Greene2009-08-19
* Remove a bit more cruft from the sjlj moving to a backend pass.Jim Grosbach2009-08-17
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Add MachineFrameInfo::getPristineRegisters(MBB) method.Jakob Stoklund Olesen2009-08-13
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-11
* Re-apply LiveInterval index dumping patch, with fixes suggested by BillDavid Greene2009-08-03
* Fix some comments referring to std::cerr.Daniel Dunbar2009-08-03
* MachineFunction no longer needs Annotation.Dan Gohman2009-07-31
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-07-31
* Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar2009-07-31
* Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman2009-07-31
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-25
* Switch to getNameStr().Daniel Dunbar2009-07-24
* reimplement Constant::ContainsRelocations as Chris Lattner2009-07-22
* no really, I can spell!Chris Lattner2009-07-21
* add an API so target-independent codegen can determine if a constantChris Lattner2009-07-21
* revert r76602, 76603, and r76615, pending design discussions.Chris Lattner2009-07-21
* Add PrefixPrinter arguments to the dump routines for MachineFunction andDavid Greene2009-07-21
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-30
* My guess is that RegInfo should only call the Allocator.Deallocator if it's notBill Wendling2009-06-25
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-24
* Temporarily revert r72191. It was causing an assert during llvm-gccBill Wendling2009-05-21
* Introduce DebugScope which gets embedded into the machine instructions' Debug...Argyrios Kyrtzidis2009-05-20
* Down with static variables!Owen Anderson2009-05-14
* Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presenceJim Grosbach2009-05-13
* Add support for GCC compatible builtin setjmp and longjmp intrinsics. This isJim Grosbach2009-05-12
* Make DebugLoc independent of DwarfWriter.Argyrios Kyrtzidis2009-04-30
* Move duplicated AddLiveIn function from X86 and ARM backends to be a methodBob Wilson2009-04-20