1. 313570f Use "llvm.metadata" section for debug globals. Filter out these globals in the by Jim Laskey · 20 years ago
  2. 993e9cf Move #include "llvm/CodeGen/AsmPrinter.h" to top since it's the interface. by Evan Cheng · 20 years ago
  3. 38d5e76 Don't print llvm constant in assmebly file. Assembler won't like comments that by Evan Cheng · 20 years ago
  4. 1d08c65 Use the PrintAsmMemoryOperand to print addressing modes. by Chris Lattner · 20 years ago
  5. 5af3fde Pass all the flags to the asm printer, not just the # operands. by Chris Lattner · 20 years ago
  6. 571d964 Record all of the expanded registers in the DAG and machine instr, fixing by Chris Lattner · 20 years ago
  7. f619082 Adjust to MachineConstantPool interface change: instead of keeping a by Chris Lattner · 20 years ago
  8. ba97264 rename fields of constant pool entries by Chris Lattner · 20 years ago
  9. 47f7319 Simplify code, alignment must be specified now. by Chris Lattner · 20 years ago
  10. ed87dcd Add support for assembler directives that wrap inline asm by Chris Lattner · 20 years ago
  11. 34f74c1 Add support for modifier characters to operand printers by Chris Lattner · 20 years ago
  12. cbab284 make sure that global doubles are aligned to 8 bytes by Chris Lattner · 20 years ago
  13. a9b2525 Implement the AsmPrinter::getPreferredAlignmentLog method. by Chris Lattner · 20 years ago
  14. aa23fa9 Implement smart printing of inline asm strings, handling variants and by Chris Lattner · 20 years ago
  15. 3a5ed55 adjust to changes in InlineAsm interface. Fix a few minor bugs. by Chris Lattner · 20 years ago
  16. 32be2dc Allow the specification of explicit alignments for constant pool entries. by Evan Cheng · 20 years ago
  17. 57ecb56 Print the most trivial inline asms. by Chris Lattner · 20 years ago
  18. 061d9e2 Stub out a method by Chris Lattner · 20 years ago
  19. 0bbdc55 Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals. by Jim Laskey · 20 years ago
  20. 00fcdfe rename method by Chris Lattner · 20 years ago
  21. e3a7926 Print file-scope inline asm blocks at the start of the output file. by Chris Lattner · 20 years ago
  22. 3760e90 If using __main, emit global ctor/dtor list like any other global by Chris Lattner · 20 years ago
  23. 219d559 Applied some recommend changes from sabre. The dominate one beginning "let the by Jim Laskey · 20 years ago
  24. b0609d9 Tie dwarf generation to darwin assembler. by Jim Laskey · 20 years ago
  25. 26b037e add these so I can be less naughty by Duraid Madina · 20 years ago
  26. 434ffe4 Don't emit a null terminator, nor anything after it, to the ctor/dtor list by Chris Lattner · 20 years ago
  27. f0e9aef Add a couple more fields, move ctor init list to .cpp file, add support by Chris Lattner · 20 years ago
  28. a6f835f Avoid emitting two tabs when switching to a named section by Chris Lattner · 20 years ago
  29. 41b1cdc Teach the SelectionDAG ISel how to turn ConstantPacked values into by Nate Begeman · 20 years ago
  30. f2991ce Allow target to customize directive used to switch to arbitrary section in SwitchSection, by Chris Lattner · 20 years ago
  31. 08adbd13 increment the function number in SetupMachineFunction by Chris Lattner · 20 years ago
  32. bb644e3 Adjust to capitalized asmprinter method names by Chris Lattner · 20 years ago
  33. 2ea5c99 Add section switching to common code generator code. Add a couple of asserts. by Chris Lattner · 20 years ago
  34. bba9c37 Remove extraneous parents around constants when using a constant expr cast. by Chris Lattner · 20 years ago
  35. dd8eeed Teach emitAlignment to handle explicit alignment requests by globals. by Chris Lattner · 20 years ago
  36. c0a1eba Get rid of casts by #including the right header by Chris Lattner · 20 years ago
  37. 747960d Compile C strings to: by Chris Lattner · 20 years ago
  38. 55a6d90 add support for .asciz, and enable it by default. If your target assemblerdoesn't support .asciz, just set AscizDirective to null in your asmprinter. by Chris Lattner · 20 years ago
  39. b74c666 Culling out use of unions for converting FP to bits and vice versa. by Jim Laskey · 20 years ago
  40. 88e2d2e Handle 64-bit constant exprs on 64-bit targets. by Chris Lattner · 20 years ago
  41. 73c4dba aCC and STLport complained about this, because they're like that by Duraid Madina · 20 years ago
  42. 835702a Remove trailing whitespace by Misha Brukman · 21 years ago
  43. 73a316d add support for prefix/suffix strings to go around GlobalValue(s) by Duraid Madina · 21 years ago
  44. 145569b Print GEP offsets as signed values instead of unsigned values. On X86, this by Chris Lattner · 21 years ago
  45. c8770aa fix constant pointer outputing on 64 bit machines by Andrew Lenharth · 21 years ago
  46. 0b955fd Silence VS warnings by Chris Lattner · 21 years ago
  47. ebb54c5 Fix SingleSource/UnitTests/2004-11-28-GlobalBoolLayout.c, and hopefully PR449 by Chris Lattner · 21 years ago
  48. 61753bf Add support for undef by Chris Lattner · 21 years ago
  49. a88d667 Do not use .xword and friends to emit zeros on V9. Apparently there are issues by Chris Lattner · 21 years ago
  50. 10262ab Rename var by Chris Lattner · 21 years ago
  51. ea75199 Add support for targets without a .zero directive by Chris Lattner · 21 years ago
  52. 1d35c16 Add support for alignment by Chris Lattner · 21 years ago
  53. da6beac Use a designated comment character when printing comments. by Chris Lattner · 21 years ago
  54. 9fa0fc4 Add support for targets that have .quad, drop extra tab inserted by Chris Lattner · 21 years ago
  55. 8452a1f Implement emitGlobalConstant by Chris Lattner · 21 years ago
  56. 6d42cbd We now allow targets to use any prefix they want for global symbols. Lets by Chris Lattner · 21 years ago
  57. 07e78f1 Some asmwriters want an _ prefix by Chris Lattner · 21 years ago
  58. 6a8e0f5 Initial implementation of the asmprinter base class by Chris Lattner · 21 years ago