llvm-project/clang/lib/CodeGen
Reid Kleckner 5a823d5f05 [ms-cxxabi] Error out on virtual function memptrs
These are uncommon and this is better than miscompiling.

llvm-svn: 192923
2013-10-17 21:30:27 +00:00
..
ABIInfo.h Pass CGCXXABIs around directly. 2013-10-06 01:33:34 +00:00
BackendUtil.cpp Add support for -fsanitize-blacklist and default blacklists for DFSan. 2013-08-14 18:54:18 +00:00
CGAtomic.cpp Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs 2013-10-02 02:29:49 +00:00
CGBlocks.cpp Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs 2013-10-02 02:29:49 +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 [AArch64] Add support for NEON scalar three register different instruction 2013-10-17 18:12:50 +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 Revert "Use aliases for more constructors and destructors." 2013-10-10 15:04:21 +00:00
CGCXXABI.cpp No functionality change. Reflow lines that could fit on one line. Break lines 2013-10-01 21:51:38 +00:00
CGCXXABI.h Initialize vtorDisp in class constructors and destructors 2013-10-09 18:16:58 +00:00
CGCall.cpp Make CodeGenTypes data members private. 2013-10-10 20:57:00 +00:00
CGCall.h [ms-cxxabi] Destroy temporary record arguments in the callee 2013-06-21 12:45:15 +00:00
CGClass.cpp [-cxx-abi microsoft] Fix this argument/parameter offsets for virtual destructors in the presence of virtual bases 2013-10-16 18:24:06 +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 Add the context that a function was created in as the context for the 2013-10-17 01:31:21 +00:00
CGDebugInfo.h DebugInfo: omit debug info for friends 2013-09-13 18:45:00 +00:00
CGDecl.cpp Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs 2013-10-02 02:29:49 +00:00
CGDeclCXX.cpp Fix crashes when creating global instances of polymorphic classes without fields 2013-10-02 16:03:16 +00:00
CGException.cpp Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs 2013-10-02 02:29:49 +00:00
CGExpr.cpp TBAA: use the same format for scalar TBAA and struct-path aware TBAA. 2013-10-08 00:08:49 +00:00
CGExprAgg.cpp Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs 2013-10-02 02:29:49 +00:00
CGExprCXX.cpp No functionality change. Reflow lines that could fit on one line. Break lines 2013-10-01 21:51:38 +00:00
CGExprComplex.cpp Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs 2013-10-02 02:29:49 +00:00
CGExprConstant.cpp Abstract out the emission of vtables, add basic support for vtable emission when using -cxx-abi microsoft 2013-09-27 14:48:01 +00:00
CGExprScalar.cpp Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs 2013-10-02 02:29:49 +00:00
CGObjC.cpp Fix build breakage, missed committing a chunk of a patch. 2013-10-02 02:33:11 +00:00
CGObjCGNU.cpp No functionality change. Reflow lines that could fit on one line. Break lines 2013-10-01 21:51:38 +00:00
CGObjCMac.cpp Clean up some Triple usage in clang. 2013-09-14 01:09:11 +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 Adds Microsoft compatiable C++ record layout code to clang. 2013-10-11 20:19:00 +00:00
CGStmt.cpp Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs 2013-10-02 02:29:49 +00:00
CGVTT.cpp Extract ABI-specific parts of MangleContext into separate classes 2013-10-03 06:26:13 +00:00
CGVTables.cpp Use castAs instead of cast in thunk generation 2013-10-11 20:46:27 +00:00
CGVTables.h Code cleanup: rename VTableContext to ItaniumVTableContext, VTableBuilder to ItaniumVTableBuilder and clang-format code around 2013-10-09 11:33:51 +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 Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs 2013-10-02 02:29:49 +00:00
CodeGenFunction.h Do not emit undefined lsrh/ashr for NEON shifts 2013-10-04 13:13:15 +00:00
CodeGenModule.cpp Rename some functions for consistency. 2013-10-17 15:37:26 +00:00
CodeGenModule.h Emit a .ident saying that clang produced this file. 2013-10-16 19:28:50 +00:00
CodeGenTBAA.cpp TBAA: use the same format for scalar TBAA and struct-path aware TBAA. 2013-10-08 00:08:49 +00:00
CodeGenTBAA.h Fixed comment typo. 2013-06-08 00:27:19 +00:00
CodeGenTypes.cpp DebugInfo: Unify & optimize the lazy addition of record types 2013-08-15 20:49:17 +00:00
CodeGenTypes.h Make CodeGenTypes data members private. 2013-10-10 20:57:00 +00:00
EHScopeStack.h [CodeGen] Move EHScopeStack into its own header 2013-06-19 17:07:50 +00:00
ItaniumCXXABI.cpp Code cleanup: rename VTableContext to ItaniumVTableContext, VTableBuilder to ItaniumVTableBuilder and clang-format code around 2013-10-09 11:33:51 +00:00
Makefile
MicrosoftCXXABI.cpp [ms-cxxabi] Error out on virtual function memptrs 2013-10-17 21:30:27 +00:00
MicrosoftVBTables.cpp Adds Microsoft compatiable C++ record layout code to clang. 2013-10-11 20:19:00 +00:00
MicrosoftVBTables.h [ms-cxxabi] Emit and install appropriately mangled vbtables 2013-06-19 15:20:38 +00:00
ModuleBuilder.cpp PR16933: Don't try to codegen things after we've seen errors. 2013-08-19 21:02:26 +00:00
README.txt
TargetInfo.cpp Fixed "ArgSize may be used uninitialised" error when compiling with gcc. 2013-10-14 07:02:04 +00:00
TargetInfo.h Partial revert of r185568. 2013-07-24 21:22:01 +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!

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