More templatization.
[oota-llvm.git] / lib / CodeGen / ELFWriter.cpp
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-02-08 Bill WendlingAdd function to create a file writer.
2007-01-27 Bill WendlingUse TargetELFWriterInfo class.
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
2007-01-18 Bill WendlingHave the OutputBuffer take the is64Bit and isLittleEndi...
2007-01-17 Bill WendlingChanged to use the OutputBuffer instead of the methods...
2007-01-17 Bill WendlingRevert patch.
2007-01-17 Bill WendlingUse the methods in the TargetObjInfo object instead...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-29 Bill WendlingConverted to using llvm streams instead of <iostream>s
2006-11-16 Evan ChengMatch MachineCodeEmitter changes.
2006-11-02 Reid SpencerFor PR786:
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-03 Chris LattnerSuck block address tracking out of targets into the...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-05-03 Chris LattnerChange the BasicBlockAddrs map to be a vector, indexed...
2006-05-02 Chris LattnerSeveral related changes:
2006-05-02 Chris LattnerDo not make the JIT memory manager manage the memory...
2006-05-02 Chris LattnerRefactor the machine code emitter interface to pull...
2006-05-02 Chris LattnerRemove dead method
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2005-12-28 Duraid Madinaadd these so I can be less naughty
2005-11-10 Chris Lattnernuke blank line
2005-08-19 Jeff CohenFix VC++ constant truncation warning.
2005-07-28 Andrew Lenharthnew is not a valid default anywhere, so make this pure...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-16 Chris LattnerOnly get the .bss and .data sections when needed instea...
2005-07-16 Chris LattnerRefactor getSection() method to make it easier to use.
2005-07-16 Chris LattnerMajor refactor of the ELFWriter code. Instead of build...
2005-07-12 Chris LattnerAdd support for 64-bit elf files
2005-07-12 Jeff CohenVC++ demands that the function returns a value
2005-07-11 Chris LattnerClean up code, no functionality changes.
2005-07-11 Chris LattnerEmit a symbol table entry for each function we output...
2005-07-11 Chris Lattneradd code to emit the .text section to the section header.
2005-07-11 Chris LattnerUse a name mangler object to uniquify names and remove...
2005-07-08 Chris LattnerAdd support for emitting a .data section and .bss section.
2005-07-07 Chris LattnerAdd support for emitting the symbol table (and its...
2005-06-27 Chris Lattneriniital checkin of ELFWriter implementation