summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* MC: Add MCAsmLayout::FragmentReplaced() helper function.Daniel Dunbar2010-05-13
* MC: Eliminate MCSectionData::{,Address,File}Size, which can now be computed byDaniel Dunbar2010-05-13
* MC: Add MCAlignFragment::OnlyAlignAddress bit. This is a bit of magic that sa...Daniel Dunbar2010-05-13
* MC: Add MCSectionData::AddressSize, which is the size of the address space co...Daniel Dunbar2010-05-13
* MC: Move MCAlignFragment::EmitNops value out of the constructor.Daniel Dunbar2010-05-12
* MC: Eliminate MCZeroFillFragment, it is no longer needed.Daniel Dunbar2010-05-12
* MC: Switch MCFillFragment to storing total fill size instead of a count. This...Daniel Dunbar2010-05-12
* MC: Drop support for alignment in ZeroFill fragment, we can just useDaniel Dunbar2010-05-12
* Clear CachedFunctionInfo upon Pass::releaseMemory. Because ValueMap will abortNick Lewycky2010-05-12
* MC: Factor out MCAssembler::LayoutFragmentDaniel Dunbar2010-05-12
* ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null.Daniel Dunbar2010-05-12
* MC: Simplify LayoutSection to just take the index of the section to layout.Daniel Dunbar2010-05-12
* MC: Track section layout order explicitly, and use to simplify.Daniel Dunbar2010-05-12
* Add support for movi32 of global values to the new (MC) asm printer.Rafael Espindola2010-05-12
* Added a trivial function to modify the flags field of MCSymbolData class. The...Nathan Jeffords2010-05-12
* MC/Mach-O/x86_64: Add a new hook for checking whether a particular section canDaniel Dunbar2010-05-12
* Add initial kill flag support to FastISel.Dan Gohman2010-05-11
* Simplify the tracking of used physregs to a bulk bitor followed by a transitiveJakob Stoklund Olesen2010-05-11
* I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands2010-05-11
* Remove the "WantsWholeFile" concept, as it's no longer needed. CBEDan Gohman2010-05-11
* Trim #includes and forward declarations.Dan Gohman2010-05-11
* Fix a comment.Dan Gohman2010-05-11
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-11
* MC/Mach-O x86_64: Switch to using fragment atom symbol.Daniel Dunbar2010-05-11
* Remove the TargetLowering::getSubtarget() virtual function, whichDan Gohman2010-05-11
* Fixes for Microsoft Visual Studio 2010, from Steven Watanabe!Douglas Gregor2010-05-11
* The getDefaultSubtargetFeatures method of SubtargetFeature did actually return aBill Wendling2010-05-11
* MC/Mach-O: Explicitly track atoms, as represented by their defining symbol, f...Daniel Dunbar2010-05-10
* Fix PR6875:David Greene2010-05-10
* Add an explicit keyword.Dan Gohman2010-05-10
* Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar2010-05-10
* Delete an obsolete comment.Dan Gohman2010-05-10
* remove a dead file.Chris Lattner2010-05-09
* break coff symbol definition stuff out into proper MCStreamer callbacks,Chris Lattner2010-05-08
* Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanupDaniel Dunbar2010-05-08
* Remove DIGlobal.Devang Patel2010-05-07
* Add DINameSpace::Verify().Devang Patel2010-05-07
* Clang is dying on this with an ambiguous conversion sequence. We're working o...Douglas Gregor2010-05-07
* Verify variable directly.Devang Patel2010-05-07
* add COFF support for COMDAT sections, patch by Nathan Jeffords!Chris Lattner2010-05-07
* Fix i386 relocations to Weak Definitions. The relocation entries should beKevin Enderby2010-05-07
* Fix PR 7087, and probably other things, by extendingDale Johannesen2010-05-07
* Wrap const MDNode * inside DIDescriptor.Devang Patel2010-05-07
* remove DIDescriptor::getNode()Devang Patel2010-05-07
* Avoid DIDescriptor::getNode(). Use overloaded operators instead.Devang Patel2010-05-07
* switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner2010-05-07
* Add a simple module-level debug info printer. It just sets up aDan Gohman2010-05-07
* Add an LLVM IR version of code sinking. This uses the same simple algorithmDan Gohman2010-05-07
* Const-ify some stuff.Dan Gohman2010-05-07
* Convert the DebugInfo classes dump() methods into print(raw_ostream &)Dan Gohman2010-05-07