summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/ELFWriter.h
Commit message (Expand)AuthorAge
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-22
* Fix some truncation warnings.Jeff Cohen2006-02-07
* Add two helper methods, adjust a prototypeChris Lattner2005-07-16
* Add ability to set TYPE and FLAGS field for section triviallyChris Lattner2005-07-16
* Major refactor of the ELFWriter code. Instead of building up one bigChris Lattner2005-07-16
* Add support for emitting 64-bit integersChris Lattner2005-07-12
* Add some apparently undocumented ELF section header flagsChris Lattner2005-07-12
* The symbol table just needs a const GlobalValue*, not a non-const one.Chris Lattner2005-07-11
* expose a new code emitter objectChris Lattner2005-07-11
* add a name mangler objectChris Lattner2005-07-11
* Add support for building/representing the symbol table, add some enum constantsChris Lattner2005-07-07
* iniital checkin of ELFWriter header.Chris Lattner2005-06-27