summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for complex compound assignments where the LHS is a scalar.Eli Friedman2013-06-121-0/+2
* Revert r183721. It caused cleanups to be delayed too long in some cases.Richard Smith2013-06-111-47/+4
* Rework IR emission for lifetime-extended temporaries. Instead of trying to walkRichard Smith2013-06-111-4/+47
* Make sure we don't emit invalid IR for StmtExprs with complex cleanups.Eli Friedman2013-06-101-5/+6
* [CodeGen] Move EHScopeStack to CGCleanup.h from CodeGenFunction.hReid Kleckner2013-06-091-451/+1
* [ms-cxxabi] Implement MSVC virtual base adjustmentReid Kleckner2013-05-291-4/+0
* Cleanup: Use a member variable to store the SourceLocation for EH code.Adrian Prantl2013-05-161-6/+6
* Use only explicit bool conversion operatorDavid Blaikie2013-05-151-1/+1
* CodeGen for CapturedStmtsBen Langmuir2013-05-091-1/+64
* Don't crash in IRGen if a conditional with 'throw' in one of its branches isRichard Smith2013-05-071-1/+1
* AArch64: teach Clang about __clear_cache intrinsicTim Northover2013-05-041-0/+1
* Reapply r180982 with repaired logic and an additional testcase.Adrian Prantl2013-05-031-6/+10
* Correctly emit certain implicit references to 'self' even withinJohn McCall2013-05-031-4/+5
* Revert "Attempt to un-break the gdb buildbot."Adrian Prantl2013-05-031-10/+6
* Attempt to un-break the gdb buildbot.Adrian Prantl2013-05-031-6/+10
* Ensure that the line table for functions with cleanups is sequential.Adrian Prantl2013-05-021-1/+10
* ArrayRefize code. No functionality change.Benjamin Kramer2013-04-261-2/+1
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-201-0/+41
* Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...Richard Smith2013-04-191-1/+2
* Standardize accesses to the TargetInfo in IR-gen.John McCall2013-04-161-0/+1
* Implement CapturedStmt ASTTareq A. Siraj2013-04-161-0/+1
* 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
OpenPOWER on IntegriCloud