aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetELFWriterInfo.h
Commit message (Expand)AuthorAgeFilesLines
* [Hexagon] Clean up Hexagon ELF definition.Evandro Menezes2012-05-171-1/+2
* Prune some includes and forward declarations.Craig Topper2012-03-251-3/+0
* Jim Asked us to move DataLayout on ARM back to the most specialized classes. DoRafael Espindola2010-10-031-2/+1
* - Remove custom handling of jumptables by the elf writter (this wasBruno Cardoso Lopes2009-08-051-9/+2
* Change ELFCodeEmitter logic to emit the constant pool and jump tables toBruno Cardoso Lopes2009-07-211-1/+1
* For PC relative relocations where symbols are defined in the same section theyBruno Cardoso Lopes2009-07-201-2/+11
* Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag...Bruno Cardoso Lopes2009-07-181-0/+8
* Use a better name for the label relocations while emitting them for Jump TablesBruno Cardoso Lopes2009-07-181-1/+1
* Add support to properly reference private symbols on relocation entries.Bruno Cardoso Lopes2009-07-181-1/+8
* Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al...Bruno Cardoso Lopes2009-07-021-4/+0
* Add more methods to gather target specific elf stuffBruno Cardoso Lopes2009-06-221-1/+22
* Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...Bruno Cardoso Lopes2009-06-141-0/+26
* Use forward declarations and move TargetELFWriterInfo impl to a new file.Bruno Cardoso Lopes2009-06-111-14/+6
* Support for ELF VisibilityBruno Cardoso Lopes2009-06-111-1/+18
* Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...Bruno Cardoso Lopes2009-06-061-2/+16
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-2/+0
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add explicit keywords and remove spurious trailing semicolons.Dan Gohman2007-08-271-1/+1
* The TargetELFWriterInfo class holds target-specific information for the ELF w...Bill Wendling2007-01-271-0/+43