t2LDR_PRE etc are loads.
[oota-llvm.git] / lib / CodeGen / ELFWriter.h
2009-07-02 Bruno Cardoso Lopesshrinking down #includes
2009-06-25 Bruno Cardoso LopesSupport Constant Pool Sections
2009-06-23 Bruno Cardoso LopesUse a default alignment for data and bss sections.
2009-06-22 Bruno Cardoso LopesUse different functions to emit the string and symbol...
2009-06-22 Bruno Cardoso LopesAdd more methods to gather target specific elf stuff
2009-06-14 Bruno Cardoso LopesIntroduce new BinaryObject (blob) class, ELF Writer...
2009-06-11 Bruno Cardoso LopesSupport for ELF Visibility
2009-06-07 Bruno Cardoso LopesSimple ELF32/64 binary files can now be emitted for...
2009-06-06 Bruno Cardoso LopesRemove elf specific info from ELFWriter.h to Elf.h...
2009-06-05 Bruno Cardoso LopesELF Code Emitter now uses CurBufferPtr, BufferBegin...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-03-21 Dan GohmanDon't include <map> in Pass.h, which doesn't need it...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
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-08 Bill WendlingMoved from include/llvm/CodeGen to lib/CodeGen.