aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/ELFWriter.h
AgeCommit message (Expand)Author
2007-02-08Moved from include/llvm/CodeGen to lib/CodeGen.Bill Wendling
2007-01-17Changed to use the OutputBuffer instead of the methods in MachO and ELFBill Wendling
2007-01-17Revert patch.Bill Wendling
2007-01-17Removed methods which are now in the respective TargetObjInfo implementations.Bill Wendling
2006-02-22Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner
2006-02-07Fix some truncation warnings.Jeff Cohen
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