llvm-project/clang/lib/CodeGen
David Blaikie 50a5f97e82 unique_ptrify SourceManager::createFileID
llvm-svn: 216715
2014-08-29 07:59:55 +00:00
..
ABIInfo.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
BackendUtil.cpp Convert MC command line flag for fatal assembler warnings into a proper 2014-08-26 18:40:25 +00:00
CGAtomic.cpp CodeGen: Don't completely mess-up optimized atomic libcalls 2014-08-29 07:27:49 +00:00
CGBlocks.cpp Fix a crash when compiling blocks in OpenCL with multiple 2014-08-14 09:37:50 +00:00
CGBlocks.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CGBuilder.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CGBuiltin.cpp Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created. 2014-08-27 06:28:36 +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 Update for llvm API change. 2014-06-03 02:42:01 +00:00
CGCXXABI.cpp Reverting r216675. This breaks some bots. Before this can be committed again, I have to explore runtime ABI requirements with libc++abi. 2014-08-28 17:24:14 +00:00
CGCXXABI.h Reverting r216675. This breaks some bots. Before this can be committed again, I have to explore runtime ABI requirements with libc++abi. 2014-08-28 17:24:14 +00:00
CGCall.cpp Properly handle multiple nonnull attributes in CodeGen 2014-08-28 00:53:20 +00:00
CGCall.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CGClass.cpp Kill one of EmitCallArgs overloads. NFC. 2014-08-28 00:22:11 +00:00
CGCleanup.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CGCleanup.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CGDebugInfo.cpp [C++11] Support for capturing of variable length arrays in lambda expression. 2014-08-28 04:28:19 +00:00
CGDebugInfo.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CGDecl.cpp DebugInfo: Blocks: Do not depend on LLVM argument numbering when choosing the debug info argument numbering. 2014-08-08 17:10:14 +00:00
CGDeclCXX.cpp Don't segfault in EmitCXXGlobalInitFunc when main file is a membuf 2014-08-26 22:10:15 +00:00
CGException.cpp Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created. 2014-08-27 06:28:36 +00:00
CGExpr.cpp Kill one of EmitCallArgs overloads. NFC. 2014-08-28 00:22:11 +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 Reverting r216675. This breaks some bots. Before this can be committed again, I have to explore runtime ABI requirements with libc++abi. 2014-08-28 17:24:14 +00:00
CGExprComplex.cpp [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
CGExprConstant.cpp Allow __fp16 as a function arg or return type for AArch64 2014-08-27 16:31:57 +00:00
CGExprScalar.cpp Allow __fp16 as a function arg or return type for AArch64 2014-08-27 16:31:57 +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 Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created. 2014-08-27 06:28:36 +00:00
CGObjCGNU.cpp Remove the overload of GetAddrOfConstantString method 2014-06-04 20:25:57 +00:00
CGObjCMac.cpp Objective-C IRGen. Fixes an assertion crash caused by inconsistent 2014-08-28 17:05:17 +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] Improved codegen for outlined functions for 'parallel' directives. 2014-07-25 07:55:17 +00:00
CGOpenMPRuntime.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CGRecordLayout.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CGRecordLayoutBuilder.cpp Revert "CodeGen: When bitfields fall on natural boundaries, split them up" 2014-08-14 15:44:29 +00:00
CGStmt.cpp Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created. 2014-08-27 06:28:36 +00:00
CGStmtOpenMP.cpp [OPENMP] Initial parsing and sema analysis for 'atomic' directive. 2014-07-22 10:10:35 +00:00
CGVTT.cpp Remove the -fhidden-weak-vtables -cc1 option. It was dead, 2014-02-08 00:41:16 +00:00
CGVTables.cpp Simplify a few loops over CallArgList/FunctionArgList. NFC 2014-08-13 20:06:24 +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] clangCodeGen: Update libdeps to add clangLex for PPChainedCallbacks. 2014-08-05 15:01:12 +00:00
CodeGenABITypes.cpp Add coverage mapping generation. 2014-08-04 18:41:51 +00:00
CodeGenAction.cpp unique_ptrify SourceManager::createFileID 2014-08-29 07:59:55 +00:00
CodeGenFunction.cpp [C++11] Support for capturing of variable length arrays in lambda expression. 2014-08-28 04:28:19 +00:00
CodeGenFunction.h Kill one of EmitCallArgs overloads. NFC. 2014-08-28 00:22:11 +00:00
CodeGenModule.cpp Better codegen support for DLL attributes being dropped after the first declaration (PR20792) 2014-08-29 00:16:06 +00:00
CodeGenModule.h Typo fix in comments: definintion -> definition 2014-08-15 20:04:40 +00:00
CodeGenPGO.cpp Coverage Mapping: store function's hash in coverage function records. 2014-08-21 19:25:27 +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 Allow __fp16 as a function arg or return type for AArch64 2014-08-27 16:31:57 +00:00
CodeGenTypes.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CoverageMappingGen.cpp Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created. 2014-08-27 06:28:36 +00:00
CoverageMappingGen.h Coverage Mapping: store function's hash in coverage function records. 2014-08-21 19:25:27 +00:00
EHScopeStack.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
ItaniumCXXABI.cpp call __asan_load_cxx_array_cookie when loading array cookie in asan mode. 2014-08-29 01:01:32 +00:00
Makefile
MicrosoftCXXABI.cpp Pass actual CallExpr instead of CallExpr-specific iterators 2014-08-25 20:17:35 +00:00
ModuleBuilder.cpp [modules] Fix a rejects-valid resulting from emitting an inline function 2014-08-13 21:15:09 +00:00
README.txt
SanitizerBlacklist.cpp [UBSan] Introduce type-based blacklisting. 2014-07-10 22:34:19 +00:00
SanitizerBlacklist.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
SanitizerMetadata.cpp [clang/asan] call __asan_poison_cxx_array_cookie after operator new[] 2014-08-26 02:29:59 +00:00
SanitizerMetadata.h [clang/asan] call __asan_poison_cxx_array_cookie after operator new[] 2014-08-26 02:29:59 +00:00
TargetInfo.cpp Allow __fp16 as a function arg or return type for AArch64 2014-08-27 16:31:57 +00:00
TargetInfo.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +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!

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