index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Target
/
TargetELFWriterInfo.h
Age
Commit message (
Expand
)
Author
2012-10-28
Remove TargetELFWriterInfo.
Rafael Espindola
2012-05-17
[Hexagon] Clean up Hexagon ELF definition.
Evandro Menezes
2012-03-25
Prune some includes and forward declarations.
Craig Topper
2010-10-03
Jim Asked us to move DataLayout on ARM back to the most specialized classes. Do
Rafael Espindola
2009-08-05
- Remove custom handling of jumptables by the elf writter (this was
Bruno Cardoso Lopes
2009-07-21
Change ELFCodeEmitter logic to emit the constant pool and jump tables to
Bruno Cardoso Lopes
2009-07-20
For PC relative relocations where symbols are defined in the same section they
Bruno Cardoso Lopes
2009-07-18
Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag...
Bruno Cardoso Lopes
2009-07-18
Use a better name for the label relocations while emitting them for Jump Tables
Bruno Cardoso Lopes
2009-07-18
Add support to properly reference private symbols on relocation entries.
Bruno Cardoso Lopes
2009-07-02
Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al...
Bruno Cardoso Lopes
2009-06-22
Add more methods to gather target specific elf stuff
Bruno Cardoso Lopes
2009-06-14
Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...
Bruno Cardoso Lopes
2009-06-11
Use forward declarations and move TargetELFWriterInfo impl to a new file.
Bruno Cardoso Lopes
2009-06-11
Support for ELF Visibility
Bruno Cardoso Lopes
2009-06-06
Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...
Bruno Cardoso Lopes
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-08-27
Add explicit keywords and remove spurious trailing semicolons.
Dan Gohman
2007-01-27
The TargetELFWriterInfo class holds target-specific information for the ELF w...
Bill Wendling