hanchenye-llvm-project/clang/lib/CodeGen
John McCall 7ec4b4342c Don't actually emit calls to the reserved global placement new and delete
operators;  their semantics are guaranteed by the language.

If someone wants to argue that freestanding compiles shouldn't recognize
this, I might be convinceable.

llvm-svn: 131395
2011-05-16 01:05:12 +00:00
..
ABIInfo.h Fix Whitespace. 2010-10-19 06:39:39 +00:00
BackendUtil.cpp Implement -fno-dwarf2-cfi-asm. 2011-04-30 18:35:43 +00:00
CGBlocks.cpp Use arrays and SmallVectors instead of std::vectors when building function 2011-05-15 01:53:33 +00:00
CGBlocks.h Remove a rather egregious use of getFunctionInfo. 2011-03-09 08:39:33 +00:00
CGBuilder.h
CGBuiltin.cpp Remove the 'unaligned load' builtins now that they're no longer used in the *mmintrin.h files. 2011-05-13 18:52:28 +00:00
CGCXX.cpp When emitting the destructor for a class with a vtable, if we can determine 2011-05-14 23:26:09 +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 More killing of std::vector. 2011-05-15 02:19:42 +00:00
CGCall.h Revert r130717, which caused a regression (<rdar://problem/9402621>). 2011-05-07 20:12:26 +00:00
CGClass.cpp Re-enable the fix for PR9181 now that all the edge cases are handled. 2011-05-15 17:36:21 +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 Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name. 2011-05-12 21:29:57 +00:00
CGDebugInfo.h Simplify. There is no need to have a method to just call another method. 2011-04-25 23:43:36 +00:00
CGDecl.cpp Implement support for C++0x alias templates. 2011-05-05 21:57:07 +00:00
CGDeclCXX.cpp Reset the emitted initializers. 2011-05-06 15:24:04 +00:00
CGException.cpp IRgen/Darwin: Fix refacto introduced in Triple changes. 2011-04-26 19:43:00 +00:00
CGException.h Fix Objective-C++ exceptions (GNU runtime). 2011-03-20 21:35:39 +00:00
CGExpr.cpp Remove dead variable, flagged by gcc's -Wunused-but-set-variable. 2011-05-02 00:46:56 +00:00
CGExprAgg.cpp Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and 2011-05-09 18:22:59 +00:00
CGExprCXX.cpp Don't actually emit calls to the reserved global placement new and delete 2011-05-16 01:05:12 +00:00
CGExprComplex.cpp C1X: implement generic selections 2011-04-15 00:35:48 +00:00
CGExprConstant.cpp Finish off rules for z-length bitfields in ms_struct 2011-05-03 20:21:04 +00:00
CGExprScalar.cpp Don't emit nsw flags for vector operations; there's basically no benefit, and a lot of downside (like PR9850, which is about clang's xmmintrin.h making an unexpected transformation on an expression involving _mm_add_epi32). 2011-05-06 18:04:18 +00:00
CGObjC.cpp Use arrays and SmallVectors instead of std::vectors when building function 2011-05-15 01:53:33 +00:00
CGObjCGNU.cpp Simplify code a bit by using CallArgList::add. No intended functionality change. 2011-05-02 17:57:46 +00:00
CGObjCMac.cpp Use arrays and SmallVectors instead of std::vectors when building function 2011-05-15 01:53:33 +00:00
CGObjCRuntime.cpp Make this code more resilient against catch variables which need cleanups. 2011-05-12 01:00:15 +00:00
CGObjCRuntime.h Remove unused STL header includes. 2011-04-23 19:53:52 +00:00
CGRTTI.cpp Make yet another placeholder type, this one marking that an expression is a bound 2011-04-26 20:42:42 +00:00
CGRecordLayout.h Convert AccessInfo::AccessAlignment to CharUnits. No change in functionality 2011-04-24 10:13:17 +00:00
CGRecordLayoutBuilder.cpp Finish off rules for z-length bitfields in ms_struct 2011-05-03 20:21:04 +00:00
CGStmt.cpp Parsing/AST support for Structured Exception Handling 2011-04-28 01:08:34 +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 Add an implementation of thunks for varargs methods. The implementation is a bit messy, but it is correct as long as the method in question doesn't use indirect gotos. A couple of possible alternative implementations are outlined in FIXME's in this patch. rdar://problem/8077308 . 2011-05-06 17:27:27 +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 Make CGF.getContext() inlinable, because it's trivial, and optimize 2011-05-15 02:34:36 +00:00
CodeGenFunction.h Make CGF.getContext() inlinable, because it's trivial, and optimize 2011-05-15 02:34:36 +00:00
CodeGenModule.cpp Use arrays and SmallVectors instead of std::vectors when building function 2011-05-15 01:53:33 +00:00
CodeGenModule.h Use arrays and SmallVectors instead of std::vectors when building function 2011-05-15 01:53:33 +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 Make yet another placeholder type, this one marking that an expression is a bound 2011-04-26 20:42:42 +00:00
CodeGenTypes.h More killing of std::vector. 2011-05-15 02:19:42 +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 Remove dead variable flagged by gcc's -Wunused-but-set-variable. No 2011-05-02 00:41:17 +00:00
Makefile
MicrosoftCXXABI.cpp fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
ModuleBuilder.cpp Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
README.txt
TargetInfo.cpp Raise ARM byval minimum size from 32 to 64, addressing a performance 2011-04-28 21:35:59 +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!

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