2
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[MachO] Fix uninitialized variables. More... over 11 years ago
Fix cl brokeness. More... over 11 years ago
Add missing include. More... over 11 years ago
This patch changes the following: * Use conventional naming for KindHandlers. * Add X86 relocation routines. * Use std::function instead of function pointers in _fixupHandler map. * Change _fixupHandler map from std::map to llvm::DenseMap. * Add simple testcase for x86 relocations. More... over 11 years ago
This update does the following: * Moves enum Scope from DefinedAtom.h to Atom.h * Adds scope method to AbsoluteAtom class * Updates YAML to print scope of AbsoluteAtoms * Update Native Reader/Writer to handle this new, "attribute" * Adds testcase Reviewed and approved by Nick Kledzik More... over 11 years ago
* Add relocation reference support for Hexagon and PowerPC. - Hexagon has many relocation types, this patch covers just a subset, more will be added. - PowerPC support was added so that we can verify mixed endian environments. * Add some basic test cases * Update ldd-core to accept -endian flag More... over 11 years ago
Fix incorrect setting of EI_DATA More... over 11 years ago
Added missing break in StockSectionChunk constructor. Removed architecture dependent .sbss section creation. More... over 11 years ago
* Return correct size and alignment for common symbols. More... over 11 years ago
Changed test output comparison to be consistent with the way llvm-objdump and llvm-readobj work. More... over 11 years ago
Emit symbol tables. Reorganize to derive all sections from SectionChunk. Construct section table header from SectionChunk. More... over 11 years ago
This change: * Updates ReaderELF.cpp contentType method to match ELF.h's logic and now handle typeData * Add -arch to ldd-core testdriver * Add testcase to check typeData * Update others to stay in sync with this change. More... over 11 years ago
Fix -Wcovered-switch-default warning. More... over 11 years ago
Add case for typeConstant in SectionChunk More... over 11 years ago
This patch makes use of recently added relocation reference data. The bulk of this is derived from the Mach-O writer. Reviewed by: Nick Kledzik. * Adds loop to SectionChunk::write traverse references calling the writer's fixup handler, applyFixup. * Adds method, ELFWriter::buildAtomToAddressMap to that creates a mapping from an atom to its runtime address. * Adds method, ELFWriter::addressOfAtom to return the runtime address of the atom. More... over 11 years ago
Add ELFReference class - parse relocations needed by that class and update DefinedAtom to use the class. Tweak coding style. Add testcase to check relocations. Change was signed-off-by: Michael Spencer More... over 11 years ago
Fix environment path problem More... over 11 years ago
ELF support for LLD writer. The writer at present emits ELF header and section table header. Skeleton code for ReferenceKinds. Credits: Doxygen by Michael Spencer. Origianl implementation from Macho by Sidney Manning. Templatization, implementation of section header chunks, string table, ELF header by Hemant Kulkarni. More... over 11 years ago
Test commit More... over 11 years ago
Fix warnings. More... over 11 years ago
Hook up lld-test to llvm check-all. Patch by Andy Gibbs! More... almost 12 years ago
PR13467: Fix mach-o writer to handle case of zero stubs. Renumber TestingHelpers kind values More... almost 12 years ago
Fix warning from -Wshadow. Report errors back to caller rather than calling llvm::report_fatal_error. More... almost 12 years ago
Add a default constructor/destructor for ReaderOptionsPECOFF More... almost 12 years ago
Add test cases for ReaderELF. More... almost 12 years ago
Add a new option, -reader which will select formats other than YAML for reading. YAML is still the default. More... almost 12 years ago
Implement the ELF reader. The original implementation was by Hemant Kulkarni with subsequent changes to use lower level interfaces done by me. More... almost 12 years ago
Trivial reformatting More... almost 12 years ago
Added description of Atom types from Nick's email More... almost 12 years ago
Minor edits to match style guidelines. No functionality change More... almost 12 years ago