Convert assembly emission over to a two pass approach.
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9AsmPrinter.cpp
2002-02-03 Chris LattnerConvert assembly emission over to a two pass approach.
2002-02-03 Chris Lattner* prune #includes
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerRemove unsized array support
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-13 Ruchira SasankaChanged checking for invalid register number - earlier...
2001-11-11 Vikram S. AdveFix bogus code that was eliminating needed args.
2001-11-10 Vikram S. AdveSeveral bug fixes in printing constants, particularly...
2001-11-09 Vikram S. AdveAdd support to print constant arrays and structures.
2001-11-08 Vikram S. AdveBug fix: need to use .reserve for uninitialized data.
2001-11-08 Vikram S. AdveFixed function getEscapedString to follow the Sparc...
2001-10-29 Chris LattnerCheck in to use moved stringizing code
2001-10-28 Vikram S. AdveMinor fix I omitted to check in.
2001-10-28 Vikram S. AdveMajor overhaul to print globals and constants.
2001-10-24 Ruchira SasankaFixed load syntax in EmitAssembly
2001-10-22 Vikram S. AdveSplit JMPL into JMPLCALL and JMPLRET.
2001-10-20 Vikram S. AdveFixed printing of offset operand for RETURN instruction.
2001-10-20 Vikram S. AdveMinor bug fix in printing operands of JMPL.
2001-10-15 Chris LattnerEmit the proper .type declarations to tell the debugger...
2001-10-15 Chris LattnerHandle abnormal jmpl syntax correctly
2001-10-15 Chris LattnerBe const correct
2001-10-01 Chris LattnerAdd support for new style casts
2001-10-01 Chris LattnerFix emission of return instructions
2001-09-28 Chris Lattner* Properly escape function names
2001-09-19 Chris LattnerSeperate instruction definitions into new SparcInstr...
2001-09-19 Chris LattnerFirst cut at assembly output