aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/ELFWriter.cpp
AgeCommit message (Expand)Author
2005-07-28new is not a valid default anywhere, so make this pure virtualAndrew Lenharth
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-16Only get the .bss and .data sections when needed instead of unconditionally.Chris Lattner
2005-07-16Refactor getSection() method to make it easier to use.Chris Lattner
2005-07-16Major refactor of the ELFWriter code. Instead of building up one bigChris Lattner
2005-07-12Add support for 64-bit elf filesChris Lattner
2005-07-12VC++ demands that the function returns a valueJeff Cohen
2005-07-11Clean up code, no functionality changes.Chris Lattner
2005-07-11Emit a symbol table entry for each function we output to the ELF file. ThisChris Lattner
2005-07-11add code to emit the .text section to the section header.Chris Lattner
2005-07-11Use a name mangler object to uniquify names and remove nonstandardChris Lattner
2005-07-08Add support for emitting a .data section and .bss section.Chris Lattner
2005-07-07Add support for emitting the symbol table (and its string table) of theChris Lattner
2005-06-27iniital checkin of ELFWriter implementationChris Lattner