Implement review feedback for the ConstantBool->ConstantInt merge. Chris
[oota-llvm.git] / lib / CodeGen / AsmPrinter.cpp
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFor PR1043:
2006-12-31 Reid SpencerFor PR950:
2006-12-21 Reid SpencerJust print integer constants as signed values. The...
2006-12-19 Anton KorobeynikovFix for PR1059: http://llvm.org/PR1059
2006-12-18 Rafael Espindolamove ExtWeakSymbols to AsmPrinter
2006-12-14 Jim Laskey1. Tidy up jump table info.
2006-12-12 Chris Lattnersplit up inttoptr from ptrtoint handling, the cases...
2006-12-12 Chris Lattnerthe operand of a bitcast is always the right size,...
2006-12-12 Reid SpencerTidy up a bit.
2006-12-12 Reid SpencerChange inferred cast creation calls to more specific...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-29 Bill WendlingConverted to using llvm streams instead of <iostream>s
2006-11-27 Reid SpencerFor PR950:
2006-11-20 Jim LaskeyGlobal label not handled correctly.
2006-11-01 Evan ChengAdd a printSetLabel that takes two id's.
2006-10-31 Anton Korobeynikov1. Clean up code due to changes in SwitchTo*Section(2)
2006-10-28 Chris Lattnerdon't print dead jump tables
2006-10-24 Devang PatelMove getPreferredAlignmentLog from AsmPrinter to TargetData
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...
next