llvm-project/clang/lib/CodeGen
xgupta 94fac81fcc [Branch-Rename] Fix some links
According to the [[ https://foundation.llvm.org/docs/branch-rename/ | status of branch rename ]], the master branch of the LLVM repository is removed on 28 Jan 2021.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D95766
2021-02-01 16:43:21 +05:30
..
ABIInfo.h
Address.h
BackendUtil.cpp Add -fbinutils-version= to gate ELF features on the specified binutils version 2021-01-26 12:28:23 -08:00
CGAtomic.cpp
CGBlocks.cpp [NFC] Refine some uninitialized used variables. 2021-01-26 16:51:05 +08:00
CGBlocks.h
CGBuilder.h
CGBuiltin.cpp [WebAssembly] Prototype i8x16 to i32x4 widening instructions 2021-01-28 10:59:32 -08:00
CGCUDANV.cpp [HIP] Support __managed__ attribute 2021-01-22 11:43:58 -05:00
CGCUDARuntime.cpp
CGCUDARuntime.h [HIP] Support __managed__ attribute 2021-01-22 11:43:58 -05:00
CGCXX.cpp
CGCXXABI.cpp Fix PR35902: incorrect alignment used for ubsan check. 2020-12-28 18:11:17 -05:00
CGCXXABI.h [clang][aarch64] Precondition isHomogeneousAggregate on isCXX14Aggregate 2021-01-12 19:44:01 +00:00
CGCall.cpp [IR] move nomerge attribute from function declaration/definition to callsites 2021-01-12 12:10:46 -08:00
CGCall.h Replace `T(x)` with `reinterpret_cast<T>(x)` everywhere it means reinterpret_cast. NFC. 2020-12-22 19:54:29 -05:00
CGClass.cpp UBSAN: emit distinctive traps 2020-12-08 10:28:26 +00:00
CGCleanup.cpp
CGCleanup.h [XCOFF][AIX] Generate LSDA data and compact unwind section on AIX 2020-12-02 18:42:44 +00:00
CGCoroutine.cpp
CGDebugInfo.cpp Reland "[DebugInfo][CodeView] Use <lambda_n> as the display name for lambdas" 2021-01-28 18:44:48 -08:00
CGDebugInfo.h CGDebugInfo: Delete unused parameters 2021-01-11 13:39:03 -08:00
CGDecl.cpp Revert "[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II)" 2021-01-04 23:17:45 +01:00
CGDeclCXX.cpp [AIX][FE] Support constructor/destructor attribute 2020-11-19 09:24:01 -05:00
CGException.cpp [WebAssembly] Rename wasm_rethrow_in_catch intrinsic/builtin 2021-01-08 06:55:04 -08:00
CGExpr.cpp CGExpr - EmitMatrixSubscriptExpr - fix getAs<> null-dereference static analyzer warning. NFCI. 2021-01-05 17:08:11 +00:00
CGExprAgg.cpp
CGExprCXX.cpp De-templatify EmitCallArgs argument type checking, NFCI 2020-12-09 11:08:00 -08:00
CGExprComplex.cpp [FPEnv] Use strictfp metadata in casting nodes 2020-11-06 11:56:12 -05:00
CGExprConstant.cpp [CGExpr] Use getCharWidth() more consistently in CCGExprConstant. NFC 2021-01-22 21:12:17 +01:00
CGExprScalar.cpp [Fixed Point] Add codegen for conversion between fixed-point and floating point. 2021-01-12 13:53:01 +01:00
CGGPUBuiltin.cpp
CGLoopInfo.cpp [SVE] Add support to vectorize_width loop pragma for scalable vectors 2021-01-08 11:37:27 +00:00
CGLoopInfo.h [SVE] Add support to vectorize_width loop pragma for scalable vectors 2021-01-08 11:37:27 +00:00
CGNonTrivialStruct.cpp Revert "[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II)" 2021-01-04 23:17:45 +01:00
CGObjC.cpp Revert "[ObjC][ARC] Annotate calls with attributes instead of emitting retainRV" 2021-01-25 13:53:38 -08:00
CGObjCGNU.cpp [GNU ObjC] Fix a regression listing methods twice. 2020-12-01 09:50:18 +00:00
CGObjCMac.cpp Fix crash when emitting NullReturn guards for functions returning BOOL 2021-01-21 14:29:36 -08:00
CGObjCRuntime.cpp
CGObjCRuntime.h
CGOpenCLRuntime.cpp
CGOpenCLRuntime.h
CGOpenMPRuntime.cpp [Branch-Rename] Fix some links 2021-02-01 16:43:21 +05:30
CGOpenMPRuntime.h [OpenMP] Add Passing in Original Declaration Names To Mapper API 2020-11-18 15:28:39 -05:00
CGOpenMPRuntimeAMDGCN.cpp [libomptarget][amdgpu] Call into deviceRTL instead of ockl 2021-01-04 16:48:47 +00:00
CGOpenMPRuntimeAMDGCN.h
CGOpenMPRuntimeGPU.cpp [OpenMP][FIX] Enforce a function boundary for a new data environment 2021-01-25 22:43:37 -06:00
CGOpenMPRuntimeGPU.h
CGOpenMPRuntimeNVPTX.cpp
CGOpenMPRuntimeNVPTX.h
CGRecordLayout.h
CGRecordLayoutBuilder.cpp [CodeGen] Use getCharWidth() more consistently in CGRecordLowering. NFC 2021-01-22 21:12:17 +01:00
CGStmt.cpp [X86] merge "={eax}" and "~{eax}" into "=&eax" for MSInlineASM 2021-01-27 22:54:17 +08:00
CGStmtOpenMP.cpp Revert "[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II)" 2021-01-04 23:17:45 +01:00
CGVTT.cpp [AMDGPU] Set the default globals address space to 1 2020-11-20 15:46:53 +00:00
CGVTables.cpp [clang][RelativeVTablesABI] Use dso_local_equivalent rather than emitting stubs 2020-11-30 16:02:35 -08:00
CGVTables.h
CGValue.h
CMakeLists.txt
CodeGenABITypes.cpp
CodeGenAction.cpp [Clang] Reverse test to save on indentation. NFC. 2020-12-23 19:24:53 -05:00
CodeGenFunction.cpp Support for instrumenting only selected files or functions 2021-01-26 17:13:34 -08:00
CodeGenFunction.h Support for instrumenting only selected files or functions 2021-01-26 17:13:34 -08:00
CodeGenModule.cpp Support for instrumenting only selected files or functions 2021-01-26 17:13:34 -08:00
CodeGenModule.h Support for instrumenting only selected files or functions 2021-01-26 17:13:34 -08:00
CodeGenPGO.cpp Support for instrumenting only selected files or functions 2021-01-26 17:13:34 -08:00
CodeGenPGO.h
CodeGenTBAA.cpp
CodeGenTBAA.h
CodeGenTypeCache.h [CGExpr] Use getCharWidth() more consistently in CCGExprConstant. NFC 2021-01-22 21:12:17 +01:00
CodeGenTypes.cpp [PowerPC] Enable paired vector type and intrinsics when MMA is disabled 2020-12-15 15:14:11 -06:00
CodeGenTypes.h
ConstantEmitter.h
ConstantInitBuilder.cpp
CoverageMappingGen.cpp [clang] Add -fprofile-prefix-map 2021-01-25 10:14:04 -08:00
CoverageMappingGen.h [clang] Add -fprofile-prefix-map 2021-01-25 10:14:04 -08:00
EHScopeStack.h
ItaniumCXXABI.cpp Revert "[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II)" 2021-01-04 23:17:45 +01:00
MacroPPCallbacks.cpp
MacroPPCallbacks.h
MicrosoftCXXABI.cpp [clang][aarch64] Precondition isHomogeneousAggregate on isCXX14Aggregate 2021-01-12 19:44:01 +00:00
ModuleBuilder.cpp
ObjectFilePCHContainerOperations.cpp [Clang] Add __STDCPP_THREADS__ to standard predefine macros 2020-11-22 16:05:53 -08:00
PatternInit.cpp
PatternInit.h
README.txt Revert "This is a test commit" 2020-12-23 13:04:37 -06:00
SanitizerMetadata.cpp
SanitizerMetadata.h
SwiftCallingConv.cpp
TargetInfo.cpp [PowerPC] Fix va_arg in C++, Objective-C on 32-bit ELF targets 2021-01-23 00:13:36 -05:00
TargetInfo.h
VarBypassDetector.cpp
VarBypassDetector.h

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!

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