2010-12-17 |
Daniel Dunbar | MC/ARM: Use aggressive symbol folding (important for...
|
commit | commitdiff | tree |
2010-12-17 |
Daniel Dunbar | MC/Expr: Implemnt more aggressive folding during symbol...
|
commit | commitdiff | tree |
2010-12-17 |
Daniel Dunbar | MC/Mach-O: On second thought, use a custom hook for...
|
commit | commitdiff | tree |
2010-12-17 |
Daniel Dunbar | MC/Mach-O: Implement IsSymbolRefDifferenceFullyResolved.
|
commit | commitdiff | tree |
2010-12-17 |
Daniel Dunbar | MC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyResolve...
|
commit | commitdiff | tree |
2010-12-17 |
Daniel Dunbar | MC/Assembler: Strip out object writer arguments, now...
|
commit | commitdiff | tree |
2010-12-17 |
Daniel Dunbar | MC/Assembler: Make the MCObjectWriter available through...
|
commit | commitdiff | tree |
2010-12-17 |
Daniel Dunbar | MC/Target: Remove HasScatteredSymbols target hook variable...
|
commit | commitdiff | tree |
2010-12-17 |
Daniel Dunbar | MC/Expr: Simplify.
|
commit | commitdiff | tree |
2010-12-17 |
Daniel Dunbar | MC: Remove another dead MCAssembler argument, and update...
|
commit | commitdiff | tree |
2010-12-17 |
Daniel Dunbar | MC: Remove dead MCAssembler argument -- Rafael, can...
|
commit | commitdiff | tree |
2010-12-17 |
Daniel Dunbar | MC: Simplify (remove unnecessary MCAssembler argument...
|
commit | commitdiff | tree |
2010-12-17 |
Daniel Dunbar | Fix 80-col viola.
|
commit | commitdiff | tree |
2010-12-17 |
Daniel Dunbar | Write => in a more normal form.
|
commit | commitdiff | tree |
2010-12-17 |
Daniel Dunbar | MC/Expr: Simplify (and add a FIXME).
|
commit | commitdiff | tree |
2010-12-16 |
Daniel Dunbar | MC/Expr: Add a doxyment.
|
commit | commitdiff | tree |
2010-12-16 |
Daniel Dunbar | Oops, didn't mean to ignore .gitignore.
|
commit | commitdiff | tree |
2010-12-16 |
Daniel Dunbar | MC/Mach-O: Lift some MachObjectWriter arguments into...
|
commit | commitdiff | tree |
2010-12-16 |
Daniel Dunbar | MC/Mach-O: Stub out explicit MCMachObjectTargetWriter...
|
commit | commitdiff | tree |
2010-12-16 |
Daniel Dunbar | Fix indentation (per style guide).
|
commit | commitdiff | tree |
2010-12-16 |
Daniel Dunbar | MC/Mach-O: Move createMachObjectWriter into MCMachObjectWrit...
|
commit | commitdiff | tree |
2010-12-16 |
Daniel Dunbar | MC/Mach-O: Use fixup info instead of hard coded list.
|
commit | commitdiff | tree |
2010-12-16 |
Daniel Dunbar | build: Fix ONLY_TOOLS to not build lto etc. unless...
|
commit | commitdiff | tree |
2010-12-16 |
Daniel Dunbar | Add some more .gitignore entries.
|
commit | commitdiff | tree |
2010-12-16 |
Daniel Dunbar | Fix some compiler warnings.
|
commit | commitdiff | tree |
2010-12-16 |
Daniel Dunbar | MC: Move target specific fixup info descriptors to...
|
commit | commitdiff | tree |
2010-12-16 |
Daniel Dunbar | MC: Make TargetAsmBackend available to the AsmStreamer.
|
commit | commitdiff | tree |
2010-12-16 |
Daniel Dunbar | MC: Split MCFixupKindInfo out into its own header.
|
commit | commitdiff | tree |
2010-12-16 |
Daniel Dunbar | MC: Remove a FIXME I no longer agree with.
|
commit | commitdiff | tree |
2010-12-14 |
Daniel Dunbar | MC/ARM: Fix-up fixup offset for fixup_arm_branch target...
|
commit | commitdiff | tree |
2010-12-10 |
Daniel Dunbar | Mach-O/ARM: Add relocation type enumeration.
|
commit | commitdiff | tree |
2010-12-10 |
Daniel Dunbar | macho-dump: Switch to C++ macho-dump tool.
|
commit | commitdiff | tree |
2010-12-10 |
Daniel Dunbar | Mach-O: Tweak field name.
|
commit | commitdiff | tree |
2010-12-08 |
Daniel Dunbar | build: Shared libraries shouldn't used RPATH on Darwin...
|
commit | commitdiff | tree |
2010-12-08 |
Daniel Dunbar | build: Don't force -flat_namespace or '-undefined suppress...
|
commit | commitdiff | tree |
2010-12-08 |
Daniel Dunbar | autoconf: Stop lying to me.
|
commit | commitdiff | tree |
2010-12-07 |
Daniel Dunbar | build: Go back to dropping __eprintf reference when...
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for --dump-section-data and...
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping symbol table entries.
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping string table data.
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping relocation entries.
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping sections.
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping dysymtab indirect...
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | Add an optional LowerCase argument to hexdigit().
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping symtab and dysymtab...
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping segment load commands.
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | ADT/InMemoryStruct: Add an experimental helper class...
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | raw_ostream::write_escaped: Add a UseHexEscapes argument.
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | Fix a comment.
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | Object/Mach-O: Add header and load command information.
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | build/Makefiles: Don't build unittests when ONLY_TOOLS...
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | Object/Mach-O: Validate Mach-O magic and initialize...
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | macho-dump: More sketching.
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | macho-dump: Stub out C++ macho-dump tool.
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | MC/Mach-O: Start stubbing out a Mach-O object file...
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | Reduce nesting.
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | MC/Mach-O: Migrate more constants into MachOFormat.h.
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | MC/Mach-O: Switch to using MachOFormat.h.
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | MC/Mach-O: Introduce Object/MachOFormat for describing...
|
commit | commitdiff | tree |
2010-11-27 |
Daniel Dunbar | macho-dump: Fix typo.
|
commit | commitdiff | tree |
2010-11-17 |
Daniel Dunbar | MC-JIT: Stub out "pure" streamer.
|
commit | commitdiff | tree |
2010-11-17 |
Daniel Dunbar | MCJIT: Stub out MCJIT implementation, still doesn't...
|
commit | commitdiff | tree |
2010-11-17 |
Daniel Dunbar | lli: Add stub -use-mcjit option, which doesn't currently...
|
commit | commitdiff | tree |
2010-11-13 |
Daniel Dunbar | MC: Simplify Mach-O and ELF object writer implementations.
|
commit | commitdiff | tree |
2010-11-13 |
Daniel Dunbar | JIT: More nitty style tweakage, aka territory marking.
|
commit | commitdiff | tree |
2010-11-13 |
Daniel Dunbar | report_fatal_error: Simplify a possible ambiguity.
|
commit | commitdiff | tree |
2010-11-13 |
Daniel Dunbar | More style nittiness.
|
commit | commitdiff | tree |
2010-11-13 |
Daniel Dunbar | Clean up some doxyments/style.
|
commit | commitdiff | tree |
2010-11-13 |
Daniel Dunbar | Fix some more 80-col violas.
|
commit | commitdiff | tree |
2010-11-13 |
Daniel Dunbar | Fix 80-col violation / non-sensicalness.
|
commit | commitdiff | tree |
2010-11-13 |
Daniel Dunbar | Update CMake.
|
commit | commitdiff | tree |
2010-11-13 |
Daniel Dunbar | lli: Switch to using ParseIRFile, for consistency with...
|
commit | commitdiff | tree |
2010-11-08 |
Daniel Dunbar | Fix typo.
|
commit | commitdiff | tree |
2010-11-05 |
Daniel Dunbar | CrashRecoveryContext: Add RunSafelyOnThread helper...
|
commit | commitdiff | tree |
2010-11-04 |
Daniel Dunbar | System: Add llvm_execute_on_thread, which does what...
|
commit | commitdiff | tree |
2010-10-25 |
Daniel Dunbar | MC/AsmParser: Fix relative precedence of {+,-} and...
|
commit | commitdiff | tree |
2010-10-25 |
Daniel Dunbar | MC/AsmLexer: Fix bug in source location for Slash token.
|
commit | commitdiff | tree |
2010-10-25 |
Daniel Dunbar | tweak test.
|
commit | commitdiff | tree |
2010-10-25 |
Daniel Dunbar | llvm-mc: Teach -as-lex to print the raw token string...
|
commit | commitdiff | tree |
2010-10-25 |
Daniel Dunbar | MC/AsmParser: Rewrite test to actually check some parts...
|
commit | commitdiff | tree |
2010-10-19 |
Daniel Dunbar | Revert r116781 "- Add a hook for target to determine...
|
commit | commitdiff | tree |
2010-10-18 |
Daniel Dunbar | CrashRecoveryContext: Add missing return, so that the...
|
commit | commitdiff | tree |
2010-10-16 |
Daniel Dunbar | MC/AsmParser: Report .stabs directive as unsupported.
|
commit | commitdiff | tree |
2010-10-15 |
Daniel Dunbar | lto: Respect LLVM_VERSION_INFO make variable, since...
|
commit | commitdiff | tree |
2010-10-11 |
Daniel Dunbar | Change explicit search Apple specific code to only...
|
commit | commitdiff | tree |
2010-10-08 |
Daniel Dunbar | CrashRecovery: Fix raise() override to actually send...
|
commit | commitdiff | tree |
2010-10-08 |
Daniel Dunbar | Update CMake.
|
commit | commitdiff | tree |
2010-10-08 |
Daniel Dunbar | Revert "Reimplement (part of) the or -> add optimization...
|
commit | commitdiff | tree |
2010-10-08 |
Daniel Dunbar | Revert "Use the new TB_NOT_REVERSABLE flag instead...
|
commit | commitdiff | tree |
2010-10-08 |
Daniel Dunbar | Revert "reimplement the second half of the or/add optimizati...
|
commit | commitdiff | tree |
2010-10-08 |
Daniel Dunbar | Fix -Asserts warning.
|
commit | commitdiff | tree |
2010-10-04 |
Daniel Dunbar | ReleaseNotes: Note some changes to LLVM development...
|
commit | commitdiff | tree |
2010-10-04 |
Daniel Dunbar | ReleaseNotes: Note a header rename.
|
commit | commitdiff | tree |
2010-10-04 |
Daniel Dunbar | Add KLEE 2.8 release notes.
|
commit | commitdiff | tree |
2010-10-04 |
Daniel Dunbar | A few more random Clang release notes.
|
commit | commitdiff | tree |
2010-09-30 |
Daniel Dunbar | Add an explicit initialization to work around what...
|
commit | commitdiff | tree |
2010-09-29 |
Daniel Dunbar | GetSourceVersion: Strip off svninfo extra markers,...
|
commit | commitdiff | tree |
2010-09-29 |
Daniel Dunbar | utils: Add GetRepositoryPath script, patch by Jonathan...
|
commit | commitdiff | tree |
2010-09-29 |
Daniel Dunbar | lit: Fix a subtle resource usage bug when executing...
|
commit | commitdiff | tree |
2010-09-27 |
Daniel Dunbar | Hard to imagine there are still people using inferior...
|
commit | commitdiff | tree |
next |