summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ELFWriter.h
Commit message (Expand)AuthorAge
* Remove the old ELF writer.Rafael Espindola2012-01-05
* Fix a FIXME by making GlobalVariable::getInitializer() return aJay Foad2011-06-19
* Tidy some #includes and forward-declarations, and move the C binding codeDan Gohman2010-08-07
* Get rid of a bunch of duplicated ELF enum values.Eli Friedman2010-07-16
* Add more const qualifiers for LLVM IR pointers in CodeGen.Dan Gohman2010-04-15
* Implement the JIT side of the GDB JIT debugging interface. To enable thisReid Kleckner2009-09-20
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Remove hack used to strip unwanted chars from section nameBruno Cardoso Lopes2009-08-13
* Move ConstantExpr handling to ResolveConstantExpr method and alsoBruno Cardoso Lopes2009-08-10
* ELF improvements:Bruno Cardoso Lopes2009-08-08
* - Remove custom handling of jumptables by the elf writter (this wasBruno Cardoso Lopes2009-08-05
* refactor section construction in TLOF to be through an explicitChris Lattner2009-07-31
* add module identifier to the elf object fileBruno Cardoso Lopes2009-07-27
* Handle external symbols for ELF and add some static methods to ELFSymBruno Cardoso Lopes2009-07-27
* Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner2009-07-27
* Support adding relocations for data sections, handling the cases whereBruno Cardoso Lopes2009-07-21
* For PC relative relocations where symbols are defined in the same section theyBruno Cardoso Lopes2009-07-20
* Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag...Bruno Cardoso Lopes2009-07-18
* Add support to properly reference private symbols on relocation entries.Bruno Cardoso Lopes2009-07-18
* Fix coding style issues pointed by Bill.Bruno Cardoso Lopes2009-07-16
* use std::vector instead of std::list for both Section and Symbol lists becauseBruno Cardoso Lopes2009-07-15
* Cleanup the global emission and refactor some codeBruno Cardoso Lopes2009-07-13
* Match declaration to definition.Daniel Dunbar2009-07-13
* Changed ELFCodeEmitter to inherit from ObjectCodeEmitterBruno Cardoso Lopes2009-07-06
* Factor some code out and support for Jump Table relocationsBruno Cardoso Lopes2009-07-03
* shrinking down #includesBruno Cardoso Lopes2009-07-02
* Support Constant Pool SectionsBruno Cardoso Lopes2009-06-25
* Use a default alignment for data and bss sections.Bruno Cardoso Lopes2009-06-23
* Use different functions to emit the string and symbol tables.Bruno Cardoso Lopes2009-06-22
* Add more methods to gather target specific elf stuffBruno Cardoso Lopes2009-06-22
* Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...Bruno Cardoso Lopes2009-06-14
* Support for ELF VisibilityBruno Cardoso Lopes2009-06-11
* Simple ELF32/64 binary files can now be emitted for x86 and x86_64 withoutBruno Cardoso Lopes2009-06-07
* Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...Bruno Cardoso Lopes2009-06-06
* ELF Code Emitter now uses CurBufferPtr, BufferBegin and BufferEnd, as do JIT andBruno Cardoso Lopes2009-06-05
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman2008-03-21
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Moved from include/llvm/CodeGen to lib/CodeGen.Bill Wendling2007-02-08