remove MAI::ZeroDirectiveSuffix, which is only used by MASM,
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2010-01-19 Chris Lattnerremove MAI::ZeroDirectiveSuffix, which is only used...
2010-01-19 Chris Lattnermcstreamer'ize the rest of EmitGlobalVariable that...
2010-01-19 Chris Lattnerstop using the .lcomm pseudoop on darwin, instead,...
2010-01-19 Devang PatelMDNodes are not expected to disappear or replaced by...
2010-01-19 Devang PatelAvoid including DebugInfo.h in AsmPrinter.h
2010-01-19 Chris Lattnermc'ize some stuff, don't comment out .lcomm directive...
2010-01-19 Chris Lattnerfactor this code better.
2010-01-19 Chris LattnerNow that we have everything nicely factored (e.g. asmpr...
2010-01-19 Chris Lattnerhoist handling of external globals and special globals...
2010-01-19 Chris Lattnermove production of .reference directives for static...
2010-01-19 Devang PatelRevert accident check-in from r93165.
2010-01-18 Bill Wendling- Add a comment to the callback indicating that it...
2010-01-18 Chris Lattnerremove the MAI argument to MCExpr::print and switch...
2010-01-17 Chris Lattnernow that MCSymbol::print doesn't use it's MAI argument...
2010-01-17 Chris Lattnernow that mangler is in libtarget, it can use MCAsmInfo...
2010-01-17 Benjamin KramerSwitch some functions to take Twines, eliminate uses...
2010-01-16 Chris Lattnermove the mangler into libtarget from vmcore.
2010-01-16 Chris Lattnerunbreak the build.
2010-01-16 Chris LattnerChange DIEObjectLabel to take an MCSymbol instead of...
2010-01-16 Chris Lattnerrename GetPrivateGlobalValueSymbolStub -> GetSymbolWith...
2010-01-16 Chris Lattnereliminate uses of getMangledName from AsmPrinter.cpp...
2010-01-16 Devang PatelNo need to use WeakVH here.
2010-01-16 Devang PatelReplace DebugLocTuple with DILocation.
2010-01-16 Bill WendlingRetrying r91337:
2010-01-16 Chris Lattnerfix inverted conditional
2010-01-16 Chris LattnerCurrentFnName is now dead, remove it.
2010-01-16 Chris Lattnerremove the string form of printVisibility.
2010-01-15 Chris Lattnersupplement CurrentFnName with CurrentFnSym, which will...
2010-01-15 Chris Lattneradd a version of AsmPrinter::printVisibility that takes...
2010-01-15 Chris Lattneradd another helper
2010-01-15 Chris Lattneradd a AsmPrinter::GetGlobalValueSymbol and GetExternalS...
2010-01-15 Devang PatelAdd FIXME.
2010-01-15 Devang PatelDo not use AT_specification die for static variables...
2010-01-15 Devang PatelDo not emit multiple AT_container_type attributes.
2010-01-14 Dale JohannesenFix a comment.
2010-01-13 Chris Lattnerremove uses of deprecated functions, this generates...
2010-01-13 Chris Lattneruse the new form of getNameWithPrefix, not makeNameProper.
2010-01-13 Chris Lattnerchange Mangler::makeNameProper to return its result...
2010-01-13 Chris Lattnerfix assert in AsmPrinter::EmitGlobalConstantLargeInt...
2010-01-13 Chris Lattnerreduce nesting and code duplication in AsmPrinter:...
2010-01-13 Chris Lattnerreduce indentation and add a fast-path to EmitGlobalCon...
2010-01-13 Chris Lattnerreduce indentation and use early exits in AsmPrinter...
2010-01-11 Devang Patels/NextValueNo/NextMDValueNo while processing metadata.
2010-01-07 Benjamin KramerKill dead store.
2010-01-05 Devang PatelIf a scope has only one instruction then first instruct...
2010-01-05 Devang PatelUse StringRef.startswith().
2010-01-04 Devang PatelFix debug_inlined section entries for routines whose...
2010-01-04 Devang PatelFix begin and end markers for nested scopes.
2010-01-03 Chris Lattnerfix PR5930, allowing the asmprinter to emit difference...
2009-12-28 Chris Lattnermove these out of their own timer groups into the ...
2009-12-25 Bill WendlingRemove dead store.
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-19 Douglas GregorFix a bunch of little errors that Clang complains about...
2009-12-17 Bill WendlingTemporarily revert 91337. It's causing testcase failures.
2009-12-15 Devang PatelAdd support to emit debug info for C++ namespaces.
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-12-14 Bill WendlingThe CIE says that the LSDA point in the FDE section...
2009-12-14 Devang PatelUse DW_AT_specification to point to DIE describing...
2009-12-11 Devang PatelConstruct CompileUnits lazily.
2009-12-10 Devang PatelIf VariableDIe is not created (may be because global...
2009-12-10 Devang PatelRefactor code that finds context for a given die.
2009-12-10 Devang PatelRefactor.
2009-12-09 Devang PatelReapply r90858, a cleanup patch.
2009-12-08 Devang PatelRevert 90858 90875 and 90805 for now.
2009-12-08 Devang PatelCleanup.
2009-12-08 Devang PatelDo not try to push dead variable's debug info into...
2009-12-07 Devang PatelAdd support to emit debug info for c++ style namespaces.
2009-12-05 Dan GohmanDon't print a space before the : between the file name...
2009-12-05 Dan GohmanPrint newlines after printing labels for debug info...
2009-12-05 Dan GohmanFix this code to use DIScope instead of DICompileUnit...
2009-12-04 Dan GohmanPrint a space between the comment character and the...
2009-12-04 Devang PatelIn TAG_subrange_type, uppder bound is zero indexed.
2009-12-04 David GreeneUse new interfaces to print spill size.
2009-12-03 Devang PatelInsert composite type DIE into the map before processin...
2009-12-03 Devang PatelAdd support to emit debug info for virtual functions...
2009-12-03 Devang PatelEmit method definition DIE at module level (even for...
2009-12-02 Devang PatelClarify that DIEString does not keep a copy of the...
2009-12-01 Devang PatelReuse existing subprogram DIE.
2009-12-01 Devang PatelClear function specific containers while processing...
2009-11-30 Devang PatelIf pointer type has a name then do not ignore the name.
2009-11-25 Benjamin KramerAvoid some possibly unsafe uses of StringRef::data().
2009-11-25 Devang PatelUse StringRef (again) in DebugInfo interface.
2009-11-24 Devang PatelUse StringRef instead of std::string in DIEString.
2009-11-24 Devang PatelSwith to pubtypes section before emitting pub types.
2009-11-24 Devang PatelEmit pubtypes.
2009-11-23 Dan GohmanSimplify this code.
2009-11-23 Devang PatelRevert r89487.
2009-11-22 Jim GrosbachAdd getFrameIndexReference() to TargetRegisterInfo...
2009-11-22 Jim Grosbach80-column cleanup
2009-11-21 Jim Grosbachremove trailing whitespace
2009-11-21 Devang PatelCosmetic changes, which were long overdue, in DwarfDebu...
2009-11-21 Devang PatelRemove dead code.
2009-11-21 Devang PatelThere is no need to use FoldingSet to unique DIEs.
2009-11-20 Dan GohmanTarget-independent support for TargetFlags on BlockAddr...
2009-11-20 Devang PatelDo not hold on to a map slot while new entries may...
2009-11-20 Devang PatelThere is no need to emit source location info for DW_TA...
2009-11-19 Bill WendlingReverting the EH table patches.
2009-11-19 Bill WendlingThe "ReadOnlyWithRel" enum seems to apply more to what...
2009-11-18 Bill WendlingAttempt #2:
next