aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ELFWriter.h
Commit message (Expand)AuthorAgeFilesLines
* Add more const qualifiers for LLVM IR pointers in CodeGen.Dan Gohman2010-04-151-1/+1
* Implement the JIT side of the GDB JIT debugging interface. To enable thisReid Kleckner2009-09-201-0/+2
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-3/+3
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-2/+2
* Remove hack used to strip unwanted chars from section nameBruno Cardoso Lopes2009-08-131-41/+16
* Move ConstantExpr handling to ResolveConstantExpr method and alsoBruno Cardoso Lopes2009-08-101-1/+3
* ELF improvements:Bruno Cardoso Lopes2009-08-081-2/+4
* - Remove custom handling of jumptables by the elf writter (this wasBruno Cardoso Lopes2009-08-051-14/+19
* refactor section construction in TLOF to be through an explicitChris Lattner2009-07-311-0/+3
* add module identifier to the elf object fileBruno Cardoso Lopes2009-07-271-1/+1
* Handle external symbols for ELF and add some static methods to ELFSymBruno Cardoso Lopes2009-07-271-10/+23
* Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner2009-07-271-1/+2
* Support adding relocations for data sections, handling the cases whereBruno Cardoso Lopes2009-07-211-0/+5
* For PC relative relocations where symbols are defined in the same section theyBruno Cardoso Lopes2009-07-201-12/+3
* Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag...Bruno Cardoso Lopes2009-07-181-12/+4
* Add support to properly reference private symbols on relocation entries.Bruno Cardoso Lopes2009-07-181-2/+6
* Fix coding style issues pointed by Bill.Bruno Cardoso Lopes2009-07-161-0/+3
* use std::vector instead of std::list for both Section and Symbol lists becauseBruno Cardoso Lopes2009-07-151-14/+15
* Cleanup the global emission and refactor some codeBruno Cardoso Lopes2009-07-131-3/+3
* Match declaration to definition.Daniel Dunbar2009-07-131-1/+1
* Changed ELFCodeEmitter to inherit from ObjectCodeEmitterBruno Cardoso Lopes2009-07-061-8/+8
* Factor some code out and support for Jump Table relocationsBruno Cardoso Lopes2009-07-031-9/+30
* shrinking down #includesBruno Cardoso Lopes2009-07-021-7/+12
* Support Constant Pool SectionsBruno Cardoso Lopes2009-06-251-0/+6
* Use a default alignment for data and bss sections.Bruno Cardoso Lopes2009-06-231-2/+6
* Use different functions to emit the string and symbol tables.Bruno Cardoso Lopes2009-06-221-0/+1
* Add more methods to gather target specific elf stuffBruno Cardoso Lopes2009-06-221-14/+47
* Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...Bruno Cardoso Lopes2009-06-141-17/+21
* Support for ELF VisibilityBruno Cardoso Lopes2009-06-111-4/+27
* Simple ELF32/64 binary files can now be emitted for x86 and x86_64 withoutBruno Cardoso Lopes2009-06-071-17/+11
* Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...Bruno Cardoso Lopes2009-06-061-83/+7
* ELF Code Emitter now uses CurBufferPtr, BufferBegin and BufferEnd, as do JIT andBruno Cardoso Lopes2009-06-051-0/+6
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-2/+3
* Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman2008-03-211-0/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-1/+1
* Drop 'const'Devang Patel2007-05-031-1/+1
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+2
* Moved from include/llvm/CodeGen to lib/CodeGen.Bill Wendling2007-02-081-0/+226