llvm-6502/tools
Frederic Riss 9ccf07fb89 [dsymutil] Add support for linking the debug_frame section.
Linking the debug frame section is actually very easy as we just have to
patch the start address in the FDE header and then copy the rest of the
FDE without even looking at it. The only small complexity comes from the
handling of the CIEs that we should unique across object file. This is
also really easy by using a StringMap keyed on the raw contents of the
CIE.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239198 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-05 23:06:11 +00:00
..
bugpoint Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types 2015-05-29 19:43:39 +00:00
bugpoint-passes
dsymutil [dsymutil] Add support for linking the debug_frame section. 2015-06-05 23:06:11 +00:00
gold
llc add missing dependency on Target lib for tools 2015-06-03 19:07:51 +00:00
lli add missing dependency on Target lib for tools 2015-06-03 19:07:51 +00:00
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-c-test
llvm-config
llvm-cov llvm-cov: Make llvm-cov --version DTRT 2015-06-03 02:48:09 +00:00
llvm-cxxdump Simplify another function that doesn't fail. 2015-06-01 00:27:26 +00:00
llvm-diff
llvm-dis
llvm-dwarfdump Add llvm-dwarfdump-fuzzer that uses LibFuzzer to fuzz llvm-dwarfdump tool. 2015-05-28 18:35:18 +00:00
llvm-extract
llvm-go
llvm-jitlistener
llvm-link
llvm-lto add missing dependency on Target lib for tools 2015-06-03 19:07:51 +00:00
llvm-mc
llvm-mcmarkup
llvm-nm Simplify another function that doesn't fail. 2015-06-01 00:27:26 +00:00
llvm-objdump llvm-objdump: return non-zero exit code for certain cases of invalid input 2015-06-04 18:34:11 +00:00
llvm-pdbdump Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types 2015-05-29 19:43:39 +00:00
llvm-profdata
llvm-readobj Fix the interpretation of a 0 st_name. 2015-06-03 05:14:22 +00:00
llvm-rtdyld RuntimeDyld: override EH frame registration with trivial version. 2015-06-03 18:26:52 +00:00
llvm-shlib
llvm-size [Object, MachO] Introduce MachOObjectFile::load_commands() range iterator. 2015-06-03 22:19:36 +00:00
llvm-stress
llvm-symbolizer Simplify another function that doesn't fail. 2015-06-01 00:27:26 +00:00
lto add missing dependency on Target lib for tools 2015-06-03 19:07:51 +00:00
macho-dump [Object, MachO] Introduce MachOObjectFile::load_commands() range iterator. 2015-06-03 22:19:36 +00:00
msbuild
obj2yaml
opt Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions and 2015-05-26 20:17:20 +00:00
verify-uselistorder
yaml2obj Simplify now that we always use an alignment of 2 for ELF files. 2015-06-02 12:05:27 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile