Revert 76177 for now. It's messing up ARM asm printing. Also this significant debate...
[oota-llvm.git] / utils / TableGen / AsmWriterEmitter.cpp
2009-07-18 Evan ChengRevert 76177 for now. It's messing up ARM asm printing...
2009-07-17 David GreeneAdd logic to align instruction operands to columns...
2009-07-15 David GreeneGet rid of postInstructionAction and call EmitComments...
2009-07-13 David GreeneAdd infrastructure to allow post instruction printing...
2009-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2009-06-19 Chris Lattnerallow clients of the asmprinter to opt-out of the boile...
2009-05-07 Argyrios KyrtzidisMove the tablegen-produced DebugLoc handling into a...
2009-05-04 Mike StumpRestore minor deletion.
2009-04-30 Argyrios KyrtzidisMake DebugLoc independent of DwarfWriter.
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-03-13 Chris LattnerFix escaping in asm string literals correctly by having...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-24 Bill Wendling- Use the "Fast" flag instead of "OptimizeForSize"...
2009-02-20 Bill WendlingWe have logic in there to emit a default debugging...
2009-02-20 Bill WendlingAdd an accessor method to DwarfWriter to tell of debugg...
2009-02-19 Bill WendlingPrint out a new label only if the debug location *tuple...
2009-02-19 Bill WendlingForgot to check that debug information is supported.
2009-02-18 Bill WendlingPut code that generates debug labels into TableGen...
2009-02-18 Dan GohmanAdd explicit keywords.
2008-10-27 Cedric VenetRemove tabs from my previous commit.
2008-10-26 Cedric VenetAdd a default constructor to AsmWriterOperand to make...
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-04-09 Nate BegemanFix a bug where an incorrect bit mask would be generate...
2008-03-17 Nate BegemanAdd support for escaping {} in asm strings, based on...
2008-03-15 Evan ChengReplace all target specific implicit def instructions...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-02 Evan ChengGet rid of the annoying blank lines before labels.
2008-02-02 Evan ChengSDIsel processes llvm.dbg.declare by recording the...
2007-12-29 Chris Lattnerremove attributions from utils.
2007-07-18 Chris LattnerWork around a bogus gcc 4.2 warning.
2007-01-26 Jim LaskeyFiles missing from LABEL check in.
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-11-15 Chris LattnerRemove the isTwoAddress property from the CodeGenInstru...
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-09-27 Chris LattnerThis:
2006-09-26 Chris LattnerActually, name the method PrintSpecial to match other...
2006-09-26 Chris LattnerAdd support for ${:foo} syntax, where "foo" is passed...
2006-09-05 Chris LattnerFix a long-standing wart in the code generator: two...
2006-07-19 Chris LattnerFix a bug handling instructions, like blr, which just...
2006-07-18 Chris LattnerFix case where identical cases were not detected across...
2006-07-18 Chris LattnerFix an accidentally duplicated line that caused tblgen...
2006-07-18 Chris LattnerMaximally group commands. When all instructions within...
2006-07-18 Chris LattnerChange generator to remove operands as it processes...
2006-07-18 Chris LattnerHandle the last operand more intelligently. When emitt...
2006-07-18 Chris LattnerEmit switches with 1/2 cases as unconditional code...
2006-07-18 Chris LattnerSteal bits from the asm string index to use for operand...
2006-07-18 Chris LattnerMerge operand info and asmstr idx into a single 32...
2006-07-18 Chris LattnerCompletely change the structure of the generated asmpri...
2006-07-14 Chris LattnerThe generated index array should be const.
2006-07-14 Chris LattnerEmit the string information for the asm writer as a...
2006-05-01 Chris Lattnerinstructions can be in different namespaces. Make...
2006-02-06 Chris LattnerAdd support for modifier strings in machine instr descr...
2006-02-06 Chris LattnerSimplify the variant handling code, no functionality...
2006-02-01 Chris Lattneradd a note, ya knoe
2006-01-27 Chris LattnerUse printInlineAsm to, well, print inline asm's.
2005-11-30 Nate BegemanNo longer track value types for asm printer operands...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-15 Chris LattnerFix PR595: These error messages should not be looking...
2005-07-14 Nate BegemanAdd support for a TODO; instructions in .td files can...
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-01-22 Chris LattnerMinor fix.
2005-01-22 Chris LattnerThis is the final big of factoring. This shares cases...
2005-01-22 Chris LattnerImplement *even more* factoring. In particular, if...
2005-01-22 Jeff CohenFix VC++ compilation error
2005-01-22 Chris LattnerImplement factoring of instruction pattern strings...
2005-01-22 Chris LattnerFix the ::: problem
2005-01-22 Chris LattnerMinor refactoring, no functionality change.
2005-01-22 Chris LattnerSeperate asmstring parsing from emission. This allows...
2005-01-22 Andrew Lenharthmake double-dollar properly escape asmstrings
2004-10-12 Chris LattnerDon't emit the method into the llvm namespace, let...
2004-10-03 Chris LattnerCorrectly parse variant notation
2004-08-17 Chris LattnerDo not #include files into the llvm namespace
2004-08-14 Chris LattnerMake the AsmWriter a first-class tblgen object. Allow...
2004-08-11 Chris LattnerFix minor bug in previous checkin
2004-08-11 Chris Lattnerchange how we invoke the printer. Instead of passing...
2004-08-01 Chris LattnerBe picky
2004-08-01 Chris LattnerAdd support for asm printing machine instructions that...
2004-08-01 Chris LattnerInitial cut at an asm writer emitter. So far, this...