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
Age
Commit message (
Expand
)
Author
2011-07-29
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-15
ObjectFile: Add a method to check whether a section contains a symbol.
Benjamin Kramer
2011-07-15
MachOObjectFile: Get symbol functions ready for 64 bit.
Benjamin Kramer
2011-07-15
Output MachO section names in the form SEGMENT,section.
Benjamin Kramer
2011-07-15
Add support for 64 bit objects to MachOObjectFile.
Benjamin Kramer
2011-07-15
MachOObjectFile: Change isSectionText to return true for sections named text,...
Benjamin Kramer
2011-07-05
Use memcmp.
Benjamin Kramer
2011-07-05
Really fix typo :-(
Rafael Espindola
2011-07-05
Fix typo.
Rafael Espindola
2011-07-05
Compare all 4 bytes of the header.
Rafael Espindola
2011-07-05
Fix warnings.
Michael J. Spencer
2011-06-25
Object: Add proper error handling.
Michael J. Spencer
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-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
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
2011-06-13
Add Object/Error.
Michael J. Spencer
2011-06-13
Fix spelling and sort CMakeLists.txt.
Michael J. Spencer
2011-05-02
Remove dead variable pointed out by GCC 4.6 warnings, and reflow this a little
Nick Lewycky
2011-04-22
Use enums for constant values.
Eric Christopher
2011-04-22
Make the file format strings a little prettier for mach-o.
Eric Christopher
2011-04-22
Add MachOObjectFile.cpp to cmake.
Eric Christopher
2011-04-22
Hook in mach-o object files into Object interface.
Eric Christopher
2011-04-22
Add an ObjectFile implementation for mach-o.
Eric Christopher
2011-04-03
Start migrating mach-o dumping facilities to the object file out of a
Eric Christopher
2011-04-03
Move Object.cpp out of VMCore and into Object.
Eric Christopher
2011-04-03
Assorted bugfixes in object file handling:
Eric Christopher
2011-01-21
Object: Fix type punned pointer issues by making DataRefImpl a union and usin...
Michael J. Spencer
2011-01-20
Object: Add ELF support.
Michael J. Spencer
2011-01-20
Object: Add COFF Support.
Michael J. Spencer
2010-12-17
Fix mismatched new[]/delete.
Benjamin Kramer
2010-12-16
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...
Michael J. Spencer
2010-12-10
Mach-O: Tweak field name.
Daniel Dunbar
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-27
macho-dump: Add support for --dump-section-data and tweak a few format strings.
Daniel Dunbar
2010-11-27
macho-dump: Add support for dumping symbol table entries.
Daniel Dunbar
2010-11-27
macho-dump: Add support for dumping string table data.
Daniel Dunbar
2010-11-27
macho-dump: Add support for dumping relocation entries.
Daniel Dunbar
2010-11-27
macho-dump: Add support for dumping sections.
Daniel Dunbar
2010-11-27
macho-dump: Add support for dumping dysymtab indirect symbol table.
Daniel Dunbar
2010-11-27
Unbreak build for newer GCCs.
Benjamin Kramer
2010-11-27
macho-dump: Add support for dumping symtab and dysymtab commands.
Daniel Dunbar
2010-11-27
macho-dump: Add support for dumping segment load commands.
Daniel Dunbar
2010-11-27
Object/Mach-O: Add header and load command information.
Daniel Dunbar
2010-11-27
Object/Mach-O: Validate Mach-O magic and initialize format info.
Daniel Dunbar
2010-11-27
MC/Mach-O: Start stubbing out a Mach-O object file wrapper.
Daniel Dunbar
[next]