llvm-project/lld/test
Rui Ueyama 182437e63f [PECOFF] Sort x64 exception handler table.
Just like x86 exception handler table, the table for x64 needs to be sorted
so that runtime can binary search on it. Unlike x86, the table entry for x64
has multiple fields, and they need to be sorted according to its BeginAddress
field. This patch also fixes a bug in relocations.

llvm-svn: 202874
2014-03-04 18:39:12 +00:00
..
Driver Fix trailing whitespace. 2014-01-27 03:09:26 +00:00
LinkerScript [LinkerScript] parse OUTPUT_FORMAT : treat quotedStrings as identifier 2014-02-25 17:02:54 +00:00
Unit [tests] Update to use lit_config and lit package, as appropriate. 2013-08-09 18:51:17 +00:00
core [lld] Include reference kind in cycle detector debug output 2014-02-24 21:14:37 +00:00
darwin Fix trailing whitespace. 2014-01-27 03:09:26 +00:00
elf [Mips] Use a correct number of bits when apply result of calculated relocation. 2014-02-26 19:17:14 +00:00
pecoff [PECOFF] Sort x64 exception handler table. 2014-03-04 18:39:12 +00:00
CMakeLists.txt [test] use llvm-config to drive testing in assert mode/debug mode 2014-02-25 02:29:17 +00:00
lit.cfg [test] use llvm-config to drive testing in assert mode/debug mode 2014-02-25 02:29:17 +00:00
lit.site.cfg.in [tests] Update to use lit_config and lit package, as appropriate. 2013-08-09 18:51:17 +00:00