summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
Commit message (Expand)AuthorAgeFilesLines
* Initial support for struct-path aware TBAA.Manman Ren2013-04-041-2/+6
* revert r178784 since it does not have a commit messageManman Ren2013-04-041-6/+2
* Index: include/clang/Driver/CC1Options.tdManman Ren2013-04-041-2/+6
* * Attempt to un-break gdb buildbot by emitting a lexical block end onlyAdrian Prantl2013-04-011-7/+4
* Make clang to mark static stack allocations with lifetime markers to enable a...Nadav Rotem2013-03-231-3/+41
* Under ARC, when we're passing the address of a strong variableJohn McCall2013-03-231-0/+2
* Exploit this-return of a callsite in a this-return function.Manman Ren2013-03-201-0/+4
* revert r177211 due to its potential issuesManman Ren2013-03-161-4/+0
* Exploit this-return of a callsite in a this-return function.Manman Ren2013-03-161-0/+4
* Tighten up the rules for precise lifetime and documentJohn McCall2013-03-131-4/+4
* Add support for the OpenCL attribute 'vec_type_hint'.Joey Gouly2013-03-081-0/+3
* Promote atomic type sizes up to a power of two, capped byJohn McCall2013-03-071-0/+7
* Change hasAggregateLLVMType, which conflates complex andJohn McCall2013-03-071-10/+30
* Restore order to placate test. I had no real reason to switch them.John McCall2013-03-011-1/+1
* Re-use bit from superclass and extract stuff into a localJohn McCall2013-03-011-9/+10
* Use the actual ABI-determined C calling convention for runtimeJohn McCall2013-02-281-0/+18
* Better support for constructors with -cxx-abi microsoft, partly fixes PR12784Timur Iskhodzhanov2013-02-271-0/+7
* ubsan: Emit bounds checks for array indexing, vector indexing, and (in really...Richard Smith2013-02-231-1/+8
* Re-apply r174919 - smarter copy/move assignment/construction, with fixes forLang Hames2013-02-171-0/+1
* ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11,Richard Smith2013-02-131-1/+7
* Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058Timur Iskhodzhanov2013-02-131-8/+18
* Backing out r174919 while I investigate a self-host bug on Takumi's builder.Lang Hames2013-02-121-1/+0
* When generating IR for default copy-constructors, copy-assignment operators,Lang Hames2013-02-111-0/+1
* Fix typo in commentArnaud A. de Grandmaison2013-02-051-2/+2
* Fix exception handling line table problems introduced by r173593David Blaikie2013-02-011-1/+1
* Destroy arrays and ARC fields when throwing out of ctors.John McCall2013-02-011-0/+2
* When we're emitting a constructor or destructor call from a delegatingDouglas Gregor2013-01-311-2/+4
* [ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier2013-01-291-1/+1
* PR14566: Debug Info: avoid top level lexical blocks in functionsDavid Blaikie2013-01-261-1/+4
* patch for PR9027 and // rdar://11861085Fariborz Jahanian2013-01-251-3/+13
* [ubsan] Add support for -fsanitize-blacklistWill Dietz2013-01-181-1/+4
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-3/+3
* Don't assert/crash on reference variables in lambdas bound to aEli Friedman2013-01-031-5/+0
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-8/+8
* [ubsan] Add flag to enable recovery from checks when possible.Will Dietz2012-12-021-1/+11
* Fix the Objective-C exception rethrow from cleanups (GNU runtimes). Note thatDavid Chisnall2012-11-071-1/+1
* Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith2012-11-051-2/+3
* Split emission of -ftrapv checks and -fcatch-undefined-behavior checks intoRichard Smith2012-11-011-2/+7
* -fcatch-undefined-behavior checking for appropriate vptr value: Clang CodeGen...Richard Smith2012-10-251-2/+5
* At -O0, prefer objc_storeStrong with a null new value to theJohn McCall2012-10-171-0/+1
* Transform pattern:Alexey Samsonov2012-10-161-0/+8
* Add codegen support for __uuidof().Nico Weber2012-10-111-0/+2
* -fcatch-undefined-behavior: emit calls to the runtime library whenever one of...Richard Smith2012-10-091-3/+18
* CodeGen: Copy tail padding when we're not dealing with a trivial copy assign ...Benjamin Kramer2012-09-301-1/+14
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-2/+2
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-2/+2
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko2012-09-151-6/+6
* -fcatch-undefined-behavior: Factor emission of the creation of, and branch to,Richard Smith2012-09-081-17/+16
* [ms-inline asm] Have MSAsmStmts use the generic EmitAsmStmt codegen function.Chad Rosier2012-08-281-1/+0
* [ms-inline asm] Rename EmitGCCAsmStmt to EmitAsmStmt and have it accept Chad Rosier2012-08-281-1/+1
OpenPOWER on IntegriCloud