llvm-project/clang/lib/CodeGen
Duncan P. N. Exon Smith 526ab07e3c DebugInfo: Prepare for DIDescriptor to be gutted in LLVM
All the API is about to be dropped from `DIDescriptor` in LLVM, so stop
using it.

llvm-svn: 235068
2015-04-16 01:53:23 +00:00
..
ABIInfo.h Fix invalid calling convention used for libcalls on ARM. 2014-12-02 16:04:58 +00:00
BackendUtil.cpp uselistorder: Remove dead include 2015-04-15 03:04:45 +00:00
CGAtomic.cpp [opaque pointer type] More GEP API migrations 2015-04-05 22:45:47 +00:00
CGBlocks.cpp clang-format my last commit 2015-04-05 22:47:07 +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 [opaque pointer type] more GEP API migrations 2015-04-04 15:12:29 +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 Pass expressions instead of argument ranges to EmitCall/EmitCXXConstructorCall. 2014-08-21 20:26:47 +00:00
CGCUDARuntime.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CGCXX.cpp Don't use a doc comment in a function body. 2015-01-12 21:22:27 +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 Revert r234581, it might have caused a few miscompiles in Chromium. 2015-04-11 23:51:38 +00:00
CGCall.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CGClass.cpp Implement CFI type checks for non-virtual calls. 2015-04-02 00:23:30 +00:00
CGCleanup.cpp Revert r234581, it might have caused a few miscompiles in Chromium. 2015-04-11 23:51:38 +00:00
CGCleanup.h Revert r234581, it might have caused a few miscompiles in Chromium. 2015-04-11 23:51:38 +00:00
CGDebugInfo.cpp DebugInfo: Prepare for DIDescriptor to be gutted in LLVM 2015-04-16 01:53:23 +00:00
CGDebugInfo.h CodeGen: Update for LLVM API change in r228030 2015-02-03 21:25:34 +00:00
CGDecl.cpp Revert r234581, it might have caused a few miscompiles in Chromium. 2015-04-11 23:51:38 +00:00
CGDeclCXX.cpp Move the logic to avoid double global emission from Sema to CodeGen 2015-04-15 01:08:06 +00:00
CGException.cpp Reland r234613 (and follow-ups 234614, 234616, 234618) 2015-04-14 20:59:00 +00:00
CGExpr.cpp [CodeGen] Do a more principled fix for PR231653, always use the inner type. 2015-04-09 22:50:07 +00:00
CGExprAgg.cpp clang-format my last commit 2015-04-05 22:47:07 +00:00
CGExprCXX.cpp [opaque pointer type] more GEP API migrations 2015-04-04 15:12:29 +00:00
CGExprComplex.cpp [opaque pointer type] More GEP API migrations 2015-04-05 22:45:47 +00:00
CGExprConstant.cpp [opaque pointer type] Update for GEP API changes in LLVM 2015-04-02 18:55:21 +00:00
CGExprScalar.cpp [opaque pointer type] More GEP API migrations 2015-04-05 22:45: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 [opaque pointer type] More GEP API migrations 2015-04-05 22:45:47 +00:00
CGObjCGNU.cpp clang-format my last commit 2015-04-05 22:47:07 +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] Codegen for 'firstprivate' clause in 'for' directive. 2015-04-15 04:52:20 +00:00
CGOpenMPRuntime.h [OPENMP] Fixed codegen for arrays in 'copyprivate' clause. 2015-04-14 05:11:24 +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 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
CGStmt.cpp Reland r234613 (and follow-ups 234614, 234616, 234618) 2015-04-14 20:59:00 +00:00
CGStmtOpenMP.cpp [OPENMP] Codegen for 'firstprivate' clause in 'for' directive. 2015-04-15 04:52:20 +00:00
CGVTT.cpp [opaque pointer type] Update for GEP API changes in LLVM 2015-04-02 18:55:21 +00:00
CGVTables.cpp Implement CFI type checks for non-virtual calls. 2015-04-02 00:23:30 +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 Use raw_pwrite_stream in clang. 2015-04-14 15:15:49 +00:00
CodeGenFunction.cpp Reland r234613 (and follow-ups 234614, 234616, 234618) 2015-04-14 20:59:00 +00:00
CodeGenFunction.h [OPENMP] Codegen for 'firstprivate' clause in 'for' directive. 2015-04-15 04:52:20 +00:00
CodeGenModule.cpp Don't crash when a selectany symbol would get common linkage 2015-04-15 23:04:24 +00:00
CodeGenModule.h Move the logic to avoid double global emission from Sema to CodeGen 2015-04-15 01:08:06 +00:00
CodeGenPGO.cpp InstrProf: Simplify getStmtCount by using an Optional 2015-04-13 12:23:19 +00:00
CodeGenPGO.h InstrProf: Simplify getStmtCount by using an Optional 2015-04-13 12:23:19 +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 Change range-based for-loops to be -Wrange-loop-analysis clean. 2015-04-15 01:21:42 +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 r234581, it might have caused a few miscompiles in Chromium. 2015-04-11 23:51:38 +00:00
ItaniumCXXABI.cpp [opaque pointer type] more GEP API migrations 2015-04-04 15:12:29 +00:00
Makefile
MicrosoftCXXABI.cpp [WinEH] Don't create an alloca for unnamed catch parameters 2015-04-07 00:09:59 +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 Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:00:23 +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!

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