Convert DOUT to DEBUG(errs()...).
[oota-llvm.git] / lib / CodeGen / ELFWriter.cpp
2005-08-19 Jeff CohenFix VC++ constant truncation warning.
2005-07-28 Andrew Lenharthnew is not a valid default anywhere, so make this pure...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-16 Chris LattnerOnly get the .bss and .data sections when needed instea...
2005-07-16 Chris LattnerRefactor getSection() method to make it easier to use.
2005-07-16 Chris LattnerMajor refactor of the ELFWriter code. Instead of build...
2005-07-12 Chris LattnerAdd support for 64-bit elf files
2005-07-12 Jeff CohenVC++ demands that the function returns a value
2005-07-11 Chris LattnerClean up code, no functionality changes.
2005-07-11 Chris LattnerEmit a symbol table entry for each function we output...
2005-07-11 Chris Lattneradd code to emit the .text section to the section header.
2005-07-11 Chris LattnerUse a name mangler object to uniquify names and remove...
2005-07-08 Chris LattnerAdd support for emitting a .data section and .bss section.
2005-07-07 Chris LattnerAdd support for emitting the symbol table (and its...
2005-06-27 Chris Lattneriniital checkin of ELFWriter implementation