llvm-project/clang/lib/CodeGen
Saleem Abdulrasool ec5c624550 CodeGen: tweak struct ABI handling
Cygwin and MinGW fail to conform to the underlying system's structure passing
ABI.  Make the check more precise to ensure that we correctly generate code for
the itanium environment.

llvm-svn: 222626
2014-11-23 02:16:24 +00:00
..
ABIInfo.h Fix ARM HVA classification of classes with non-virtual bases 2014-10-31 17:10:41 +00:00
BackendUtil.cpp Introduce -fsanitize-coverage=N flag 2014-11-11 22:15:07 +00:00
CGAtomic.cpp CodeGen: Make atomic operations play nice with address spaces 2014-11-22 10:44:12 +00:00
CGBlocks.cpp Debug info for blocks: Fix a bug caught by the Verifier. 2014-11-21 00:35:25 +00:00
CGBlocks.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CGBuilder.h typo 2014-09-10 16:59:01 +00:00
CGBuiltin.cpp [PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics 2014-11-12 04:19:56 +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 ignore -mconstructor-aliases when adding field paddings for asan 2014-10-31 19:01:02 +00:00
CGCXXABI.cpp MS ABI: Implement thread_local for global variables 2014-10-05 05:05:40 +00:00
CGCXXABI.h CodeGen: Declutter the emitVirtualObjectDelete interface 2014-11-01 07:37:17 +00:00
CGCall.cpp Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator, bool> as per the C++ standard's associative container concept. 2014-11-19 07:49:47 +00:00
CGCall.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CGClass.cpp Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator, bool> as per the C++ standard's associative container concept. 2014-11-19 07:49:47 +00:00
CGCleanup.cpp Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator, bool> as per the C++ standard's associative container concept. 2014-11-19 07:49:47 +00:00
CGCleanup.h Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator, bool> as per the C++ standard's associative container concept. 2014-11-19 07:49:47 +00:00
CGDebugInfo.cpp Debug info for blocks: Fix a bug caught by the Verifier. 2014-11-21 00:35:25 +00:00
CGDebugInfo.h Debug info for blocks: Fix a bug caught by the Verifier. 2014-11-21 00:35:25 +00:00
CGDecl.cpp Emit OpenCL local global variables without zeorinitializer 2014-11-03 16:51:53 +00:00
CGDeclCXX.cpp [OPENMP] Codegen for threadprivate variables 2014-11-11 04:05:39 +00:00
CGException.cpp Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator, bool> as per the C++ standard's associative container concept. 2014-11-19 07:49:47 +00:00
CGExpr.cpp This patch fixes couple of bugs for predefined expression 2014-11-14 23:55:27 +00:00
CGExprAgg.cpp PR18097: Support initializing an _Atomic(T) from an object of C++ class type T 2014-07-31 06:31:19 +00:00
CGExprCXX.cpp [clang/asan] Do not emit memcpy for trivial operator= when -fsanitize-address-field-padding >= 1 2014-11-11 23:38:13 +00:00
CGExprComplex.cpp Remove CastKind typedef from CastExpr since CastKind is in the clang namespace. 2014-10-31 06:57:10 +00:00
CGExprConstant.cpp CodeGen: ConstStructBuilder must verify packed constraints after padding 2014-10-19 23:40:06 +00:00
CGExprScalar.cpp Allow EmitVAArg() to promote types and use this to fix some N32/N64 vararg issues for Mips. 2014-11-19 10:01:35 +00:00
CGLoopInfo.cpp Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave. 2014-07-21 23:10:56 +00:00
CGLoopInfo.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CGObjC.cpp Objective-C. revert patch for rdar://17554063. 2014-10-28 18:28:16 +00:00
CGObjCGNU.cpp Use the new LLVM_END_WITH_NULL name 2014-11-04 01:13:43 +00:00
CGObjCMac.cpp Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator, bool> as per the C++ standard's associative container concept. 2014-11-19 07:49:47 +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 "omp flush" directive. 2014-11-20 04:34:54 +00:00
CGOpenMPRuntime.h [OPENMP] Codegen for "omp flush" directive. 2014-11-20 04:34:54 +00:00
CGRecordLayout.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CGRecordLayoutBuilder.cpp CodeGen: Cleanup CGRecordLowering::lowerUnion a little 2014-10-15 16:36:11 +00:00
CGStmt.cpp Improved capturing variable-length array types in CapturedStmt. 2014-10-29 12:21:55 +00:00
CGStmtOpenMP.cpp [OPENMP] Codegen for "omp flush" directive. 2014-11-20 04:34:54 +00:00
CGVTT.cpp Remove the -fhidden-weak-vtables -cc1 option. It was dead, 2014-02-08 00:41:16 +00:00
CGVTables.cpp CodeGen: Virtual dtor thunks shouldn't have this marked as 'returned' 2014-11-01 05:42:23 +00:00
CGVTables.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CGValue.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CMakeLists.txt cmake: Conditionalize CodeGen's dependency on intrinsics_gen 2014-11-05 20:30:55 +00:00
CodeGenABITypes.cpp Add coverage mapping generation. 2014-08-04 18:41:51 +00:00
CodeGenAction.cpp Update for LLVM API change. 2014-10-28 00:29:51 +00:00
CodeGenFunction.cpp Bundle conditions checked by UBSan with sanitizer kinds they implement. 2014-11-11 22:03:54 +00:00
CodeGenFunction.h Bundle conditions checked by UBSan with sanitizer kinds they implement. 2014-11-11 22:03:54 +00:00
CodeGenModule.cpp Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator, bool> as per the C++ standard's associative container concept. 2014-11-19 07:49:47 +00:00
CodeGenModule.h [OPENMP] Codegen for threadprivate variables 2014-11-11 04:05:39 +00:00
CodeGenPGO.cpp Reapply "InstrProf: Update for the LLVM API change in r218879" 2014-10-02 16:44:01 +00:00
CodeGenPGO.h Header guard canonicalization, clang part. 2014-08-13 16:25: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 Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator, bool> as per the C++ standard's associative container concept. 2014-11-19 07:49:47 +00:00
CodeGenTypes.h Use ClangToLLVMArgsMapping in CodeGenTypes::GetFunctionType(). NFC. 2014-09-29 22:08:00 +00:00
CoverageMappingGen.cpp InstrProf: Remove an unnecessary helper function (NFC) 2014-11-11 02:47:05 +00:00
CoverageMappingGen.h Reapply "InstrProf: Update for the LLVM API change in r218879" 2014-10-02 16:44:01 +00:00
EHScopeStack.h Silence a warning from MSVC "14" by making an enum unsigned 2014-10-31 23:33:56 +00:00
ItaniumCXXABI.cpp Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator, bool> as per the C++ standard's associative container concept. 2014-11-19 07:49:47 +00:00
Makefile
MicrosoftCXXABI.cpp Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator, bool> as per the C++ standard's associative container concept. 2014-11-19 07:49:47 +00:00
ModuleBuilder.cpp InstrProf: Don't emit coverage for uninstantiated templates 2014-11-18 00:34:46 +00:00
README.txt
SanitizerMetadata.cpp Introduce a SanitizerKind enum to LangOptions. 2014-11-07 22:29:38 +00:00
SanitizerMetadata.h [ASan] Improve blacklisting of global variables. 2014-10-17 22:37:33 +00:00
TargetInfo.cpp CodeGen: tweak struct ABI handling 2014-11-23 02:16:24 +00:00
TargetInfo.h [OPENMP] Codegen of the ‘aligned’ clause for the ‘omp simd’ directive. 2014-09-30 05:29:28 +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!

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