1. 59e8677 fix the column output stuff in the asmwriter from being dynamic and by Chris Lattner · 16 years ago
  2. b341577 Suppress compiler warning. by Daniel Dunbar · 16 years ago
  3. a5bb59f by David Greene · 16 years ago
  4. bef8768 by David Greene · 16 years ago
  5. c8d0605 by David Greene · 16 years ago
  6. 636bef1 Revert AsmWriterEmitter.cpp to 74742. The recent changes are causing serious compile time regression. by Evan Cheng · 16 years ago
  7. 8f6353f by David Greene · 16 years ago
  8. 76081c4 by David Greene · 16 years ago
  9. ba8dc03 Restore AsmWriterEmitter.cpp back to 74742. The recent changes broke Thumb. by Evan Cheng · 16 years ago
  10. 3837b64 Revert 76177 for now. It's messing up ARM asm printing. Also this significant debate about its efficiency. by Evan Cheng · 16 years ago
  11. ab9238e by David Greene · 16 years ago
  12. fe7b16f by David Greene · 16 years ago
  13. 014700c by David Greene · 16 years ago
  14. 1a55180 Replace std::iostreams with raw_ostream in TableGen. by Daniel Dunbar · 16 years ago
  15. 5b842c3 allow clients of the asmprinter to opt-out of the boilerplate with a #define. by Chris Lattner · 16 years ago
  16. cd76240 Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLoc function. by Argyrios Kyrtzidis · 16 years ago
  17. fe095f3 Restore minor deletion. by Mike Stump · 16 years ago
  18. a26eae6 Make DebugLoc independent of DwarfWriter. by Argyrios Kyrtzidis · 16 years ago
  19. 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
  20. be8cc2a Second attempt: by Bill Wendling · 16 years ago
  21. c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
  22. 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
  23. 7f3b28a Fix escaping in asm string literals correctly by having tblgen unescape by Chris Lattner · 16 years ago
  24. 57f0db8 Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 16 years ago
  25. 5aa4977 - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit by Bill Wendling · 16 years ago
  26. 1bcf0f5 We have logic in there to emit a default debugging label at the beginning of a by Bill Wendling · 16 years ago
  27. 4ed0c5f Add an accessor method to DwarfWriter to tell of debugging info should be emitted. by Bill Wendling · 16 years ago
  28. 4dd82f6 Print out a new label only if the debug location *tuple* is different. The debug by Bill Wendling · 16 years ago
  29. 249e1e4 Forgot to check that debug information is supported. by Bill Wendling · 16 years ago
  30. cb819f1 Put code that generates debug labels into TableGen so that it can be used by by Bill Wendling · 16 years ago
  31. 38deef9 Add explicit keywords. by Dan Gohman · 16 years ago
  32. 7caa2d0 Remove tabs from my previous commit. by Cedric Venet · 17 years ago
  33. 3bff2df Add a default constructor to AsmWriterOperand to make VS2008sp1 happy. (AsmWriterOperand is used in a std::pair, and VS need to generate the default constructor of this pair). by Cedric Venet · 17 years ago
  34. 4406604 Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating by Dan Gohman · 17 years ago
  35. 59d2813 Fix a bug where an incorrect bit mask would be generated if a target's last asm by Nate Begeman · 17 years ago
  36. 817affc Add support for escaping {} in asm strings, based on patch from Nick Burns. by Nate Begeman · 17 years ago
  37. da47e6e Replace all target specific implicit def instructions with a target independent one: TargetInstrInfo::IMPLICIT_DEF. by Evan Cheng · 17 years ago
  38. ae9f3a3 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 17 years ago
  39. 4eecdeb Get rid of the annoying blank lines before labels. by Evan Cheng · 18 years ago
  40. a844bde SDIsel processes llvm.dbg.declare by recording the variable debug information descriptor and its corresponding stack frame index in MachineModuleInfo. This only works if the local variable is "homed" in the stack frame. It does not work for byval parameter, etc. by Evan Cheng · 18 years ago
  41. 3060910 remove attributions from utils. by Chris Lattner · 18 years ago
  42. ad8c531 Work around a bogus gcc 4.2 warning. by Chris Lattner · 18 years ago
  43. a683f9b Files missing from LABEL check in. by Jim Laskey · 19 years ago
  44. f5da133 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 19 years ago
  45. f64f9a4 Remove the isTwoAddress property from the CodeGenInstruction class. It should by Chris Lattner · 19 years ago
  46. d41b30d Unbreak VC++ build. by Jeff Cohen · 19 years ago
  47. 259bda4 This: AggregateString += "\0\0"; by Chris Lattner · 19 years ago
  48. 16f046a Actually, name the method PrintSpecial to match other stuff in AsmPrinter.h by Chris Lattner · 19 years ago
  49. 1bf6361 Add support for ${:foo} syntax, where "foo" is passed into "printSpecial" and by Chris Lattner · 19 years ago
  50. 2926869 Fix a long-standing wart in the code generator: two-address instruction lowering by Chris Lattner · 19 years ago
  51. a6dc9fb Fix a bug handling instructions, like blr, which just consist of a text by Chris Lattner · 19 years ago
  52. 195bb4a Fix case where identical cases were not detected across case #0, because by Chris Lattner · 19 years ago
  53. 0a01212 Fix an accidentally duplicated line that caused tblgen to crash on itanium. by Chris Lattner · 19 years ago
  54. 96c1ade Maximally group commands. When all instructions within a command set have a by Chris Lattner · 19 years ago
  55. b846286 Change generator to remove operands as it processes them. No change in by Chris Lattner · 19 years ago
  56. 191dd1f Handle the last operand more intelligently. When emitting the \n, also by Chris Lattner · 19 years ago
  57. e7a589d Emit switches with 1/2 cases as unconditional code or an if/then/else for by Chris Lattner · 19 years ago
  58. b51ecd4 Steal bits from the asm string index to use for operand information. On both by Chris Lattner · 19 years ago
  59. 5561640 Merge operand info and asmstr idx into a single 32-bit field. No other change. by Chris Lattner · 19 years ago
  60. bdff5f9 Completely change the structure of the generated asmprinter to be more table by Chris Lattner · 19 years ago
  61. fb5115e The generated index array should be const. by Chris Lattner · 19 years ago
  62. 6af022f Emit the string information for the asm writer as a single large string by Chris Lattner · 19 years ago
  63. a1e8a80 instructions can be in different namespaces. Make sure to use the right by Chris Lattner · 19 years ago
  64. 04cadb3 Add support for modifier strings in machine instr descriptions. This allows by Chris Lattner · 20 years ago
  65. b03b080 Simplify the variant handling code, no functionality change. by Chris Lattner · 20 years ago
  66. 1cf9d96 add a note, ya knoe by Chris Lattner · 20 years ago
  67. 0cfcc1e Use printInlineAsm to, well, print inline asm's. by Chris Lattner · 20 years ago
  68. 391c5d2 No longer track value types for asm printer operands, and remove them as by Nate Begeman · 20 years ago
  69. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  70. 3e3def9 Fix PR595: These error messages should not be looking at CGI.Name, they by Chris Lattner · 20 years ago
  71. afc5456 Add support for a TODO; instructions in .td files can now have arguments by Nate Begeman · 20 years ago
  72. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  73. 131ca38 Minor fix. by Chris Lattner · 21 years ago
  74. 38c0751 This is the final big of factoring. This shares cases in suboperand by Chris Lattner · 21 years ago
  75. f876668 Implement *even more* factoring. In particular, if all of the instruction by Chris Lattner · 21 years ago
  76. 615ed99 Fix VC++ compilation error by Jeff Cohen · 21 years ago
  77. 870c016 Implement factoring of instruction pattern strings. In particular, instead of by Chris Lattner · 21 years ago
  78. f11ad9e Fix the ::: problem by Chris Lattner · 21 years ago
  79. 5765dba Minor refactoring, no functionality change. by Chris Lattner · 21 years ago
  80. b0b55e7 Seperate asmstring parsing from emission. This allows the code to be simpler by Chris Lattner · 21 years ago
  81. 2202bfa make double-dollar properly escape asmstrings by Andrew Lenharth · 21 years ago
  82. 9d990a0 Don't emit the method into the llvm namespace, let the #includer decide where it goes by Chris Lattner · 21 years ago
  83. 953c6fe Correctly parse variant notation by Chris Lattner · 21 years ago
  84. 2c38413 Do not #include files into the llvm namespace by Chris Lattner · 21 years ago
  85. 175580c Make the AsmWriter a first-class tblgen object. Allow targets to specify by Chris Lattner · 21 years ago
  86. 9302ba4 Fix minor bug in previous checkin by Chris Lattner · 21 years ago
  87. 1caef2c change how we invoke the printer. Instead of passing in the MO directly, by Chris Lattner · 21 years ago
  88. c3d5f3e Be picky by Chris Lattner · 21 years ago
  89. 076efa7 Add support for asm printing machine instructions that have operands. by Chris Lattner · 21 years ago
  90. 2e1f51b Initial cut at an asm writer emitter. So far, this only handles emission of by Chris Lattner · 21 years ago