Go to file
Saleem Abdulrasool 5dd27f42f9 tools: refactor COFFDumper symbol resolution logic
Make the use of the cache more transparent to the users.  There is no reason
that the cached entries really need to be passed along.  The overhead for doing
so is minimal: a single extra parameter.  This requires that some standalone
functions be brought into the COFFDumper class so that they may access the
cache.

llvm-svn: 209604
2014-05-25 20:26:37 +00:00
clang Sema: Add dll attribute tests for member functions 2014-05-25 10:35:03 +00:00
clang-tools-extra ClangTidyOptionsTest.cpp: Rewrite literals. Raw string literals are unavailable on msc17. 2014-05-24 17:22:01 +00:00
compiler-rt [sanitizer] Make stack traces from dlclose()'d modules more meaningful. 2014-05-23 16:04:41 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build broken by LLVM commit r207593 2014-04-30 18:35:20 +00:00
libcxx Fix bug 19840, where some tests were not testing what we wanted. Thanks to Eric for the bug report 2014-05-23 15:30:23 +00:00
libcxxabi Fix typo in comment. 2014-05-14 17:16:57 +00:00
lld [Mips] Reduce code duplication. Join relocation handling functions which 2014-05-25 10:07:04 +00:00
lldb Add a lock ivar to the Platform so that multiple Targets 2014-05-23 23:11:27 +00:00
llvm tools: refactor COFFDumper symbol resolution logic 2014-05-25 20:26:37 +00:00
openmp Add testsuite from OpenUH 2014-05-10 17:02:09 +00:00
polly ScopDetectionDiagnostic: Update Makefile 2014-05-24 18:51:14 +00:00