Remove a bunch more SparcV9 specific stuff
[oota-llvm.git] / include / llvm / CodeGen / ELFWriter.h
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2006-02-07 Jeff CohenFix some truncation warnings.
2005-07-16 Chris LattnerAdd two helper methods, adjust a prototype
2005-07-16 Chris LattnerAdd ability to set TYPE and FLAGS field for section...
2005-07-16 Chris LattnerMajor refactor of the ELFWriter code. Instead of build...
2005-07-12 Chris LattnerAdd support for emitting 64-bit integers
2005-07-12 Chris LattnerAdd some apparently undocumented ELF section header...
2005-07-11 Chris LattnerThe symbol table just needs a const GlobalValue*, not...
2005-07-11 Chris Lattnerexpose a new code emitter object
2005-07-11 Chris Lattneradd a name mangler object
2005-07-07 Chris LattnerAdd support for building/representing the symbol table...
2005-06-27 Chris Lattneriniital checkin of ELFWriter header.