..
Inputs
[mach-o] Add support for -exported_symbols_list and -keep_private_externs
2014-08-21 01:59:11 +00:00
PIE.yaml
[mach-o] Add support for -pie and -no_pie
2014-09-09 00:17:52 +00:00
arm-interworking-movw.yaml
[mach-o] Fix stub generation to work for dylibs and bundles
2014-08-13 23:31:07 +00:00
arm-interworking.yaml
[mach-o] Fix stub generation to work for dylibs and bundles
2014-08-13 23:31:07 +00:00
dylib-exports.yaml
[mach-o] Add support for using export tries
2014-09-03 19:52:50 +00:00
dylib-install-names.yaml
[mach-o] add testing coverage for -single_module
2014-09-09 02:20:34 +00:00
exe-offsets.yaml
[mach-o] refactor KindHandler into ArchHandler and simplify passes.
2014-07-16 19:49:02 +00:00
exe-segment-overlap.yaml
[mach-o] refactor KindHandler into ArchHandler and simplify passes.
2014-07-16 19:49:02 +00:00
exported_symbols_list-dylib.yaml
[mach-o] Fix initial live atoms with -dead_strip
2014-08-21 20:25:50 +00:00
exported_symbols_list-obj.yaml
[mach-o] Add support for -exported_symbols_list and -keep_private_externs
2014-08-21 01:59:11 +00:00
exported_symbols_list-undef.yaml
[mach-o] Add support for -exported_symbols_list and -keep_private_externs
2014-08-21 01:59:11 +00:00
filelist.yaml
[mach-o] Support -filelist option in darwin driver
2014-08-15 19:53:41 +00:00
framework-user-paths.yaml
[mach-o] Support -filelist option in darwin driver
2014-08-15 19:53:41 +00:00
hello-world-arm64.yaml
[mach-o] Add support for arm64 (AAarch64)
2014-09-09 23:52:59 +00:00
hello-world-armv6.yaml
[mach-o] Add support for using export tries
2014-09-03 19:52:50 +00:00
hello-world-armv7.yaml
[mach-o] Add support for using export tries
2014-09-03 19:52:50 +00:00
hello-world-x86.yaml
[mach-o] Add support for using export tries
2014-09-03 19:52:50 +00:00
hello-world-x86_64.yaml
[mach-o] Add support for using export tries
2014-09-03 19:52:50 +00:00
image-base.yaml
[mach-o]: tighten up diagnostics for -image_base option
2014-09-11 10:31:42 +00:00
infer-arch.yaml
[mach-o] Let darwin driver infer arch from .o files if -arch not used.
2014-09-04 20:08:30 +00:00
keep_private_externs.yaml
[mach-o] Add support for -exported_symbols_list and -keep_private_externs
2014-08-21 01:59:11 +00:00
lib-search-paths.yaml
[mach-o]: support -syslibroot and -l options
2014-07-10 11:21:06 +00:00
libresolve-bizarre-root-override.yaml
[mach-o] Support -filelist option in darwin driver
2014-08-15 19:53:41 +00:00
libresolve-multiple-syslibroots.yaml
[mach-o] Support -filelist option in darwin driver
2014-08-15 19:53:41 +00:00
libresolve-one-syslibroot.yaml
[mach-o] Support -filelist option in darwin driver
2014-08-15 19:53:41 +00:00
libresolve-simple.yaml
[mach-o] Support -filelist option in darwin driver
2014-08-15 19:53:41 +00:00
libresolve-user-paths.yaml
[mach-o] Support -filelist option in darwin driver
2014-08-15 19:53:41 +00:00
libresolve-z.yaml
[mach-o] Support -filelist option in darwin driver
2014-08-15 19:53:41 +00:00
linker-as-ld.yaml
If lld is renamed (or symlinked) to "ld" automatically pick the right flavor.
2014-09-11 00:52:05 +00:00
lit.local.cfg
[mach-o] add representation for LC_ID_DYLIB to MachONormalizedFile
2014-07-01 08:15:41 +00:00
parse-aliases.yaml
[mach-o] parse multiple symbols on same address into aliases
2014-06-09 23:35:37 +00:00
parse-arm-relocs.yaml
[mach-o] add initial support for modes in arm code.
2014-07-23 00:51:37 +00:00
parse-cfstring32.yaml
[mach-o] add parsing of x86 relocations
2014-07-02 23:52:22 +00:00
parse-cfstring64.yaml
[mach-o] refactor x86_64 relocation handling.
2014-06-27 18:25:01 +00:00
parse-compact-unwind32.yaml
[mach-o] Refactor sections -> atoms to be table driven.
2014-06-03 23:36:50 +00:00
parse-compact-unwind64.yaml
[mach-0] Add support for parsing compact unwind info section
2014-05-29 23:50:48 +00:00
parse-data-in-code-armv7.yaml
[mach-o] Add support for LC_DATA_IN_CODE
2014-07-24 23:06:56 +00:00
parse-data-in-code-x86.yaml
[mach-o] Add support for LC_DATA_IN_CODE
2014-07-24 23:06:56 +00:00
parse-data-relocs-arm64.yaml
[mach-o] Add support for arm64 (AAarch64)
2014-09-09 23:52:59 +00:00
parse-data-relocs-x86_64.yaml
[mach-o] implement more x86 and x86_64 relocation support
2014-07-17 23:16:21 +00:00
parse-data.yaml
[mach-o] Refactor sections -> atoms to be table driven.
2014-06-03 23:36:50 +00:00
parse-eh-frame-x86-anon.yaml
[mach-o] add support for old x86 __eh_frame sections
2014-07-21 22:06:57 +00:00
parse-eh-frame-x86-labeled.yaml
[mach-o] add support for old x86 __eh_frame sections
2014-07-21 22:06:57 +00:00
parse-eh-frame.yaml
[mach-o] Add support for parsing __eh_frame section. Generalize support for whether symbols in a section are ignored or illegal
2014-05-29 23:07:20 +00:00
parse-function.yaml
[mach-o] support N_NO_DEAD_STRIP nlist.desc bit
2014-08-21 22:18:30 +00:00
parse-initializers32.yaml
[mach-o] Add support for initializers and terminators in object files
2014-05-27 23:20:52 +00:00
parse-initializers64.yaml
[mach-o] refactor x86_64 relocation handling.
2014-06-27 18:25:01 +00:00
parse-literals-error.yaml
[mach-o] Fix so that mach-o semantic errors return an error rather than assert
2014-05-22 20:05:43 +00:00
parse-literals.yaml
[mach-o]: atomize zero-terminated literals correctly.
2014-06-25 11:21:51 +00:00
parse-non-lazy-pointers.yaml
[mach-o] add parsing of x86 relocations
2014-07-02 23:52:22 +00:00
parse-relocs-x86.yaml
[mach-o] Add support for x86 pointers which use scattered relocations
2014-07-18 01:05:35 +00:00
parse-section-no-symbol.yaml
[mach-o] don't assume all sections have symbols
2014-06-25 10:59:37 +00:00
parse-tentative-defs.yaml
[mach-o] Add support and test cases for parsing tentative definitions
2014-05-15 20:59:23 +00:00
parse-text-relocs-arm64.yaml
[mach-o] Add support for arm64 (AAarch64)
2014-09-09 23:52:59 +00:00
parse-text-relocs-x86_64.yaml
[mach-o] Improve x86_64 reference kind switch statements.
2014-09-03 21:09:24 +00:00
re-exported-dylib-ordinal.yaml
[mach-o] Support re-exported dylibs
2014-08-13 23:55:41 +00:00
sectalign.yaml
[mach-o] Fix stub generation to work for dylibs and bundles
2014-08-13 23:31:07 +00:00
usage.yaml
[mach-o] Fix so no options causes usage message to be printed
2014-09-09 00:45:35 +00:00
use-simple-dylib.yaml
[mach-o] add representation for LC_ID_DYLIB to MachONormalizedFile
2014-07-01 08:15:41 +00:00
write-final-sections.yaml
[mach-o] refactor KindHandler into ArchHandler and simplify passes.
2014-07-16 19:49:02 +00:00
wrong-arch-error.yaml
[mach-o] improve errors when mixing architectures
2014-06-30 22:57:33 +00:00