aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/ELFWriter.h
Commit message (Expand)AuthorAgeFilesLines
* Revert patch.Bill Wendling2007-01-171-5/+96
* Removed methods which are now in the respective TargetObjInfo implementations.Bill Wendling2007-01-171-96/+5
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-221-1/+1
* Fix some truncation warnings.Jeff Cohen2006-02-071-16/+16
* Add two helper methods, adjust a prototypeChris Lattner2005-07-161-4/+12
* Add ability to set TYPE and FLAGS field for section triviallyChris Lattner2005-07-161-1/+4
* Major refactor of the ELFWriter code. Instead of building up one bigChris Lattner2005-07-161-63/+97
* Add support for emitting 64-bit integersChris Lattner2005-07-121-1/+28
* Add some apparently undocumented ELF section header flagsChris Lattner2005-07-121-1/+12
* The symbol table just needs a const GlobalValue*, not a non-const one.Chris Lattner2005-07-111-5/+4
* expose a new code emitter objectChris Lattner2005-07-111-1/+14
* add a name mangler objectChris Lattner2005-07-111-0/+5
* Add support for building/representing the symbol table, add some enum constantsChris Lattner2005-07-071-7/+56
* iniital checkin of ELFWriter header.Chris Lattner2005-06-271-0/+174