llvm-project/clang/lib/CodeGen
Diego Novillo 86f884ed46 Fix BackendConsumer::EmitOptimizationMessage()
Patch from Geoff Berry <gberry@codeaurora.org>

Fix BackendConsumer::EmitOptimizationMessage() to check if the
DiagnosticInfoOptimizationBase object has a valid location before
calling getLocation() to avoid dereferencing a null pointer inside
getLocation() when no debug info is present.

llvm-svn: 236898
2015-05-08 20:59:56 +00:00
..
ABIInfo.h Fix invalid calling convention used for libcalls on ARM. 2014-12-02 16:04:58 +00:00
BackendUtil.cpp [SanitizerCoverage] Implement user-friendly -fsanitize-coverage= flags. 2015-05-07 22:34:06 +00:00
CGAtomic.cpp [OPENMP] Fix crash on reductions codegen for short circuit reduction operations. 2015-04-29 05:21:03 +00:00
CGBlocks.cpp InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC) 2015-04-23 23:06:47 +00:00
CGBlocks.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CGBuilder.h Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; Clang edition. 2015-02-15 22:54:08 +00:00
CGBuiltin.cpp [SystemZ] Add support for z13 low-level vector builtins 2015-05-05 19:36:42 +00:00
CGCUDANV.cpp [cuda] Include GPU binary into host object file and generate init/deinit code. 2015-05-07 19:34:16 +00:00
CGCUDARuntime.cpp Pass expressions instead of argument ranges to EmitCall/EmitCXXConstructorCall. 2014-08-21 20:26:47 +00:00
CGCUDARuntime.h [cuda] Include GPU binary into host object file and generate init/deinit code. 2015-05-07 19:34:16 +00:00
CGCXX.cpp CGCXX: Use cast in getAddrOfCXXStructor() 2015-05-06 22:18:39 +00:00
CGCXXABI.cpp Split catch IRgen into ItaniumCXXABI and MicrosoftCXXABI 2015-03-03 19:21:04 +00:00
CGCXXABI.h [MS ABI] Rework .xdata HandlerType emission 2015-03-29 21:55:10 +00:00
CGCall.cpp InstrProf: This call does nothing, remove it 2015-05-01 01:02:17 +00:00
CGCall.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CGClass.cpp PR23373: A defaulted union copy constructor that is not trivial must still be 2015-04-29 19:26:57 +00:00
CGCleanup.cpp Revert "Revert r234581, it might have caused a few miscompiles in Chromium." 2015-04-22 21:38:15 +00:00
CGCleanup.h Revert "Revert r234581, it might have caused a few miscompiles in Chromium." 2015-04-22 21:38:15 +00:00
CGDebugInfo.cpp Debug Info: Represent local anonymous unions as anonymous unions 2015-04-29 16:52:31 +00:00
CGDebugInfo.h DebugInfo: Metadata constructs now start with DI* 2015-04-29 16:40:08 +00:00
CGDecl.cpp Do not emit thunks with available_externally linkage in comdats 2015-05-08 16:47:21 +00:00
CGDeclCXX.cpp Set normal LLVM function attributes on global initializer functions 2015-04-22 19:37:32 +00:00
CGException.cpp Revert most of r236271, leaving only the datalayout change in lib/Basic/Targets.cpp 2015-04-30 22:29:25 +00:00
CGExpr.cpp InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC) 2015-04-23 23:06:47 +00:00
CGExprAgg.cpp PR23373: A defaulted union copy constructor that is not trivial must still be 2015-04-29 19:26:57 +00:00
CGExprCXX.cpp PR23373: A defaulted union copy constructor that is not trivial must still be 2015-04-29 19:26:57 +00:00
CGExprComplex.cpp InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC) 2015-04-23 23:06:47 +00:00
CGExprConstant.cpp Replace getPointeeType()->isFunctionType with isMemberDataPointerType 2015-04-24 01:25:08 +00:00
CGExprScalar.cpp InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC) 2015-04-23 23:06:47 +00:00
CGLoopInfo.cpp CodeGen: Update LoopAttributes for LLVM API change 2015-01-19 21:30:48 +00:00
CGLoopInfo.h Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; Clang edition. 2015-02-15 22:54:08 +00:00
CGObjC.cpp InstrProf: Cede ownership of createProfileWeights to CGF 2015-05-02 05:00:55 +00:00
CGObjCGNU.cpp [opaque pointer type] update for LLVM API change 2015-04-29 21:22:47 +00:00
CGObjCMac.cpp Remove empty non-virtual destructors or mark them =default when non-public 2015-04-11 15:58:30 +00:00
CGObjCRuntime.cpp Update for llvm api change. 2014-06-04 18:51:46 +00:00
CGObjCRuntime.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CGOpenCLRuntime.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CGOpenCLRuntime.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CGOpenMPRuntime.cpp [OPENMP] Fixed codegen for 'reduction' clause. 2015-05-07 03:54:03 +00:00
CGOpenMPRuntime.h [OPENMP] Codegen for 'firstprivate' clause in 'task' directive. 2015-05-05 04:05:12 +00:00
CGRecordLayout.h Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; Clang edition. 2015-02-15 22:54:08 +00:00
CGRecordLayoutBuilder.cpp ms_struct does not imply the MS base-layout ABI; separate these 2015-04-28 00:17:18 +00:00
CGStmt.cpp InstrProf: Cede ownership of createProfileWeights to CGF 2015-05-02 05:00:55 +00:00
CGStmtOpenMP.cpp [OPENMP] Fixed atomic construct with non-integer expressions. 2015-05-08 11:47:16 +00:00
CGVTT.cpp Do not emit thunks with available_externally linkage in comdats 2015-05-08 16:47:21 +00:00
CGVTables.cpp Do not emit thunks with available_externally linkage in comdats 2015-05-08 16:47:21 +00:00
CGVTables.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CGValue.h [opaque pointer type] Update for GEP API changes in LLVM 2015-04-02 18:55:21 +00:00
CMakeLists.txt Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." 2015-02-25 02:44:04 +00:00
CodeGenABITypes.cpp Implement the __builtin_call_with_static_chain GNU extension. 2014-12-12 23:41:25 +00:00
CodeGenAction.cpp Fix BackendConsumer::EmitOptimizationMessage() 2015-05-08 20:59:56 +00:00
CodeGenFunction.cpp [cuda] Include GPU binary into host object file and generate init/deinit code. 2015-05-07 19:34:16 +00:00
CodeGenFunction.h InstrProf: Cede ownership of createProfileWeights to CGF 2015-05-02 05:00:55 +00:00
CodeGenModule.cpp Do not emit thunks with available_externally linkage in comdats 2015-05-08 16:47:21 +00:00
CodeGenModule.h Do not emit thunks with available_externally linkage in comdats 2015-05-08 16:47:21 +00:00
CodeGenPGO.cpp InstrProf: Cede ownership of createProfileWeights to CGF 2015-05-02 05:00:55 +00:00
CodeGenPGO.h InstrProf: Cede ownership of createProfileWeights to CGF 2015-05-02 05:00:55 +00:00
CodeGenTBAA.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CodeGenTBAA.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CodeGenTypes.cpp Use nullptr to silence -Wsentinel when self-hosting on Windows 2014-12-01 22:02:27 +00:00
CodeGenTypes.h MS ABI: Generate default constructor closures 2015-03-13 22:36:55 +00:00
CoverageMappingGen.cpp InstrProf: Don't start or end coverage regions inside of system macros 2015-05-05 21:46:14 +00:00
CoverageMappingGen.h [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py 2015-01-14 11:29:14 +00:00
EHScopeStack.h Revert "Revert r234581, it might have caused a few miscompiles in Chromium." 2015-04-22 21:38:15 +00:00
ItaniumCXXABI.cpp Do not emit thunks with available_externally linkage in comdats 2015-05-08 16:47:21 +00:00
Makefile
MicrosoftCXXABI.cpp [MS ABI] Make sure we number thread_local statics seperately 2015-05-07 21:19:06 +00:00
ModuleBuilder.cpp Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:00:23 +00:00
README.txt
SanitizerMetadata.cpp IR: Update clang for Metadata/Value split in r223802 2014-12-09 18:39:32 +00:00
SanitizerMetadata.h Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; Clang edition. 2015-02-15 22:54:08 +00:00
TargetInfo.cpp [SystemZ] Add support for z13 and its vector facility 2015-05-05 19:35:52 +00:00
TargetInfo.h Under duress, move check for target support of __builtin_setjmp/ 2015-03-11 23:46:32 +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!

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