For PR950:
[oota-llvm.git] / lib / CodeGen / AsmPrinter.cpp
2006-10-20 Reid SpencerFor PR950:
2006-10-17 Jim LaskeyClean up interface to getGlobalLinkName.
2006-10-17 Jim LaskeyBasic support for getGlobalLinkName.
2006-10-11 Andrew LenharthJimptables working again on alpha.
2006-10-06 Chris LattnerIf a target uses a GOT, put it in the jt data section...
2006-10-05 Chris LattnerDon't crash if an MBB doesn't have an LLVM BB
2006-10-05 Chris LattnerEmit pic jumptables to the same section that the functi...
2006-10-05 Chris LattnerPass the MachineFunction into EmitJumpTableInfo.
2006-10-05 Chris Lattnermove getSectionForFunction to AsmPrinter
2006-10-03 Chris LattnerUse $( $| $) to represent alternatives in asm blocks...
2006-09-28 Chris Lattnersimplify code
2006-09-27 Chris LattnerAdd support for ${:private} which prints "L" on darwin.
2006-09-26 Chris LattnerAdd support for ${:comment}, which expands to the curre...
2006-09-26 Chris LattnerAdd support for targets that want to do something with...
2006-09-24 Andrew LenharthAdd support for other relocation bases to jump tables...
2006-09-18 Andrew Lenharthoops
2006-09-18 Andrew Lenharthabsolute addresses must match pointer size
2006-09-14 Evan ChengUse MachineConstantPoolEntry getOffset() and getType...
2006-09-12 Evan ChengAdded support for machine specific constantpool values...
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-07 Evan ChengFix pasto that was breaking x86 tests.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-09-05 Chris LattnerDon't call isDef on non-registers
2006-08-12 Nate BegemanEmit .set directives for jump table entries when possib...
2006-07-29 Chris LattnerInstead of blindly looking past constantexpr casts...
2006-07-28 Chris LattnerPrint empty inline asms as a blank line instead of:
2006-07-27 Nate BegemanCode cleanups, per review
2006-07-27 Nate BegemanSupport jump tables when in PIC relocation model
2006-07-15 Chris LattnerOn 64-bit targets like ppc64, we should use .quad to...
2006-06-29 Evan ChengAdd support to print 4-, 8-, and 16- byte constant...
2006-06-15 Jim LaskeyWas pointed out that structure alignment and type align...
2006-06-15 Jim LaskeyAlignment of globals has not been quite right. Needed...
2006-06-15 Evan ChengAssert. Rather than silently stop printing.
2006-06-08 Chris LattnerFix an assert-on-inline-inline-asm bug.
2006-05-12 Chris LattnerRemove dead var
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-09 Chris LattnerFix a regression in my patch from last night that broke...
2006-05-09 Chris LattnerImplement MASM sections correctly, without a "has masm...
2006-05-09 Chris LattnerOh yeah, there are two of these now, unify both.
2006-05-09 Chris LattnerSetting SwitchToSectionDirective properly in the MASM...
2006-05-09 Chris LattnerDon't prefix section directives with a tab. Doing...
2006-05-09 Chris LattnerMake the masm codepath work like the normal code path.
2006-05-09 Chris LattnerThe MASM asmprinter has been fixed, these hacks are...
2006-05-09 Chris LattnerSplit SwitchSection into SwitchTo{Text|Data}Section...
2006-05-06 Jeff CohenFix some loose ends in MASM support.
2006-05-05 Chris LattnerIndent multiline asm strings more nicely
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-05-02 Nate BegemanPrint function number instead of name
2006-05-02 Nate BegemanExtend printBasicBlockLabel a bit so that it can be...
2006-05-02 Jeff CohenDe-virtualize SwitchSection.
2006-05-02 Jeff CohenDe-virtualize EmitZeroes.
2006-05-02 Jeff CohenMake Intel syntax mode friendlier to Microsoft ML assem...
2006-05-01 Chris LattnerFormat #APP lines a bit nicer
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-03-07 Jim LaskeyUse "llvm.metadata" section for debug globals. Filter...
2006-03-03 Evan ChengMove #include "llvm/CodeGen/AsmPrinter.h" to top since...
2006-03-01 Evan ChengDon't print llvm constant in assmebly file. Assembler...
2006-02-24 Chris LattnerUse the PrintAsmMemoryOperand to print addressing modes.
2006-02-24 Chris LattnerPass all the flags to the asm printer, not just the...
2006-02-23 Chris LattnerRecord all of the expanded registers in the DAG and...
2006-02-09 Chris LattnerAdjust to MachineConstantPool interface change: instead...
2006-02-09 Chris Lattnerrename fields of constant pool entries
2006-02-09 Chris LattnerSimplify code, alignment must be specified now.
2006-02-08 Chris LattnerAdd support for assembler directives that wrap inline asm
2006-02-06 Chris LattnerAdd support for modifier characters to operand printers
2006-02-05 Chris Lattnermake sure that global doubles are aligned to 8 bytes
2006-02-05 Chris LattnerImplement the AsmPrinter::getPreferredAlignmentLog...
2006-02-01 Chris LattnerImplement smart printing of inline asm strings, handlin...
2006-02-01 Chris Lattneradjust to changes in InlineAsm interface. Fix a few...
2006-01-31 Evan ChengAllow the specification of explicit alignments for...
2006-01-30 Chris LattnerPrint the most trivial inline asms.
2006-01-27 Chris LattnerStub out a method
2006-01-26 Jim LaskeySet up MachineDebugInfo to scan for debug information...
2006-01-24 Chris Lattnerrename method
2006-01-23 Chris LattnerPrint file-scope inline asm blocks at the start of...
2006-01-12 Chris LattnerIf using __main, emit global ctor/dtor list like any...
2006-01-04 Jim LaskeyApplied some recommend changes from sabre. The dominat...
2006-01-04 Jim LaskeyTie dwarf generation to darwin assembler.
2005-12-28 Duraid Madinaadd these so I can be less naughty
2005-12-21 Chris LattnerDon't emit a null terminator, nor anything after it...
2005-12-13 Chris LattnerAdd a couple more fields, move ctor init list to .cpp...
2005-12-09 Chris LattnerAvoid emitting two tabs when switching to a named section
2005-12-06 Nate BegemanTeach the SelectionDAG ISel how to turn ConstantPacked...
2005-11-21 Chris LattnerAllow target to customize directive used to switch...
2005-11-21 Chris Lattnerincrement the function number in SetupMachineFunction
2005-11-21 Chris LattnerAdjust to capitalized asmprinter method names
2005-11-21 Chris LattnerAdd section switching to common code generator code...
2005-11-15 Chris LattnerRemove extraneous parents around constants when using...
2005-11-14 Chris LattnerTeach emitAlignment to handle explicit alignment reques...
2005-11-10 Chris LattnerGet rid of casts by #including the right header
2005-11-10 Chris LattnerCompile C strings to:
2005-11-10 Chris Lattneradd support for .asciz, and enable it by default. ...
2005-08-17 Jim LaskeyCulling out use of unions for converting FP to bits...
2005-08-08 Chris LattnerHandle 64-bit constant exprs on 64-bit targets.
2005-05-15 Duraid MadinaaCC and STLport complained about this, because they...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-02 Duraid Madinaadd support for prefix/suffix strings to go around...
2005-02-14 Chris LattnerPrint GEP offsets as signed values instead of unsigned...
2005-02-04 Andrew Lenharthfix constant pointer outputing on 64 bit machines
2005-01-08 Chris LattnerSilence VS warnings
next