summaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetELFWriterInfo.h
Commit message (Expand)AuthorAge
* [Hexagon] Clean up Hexagon ELF definition.Evandro Menezes2012-05-17
* Prune some includes and forward declarations.Craig Topper2012-03-25
* Jim Asked us to move DataLayout on ARM back to the most specialized classes. DoRafael Espindola2010-10-03
* - Remove custom handling of jumptables by the elf writter (this wasBruno Cardoso Lopes2009-08-05
* Change ELFCodeEmitter logic to emit the constant pool and jump tables toBruno 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
* Use a better name for the label relocations while emitting them for Jump TablesBruno Cardoso Lopes2009-07-18
* Add support to properly reference private symbols on relocation entries.Bruno Cardoso Lopes2009-07-18
* Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al...Bruno Cardoso Lopes2009-07-02
* 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
* Use forward declarations and move TargetELFWriterInfo impl to a new file.Bruno Cardoso Lopes2009-06-11
* Support for ELF VisibilityBruno Cardoso Lopes2009-06-11
* Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...Bruno Cardoso Lopes2009-06-06
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Add explicit keywords and remove spurious trailing semicolons.Dan Gohman2007-08-27
* The TargetELFWriterInfo class holds target-specific information for the ELF w...Bill Wendling2007-01-27