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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-09-27
Object: Add archive support.
Michael J. Spencer
2011-07-29
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-06-25
Add Binary class. This is a cleaner parent than ObjectFile.
Michael J. Spencer
2011-06-25
Add Object/Error.
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
Add Binary class. This is a cleaner parent than ObjectFile.
Michael J. Spencer
2011-06-13
Add Object/Error.
Michael J. Spencer
2011-06-13
Fix spelling and sort CMakeLists.txt.
Michael J. Spencer
2011-04-22
Add MachOObjectFile.cpp to cmake.
Eric Christopher
2011-04-03
Move Object.cpp out of VMCore and into Object.
Eric Christopher
2011-01-20
Object: Add ELF support.
Michael J. Spencer
2011-01-20
Object: Add COFF Support.
Michael J. Spencer
2010-11-27
MC/Mach-O: Start stubbing out a Mach-O object file wrapper.
Daniel Dunbar
2010-11-15
Add LLVMObject Library.
Michael J. Spencer