aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter.cpp
AgeCommit message (Expand)Author
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
2004-08-17Add support for targets without a .zero directiveChris Lattner
2004-08-17Add support for alignmentChris Lattner
2004-08-17Use a designated comment character when printing comments.Chris Lattner
2004-08-17Add support for targets that have .quad, drop extra tab insertedChris Lattner
2004-08-17Implement emitGlobalConstantChris Lattner
2004-08-17We now allow targets to use any prefix they want for global symbols. LetsChris Lattner
2004-08-17Some asmwriters want an _ prefixChris Lattner
2004-08-16Initial implementation of the asmprinter base classChris Lattner