move target-independent opcodes out of TargetInstrInfo
[oota-llvm.git] / lib / CodeGen / AsmPrinter / AsmPrinter.cpp
2010-01-16 Chris Lattnermove the mangler into libtarget from vmcore.
2010-01-16 Chris Lattnerunbreak the build.
2010-01-16 Chris Lattnerrename GetPrivateGlobalValueSymbolStub -> GetSymbolWith...
2010-01-16 Chris Lattnereliminate uses of getMangledName from AsmPrinter.cpp...
2010-01-16 Devang PatelReplace DebugLocTuple with DILocation.
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-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-03 Chris Lattnerfix PR5930, allowing the asmprinter to emit difference...
2009-12-25 Bill WendlingRemove dead store.
2009-12-19 Douglas GregorFix a bunch of little errors that Clang complains about...
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 David GreeneUse new interfaces to print spill size.
2009-11-24 Devang PatelUse StringRef instead of std::string in DIEString.
2009-11-20 Dan GohmanTarget-independent support for TargetFlags on BlockAddr...
2009-11-16 David GreeneSupport spill comments.
2009-11-14 Sanjiv Guptarevert 88761 as it fails builds.
2009-11-14 Sanjiv GuptaFix debug info crashes for PIC16.
2009-11-13 Dan GohmanUse .data() instead of .c_str() when nul-termination...
2009-11-13 David GreeneMove DebugInfo checks into EmitComments and remove...
2009-11-10 Devang PatelImplement support to debug inlined functions.
2009-11-06 Bob WilsonFix comment typos.
2009-11-06 Dan GohmanFactor out the printing of the leading tab into printIn...
2009-11-05 Dan GohmanFix the label name generation for address-taken labels...
2009-11-04 Jakob Stoklund OlesenPrint out an informative comment for KILL instructions.
2009-10-31 Dan GohmanFix a missing newline in the dwarf output code.
2009-10-30 Dan GohmanAdd support for BlockAddress static initializers.
2009-10-30 Dan GohmanAdd a FIXME comment.
2009-10-30 Dan GohmanAdd some comments.
2009-10-30 Dan GohmanInitial target-independent CodeGen support for BlockAdd...
2009-10-13 Devang Patels/DebugLoc.CompileUnit/DebugLoc.Scope/g
2009-10-06 Devang PatelAdd support to handle debug info attached to an instruc...
2009-10-06 Dan GohmanInstead of printing unnecessary basic block labels...
2009-10-06 Devang PatelUpdate processDebugLoc() so that it can be used to...
2009-10-05 Chris Lattnerstrength reduce a ton of type equality tests to check...
2009-10-01 Devang PatelAdd another MDNode into DebugLocTuple. This will be...
2009-09-30 Devang PatelUse MachineInstr as an processDebugLoc() argument.
2009-09-30 Devang PatelUse MDNode * directly as an RecordSourceLine() argument.
2009-09-30 Bob WilsonAdd a new virtual EmitStartOfAsmFile method to the...
2009-09-30 Bob WilsonFix a comment.
2009-09-29 Devang PatelRemove std::string uses from DebugInfo interface.
2009-09-24 Chris Lattnerunconditionally compute MMI even if the target doesn...
2009-09-18 Chris Lattneradd a new hook to allow targets to splat stuff at the...
2009-09-18 Anton KorobeynikovAllow symbols to start from the digit if target request...
2009-09-16 Chris Lattnerremove the AsmPrinter::printMCInst hook hack now that
2009-09-16 Chris Lattnerinline AsmPrinter::getCurrentFunctionEHName into its...
2009-09-16 Chris LattnerEliminate AsmPrinter::EmitExternalGlobal, inlining...
2009-09-16 Chris Lattnereliminate the horrid AsmPrinter::getGlobalLinkName...
2009-09-15 Chris Lattnerremove some horrible MAI hooks which fortunately turn...
2009-09-14 Chris LattnerPIC16 does allow colon after MBB labels, simplify EmitB...
2009-09-14 Chris LattnerChange MCAsmStreamer to take an MCInstPrinter instead...
2009-09-13 Chris Lattnereliminate an extraneous use of TRI::getAsmName in a...
2009-09-13 Chris Lattnerremove MAI::JumpTableSpecialLabelPrefix now that MAI
2009-09-13 Chris Lattnerreplace printBasicBlockLabel with EmitBasicBlockStart,
2009-09-13 Chris Lattnerconvert some uses of printBasicBlockLabel to use GetMBB...
2009-09-12 Chris Lattnerdevirtualize AsmPrinter::printBasicBlockLabel since...
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-09-09 Bill WendlingUse the EOL that takes the encoding and translates...
2009-08-30 Bill WendlingNuke moribund "std::string" version of EOL(..., Encoding).
2009-08-29 Bill WendlingAdd a form of EOL which emits the text version of a...
2009-08-28 Devang PatelReapply 79977.
2009-08-27 Bill WendlingRevert accidental commit.
2009-08-27 Bill Wendling--- Reverse-merging r80147 into '.':
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-23 Chris Lattnerconvert LoopInfo.h and GraphWriter.h to use raw_ostream
2009-08-23 Chris Lattnerrandom code cleanups.
2009-08-23 Chris Lattnerremove some random indentation stuff, yay for efficiency.
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-22 Devang PatelRecord variable debug info at ISel time directly.
2009-08-19 Daniel DunbarSwitch to SmallString::str from SmallString::c_str...
2009-08-19 Chris Lattnerswitch asmprinter to emit alignments through OutStreamer.
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-18 David GreeneMake various changes suggested by Chris.
2009-08-18 Chris LattnerMake AsmStreamer maintain a notion of the current secti...
2009-08-17 Chris Lattnerthe MinPad argument to PadToColumn only really makes...
2009-08-17 Chris Lattnerchange AsmPrinter to switch sections using AsmStreamer...
2009-08-17 Chris Lattnergive MCAsmStreamer a TargetAsmInfo.
2009-08-14 Daniel DunbarAdd virtual printMCInst method to AsmPrinter, as a...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-13 Dan GohmanVarious AsmWriter output cleanups. Use WriteAsOperand...
2009-08-12 Dan GohmanUse WriteAsOperand to print BasicBlock names.
2009-08-12 Dan GohmanFix a few more places to use PadToColumn instead of...
2009-08-12 Dan GohmanUse PadToColumn instead of tabs for aligning comments...
2009-08-11 Chris LattnerChange the asmprinter to print the comment character...
next