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