llvm-project/lld/test
Simon Atanasyan 4f70b30d6f [MIPS] Initial support of microMIPS code linking
The patch implements initial support of microMIPS code linking:
  - Handle microMIPS specific relocations.
  - Emit both R1-R5 and R6 microMIPS PLT records.

For now linking mixed set of regular and microMIPS object files is not
supported. Also the patch does not handle (setup and clear) the
least-significant bit of an address which is utilized as the ISA mode
bit and allows to make jump between regular and microMIPS code without
any thunks.

Differential revision: https://reviews.llvm.org/D37335

llvm-svn: 313028
2017-09-12 13:08:24 +00:00
..
COFF COFF: Implement ThinLTO cache and cache pruning support. 2017-09-08 00:50:50 +00:00
Driver/Inputs Remove the old ELF linker. 2016-02-28 00:10:58 +00:00
ELF [MIPS] Initial support of microMIPS code linking 2017-09-12 13:08:24 +00:00
MinGW LLD: Add -mllvm flag to the MinGW driver. 2017-09-11 21:36:37 +00:00
Unit Replace hardcoded comment at 'lit.site.cfg.in' 2016-04-16 07:09:39 +00:00
darwin Add the GC commandline options and throw errors if they are used 2016-01-15 17:39:02 +00:00
mach-o [MACH-O] Fix the ASM code generated for __stub_helpers section 2017-08-24 23:51:40 +00:00
CMakeLists.txt Add a missing tool dependency. 2017-07-20 22:39:31 +00:00
lit.cfg Remove a trailing empty line that didn't end with '\n'. 2017-09-06 17:41:29 +00:00
lit.site.cfg.in Integrate manifest merging library into LLD. 2017-08-22 03:15:28 +00:00