summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ELFWriter.cpp
Commit message (Expand)AuthorAge
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-12
* Suck block address tracking out of targets into the JIT Emitter. ThisChris Lattner2006-05-03
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-03
* Change the BasicBlockAddrs map to be a vector, indexed by MBB number.Chris Lattner2006-05-03
* Several related changes:Chris Lattner2006-05-02
* Do not make the JIT memory manager manage the memory for globals. InsteadChris Lattner2006-05-02
* Refactor the machine code emitter interface to pull the pointers for the currentChris Lattner2006-05-02
* Remove dead methodChris Lattner2006-05-02
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-22
* add these so I can be less naughtyDuraid Madina2005-12-28
* nuke blank lineChris Lattner2005-11-10
* Fix VC++ constant truncation warning.Jeff Cohen2005-08-19
* new is not a valid default anywhere, so make this pure virtualAndrew Lenharth2005-07-28
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* Only get the .bss and .data sections when needed instead of unconditionally.Chris Lattner2005-07-16
* Refactor getSection() method to make it easier to use.Chris Lattner2005-07-16
* Major refactor of the ELFWriter code. Instead of building up one bigChris Lattner2005-07-16
* Add support for 64-bit elf filesChris Lattner2005-07-12
* VC++ demands that the function returns a valueJeff Cohen2005-07-12
* Clean up code, no functionality changes.Chris Lattner2005-07-11
* Emit a symbol table entry for each function we output to the ELF file. ThisChris Lattner2005-07-11
* add code to emit the .text section to the section header.Chris Lattner2005-07-11
* Use a name mangler object to uniquify names and remove nonstandardChris Lattner2005-07-11
* Add support for emitting a .data section and .bss section.Chris Lattner2005-07-08
* Add support for emitting the symbol table (and its string table) of theChris Lattner2005-07-07
* iniital checkin of ELFWriter implementationChris Lattner2005-06-27