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
/
Object
/
Binary.h
Age
Commit message (
Expand
)
Author
2013-04-18
At Jim Grosbach's request detemplate Object/MachO.h.
Rafael Espindola
2013-04-08
Add all 4 MachO object types. Use the stored type to implement is64Bits().
Rafael Espindola
2013-01-09
[Object, DebugInfo] Make DWARFContext BE-aware.
NAKAMURA Takumi
2012-10-11
Remove unnecessary classof()'s
Sean Silva
2012-09-17
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-03-19
[Object/COFF]: Expose getSectionName.
Michael J. Spencer
2012-03-09
[Object]
David Meyer
2011-06-25
Make Binary the parent of ObjectFile and update children to new interface.
Michael J. Spencer
2011-06-25
Add Binary class. This is a cleaner parent than ObjectFile.
Michael J. Spencer
2011-06-13
Revert r132910 and r132909 on behalf of Michael. They didn't build with clang.
Benjamin Kramer
2011-06-13
Revert the last two commits in the series. r132911, r132912.
Michael J. Spencer
2011-06-13
Make Binary the parent of ObjectFile and update children to new interface.
Michael J. Spencer
2011-06-13
Add Binary class. This is a cleaner parent than ObjectFile.
Michael J. Spencer