aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ELFWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* add these so I can be less naughtyDuraid Madina2005-12-281-0/+1
* nuke blank lineChris Lattner2005-11-101-1/+0
* Fix VC++ constant truncation warning.Jeff Cohen2005-08-191-2/+2
* new is not a valid default anywhere, so make this pure virtualAndrew Lenharth2005-07-281-0/+5
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-13/+13
* Only get the .bss and .data sections when needed instead of unconditionally.Chris Lattner2005-07-161-11/+3
* Refactor getSection() method to make it easier to use.Chris Lattner2005-07-161-19/+15
* Major refactor of the ELFWriter code. Instead of building up one bigChris Lattner2005-07-161-143/+167
* Add support for 64-bit elf filesChris Lattner2005-07-121-16/+24
* VC++ demands that the function returns a valueJeff Cohen2005-07-121-0/+1
* Clean up code, no functionality changes.Chris Lattner2005-07-111-50/+68
* Emit a symbol table entry for each function we output to the ELF file. ThisChris Lattner2005-07-111-1/+31
* add code to emit the .text section to the section header.Chris Lattner2005-07-111-4/+89
* Use a name mangler object to uniquify names and remove nonstandardChris Lattner2005-07-111-2/+8
* Add support for emitting a .data section and .bss section.Chris Lattner2005-07-081-22/+67
* Add support for emitting the symbol table (and its string table) of theChris Lattner2005-07-071-54/+141
* iniital checkin of ELFWriter implementationChris Lattner2005-06-271-0/+230