aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter.cpp
AgeCommit message (Expand)Author
2006-03-07Use "llvm.metadata" section for debug globals. Filter out these globals in theJim Laskey
2006-03-03Move #include "llvm/CodeGen/AsmPrinter.h" to top since it's the interface.Evan Cheng
2006-03-01Don't print llvm constant in assmebly file. Assembler won't like comments thatEvan Cheng
2006-02-24Use the PrintAsmMemoryOperand to print addressing modes.Chris Lattner
2006-02-24Pass all the flags to the asm printer, not just the # operands.Chris Lattner
2006-02-23Record all of the expanded registers in the DAG and machine instr, fixingChris Lattner
2006-02-09Adjust to MachineConstantPool interface change: instead of keeping aChris Lattner
2006-02-09rename fields of constant pool entriesChris Lattner
2006-02-09Simplify code, alignment must be specified now.Chris Lattner
2006-02-08Add support for assembler directives that wrap inline asmChris Lattner
2006-02-06Add support for modifier characters to operand printersChris Lattner
2006-02-05make sure that global doubles are aligned to 8 bytesChris Lattner
2006-02-05Implement the AsmPrinter::getPreferredAlignmentLog method.Chris Lattner
2006-02-01Implement smart printing of inline asm strings, handling variants andChris Lattner
2006-02-01adjust to changes in InlineAsm interface. Fix a few minor bugs.Chris Lattner
2006-01-31Allow the specification of explicit alignments for constant pool entries.Evan Cheng
2006-01-30Print the most trivial inline asms.Chris Lattner
2006-01-27Stub out a methodChris Lattner
2006-01-26Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals.Jim Laskey
2006-01-24rename methodChris Lattner
2006-01-23Print file-scope inline asm blocks at the start of the output file.Chris Lattner
2006-01-12If using __main, emit global ctor/dtor list like any other globalChris Lattner
2006-01-04Applied some recommend changes from sabre. The dominate one beginning "let theJim Laskey
2006-01-04Tie dwarf generation to darwin assembler.Jim Laskey
2005-12-28add these so I can be less naughtyDuraid Madina
2005-12-21Don't emit a null terminator, nor anything after it, to the ctor/dtor listChris Lattner
2005-12-13Add a couple more fields, move ctor init list to .cpp file, add supportChris Lattner
2005-12-09Avoid emitting two tabs when switching to a named sectionChris Lattner
2005-12-06Teach the SelectionDAG ISel how to turn ConstantPacked values intoNate Begeman
2005-11-21Allow target to customize directive used to switch to arbitrary section in Sw...Chris Lattner
2005-11-21increment the function number in SetupMachineFunctionChris Lattner
2005-11-21Adjust to capitalized asmprinter method namesChris Lattner
2005-11-21Add section switching to common code generator code. Add a couple ofChris Lattner
2005-11-15Remove extraneous parents around constants when using a constant expr cast.Chris Lattner
2005-11-14Teach emitAlignment to handle explicit alignment requests by globals.Chris Lattner
2005-11-10Get rid of casts by #including the right headerChris Lattner
2005-11-10Compile C strings to:Chris Lattner
2005-11-10add support for .asciz, and enable it by default. If your target assemblerdo...Chris Lattner
2005-08-17Culling out use of unions for converting FP to bits and vice versa.Jim Laskey
2005-08-08Handle 64-bit constant exprs on 64-bit targets.Chris Lattner
2005-05-15aCC and STLport complained about this, because they're like thatDuraid Madina
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-02add support for prefix/suffix strings to go around GlobalValue(s)Duraid Madina
2005-02-14Print GEP offsets as signed values instead of unsigned values. On X86, thisChris Lattner
2005-02-04fix constant pointer outputing on 64 bit machinesAndrew Lenharth
2005-01-08Silence VS warningsChris Lattner
2004-11-28Fix SingleSource/UnitTests/2004-11-28-GlobalBoolLayout.c, and hopefullyChris Lattner
2004-10-16Add support for undefChris Lattner
2004-08-24Do not use .xword and friends to emit zeros on V9. Apparently there are issuesChris Lattner
2004-08-18Rename varChris Lattner