summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-14
* Add support to preserve type info for the variables that are removed by the o...Devang Patel2010-05-14
* Use PassManagerBase, to give clients the option of using eitherDan Gohman2010-05-14
* Add an isNodeHidden to the graph traits, to support definition ofDan Gohman2010-05-14
* Get rid of the bit twiddling to read / set OpActions and ValueTypeActions. Th...Evan Cheng2010-05-14
* Add AsmParser support for darwin tbss directive.Eric Christopher2010-05-14
* Fix typo.Nick Lewycky2010-05-14
* MC: Switch to completely lazy layout.Daniel Dunbar2010-05-14
* MC: Extend MCAsmLayout to explicitly track which fragments have been layed ou...Daniel Dunbar2010-05-14
* MC: Switch MCFragment to storing the layout order index, not its index in the...Daniel Dunbar2010-05-14
* MC: Change LayoutSection() to only do the section initializiation.Daniel Dunbar2010-05-14
* Adding a v8i64 512-bit vector type. This will be used to model ARM NEON intri...Evan Cheng2010-05-13
* Eliminate use of magic numbers to access OpActions. It also has the effect of...Evan Cheng2010-05-13
* Fix up LoadExtActions, TruncStoreActions, and IndexedModeActions representati...Evan Cheng2010-05-13
* MC: Move Layout{Fragment,Section} into MCAsmLayout, and add LayoutFile().Daniel Dunbar2010-05-13
* Teach MachineLICM and MachineSink how to clear kill flags conservativelyDan Gohman2010-05-13
* 80 col violation.Evan Cheng2010-05-13
* Add a utility function for conservatively clearing kill flags, and makeDan Gohman2010-05-13
* MC: Factor out MCAssembler::ComputeFragmentSize.Daniel Dunbar2010-05-13
* Fix const ilist_node::get{Prev,Next}Node() to actually compile. Picky, picky.Daniel Dunbar2010-05-13
* MC: Add section layout order indices to MCSectionData.Daniel Dunbar2010-05-13
* 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