llvm-project/lld/lib/ReaderWriter
Rui Ueyama 5522e81f12 [PECOFF] Sort SEH table entries according to its value.
It looks like the contents of the table need to be sorted according to its
value, so that the runtime can find the entry by binary search. I'm not 100%
sure if we really have to do that, but at least I can say it's safe to do
because the contents of .sxdata is just a list of exception handlers' RVAs.

llvm-svn: 202550
2014-02-28 22:17:53 +00:00
..
ELF [Hexagon] Rename the header file. 2014-02-27 06:28:49 +00:00
MachO [lld] Include reference kind in cycle detector debug output 2014-02-24 21:14:37 +00:00
Native Update for LLVM api change. 2014-02-24 18:20:36 +00:00
PECOFF [PECOFF] Sort SEH table entries according to its value. 2014-02-28 22:17:53 +00:00
YAML Update for LLVM api change. 2014-02-24 18:20:36 +00:00
CMakeLists.txt [CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to increase opportunity for parallel build. 2014-02-26 06:53:16 +00:00
CoreLinkingContext.cpp [lld] Include reference kind in cycle detector debug output 2014-02-24 21:14:37 +00:00
FileArchive.cpp Update for llvm api change. 2014-02-10 20:24:27 +00:00
LinkerScript.cpp [LinkerScript] parse OUTPUT_FORMAT : treat quotedStrings as identifier 2014-02-25 17:02:54 +00:00
Reader.cpp Fix trailing whitespace. 2014-01-27 03:09:26 +00:00
Writer.cpp [lld][InputGraph] Change the Resolver to use inputGraph 2013-10-07 02:47:09 +00:00