Add reg_nodbg_iterator
[oota-llvm.git] / include /
2010-05-15 Jakob Stoklund OlesenAdd reg_nodbg_iterator
2010-05-15 Evan ChengAllow TargetLowering::getRegClassFor() to be called...
2010-05-14 Evan ChengTeach two-address pass to do some coalescing while...
2010-05-14 Dan GohmanAdd some comments about undef.
2010-05-14 Bill WendlingRename "HasCalls" in MachineFrameInfo to "AdjustsStack...
2010-05-14 Devang PatelAdd support to preserve type info for the variables...
2010-05-14 Dan GohmanUse PassManagerBase, to give clients the option of...
2010-05-14 Dan GohmanAdd an isNodeHidden to the graph traits, to support...
2010-05-14 Evan ChengGet rid of the bit twiddling to read / set OpActions...
2010-05-14 Eric ChristopherAdd AsmParser support for darwin tbss directive.
2010-05-14 Nick LewyckyFix typo.
2010-05-14 Daniel DunbarMC: Switch to completely lazy layout.
2010-05-14 Daniel DunbarMC: Extend MCAsmLayout to explicitly track which fragme...
2010-05-14 Daniel DunbarMC: Switch MCFragment to storing the layout order index...
2010-05-14 Daniel DunbarMC: Change LayoutSection() to only do the section initi...
2010-05-13 Evan ChengAdding a v8i64 512-bit vector type. This will be used...
2010-05-13 Evan ChengEliminate use of magic numbers to access OpActions...
2010-05-13 Evan ChengFix up LoadExtActions, TruncStoreActions, and IndexedMo...
2010-05-13 Daniel DunbarMC: Move Layout{Fragment,Section} into MCAsmLayout...
2010-05-13 Dan GohmanTeach MachineLICM and MachineSink how to clear kill...
2010-05-13 Evan Cheng80 col violation.
2010-05-13 Dan GohmanAdd a utility function for conservatively clearing...
2010-05-13 Daniel DunbarMC: Factor out MCAssembler::ComputeFragmentSize.
2010-05-13 Daniel DunbarFix const ilist_node::get{Prev,Next}Node() to actually...
2010-05-13 Daniel DunbarMC: Add section layout order indices to MCSectionData.
2010-05-13 Daniel DunbarMC: Add MCAsmLayout::FragmentReplaced() helper function.
2010-05-13 Daniel DunbarMC: Eliminate MCSectionData::{,Address,File}Size, which...
2010-05-13 Daniel DunbarMC: Add MCAlignFragment::OnlyAlignAddress bit. This...
2010-05-13 Daniel DunbarMC: Add MCSectionData::AddressSize, which is the size...
2010-05-12 Daniel DunbarMC: Move MCAlignFragment::EmitNops value out of the...
2010-05-12 Daniel DunbarMC: Eliminate MCZeroFillFragment, it is no longer needed.
2010-05-12 Daniel DunbarMC: Switch MCFillFragment to storing total fill size...
2010-05-12 Daniel DunbarMC: Drop support for alignment in ZeroFill fragment...
2010-05-12 Nick LewyckyClear CachedFunctionInfo upon Pass::releaseMemory....
2010-05-12 Daniel DunbarMC: Factor out MCAssembler::LayoutFragment
2010-05-12 Daniel DunbarADT: Add ilist_node::get{Prev,Next}Node, which return...
2010-05-12 Daniel DunbarMC: Simplify LayoutSection to just take the index of...
2010-05-12 Daniel DunbarMC: Track section layout order explicitly, and use...
2010-05-12 Rafael EspindolaAdd support for movi32 of global values to the new...
2010-05-12 Nathan JeffordsAdded a trivial function to modify the flags field...
2010-05-12 Daniel DunbarMC/Mach-O/x86_64: Add a new hook for checking whether...
2010-05-11 Dan GohmanAdd initial kill flag support to FastISel.
2010-05-11 Jakob Stoklund OlesenSimplify the tracking of used physregs to a bulk bitor...
2010-05-11 Duncan SandsI got tired of VISIBILITY_HIDDEN colliding with the...
2010-05-11 Dan GohmanRemove the "WantsWholeFile" concept, as it's no longer...
2010-05-11 Dan GohmanTrim #includes and forward declarations.
2010-05-11 Dan GohmanFix a comment.
2010-05-11 Dan GohmanImplement a bunch more TargetSelectionDAGInfo infrastru...
2010-05-11 Daniel DunbarMC/Mach-O x86_64: Switch to using fragment atom symbol.
2010-05-11 Dan GohmanRemove the TargetLowering::getSubtarget() virtual funct...
2010-05-11 Douglas GregorFixes for Microsoft Visual Studio 2010, from Steven...
2010-05-11 Bill WendlingThe getDefaultSubtargetFeatures method of SubtargetFeat...
2010-05-10 Daniel DunbarMC/Mach-O: Explicitly track atoms, as represented by...
2010-05-10 David GreeneFix PR6875:
2010-05-10 Dan GohmanAdd an explicit keyword.
2010-05-10 Daniel DunbarAdd new configure option, --disable-timestamps, intende...
2010-05-10 Dan GohmanDelete an obsolete comment.
2010-05-09 Chris Lattnerremove a dead file.
2010-05-08 Chris Lattnerbreak coff symbol definition stuff out into proper...
2010-05-08 Daniel DunbarAdd llvm::sys::RunInterruptHandlers(), which runs the...
2010-05-07 Devang PatelRemove DIGlobal.
2010-05-07 Devang PatelAdd DINameSpace::Verify().
2010-05-07 Douglas GregorClang is dying on this with an ambiguous conversion...
2010-05-07 Devang PatelVerify variable directly.
2010-05-07 Chris Lattneradd COFF support for COMDAT sections, patch by Nathan...
2010-05-07 Kevin EnderbyFix i386 relocations to Weak Definitions. The relocati...
2010-05-07 Dale JohannesenFix PR 7087, and probably other things, by extending
2010-05-07 Devang PatelWrap const MDNode * inside DIDescriptor.
2010-05-07 Devang Patelremove DIDescriptor::getNode()
2010-05-07 Devang PatelAvoid DIDescriptor::getNode(). Use overloaded operators...
2010-05-07 Chris Lattnerswitch MCSectionCOFF from a syntactic to semantic repre...
2010-05-07 Dan GohmanAdd a simple module-level debug info printer. It just...
2010-05-07 Dan GohmanAdd an LLVM IR version of code sinking. This uses the...
2010-05-07 Dan GohmanConst-ify some stuff.
2010-05-07 Dan GohmanConvert the DebugInfo classes dump() methods into print...
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-05-06 Evan ChengAdd argument TargetRegisterInfo to loadRegFromStackSlot...
2010-05-06 Bob WilsonFix handling of unreachable blocks in the SSAUpdater...
2010-05-05 Dan GohmanAdd an "IsBottomUp" member function to FastISel, which...
2010-05-05 Daniel DunbarMC: Make setVariableValue check the redefinition condit...
2010-05-05 Evan ChengMove REG_SEQUENCE removal to 2addr pass.
2010-05-05 Chris LattnerImplement rdar://7415680 - Twine integer support lacks...
2010-05-05 Evan ChengTeach liveintervalanalysis about virtual registers...
2010-05-05 Daniel DunbarMC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s...
2010-05-05 Daniel DunbarMC/Mach-O/x86_64: Relocations in debug sections should...
2010-05-04 Bob WilsonCombine the implementations of the core part of the...
2010-05-04 Daniel DunbarMC/Matcher: Add support for over-riding the default...
2010-05-03 Dan GohmanFactor out FastISel's code for materializing constants...
2010-05-02 Duncan SandsRemove the -enable-sjlj-eh option, which doesn't do...
2010-05-01 David ChisnallAdded a variant of InlineCostAnalyzer::getInlineCost...
2010-05-01 Chris Lattnerrename InlineInfo.DevirtualizedCalls -> InlinedCalls to
2010-05-01 Evan ChengAdd a pseudo instruction REG_SEQUENCE that takes a...
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-30 Dan GohmanUpdate BitVectorTest.cpp to stay in sync with SmallBitV...
2010-04-30 Devang PatelAttach AT_APPLE_optimized attribute to optimized functi...
2010-04-30 Dan GohmanAdd some comments.
2010-04-30 Dan GohmanProperly escape edge source and destination labels.
2010-04-30 Benjamin KramerSmallBitVector: Rework find_first/find_next and tweak...
2010-04-30 Benjamin KramerImplement a read/write operator[] for SmallBitVector...
2010-04-30 Benjamin KramerMake sure SmallBitVector actually uses the small case...
next