Eliminate the remaining uses of getTypeSize. This
[oota-llvm.git] / lib / Target / IA64 / IA64AsmPrinter.cpp
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-10-14 Evan ChengRevert 42908 for now.
2007-10-12 Dan GohmanChange the names used for internal labels to use the...
2007-10-03 Dan GohmanUse empty() member functions when that's what's being...
2007-07-25 Dan GohmanDon't ignore the return value of AsmPrinter::doInitiali...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-24 Evan ChengRenamed getTypeAlignmentShift() to getPreferredTypeAlig...
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-06 Chris LattnerThese asm printers shouldn't use assembly/writer.h
2006-10-05 Chris Lattnerimplement and use getSectionForFunction
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-05-09 Chris LattnerSplit SwitchSection into SwitchTo{Text|Data}Section...
2006-05-04 Chris LattnerRename MO_VirtualRegister -> MO_Register. Clean up...
2006-05-04 Chris LattnerThere shalt be only one "immediate" operand type!
2006-05-04 Chris LattnerRemove a bunch more SparcV9 specific stuff
2006-05-04 Chris LattnerRemove some more unused stuff from MachineInstr that...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-05-02 Nate BegemanExtend printBasicBlockLabel a bit so that it can be...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-03-13 Evan ChengAdded getTargetLowering() to TargetMachine. Refactored...
2006-03-09 Chris LattnerAdd support for 'special' llvm globals like debug info...
2006-02-16 Duraid Madinadistinguish between objects and register names, now...
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2005-11-30 Nate BegemanNo longer track value types for asm printer operands...
2005-11-21 Chris LattnerEliminate unneeded intermediate class. Move doFinalize...
2005-11-21 Chris LattnerStart using shared asmprinter Constant Pool emitter...
2005-11-21 Chris LattnerAdjust to capitalized AsmPrinter method names
2005-11-21 Chris LattnerUse PrivateGlobalPrefix for basic block labels
2005-11-21 Chris LattnerStart using SwitchSection, allowing globals and functio...
2005-11-21 Chris LattnerRename SwitchSection -> switchSection to avoid conflict...
2005-11-21 Chris LattnerStart using PrivateGlobalPrefix correctly
2005-10-28 Duraid MadinaDAG->DAG instruction selection for ia64! "hello world...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-14 Duraid Madinaprint negative 64 bit immediates as negative numbers...
2005-04-11 Duraid Madinaassorted fixes:
2005-04-07 Duraid Madinateach asmprinter to print s8/s14 operands
2005-04-03 Duraid Madina.bss is no problem here.
2005-04-02 Duraid Madinaia64 asmprinter fixes:
2005-03-31 Duraid Madina* declare local common symbols as such (.lcomm, not...
2005-03-28 Duraid MadinaEmit .global @function and .global @object entries...
2005-03-24 Chris Lattnerfix a compilation error, patch contributed by Bill...
2005-03-19 Alkis EvlogimenosStop using deprecated interface.
2005-03-17 Duraid Madinaand so it begins...