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
/
lib
/
CodeGen
/
ELF.h
Age
Commit message (
Expand
)
Author
2010-07-16
Get rid of a bunch of duplicated ELF enum values.
Eli Friedman
2009-12-19
Fix a bunch of little errors that Clang complains about when its being pedantic
Douglas Gregor
2009-10-26
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-08-13
Remove hack used to strip unwanted chars from section name
Bruno Cardoso Lopes
2009-08-08
ELF improvements:
Bruno Cardoso Lopes
2009-08-05
- Remove custom handling of jumptables by the elf writter (this was
Bruno Cardoso Lopes
2009-07-27
fix comment
Bruno Cardoso Lopes
2009-07-27
add module identifier to the elf object file
Bruno Cardoso Lopes
2009-07-27
Handle external symbols for ELF and add some static methods to ELFSym
Bruno Cardoso Lopes
2009-07-18
Add support to properly reference private symbols on relocation entries.
Bruno Cardoso Lopes
2009-07-16
Fix coding style issues pointed by Bill.
Bruno Cardoso Lopes
2009-07-15
use std::vector instead of std::list for both Section and Symbol lists because
Bruno Cardoso Lopes
2009-07-13
Cleanup the global emission and refactor some code
Bruno Cardoso Lopes
2009-07-02
shrinking down #includes
Bruno Cardoso Lopes
2009-06-25
Support Constant Pool Sections
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
Support for ELF Visibility
Bruno Cardoso Lopes
2009-06-07
Delete comment and fix typo
Bruno Cardoso Lopes
2009-06-07
Fix wrong elf class and byte order initializations.
Bruno Cardoso Lopes
2009-06-07
Simple ELF32/64 binary files can now be emitted for x86 and x86_64 without
Bruno Cardoso Lopes
2009-06-06
Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...
Bruno Cardoso Lopes