JumpTable support! What this represents is working asm and jit support for
[oota-llvm.git] / lib / Target / IA64 / IA64AsmPrinter.cpp
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...