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
/
Object
/
ObjectFile.cpp
Age
Commit message (
Expand
)
Author
2013-04-29
Add getSymbolAlignment to the ObjectFile interface.
Rafael Espindola
2013-04-07
Remove unused argument.
Rafael Espindola
2013-01-25
When encountering an unknown file format, ObjectFile::createObjectFile should
Eli Bendersky
2011-12-25
Remove unused variables.
Rafael Espindola
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-09-14
ObjectFile: Add support for mach-o-style dSYM companion files.
Benjamin Kramer
2011-06-25
Make Binary the parent of ObjectFile and update children to new interface.
Michael J. Spencer
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-04-22
Hook in mach-o object files into Object interface.
Eric Christopher
2011-01-20
Object: Add ELF support.
Michael J. Spencer
2011-01-20
Object: Add COFF Support.
Michael J. Spencer
2010-12-16
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...
Michael J. Spencer
2010-12-09
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...
Michael J. Spencer
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-17
Fix typo: Exectuable -> Executable
Peter Collingbourne
2010-11-16
Object: Get rid of sys::Path, Triple, and cleanup namespace.
Michael J. Spencer
2010-11-15
Add LLVMObject Library.
Michael J. Spencer