Go to file
Saleem Abdulrasool 5898e09057 Transform: add SymbolRewriter pass
This introduces the symbol rewriter. This is an IR->IR transformation that is
implemented as a CodeGenPrepare pass. This allows for the transparent
adjustment of the symbols during compilation.

It provides a clean, simple, elegant solution for symbol inter-positioning. This
technique is often used, such as in the various sanitizers and performance
analysis.

The control of this is via a custom YAML syntax map file that indicates source
to destination mapping, so as to avoid having the compiler to know the exact
details of the source to destination transformations.

llvm-svn: 221548
2014-11-07 21:32:08 +00:00
clang Fix style. 2014-11-07 21:30:32 +00:00
clang-tools-extra [clang-tidy] google-readability-function: skip std::nullptr_t 2014-11-05 11:08:39 +00:00
compiler-rt [ASan] Fix zero_page_pc test for PowerPC 2014-11-07 20:42:11 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Prune CRLF. 2014-10-27 12:37:26 +00:00
libcxx Fix rvalue bug in __has_operator_addressof 2014-11-05 21:20:10 +00:00
libcxxabi Make sure only NEON enabled devices save/restore D16+ registers 2014-11-07 16:33:58 +00:00
lld [mach-o] Add support for -order_file option 2014-11-07 21:01:21 +00:00
lldb This was meant to be count, not m_count 2014-11-07 20:37:17 +00:00
llvm Transform: add SymbolRewriter pass 2014-11-07 21:32:08 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly [Refactor][NFC] Generalize the creation of ScopArrayInfo objects. 2014-11-07 08:31:31 +00:00