Make sure SDDbgValue.Invalid is initialized to false by all the constructors.
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2010-03-24 Devang PatelUse SP filename directly instead of SP's context's...
2010-03-22 Devang PatelEmit DW_AT_low_pc and DW_AT_high_pc attributes for...
2010-03-22 Devang PatelDW_AT_stmt_list attribute attached with a compile unit...
2010-03-22 Jeffrey YasskinFix a memory leak from DIE::addSiblingOffset() by addin...
2010-03-17 Devang PatelFix EmitSectionOffset incorrect argument. DwarfDebug...
2010-03-16 Chris Lattnerreapply r98656 unmodified, which exposed the asmprinter not
2010-03-16 Daniel DunbarRevert r98656, its breaking all over the place.
2010-03-16 Chris Lattnerimprove support for uniontype and ConstantUnion, patch...
2010-03-16 Chris LattnerFix the third (and last known) case of code update...
2010-03-15 Chris LattnerImplement support for the case when a reference to...
2010-03-15 Devang PatelEmit dwarf variable info communicated by code generator...
2010-03-15 Chris Lattnerremove dead method.
2010-03-14 Chris Lattnerfix AsmPrinter::GetBlockAddressSymbol to always return...
2010-03-14 Chris Lattnerget MMI out of the label uniquing business, just go...
2010-03-14 Chris Lattnerdon't use getDWLabel("label" anymore, always go through...
2010-03-14 Chris Lattnerremove now-dead code, all labels use MCSymbols.
2010-03-14 Chris Lattnerchange SrcLineInfo to contain a label instead of a...
2010-03-14 Chris LattnerNow that DBG_LABEL is updated, we can finally make...
2010-03-14 Chris Lattnerchange the DBG_LABEL MachineInstr to always be created
2010-03-14 Chris Lattnerunbreak the build, grr symlinks.
2010-03-14 Chris Lattnerswitch GC_LABEL to use an MCSymbol operand instead...
2010-03-14 Chris LattnerFix some EH failures on NNT I introduced in r98461
2010-03-14 Chris Lattnerfix a bug I introduced in r98459, causing some NNT...
2010-03-14 Chris Lattnerchange the LabelSDNode to be EHLabelSDNode and make...
2010-03-14 Chris Lattneruse Label->isDefined() instead of isLabelDeleted()...
2010-03-14 Chris Lattnerchange EH related stuff (other than EH_LABEL) to use...
2010-03-13 Chris Lattnereliminate the now-unneeded context argument of MBB...
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
2010-03-13 Chris Lattnersimplify EmitFrameMoves to take BaseLabel in as a symbol
2010-03-13 Chris Lattnerfactor some labels, simplify some code.
2010-03-13 Chris Lattnervarious cleanups.
2010-03-13 Chris Lattnerreimplement the string pool used for inlined function
2010-03-12 Chris Lattnerremove gone method, grr symlinks.
2010-03-12 Chris Lattnerinline the now-trivial implementation of GetGlobalValue...
2010-03-12 Chris Lattnergive Mangler access to TargetData.
2010-03-12 Chris Lattnerfinally give Mangler a getSymbol method, which returns...
2010-03-12 Chris Lattnerremove dead code.
2010-03-12 Chris Lattnermake the mangler take an MCContext instead of an MAI.
2010-03-12 Chris Lattnerfix a bug emitting .secrel32 that I introduced, PR6587...
2010-03-12 Jeffrey YasskinFree DbgScopes in DwarfDebug::endFunction(). Also...
2010-03-11 Devang PatelThere is no need to create specification DIE for defini...
2010-03-11 Chris Lattnerfix a fixme in TargetLoweringObjectFile::getExprForDwar...
2010-03-11 Chris Lattnerrename getSymbolForDwarf* to getExprForDwarf* since...
2010-03-11 Jeffrey YasskinAvoid leaking CompileUnits in DwarfDebug.cpp.
2010-03-11 Richard OsborneAdd a new jump table encoding to indicate jump tables...
2010-03-10 Chris Lattnermove three lowering hooks from MAI to TLOF and make...
2010-03-10 Chris Lattnermcize the rest of EH emission, only one more directive...
2010-03-10 Chris Lattneradd missing filename!
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-03-10 Chris Lattnerinline away a form of IsPCRelative, eliminating the
2010-03-10 Chris Lattneradd some fixme's for MCizing. EH still has a few thing...
2010-03-10 Chris Lattnermcize uses of PrintRelDirective and eliminate it.
2010-03-09 Chris Lattnerinline the bool form of PrintRelDirective away, leaving...
2010-03-09 Chris Lattnereliminate EOL, adding all comments with the OutStreamer...
2010-03-09 Chris Lattnereliminate a bunch of \n's that are being printed to...
2010-03-09 Chris Lattnerconvert the non-"ispcrel" case of EmitReference to MC,
2010-03-09 Chris Lattnerreapply r98035:
2010-03-09 Chris Lattneradd some extra checks. I'm not sure why, but this...
2010-03-09 Eric ChristopherSpeculatively revert r98035. It appears to have caused...
2010-03-09 Chris LattnerNow that setStartLabel takes an MCSymbol, we can de...
2010-03-09 Chris Lattnerchange DbgScope to keep track of the start/end label...
2010-03-09 Chris Lattnerremove a useless optimization: now that label replaceme...
2010-03-09 Chris Lattnerstrength reduce MMI::MappedLabel to MMI::isLabelDeleted,
2010-03-09 Chris Lattnermcstreamerize AsmPrinter::printLabel.
2010-03-09 Chris Lattneradd a EmitSymbolValue convenience method to MCStreamer.
2010-03-09 Chris Lattnermake InlineInfoLabels hold MCSymbol*'s, avoiding
2010-03-09 Chris Lattnermc'ize the last use of PrintLabelName and eliminate...
2010-03-09 Chris Lattnereliminate an argument from PrintRelDirective, sinking
2010-03-09 Chris Lattnerremove the suffix form of PrintLabelName, which was...
2010-03-09 Chris Lattnernow that the debug and eh emitters use a common .set...
2010-03-08 Chris Lattnermove .set generation out of DwarfPrinter into AsmPrinte...
2010-03-08 Chris Lattnersimplify EmitSectionOffset to always use .set if it is
2010-03-08 Chris LattnerRemove a version of EmitDifference.
2010-03-08 Chris Lattnereliminate a form of PrintLabelName.
2010-03-08 Chris Lattnerremove another form of EmitReference.
2010-03-08 Chris Lattnereliminate the non-MCSymbol versions of EmitReference.
2010-03-08 Chris Lattnermc'ize EmitLabel.
2010-03-08 Chris Lattnermerge DIEObjectLabel and DIEDwarfLabel into DIELabel.
2010-03-08 Chris Lattnerelimiante the DWLabel class, using MCSymbol instead...
2010-03-08 Devang PatelDerive DIType from DIScope. This simplifies getContext...
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Devang PatelRevert r97947.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Douglas GregorRevert r97917, which was causing Clang Debug self-host...
2010-03-07 Jeffrey YasskinRoll r97906 forward again, without double-deleting...
2010-03-07 Jeffrey Yasskin_2_ gcc crashes, ah, ah, ah...
2010-03-07 Jeffrey YasskinAvoid leaking CompileUnits and DbgScopes from DwarfDebu...
2010-03-02 Devang PatelFix grammar.
2010-03-02 Devang PatelConstructors and operators for anonymous aggregates...
2010-02-26 Bill WendlingA much cleaner (and less code!) way of inserting the...
2010-02-26 Bill WendlingComment typo.
2010-02-26 Bill WendlingFix comments.
2010-02-26 Bill WendlingAdd another (and hopefully the last) exception case...
2010-02-26 Bill WendlingAnd should use the correct variable.
2010-02-26 Bill WendlingGot assertion check backwards.
2010-02-25 Bill WendlingCatch a corner case where adding the padding to the...
2010-02-25 Bill WendlingMake comment more meaningful.
2010-02-25 Bill WendlingMC'ize padding when padding the ULEB128 value.
2010-02-24 Bill WendlingLLVM puts padding bytes in the __gcc_except_tab section...
2010-02-23 Chris Lattneruse OutStreamer.EmitCodeAlignment for alignment in...
next