2
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add missing LLVMSupport More... almost 12 years ago
Fix CMake build to use target_link_libraries. Patch by Sidney Manning! More... almost 12 years ago
Fix link order. Patch by Sidney Manning. More... almost 12 years ago
Unused var warning. More... almost 12 years ago
Fix Sphinx warning. Patch by Sean Silva More... almost 12 years ago
Fix MSVC compat. MSVC doesn't have bzero. More... almost 12 years ago
Wordsmithing from patch from Sean Silva More... almost 12 years ago
Add 'invalid' as a Reference Kind so that unknown/invalid kind strings can return that fact to the caller for use in constructing an error message, rather that triggering an assertion. More... almost 12 years ago
remove return statements after llvm_unreachable() as the compiler no longer warns abot missing return values More... almost 12 years ago
use llvm_unreachable() instead of assert(0) for invalid enum values in switch statements More... almost 12 years ago
Use ADT/StringSwitch More... almost 12 years ago
flesh out mach-o Reference Kinds More... almost 12 years ago
Wrote initial doc on how to create a Reader More... almost 12 years ago
Move implementation of WriterOptionsMachO to its own file. Reduced redundant ivars in WriterOptionsMachO instead have its methods compute ivar interactions. Refactor mach-o Reference Kinds and introduce abstract class KindHandler. Split up StubAtoms.hpp by architecture. Add support for 32-bit x86 stubs. More... almost 12 years ago
put the public function createReaderPECOFF() in the lld namespace and everything else in is own namespace More... almost 12 years ago
fix warnings found after cranking up warnings More... almost 12 years ago
abstract load commands to that WriterMachO can write 64-bit and 32-bit mach-o files More... almost 12 years ago
Add missing include. More... almost 12 years ago
Major refactoring: Remove Platform concept. In its place there are now Reader and Writer subclasses for each file format. Each Reader and Writer subclass defines an "options" class which controls how that Reader or Writer operates. More... almost 12 years ago
Remove some compilation warnings. More... almost 12 years ago
remove completed items More... about 12 years ago
Rework how YAMLReader is layered on top of YAMLParser. Turn hand written recursive descent functions into one table driven parser. Add proper error recovery and reporting. Add lots of test cases with semantics errors and verify error messages. More... about 12 years ago
Address review comments from Roman Divacky. More... about 12 years ago
Add COFF reader. More... about 12 years ago
Add some docs on the type of flags link.exe has that our driver will need to support. More... about 12 years ago
Convert the YAMLReader to use LLVM/Support/YAMLParser. More... about 12 years ago
Remove whitespace. More... about 12 years ago
show how to specify alternate path to clang compiler More... about 12 years ago
Fix minor warnings and simplify code. More... about 12 years ago
Fix errors when building with GCC 4.6.1 -std=c++0x, which requires "friend class Foo;" instead of just friend Foo;". More... about 12 years ago