| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix build failure on GCC 4.7 (old libstdc++ doesn't have std::map::emplace). | Alexey Samsonov | 2015-10-26 | 1 | -2/+3 | |
| | | | | | llvm-svn: 251347 | |||||
| * | Remove use of std::map<>::emplace which is not supported on some older ↵ | David Blaikie | 2015-10-26 | 1 | -1/+1 | |
| | | | | | | | versions of libstdc++ llvm-svn: 251346 | |||||
| * | [LLVMSymbolize] Use symbol table only if function linkage name was requested. | Alexey Samsonov | 2015-10-26 | 1 | -2/+4 | |
| | | | | | | | | Now it's enough to just specify -functions=short without additionally providing -use-symbol-table=false. llvm-svn: 251339 | |||||
| * | Fix build error by fully qualifying llvm::make_unique. | Alexey Samsonov | 2015-10-26 | 1 | -1/+1 | |
| | | | | | llvm-svn: 251338 | |||||
| * | [LLVMSymbolize] Use std::unique_ptr more extensively to clarify ownership. | Alexey Samsonov | 2015-10-26 | 1 | -11/+12 | |
| | | | | | llvm-svn: 251336 | |||||
| * | Move parts of llvm-symbolizer tool into LLVMSymbolize library. | Alexey Samsonov | 2015-10-26 | 4 | -0/+687 | |
| Summary: See http://lists.llvm.org/pipermail/llvm-dev/2015-October/091624.html Reviewers: echristo Subscribers: llvm-commits, aizatsky Differential Revision: http://reviews.llvm.org/D13998 llvm-svn: 251316 | ||||||

