hanchenye-llvm-project/clang/lib/CodeGen
Patrick Lyster e13b1e3299 [OpenMP] Added support for explicit mapping of classes using 'this' pointer. Differential revision: https://reviews.llvm.org/D55982
llvm-svn: 350252
2019-01-02 19:28:48 +00:00
..
ABIInfo.h
Address.h
BackendUtil.cpp Move CodeGenOptions from Frontend to Basic 2018-12-11 03:18:39 +00:00
CGAtomic.cpp Remove CodeGen dependencies on Sema. 2018-12-06 06:12:20 +00:00
CGBlocks.cpp [CodeGen] Replace '@' characters in block descriptors' symbol names with 2018-12-29 17:28:30 +00:00
CGBlocks.h Fix the type of 1<<31 integer constants. 2018-09-24 17:51:15 +00:00
CGBuilder.h
CGBuiltin.cpp Declares __cpu_model as dso local 2018-12-20 21:33:59 +00:00
CGCUDANV.cpp [CUDA] Use all 64 bits of GUID in __nv_module_id 2018-10-05 18:39:58 +00:00
CGCUDARuntime.cpp
CGCUDARuntime.h
CGCXX.cpp Move CodeGenOptions from Frontend to Basic 2018-12-11 03:18:39 +00:00
CGCXXABI.cpp
CGCXXABI.h
CGCall.cpp [OpenCL] Add generic AS to 'this' pointer 2018-12-13 10:15:27 +00:00
CGCall.h [NFC] Move storage of dispatch-version to GlobalDecl 2018-11-13 15:48:08 +00:00
CGClass.cpp [CodeGen] Fix assertion on emitting cleanup for object with inlined inherited constructor and non-trivial destructor. 2018-12-20 22:43:26 +00:00
CGCleanup.cpp [TI removal] Make `getTerminator()` return a generic `Instruction`. 2018-10-15 10:42:50 +00:00
CGCleanup.h
CGCoroutine.cpp Port getLocStart -> getBeginLoc 2018-08-09 21:08:08 +00:00
CGDebugInfo.cpp Reinstate DW_AT_comp_dir support after D55519. 2018-12-13 17:53:29 +00:00
CGDebugInfo.h Remove CGDebugInfo::getOrCreateFile() and use TheCU->getFile() directly. 2018-12-11 16:58:46 +00:00
CGDecl.cpp [AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr. 2018-12-21 14:10:18 +00:00
CGDeclCXX.cpp [OpenCL] Add generic AS to 'this' pointer 2018-12-13 10:15:27 +00:00
CGException.cpp [NFC] Move storage of dispatch-version to GlobalDecl 2018-11-13 15:48:08 +00:00
CGExpr.cpp [OpenCL] Add generic AS to 'this' pointer 2018-12-13 10:15:27 +00:00
CGExprAgg.cpp Compound literals, enums, et al require const expr 2018-11-09 00:41:36 +00:00
CGExprCXX.cpp Move CodeGenOptions from Frontend to Basic 2018-12-11 03:18:39 +00:00
CGExprComplex.cpp Compound literals, enums, et al require const expr 2018-11-09 00:41:36 +00:00
CGExprConstant.cpp Correct indentation. 2018-12-01 09:06:26 +00:00
CGExprScalar.cpp Move CodeGenOptions from Frontend to Basic 2018-12-11 03:18:39 +00:00
CGGPUBuiltin.cpp
CGLoopInfo.cpp [CodeGen] Generate llvm.loop.parallel_accesses instead of llvm.mem.parallel_loop_access metadata. 2018-12-20 21:24:54 +00:00
CGLoopInfo.h [CodeGen] Generate llvm.loop.parallel_accesses instead of llvm.mem.parallel_loop_access metadata. 2018-12-20 21:24:54 +00:00
CGNonTrivialStruct.cpp [NFC] Move storage of dispatch-version to GlobalDecl 2018-11-13 15:48:08 +00:00
CGObjC.cpp Only convert objc messages to alloc to objc_alloc if the receiver is a class. 2019-01-02 17:25:30 +00:00
CGObjCGNU.cpp [objc-gnustep2] Fix a bug in category generation. 2018-12-28 17:44:54 +00:00
CGObjCMac.cpp Move CodeGenOptions from Frontend to Basic 2018-12-11 03:18:39 +00:00
CGObjCRuntime.cpp Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
CGObjCRuntime.h [CodeGen] Merge identical block descriptor global variables. 2018-08-17 15:46:07 +00:00
CGOpenCLRuntime.cpp [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension 2018-11-08 11:25:41 +00:00
CGOpenCLRuntime.h Revert r326937 "[OpenCL] Remove block invoke function from emitted block literal struct" 2018-10-02 13:02:24 +00:00
CGOpenMPRuntime.cpp [OpenMP] Added support for explicit mapping of classes using 'this' pointer. Differential revision: https://reviews.llvm.org/D55982 2019-01-02 19:28:48 +00:00
CGOpenMPRuntime.h Misc typos fixes in ./lib folder 2018-12-10 12:37:46 +00:00
CGOpenMPRuntimeNVPTX.cpp [OPENMP][NVPTX]Emit shared memory buffer for reduction as 128 bytes 2018-12-18 21:01:42 +00:00
CGOpenMPRuntimeNVPTX.h [OPENMP][NVPTX]Mark __kmpc_barrier functions as convergent. 2018-12-04 15:03:25 +00:00
CGRecordLayout.h
CGRecordLayoutBuilder.cpp Move CodeGenOptions from Frontend to Basic 2018-12-11 03:18:39 +00:00
CGStmt.cpp Emit ASM input in a constant context 2018-12-18 22:54:03 +00:00
CGStmtOpenMP.cpp [AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr. 2018-12-21 14:10:18 +00:00
CGVTT.cpp [CodeGen] Align rtti and vtable data 2018-09-12 14:09:06 +00:00
CGVTables.cpp Move CodeGenOptions from Frontend to Basic 2018-12-11 03:18:39 +00:00
CGVTables.h
CGValue.h [OpenCL] Add generic AS to 'this' pointer 2018-12-13 10:15:27 +00:00
CMakeLists.txt [CodeGen] Fix -DBUILD_SHARED_LIBS=on build after rC348907 2018-12-12 06:07:33 +00:00
CodeGenABITypes.cpp Move CodeGenOptions from Frontend to Basic 2018-12-11 03:18:39 +00:00
CodeGenAction.cpp Reapply "Avoid emitting redundant or unusable directories in DIFile metadata entries."" 2018-12-06 18:44:50 +00:00
CodeGenFunction.cpp [NFC] Fix usage of Builder.insert(new Bitcast...)in CodeGenFunction 2018-12-18 16:22:21 +00:00
CodeGenFunction.h Convert some ObjC retain/release msgSends to runtime calls. 2018-12-21 21:00:32 +00:00
CodeGenModule.cpp [CUDA] Treat extern global variable shadows same as regular extern vars. 2018-12-22 01:11:09 +00:00
CodeGenModule.h Convert some ObjC retain/release msgSends to runtime calls. 2018-12-21 21:00:32 +00:00
CodeGenPGO.cpp [cxx2a] P0614R1: Support init-statements in range-based for loops. 2018-09-28 18:44:09 +00:00
CodeGenPGO.h Move CodeGenOptions from Frontend to Basic 2018-12-11 03:18:39 +00:00
CodeGenTBAA.cpp Move CodeGenOptions from Frontend to Basic 2018-12-11 03:18:39 +00:00
CodeGenTBAA.h
CodeGenTypeCache.h
CodeGenTypes.cpp [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension 2018-11-08 11:25:41 +00:00
CodeGenTypes.h Remove unnecessary include. 2018-12-04 04:53:18 +00:00
ConstantEmitter.h Specify constant context in constant emitter 2018-12-01 08:29:36 +00:00
ConstantInitBuilder.cpp
CoverageMappingGen.cpp [Coverage] Do not visit artificial stmts in defaulted methods (PR39822) 2018-11-28 20:48:07 +00:00
CoverageMappingGen.h Move CodeGenOptions from Frontend to Basic 2018-12-11 03:18:39 +00:00
EHScopeStack.h
ItaniumCXXABI.cpp Don't speculatively emit VTTs for classes unless we are able to correctly emit references to all the functions they will (directly or indirectly) reference. 2018-11-27 19:33:49 +00:00
MacroPPCallbacks.cpp [CodeGen] Fix included headers. 2018-11-28 04:14:29 +00:00
MacroPPCallbacks.h Add header guards to some headers that are missing them 2018-09-03 16:26:36 +00:00
MicrosoftCXXABI.cpp [NFC] Move storage of dispatch-version to GlobalDecl 2018-11-13 15:48:08 +00:00
ModuleBuilder.cpp [darwin] parse the SDK settings from SDKSettings.json if it exists and 2018-12-17 19:19:15 +00:00
ObjectFilePCHContainerOperations.cpp Move CodeGenOptions from Frontend to Basic 2018-12-11 03:18:39 +00:00
README.txt
SanitizerMetadata.cpp
SanitizerMetadata.h
SwiftCallingConv.cpp In swiftcall, don't merge FP/vector types within a chunk. 2018-10-29 20:32:36 +00:00
TargetInfo.cpp Move CodeGenOptions from Frontend to Basic 2018-12-11 03:18:39 +00:00
TargetInfo.h
VarBypassDetector.cpp Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
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!

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