| Age | Commit message (Expand) | Author |
| 2009-07-03 | Replace std::iostreams with raw_ostream in TableGen. | Daniel Dunbar |
| 2009-06-19 | allow clients of the asmprinter to opt-out of the boilerplate with a #define. | Chris Lattner |
| 2009-05-07 | Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLo... | Argyrios Kyrtzidis |
| 2009-05-04 | Restore minor deletion. | Mike Stump |
| 2009-04-30 | Make DebugLoc independent of DwarfWriter. | Argyrios Kyrtzidis |
| 2009-04-29 | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling |
| 2009-04-29 | Second attempt: | Bill Wendling |
| 2009-04-28 | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling |
| 2009-04-28 | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling |
| 2009-03-13 | Fix escaping in asm string literals correctly by having tblgen unescape | Chris Lattner |
| 2009-02-24 | Overhaul my earlier submission due to feedback. It's a large patch, but most of | Bill Wendling |
| 2009-02-24 | - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit | Bill Wendling |
| 2009-02-20 | We have logic in there to emit a default debugging label at the beginning of a | Bill Wendling |
| 2009-02-20 | Add an accessor method to DwarfWriter to tell of debugging info should be emi... | Bill Wendling |
| 2009-02-19 | Print out a new label only if the debug location *tuple* is different. The debug | Bill Wendling |
| 2009-02-19 | Forgot to check that debug information is supported. | Bill Wendling |
| 2009-02-18 | Put code that generates debug labels into TableGen so that it can be used by | Bill Wendling |
| 2009-02-18 | Add explicit keywords. | Dan Gohman |
| 2008-10-27 | Remove tabs from my previous commit. | Cedric Venet |
| 2008-10-26 | Add a default constructor to AsmWriterOperand to make VS2008sp1 happy. (AsmWr... | Cedric Venet |
| 2008-07-01 | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman |
| 2008-04-09 | Fix a bug where an incorrect bit mask would be generated if a target's last asm | Nate Begeman |
| 2008-03-17 | Add support for escaping {} in asm strings, based on patch from Nick Burns. | Nate Begeman |
| 2008-03-15 | Replace all target specific implicit def instructions with a target independe... | Evan Cheng |
| 2008-02-20 | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov |
| 2008-02-02 | Get rid of the annoying blank lines before labels. | Evan Cheng |
| 2008-02-02 | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng |
| 2007-12-29 | remove attributions from utils. | Chris Lattner |
| 2007-07-18 | Work around a bogus gcc 4.2 warning. | Chris Lattner |
| 2007-01-26 | Files missing from LABEL check in. | Jim Laskey |
| 2006-12-07 | What should be the last unnecessary <iostream>s in the library. | Bill Wendling |
| 2006-11-15 | Remove the isTwoAddress property from the CodeGenInstruction class. It should | Chris Lattner |
| 2006-11-05 | Unbreak VC++ build. | Jeff Cohen |
| 2006-09-27 | This: | Chris Lattner |
| 2006-09-26 | Actually, name the method PrintSpecial to match other stuff in AsmPrinter.h | Chris Lattner |
| 2006-09-26 | Add support for ${:foo} syntax, where "foo" is passed into "printSpecial" and | Chris Lattner |
| 2006-09-05 | Fix a long-standing wart in the code generator: two-address instruction lowering | Chris Lattner |
| 2006-07-19 | Fix a bug handling instructions, like blr, which just consist of a text | Chris Lattner |
| 2006-07-18 | Fix case where identical cases were not detected across case #0, because | Chris Lattner |
| 2006-07-18 | Fix an accidentally duplicated line that caused tblgen to crash on itanium. | Chris Lattner |
| 2006-07-18 | Maximally group commands. When all instructions within a command set have a | Chris Lattner |
| 2006-07-18 | Change generator to remove operands as it processes them. No change in | Chris Lattner |
| 2006-07-18 | Handle the last operand more intelligently. When emitting the \n, also | Chris Lattner |
| 2006-07-18 | Emit switches with 1/2 cases as unconditional code or an if/then/else for | Chris Lattner |
| 2006-07-18 | Steal bits from the asm string index to use for operand information. On both | Chris Lattner |
| 2006-07-18 | Merge operand info and asmstr idx into a single 32-bit field. No other change. | Chris Lattner |
| 2006-07-18 | Completely change the structure of the generated asmprinter to be more table | Chris Lattner |
| 2006-07-14 | The generated index array should be const. | Chris Lattner |
| 2006-07-14 | Emit the string information for the asm writer as a single large string | Chris Lattner |
| 2006-05-01 | instructions can be in different namespaces. Make sure to use the right | Chris Lattner |