| Commit message (Expand) | Author | Age | Files | Lines |
| * | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman | 2008-07-01 | 1 | -2/+2 |
| * | Fix a bug where an incorrect bit mask would be generated if a target's last asm | Nate Begeman | 2008-04-09 | 1 | -1/+1 |
| * | Add support for escaping {} in asm strings, based on patch from Nick Burns. | Nate Begeman | 2008-03-17 | 1 | -1/+18 |
| * | Replace all target specific implicit def instructions with a target independe... | Evan Cheng | 2008-03-15 | 1 | -0/+3 |
| * | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 2008-02-20 | 1 | -1/+2 |
| * | Get rid of the annoying blank lines before labels. | Evan Cheng | 2008-02-02 | 1 | -0/+3 |
| * | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng | 2008-02-02 | 1 | -0/+3 |
| * | remove attributions from utils. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | Work around a bogus gcc 4.2 warning. | Chris Lattner | 2007-07-18 | 1 | -1/+2 |
| * | Files missing from LABEL check in. | Jim Laskey | 2007-01-26 | 1 | -1/+4 |
| * | What should be the last unnecessary <iostream>s in the library. | Bill Wendling | 2006-12-07 | 1 | -3/+2 |
| * | Remove the isTwoAddress property from the CodeGenInstruction class. It should | Chris Lattner | 2006-11-15 | 1 | -8/+3 |
| * | Unbreak VC++ build. | Jeff Cohen | 2006-11-05 | 1 | -1/+2 |
| * | This: | Chris Lattner | 2006-09-27 | 1 | -2/+3 |
| * | Actually, name the method PrintSpecial to match other stuff in AsmPrinter.h | Chris Lattner | 2006-09-26 | 1 | -3/+3 |
| * | Add support for ${:foo} syntax, where "foo" is passed into "printSpecial" and | Chris Lattner | 2006-09-26 | 1 | -16/+25 |
| * | Fix a long-standing wart in the code generator: two-address instruction lowering | Chris Lattner | 2006-09-05 | 1 | -8/+5 |
| * | Fix a bug handling instructions, like blr, which just consist of a text | Chris Lattner | 2006-07-19 | 1 | -5/+11 |
| * | Fix case where identical cases were not detected across case #0, because | Chris Lattner | 2006-07-18 | 1 | -2/+3 |
| * | Fix an accidentally duplicated line that caused tblgen to crash on itanium. | Chris Lattner | 2006-07-18 | 1 | -3/+4 |
| * | Maximally group commands. When all instructions within a command set have a | Chris Lattner | 2006-07-18 | 1 | -12/+68 |
| * | Change generator to remove operands as it processes them. No change in | Chris Lattner | 2006-07-18 | 1 | -15/+21 |
| * | Handle the last operand more intelligently. When emitting the \n, also | Chris Lattner | 2006-07-18 | 1 | -5/+7 |
| * | Emit switches with 1/2 cases as unconditional code or an if/then/else for | Chris Lattner | 2006-07-18 | 1 | -10/+24 |
| * | Steal bits from the asm string index to use for operand information. On both | Chris Lattner | 2006-07-18 | 1 | -10/+12 |
| * | Merge operand info and asmstr idx into a single 32-bit field. No other change. | Chris Lattner | 2006-07-18 | 1 | -16/+18 |
| * | Completely change the structure of the generated asmprinter to be more table | Chris Lattner | 2006-07-18 | 1 | -25/+187 |
| * | The generated index array should be const. | Chris Lattner | 2006-07-14 | 1 | -1/+1 |
| * | Emit the string information for the asm writer as a single large string | Chris Lattner | 2006-07-14 | 1 | -36/+69 |
| * | instructions can be in different namespaces. Make sure to use the right | Chris Lattner | 2006-05-01 | 1 | -8/+4 |
| * | Add support for modifier strings in machine instr descriptions. This allows | Chris Lattner | 2006-02-06 | 1 | -6/+38 |
| * | Simplify the variant handling code, no functionality change. | Chris Lattner | 2006-02-06 | 1 | -34/+17 |
| * | add a note, ya knoe | Chris Lattner | 2006-02-01 | 1 | -0/+3 |
| * | Use printInlineAsm to, well, print inline asm's. | Chris Lattner | 2006-01-27 | 1 | -4/+7 |
| * | No longer track value types for asm printer operands, and remove them as | Nate Begeman | 2005-11-30 | 1 | -12/+6 |
| * | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -4/+4 |
| * | Fix PR595: These error messages should not be looking at CGI.Name, they | Chris Lattner | 2005-07-15 | 1 | -9/+13 |
| * | Add support for a TODO; instructions in .td files can now have arguments | Nate Begeman | 2005-07-14 | 1 | -1/+24 |
| * | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 1 | -8/+8 |
| * | Minor fix. | Chris Lattner | 2005-01-22 | 1 | -1/+1 |
| * | This is the final big of factoring. This shares cases in suboperand | Chris Lattner | 2005-01-22 | 1 | -8/+34 |
| * | Implement *even more* factoring. In particular, if all of the instruction | Chris Lattner | 2005-01-22 | 1 | -20/+62 |
| * | Fix VC++ compilation error | Jeff Cohen | 2005-01-22 | 1 | -0/+1 |
| * | Implement factoring of instruction pattern strings. In particular, instead of | Chris Lattner | 2005-01-22 | 1 | -10/+97 |
| * | Fix the ::: problem | Chris Lattner | 2005-01-22 | 1 | -1/+1 |
| * | Minor refactoring, no functionality change. | Chris Lattner | 2005-01-22 | 1 | -15/+20 |
| * | Seperate asmstring parsing from emission. This allows the code to be simpler | Chris Lattner | 2005-01-22 | 1 | -86/+153 |
| * | make double-dollar properly escape asmstrings | Andrew Lenharth | 2005-01-22 | 1 | -0/+1 |
| * | Don't emit the method into the llvm namespace, let the #includer decide where... | Chris Lattner | 2004-10-12 | 1 | -2/+0 |
| * | Correctly parse variant notation | Chris Lattner | 2004-10-03 | 1 | -6/+42 |