llvm-project/clang/lib/CodeGen
Ken Dyck 345a6de9b4 Eliminate literal 8s from LayoutBitField(), converting variables to
CharUnits or replacing the 8s with char align. No change in functionality
intended.

llvm-svn: 130106
2011-04-24 16:40:29 +00:00
..
ABIInfo.h Fix Whitespace. 2010-10-19 06:39:39 +00:00
BackendUtil.cpp Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at 2011-04-21 23:44:07 +00:00
CGBlocks.cpp Whoops. 2011-03-31 09:19:20 +00:00
CGBlocks.h Remove a rather egregious use of getFunctionInfo. 2011-03-09 08:39:33 +00:00
CGBuilder.h Make CGBuilderTy a typedef again; its functionality has been rolled back 2010-07-06 18:43:48 +00:00
CGBuiltin.cpp fix a crash on code that uses the result value of __builtin___memcpy_chk. 2011-04-20 23:14:50 +00:00
CGCXX.cpp Convert the BaseOffset member of BaseSubobject to CharUnits from bits. No 2011-03-24 01:21:01 +00:00
CGCXXABI.cpp After some discussion with Doug, we decided that it made a lot more sense 2011-04-12 00:42:48 +00:00
CGCXXABI.h After some discussion with Doug, we decided that it made a lot more sense 2011-04-12 00:42:48 +00:00
CGCall.cpp Implement ARM pcs attribute. Basically it's another way of calling convention selection (AAPCS or 2011-04-14 20:06:49 +00:00
CGCall.h PR8369: make __attribute((regparm(0))) work correctly. Original patch by 2011-04-09 08:18:08 +00:00
CGClass.cpp Replace a couple of Builder.CreateICmpEQ with Builder.CreateIsNull. No functionality change. 2011-04-11 00:30:07 +00:00
CGCleanup.cpp implement rdar://9289524 - case followed immediately by break results in empty IR block, 2011-04-17 00:54:30 +00:00
CGCleanup.h Move all the cleanups framework code into a single file. 2011-01-28 11:13:47 +00:00
CGDebugInfo.cpp PR9214: Convert the DIBuilder API to use ArrayRef. 2011-04-24 10:11:03 +00:00
CGDebugInfo.h Tie debug information for method declaration with debug information for method definition. 2011-04-23 00:08:01 +00:00
CGDecl.cpp Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
CGDeclCXX.cpp Template static data members can have weak_odr linkage, not just 2011-04-12 01:46:54 +00:00
CGException.cpp ADT/Triple: Switch to using .isOSDarwin() predicate. 2011-04-19 21:43:27 +00:00
CGException.h Fix Objective-C++ exceptions (GNU runtime). 2011-03-20 21:35:39 +00:00
CGExpr.cpp Convert AccessInfo::AccessAlignment to CharUnits. No change in functionality 2011-04-24 10:13:17 +00:00
CGExprAgg.cpp For 2011-04-21 00:27:41 +00:00
CGExprCXX.cpp Clean up code generation of typeid expressions and add C++ standard references. 2011-04-18 00:57:03 +00:00
CGExprComplex.cpp C1X: implement generic selections 2011-04-15 00:35:48 +00:00
CGExprConstant.cpp For 2011-04-21 00:27:41 +00:00
CGExprScalar.cpp some cleanups to use IRBuilder methods instead of llvm:: foo methods. 2011-04-19 22:55:03 +00:00
CGObjC.cpp Refine rules for atomic property api to 2011-04-06 16:05:26 +00:00
CGObjCGNU.cpp Remove unused STL header includes. 2011-04-23 19:53:52 +00:00
CGObjCMac.cpp Fixes an instance method meta-data generation bug in 2011-04-22 22:02:28 +00:00
CGObjCRuntime.cpp Replace some literal 8s with char width and char align. No change in 2011-04-22 17:23:43 +00:00
CGObjCRuntime.h Remove unused STL header includes. 2011-04-23 19:53:52 +00:00
CGRTTI.cpp Eliminate a divide-by-8 in BuildVMIClassTypeInfo() by using CharUnits for 2011-04-09 01:09:56 +00:00
CGRecordLayout.h Convert AccessInfo::AccessAlignment to CharUnits. No change in functionality 2011-04-24 10:13:17 +00:00
CGRecordLayoutBuilder.cpp Eliminate literal 8s from LayoutBitField(), converting variables to 2011-04-24 16:40:29 +00:00
CGStmt.cpp PR9214: Convert Metadata API to use ArrayRef. 2011-04-21 19:59:12 +00:00
CGTemporaries.cpp Fix some obvious bugs in the conditional-cleanup code and then make the 2011-01-26 19:15:39 +00:00
CGVTT.cpp We were emitting construction v-tables with internal linkage all the time. 2011-03-27 09:00:25 +00:00
CGVTables.cpp Change CollectPrimaryBases to collect the bases in the right order. Fixes one half of PR9660. 2011-04-10 18:00:32 +00:00
CGVTables.h [Reapply r128776, modified so that it does not break debug info.] 2011-04-07 12:37:09 +00:00
CGValue.h More capturing of 'this': implicit member expressions. Getting that 2011-02-03 08:15:49 +00:00
CMakeLists.txt Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at 2011-04-21 23:44:07 +00:00
CodeGenAction.cpp fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
CodeGenFunction.cpp Eliminate some literal 8s from EmitNullInitialization() by converting 2011-04-22 17:51:05 +00:00
CodeGenFunction.h implement rdar://9289524 - case followed immediately by break results in empty IR block, 2011-04-17 00:54:30 +00:00
CodeGenModule.cpp Add -fdelayed-template-parsing option. Using this option all templated function definitions are parsed at the end of the translation unit only if it is required by an actual instantiation. As such all the symbols of the TU are available during name lookup. 2011-04-22 22:18:13 +00:00
CodeGenModule.h After some discussion with Doug, we decided that it made a lot more sense 2011-04-12 00:42:48 +00:00
CodeGenTBAA.cpp PR9214: Convert Metadata API to use ArrayRef. 2011-04-21 19:59:12 +00:00
CodeGenTBAA.h Move name mangling support from CodeGen to AST. In the 2011-01-13 18:57:25 +00:00
CodeGenTypes.cpp Don't add type names for enums; they're never used in LLVM IR. 2011-04-20 23:51:43 +00:00
CodeGenTypes.h Don't add type names for enums; they're never used in LLVM IR. 2011-04-20 23:51:43 +00:00
GlobalDecl.h When IRgen refers to a function declaration that is not a definition, 2011-02-09 02:03:05 +00:00
ItaniumCXXABI.cpp IRgen/ARM: Fix a think-o in conversion-to-null for member function pointers, we 2011-04-19 23:10:47 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
MicrosoftCXXABI.cpp fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
ModuleBuilder.cpp In addition to in-class member functions marked with the "used" 2011-02-19 21:54:50 +00:00
README.txt These IRgen improvements have been done. 2009-07-23 03:03:07 +00:00
TargetInfo.cpp PTX: Add default PTX calling conventions 2011-04-22 11:10:38 +00:00
TargetInfo.h Re-instate r125819 and r125820 with no functionality change 2011-02-19 23:03:58 +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!

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