Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings.
[oota-llvm.git] / utils / TableGen / AsmWriterEmitter.cpp
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...