llvm-project/clang/lib/CodeGen
Alexey Samsonov 1cf07ea6bb Remove sanitizer blacklist from ASan/TSan/MSan function passes.
Instrumentation passes now use attributes
address_safety/thread_safety/memory_safety which are added by Clang frontend.
Clang parses the blacklist file and adds the attributes accordingly.

Currently blacklist is still used in ASan module pass to disable instrumentation
for certain global variables. We should fix this as well by collecting the
set of globals we're going to instrument in Clang and passing it to ASan
in metadata (as we already do for dynamically-initialized globals and init-order
checking).

This change also removes -tsan-blacklist and -msan-blacklist LLVM commandline
flags in favor of -fsanitize-blacklist= Clang flag.

llvm-svn: 210037
2014-06-02 18:08:08 +00:00
..
ABIInfo.h Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
BackendUtil.cpp Remove sanitizer blacklist from ASan/TSan/MSan function passes. 2014-06-02 18:08:08 +00:00
CGAtomic.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CGBlocks.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CGBlocks.h Don't indent inside namespaces. 2014-05-09 00:26:20 +00:00
CGBuilder.h This patch adds a helper class (CGLoopInfo) for marking memory instructions with llvm.mem.parallel_loop_access metadata. 2014-05-22 08:54:05 +00:00
CGBuiltin.cpp [CodeGen] Don't cast and use SizeTy instead of Int32Ty when constructing {extract,insert} vector element instructions. 2014-05-31 00:22:12 +00:00
CGCUDANV.cpp [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-12 06:41:41 +00:00
CGCUDARuntime.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CGCUDARuntime.h CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CGCXX.cpp Start adding support for dllimport/dllexport on classes (PR11170) 2014-05-30 16:59:42 +00:00
CGCXXABI.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CGCXXABI.h Don't copy objects with trivial, deleted copy ctors 2014-05-14 16:02:09 +00:00
CGCall.cpp Add 'nonnull' parameter or return attribute when producing an llvm pointer type in a function type where the C++ type is a reference. Update the tests. 2014-05-28 09:56:42 +00:00
CGCall.h [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CGClass.cpp Start adding support for dllimport/dllexport on classes (PR11170) 2014-05-30 16:59:42 +00:00
CGCleanup.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CGCleanup.h [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CGDebugInfo.cpp CGDebugInfo: Simplify/invert createLexicalBlock parameter construction. 2014-06-02 16:32:05 +00:00
CGDebugInfo.h DebugInfo: Use enum instead of unsigned 2014-05-07 12:49:30 +00:00
CGDecl.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CGDeclCXX.cpp Use comdats to avoid double initialization of weak data 2014-05-23 21:13:45 +00:00
CGException.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CGExpr.cpp [CodeGen] Don't cast and use SizeTy instead of Int32Ty when constructing {extract,insert} vector element instructions. 2014-05-31 00:22:12 +00:00
CGExprAgg.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CGExprCXX.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CGExprComplex.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CGExprConstant.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CGExprScalar.cpp [CodeGen] Don't cast and use SizeTy instead of Int32Ty when constructing {extract,insert} vector element instructions. 2014-05-31 00:22:12 +00:00
CGLoopInfo.cpp This patch adds a helper class (CGLoopInfo) for marking memory instructions with llvm.mem.parallel_loop_access metadata. 2014-05-22 08:54:05 +00:00
CGLoopInfo.h This patch adds a helper class (CGLoopInfo) for marking memory instructions with llvm.mem.parallel_loop_access metadata. 2014-05-22 08:54:05 +00:00
CGObjC.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CGObjCGNU.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CGObjCMac.cpp AArch64/ARM64: rename ARM64 components to AArch64 2014-05-24 12:52:07 +00:00
CGObjCRuntime.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CGObjCRuntime.h [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CGOpenCLRuntime.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CGOpenCLRuntime.h Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to 2013-01-02 11:45:17 +00:00
CGOpenMPRuntime.cpp [OPENMP] Improve debug location codegen for OpenMP runtime library. 2014-05-30 05:48:40 +00:00
CGOpenMPRuntime.h [OPENMP] Improve debug location codegen for OpenMP runtime library. 2014-05-30 05:48:40 +00:00
CGRTTI.cpp [MS-ABI] Implements MS-compatible RTTI 2014-05-23 16:07:43 +00:00
CGRecordLayout.h When a module completes the definition of a class template specialization imported from another module, emit an update record, rather than using the broken decl rewriting mechanism. If multiple modules do this, merge the definitions together, much as we would if they were separate declarations. 2014-04-19 03:48:30 +00:00
CGRecordLayoutBuilder.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CGStmt.cpp Debug Info: Fix the source range for IfStmt's ConditionScope. 2014-05-28 19:10:59 +00:00
CGStmtOpenMP.cpp This patch adds a helper class (CGLoopInfo) for marking memory instructions with llvm.mem.parallel_loop_access metadata. 2014-05-22 08:54:05 +00:00
CGVTT.cpp Remove the -fhidden-weak-vtables -cc1 option. It was dead, 2014-02-08 00:41:16 +00:00
CGVTables.cpp Start adding support for dllimport/dllexport on classes (PR11170) 2014-05-30 16:59:42 +00:00
CGVTables.h MS ABI: Mangle member pointer template arguments 2014-02-05 17:27:08 +00:00
CGValue.h [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CMakeLists.txt [MS-ABI] Implements MS-compatible RTTI 2014-05-23 16:07:43 +00:00
CodeGenABITypes.cpp [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32 2014-01-31 22:54:50 +00:00
CodeGenAction.cpp Add flags -Rpass-missed and -Rpass-analysis. 2014-05-29 19:55:06 +00:00
CodeGenFunction.cpp This patch adds a helper class (CGLoopInfo) for marking memory instructions with llvm.mem.parallel_loop_access metadata. 2014-05-22 08:54:05 +00:00
CodeGenFunction.h AArch64/ARM64: rename ARM64 components to AArch64 2014-05-24 12:52:07 +00:00
CodeGenModule.cpp MS ABI: Emit static data members with proper linkage 2014-05-29 16:50:46 +00:00
CodeGenModule.h Don't dllimport/export destructor variants implemented by thunks. 2014-05-28 01:52:23 +00:00
CodeGenPGO.cpp InstrProf: Set profile data to visibility hidden 2014-05-16 01:24:00 +00:00
CodeGenPGO.h [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CodeGenTBAA.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CodeGenTBAA.h Fixed comment typo. 2013-06-08 00:27:19 +00:00
CodeGenTypes.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CodeGenTypes.h [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects 2014-02-01 00:04:45 +00:00
EHScopeStack.h [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
ItaniumCXXABI.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
Makefile
MicrosoftCXXABI.cpp Start adding support for dllimport/dllexport on classes (PR11170) 2014-05-30 16:59:42 +00:00
MicrosoftRTTI.cpp [MS-ABI] Silence warning from r209523 2014-05-23 16:26:32 +00:00
ModuleBuilder.cpp Emit used/dllexport inline method definitions in nested classes (PR19743, PR11170) 2014-05-23 20:37:38 +00:00
README.txt
TargetInfo.cpp AArch64/ARM64: rename ARM64 components to AArch64 2014-05-24 12:52:07 +00:00
TargetInfo.h [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00

README.txt

IRgen optimization opportunities.

//===---------------------------------------------------------------------===//

The common pattern of
--
short x; // or char, etc
(x == 10)
--
generates an zext/sext of x which can easily be avoided.

//===---------------------------------------------------------------------===//

Bitfields accesses can be shifted to simplify masking and sign
extension. For example, if the bitfield width is 8 and it is
appropriately aligned then is is a lot shorter to just load the char
directly.

//===---------------------------------------------------------------------===//

It may be worth avoiding creation of alloca's for formal arguments
for the common situation where the argument is never written to or has
its address taken. The idea would be to begin generating code by using
the argument directly and if its address is taken or it is stored to
then generate the alloca and patch up the existing code.

In theory, the same optimization could be a win for block local
variables as long as the declaration dominates all statements in the
block.

NOTE: The main case we care about this for is for -O0 -g compile time
performance, and in that scenario we will need to emit the alloca
anyway currently to emit proper debug info. So this is blocked by
being able to emit debug information which refers to an LLVM
temporary, not an alloca.

//===---------------------------------------------------------------------===//

We should try and avoid generating basic blocks which only contain
jumps. At -O0, this penalizes us all the way from IRgen (malloc &
instruction overhead), all the way down through code generation and
assembly time.

On 176.gcc:expr.ll, it looks like over 12% of basic blocks are just
direct branches!

//===---------------------------------------------------------------------===//