aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/ELFWriter.h
AgeCommit message (Expand)Author
2005-07-16Add two helper methods, adjust a prototypeChris Lattner
2005-07-16Add ability to set TYPE and FLAGS field for section triviallyChris Lattner
2005-07-16Major refactor of the ELFWriter code. Instead of building up one bigChris Lattner
2005-07-12Add support for emitting 64-bit integersChris Lattner
2005-07-12Add some apparently undocumented ELF section header flagsChris Lattner
2005-07-11The symbol table just needs a const GlobalValue*, not a non-const one.Chris Lattner
2005-07-11expose a new code emitter objectChris Lattner
2005-07-11add a name mangler objectChris Lattner
2005-07-07Add support for building/representing the symbol table, add some enum constantsChris Lattner
2005-06-27iniital checkin of ELFWriter header.Chris Lattner