llvm-project/clang/lib/CodeGen
Eli Friedman 4c27ac2348 Make Expr::isConstantInitializer match IRGen.
Sema needs to be able to accurately determine what will be
emitted as a constant initializer and what will not, so
we get accurate errors in C and accurate -Wglobal-constructors
warnings in C++.  This makes Expr::isConstantInitializer match
CGExprConstant as closely as possible.

llvm-svn: 186464
2013-07-16 22:40:53 +00:00
..
ABIInfo.h Standardize accesses to the TargetInfo in IR-gen. 2013-04-16 22:48:15 +00:00
BackendUtil.cpp Use function attributes to pass along the stack protector buffer size instead of making it a target option. 2013-07-12 22:26:07 +00:00
CGAtomic.cpp Simplify atomic load/store IRGen. 2013-07-11 01:32:21 +00:00
CGBlocks.cpp Compute 'this' correctly for block in lambda. 2013-07-12 22:05:26 +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 ARM: implement low-level intrinsics for the atomic exclusive operations. 2013-07-16 09:47:53 +00:00
CGCUDANV.cpp Use the actual ABI-determined C calling convention for runtime 2013-02-28 19:01:20 +00:00
CGCUDARuntime.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
CGCUDARuntime.h CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
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 function attributes to pass along the stack protector buffer size instead of making it a target option. 2013-07-12 22:26:07 +00:00
CGCall.h [ms-cxxabi] Destroy temporary record arguments in the callee 2013-06-21 12:45:15 +00:00
CGClass.cpp PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit the full definition of a type in -flimit-debug-info 2013-07-13 21:08:14 +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 Move BlockLiteralGeneric earlier in CGDebugInfo and remove 2013-07-14 21:12:44 +00:00
CGDebugInfo.h Reformat line. 2013-07-14 21:15:27 +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 Simplify atomic load/store IRGen. 2013-07-11 01:32:21 +00:00
CGExprAgg.cpp Fix build. 2013-07-11 02:28:36 +00:00
CGExprCXX.cpp PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit the full definition of a type in -flimit-debug-info 2013-07-13 21:08:14 +00:00
CGExprComplex.cpp Fix crash on complex constant zero. 2013-07-16 20:19:04 +00:00
CGExprConstant.cpp Make Expr::isConstantInitializer match IRGen. 2013-07-16 22:40:53 +00:00
CGExprScalar.cpp Make Expr::isConstantInitializer match IRGen. 2013-07-16 22:40:53 +00:00
CGObjC.cpp Correctly emit certain implicit references to 'self' even within 2013-05-03 07:33:41 +00:00
CGObjCGNU.cpp Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. 2013-07-14 16:47:36 +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 Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). 2013-07-15 03:38:40 +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 Changes so that a few tests do not fail when running under guarded malloc. 2013-07-12 22:30:03 +00:00
CGStmt.cpp Use a LexicalScope here since it is one and it will encapsulate 2013-07-10 20:14: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 Simplify atomic load/store IRGen. 2013-07-11 01:32:21 +00:00
CMakeLists.txt [ms-cxxabi] Emit and install appropriately mangled vbtables 2013-06-19 15:20:38 +00:00
CodeGenAction.cpp PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit the full definition of a type in -flimit-debug-info 2013-07-13 21:08:14 +00:00
CodeGenFunction.cpp Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENT 2013-07-13 21:08:08 +00:00
CodeGenFunction.h Use SmallVectorImpl& for function arguments instead of SmallVector. 2013-07-05 19:34:19 +00:00
CodeGenModule.cpp Get rid of dead/useless code for block mangling. 2013-07-10 01:13:27 +00:00
CodeGenModule.h Apply BlackList -> SpecialCaseList rename in Clang. 2013-07-09 22:03:30 +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 PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit the full definition of a type in -flimit-debug-info 2013-07-13 21:08:14 +00:00
README.txt
TargetInfo.cpp Simplify code. No functional change. 2013-07-08 04:47:18 +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!

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