Inline check that's used only once.
[oota-llvm.git] / lib / CodeGen / ELFWriter.h
2010-08-07 Dan GohmanTidy some #includes and forward-declarations, and move...
2010-07-16 Eli FriedmanGet rid of a bunch of duplicated ELF enum values.
2010-04-15 Dan GohmanAdd more const qualifiers for LLVM IR pointers in CodeGen.
2009-09-20 Reid KlecknerImplement the JIT side of the GDB JIT debugging interfa...
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-13 Bruno Cardoso LopesRemove hack used to strip unwanted chars from section...
2009-08-10 Bruno Cardoso LopesMove ConstantExpr handling to ResolveConstantExpr metho...
2009-08-08 Bruno Cardoso LopesELF improvements:
2009-08-05 Bruno Cardoso Lopes- Remove custom handling of jumptables by the elf writt...
2009-07-31 Chris Lattnerrefactor section construction in TLOF to be through...
2009-07-27 Bruno Cardoso Lopesadd module identifier to the elf object file
2009-07-27 Bruno Cardoso LopesHandle external symbols for ELF and add some static...
2009-07-27 Chris LattnerEliminate SectionFlags, just embed a SectionKind into...
2009-07-21 Bruno Cardoso LopesSupport adding relocations for data sections, handling...
2009-07-20 Bruno Cardoso LopesFor PC relative relocations where symbols are defined...
2009-07-18 Bruno Cardoso LopesUse R_X86_64_32S to handle Jump Table Index relocation...
2009-07-18 Bruno Cardoso LopesAdd support to properly reference private symbols on...
2009-07-16 Bruno Cardoso LopesFix coding style issues pointed by Bill.
2009-07-15 Bruno Cardoso Lopesuse std::vector instead of std::list for both Section...
2009-07-13 Bruno Cardoso LopesCleanup the global emission and refactor some code
2009-07-13 Daniel DunbarMatch declaration to definition.
2009-07-06 Bruno Cardoso LopesChanged ELFCodeEmitter to inherit from ObjectCodeEmitter
2009-07-03 Bruno Cardoso LopesFactor some code out and support for Jump Table relocations
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.