hanchenye-llvm-project/clang/lib/CodeGen
Eli Friedman eecc09a99c Don't use mangleCXXRTTIName in TBAA for C code.
This changes the TBAA code so it doesn't use mangleCXXRTTIName in C,
because it doesn't really make sense there.  Also, as sort of a
defense-in-depth change, fix the mangler so it handles C RecordDecls
correctly.

No tests because I don't know the TBAA code well enough to write a test,
and I don't know how else to trigger mangling a local struct in C.

Fixes a crash with r185450 reported by Joerg Sonnenberger.

llvm-svn: 185721
2013-07-05 20:27:40 +00:00
..
ABIInfo.h Standardize accesses to the TargetInfo in IR-gen. 2013-04-16 22:48:15 +00:00
BackendUtil.cpp Make -vectorize-... proper cc1 flags instead of abusing -backend-option. Fixes 2013-06-25 01:49:44 +00:00
CGAtomic.cpp Fix style bug introduced in r183033. 2013-05-31 20:12:49 +00:00
CGBlocks.cpp Comment: use \code...\endcode for code examples 2013-05-08 23:09:44 +00:00
CGBlocks.h Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
CGBuilder.h Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to 2013-01-02 11:45:17 +00:00
CGBuiltin.cpp Add target hook CodeGen queries when generating builtin pow*. 2013-07-03 19:19:12 +00:00
CGCUDANV.cpp Use the actual ABI-determined C calling convention for runtime 2013-02-28 19:01:20 +00:00
CGCUDARuntime.cpp
CGCUDARuntime.h
CGCXX.cpp [ms-cxxabi] Thread GlobalDecls through to CodeGenModule::getFunctionLinkage. 2013-06-05 17:49:37 +00:00
CGCXXABI.cpp [ms-cxxabi] Move CodeGenVTables::needsVTTParameter to ItaniumCXXABI. 2013-06-28 20:45:28 +00:00
CGCXXABI.h Restore r184205 and associated commits (after commit of r185290) 2013-06-30 20:40:16 +00:00
CGCall.cpp Use SmallVectorImpl& for function arguments instead of SmallVector. 2013-07-05 19:34:19 +00:00
CGCall.h [ms-cxxabi] Destroy temporary record arguments in the callee 2013-06-21 12:45:15 +00:00
CGClass.cpp Restore r184205 and associated commits (after commit of r185290) 2013-06-30 20:40:16 +00:00
CGCleanup.cpp Reapply r183721, reverted in r183776, with a fix for a bug in the former (we 2013-06-12 20:42:33 +00:00
CGCleanup.h [CodeGen] Move EHScopeStack into its own header 2013-06-19 17:07:50 +00:00
CGDebugInfo.cpp Debug Info: clean up usage of Verify. 2013-07-02 19:01:53 +00:00
CGDebugInfo.h DebugInfo: Support (using GNU extensions) for template template parameters and parameter packs 2013-06-22 18:59:18 +00:00
CGDecl.cpp Simplify linkage code for static local vars. 2013-07-01 20:53:07 +00:00
CGDeclCXX.cpp Simplify: we don't need any special-case lifetime extension when initializing 2013-06-12 23:38:09 +00:00
CGException.cpp Fix typo in comment. Patch by Matthew Dempsky! 2013-06-20 23:03:35 +00:00
CGExpr.cpp Use SmallVectorImpl& for function arguments instead of SmallVector. 2013-07-05 19:34:19 +00:00
CGExprAgg.cpp Simplify: we don't need any special-case lifetime extension when initializing 2013-06-12 23:38:09 +00:00
CGExprCXX.cpp Restore r184205 and associated commits (after commit of r185290) 2013-06-30 20:40:16 +00:00
CGExprComplex.cpp Add support for complex compound assignments where the LHS is a scalar. 2013-06-12 01:40:06 +00:00
CGExprConstant.cpp Rewrite record layout for ms_struct structs. 2013-06-26 20:50:34 +00:00
CGExprScalar.cpp Add support for complex compound assignments where the LHS is a scalar. 2013-06-12 01:40:06 +00:00
CGObjC.cpp Correctly emit certain implicit references to 'self' even within 2013-05-03 07:33:41 +00:00
CGObjCGNU.cpp Use the actual ABI-determined C calling convention for runtime 2013-02-28 19:01:20 +00:00
CGObjCMac.cpp Use the ugly PRIx64 macro to make format string portable. 2013-04-22 16:10:38 +00:00
CGObjCRuntime.cpp Standardize accesses to the TargetInfo in IR-gen. 2013-04-16 22:48:15 +00:00
CGObjCRuntime.h Use the actual ABI-determined C calling convention for runtime 2013-02-28 19:01:20 +00:00
CGOpenCLRuntime.cpp Add OpenCL samplers as Clang builtin types and check sampler related restrictions. 2013-02-07 10:55:47 +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
CGRTTI.cpp Remove dead code. 2013-06-28 22:13:27 +00:00
CGRecordLayout.h Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to 2013-01-02 11:45:17 +00:00
CGRecordLayoutBuilder.cpp Rewrite record layout for ms_struct structs. 2013-06-26 20:50:34 +00:00
CGStmt.cpp Remove an ugly hack that was meant to eliminate the breakpoint ambiguity 2013-06-18 00:27:36 +00:00
CGVTT.cpp [ms-cxxabi] Move CodeGenVTables::needsVTTParameter to ItaniumCXXABI. 2013-06-28 20:45:28 +00:00
CGVTables.cpp Restore r184205 and associated commits (after commit of r185290) 2013-06-30 20:40:16 +00:00
CGVTables.h [ms-cxxabi] Move CodeGenVTables::needsVTTParameter to ItaniumCXXABI. 2013-06-28 20:45:28 +00:00
CGValue.h Initial support for struct-path aware TBAA. 2013-04-04 21:53:22 +00:00
CMakeLists.txt [ms-cxxabi] Emit and install appropriately mangled vbtables 2013-06-19 15:20:38 +00:00
CodeGenAction.cpp Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. 2013-06-04 02:07:14 +00:00
CodeGenFunction.cpp Restore r184205 and associated commits (after commit of r185290) 2013-06-30 20:40:16 +00:00
CodeGenFunction.h Use SmallVectorImpl& for function arguments instead of SmallVector. 2013-07-05 19:34:19 +00:00
CodeGenModule.cpp Simplify linkage code for static local vars. 2013-07-01 20:53:07 +00:00
CodeGenModule.h Simplify linkage code for static local vars. 2013-07-01 20:53:07 +00:00
CodeGenTBAA.cpp Don't use mangleCXXRTTIName in TBAA for C code. 2013-07-05 20:27:40 +00:00
CodeGenTBAA.h Fixed comment typo. 2013-06-08 00:27:19 +00:00
CodeGenTypes.cpp Fix all the silly things I committed in r184509 2013-06-21 00:59:44 +00:00
CodeGenTypes.h Standardize accesses to the TargetInfo in IR-gen. 2013-04-16 22:48:15 +00:00
EHScopeStack.h [CodeGen] Move EHScopeStack into its own header 2013-06-19 17:07:50 +00:00
ItaniumCXXABI.cpp Restore r184205 and associated commits (after commit of r185290) 2013-06-30 20:40:16 +00:00
Makefile
MicrosoftCXXABI.cpp Restore r184205 and associated commits (after commit of r185290) 2013-06-30 20:40:16 +00:00
MicrosoftVBTables.cpp [ms-cxxabi] Emit and install appropriately mangled vbtables 2013-06-19 15:20:38 +00:00
MicrosoftVBTables.h [ms-cxxabi] Emit and install appropriately mangled vbtables 2013-06-19 15:20:38 +00:00
ModuleBuilder.cpp Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. 2013-06-04 02:07:14 +00:00
README.txt
TargetInfo.cpp Use SmallVectorImpl& for function arguments instead of SmallVector. 2013-07-05 19:34:19 +00:00
TargetInfo.h Add target hook CodeGen queries when generating builtin pow*. 2013-07-03 19:19:12 +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!

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