summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
Commit message (Expand)AuthorAgeFilesLines
...
* [CGF] Get rid of passing redundant VTable pointer around in CodeGenFunction::...Timur Iskhodzhanov2013-08-211-2/+0
* Abstract out virtual calls and virtual function prologue code generation; imp...Timur Iskhodzhanov2013-08-211-2/+0
* PR16933: Don't try to codegen things after we've seen errors.David Blaikie2013-08-191-2/+1
* Debug Info / EmitCallArgs: arguments may modify the debug location.Adrian Prantl2013-07-261-3/+16
* Simplify the CodeGenFunction::Build*Virtual*Call family of functionsTimur Iskhodzhanov2013-07-191-3/+1
* Use SmallVectorImpl& for function arguments instead of SmallVector.Craig Topper2013-07-051-1/+1
* Restore r184205 and associated commits (after commit of r185290)Stephen Lin2013-06-301-4/+0
* Delete dead code.Eli Friedman2013-06-281-1/+0
* Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin2013-06-191-0/+4
* [CodeGen] Move EHScopeStack into its own headerReid Kleckner2013-06-191-1/+1
* CodeGen: Have 'this'-returning constructors and destructors to take advantage...Stephen Lin2013-06-181-4/+0
* Simplify: we don't need any special-case lifetime extension when initializingRichard Smith2013-06-121-4/+2
* PR12086, PR15117Richard Smith2013-06-121-4/+0
* Reapply r183721, reverted in r183776, with a fix for a bug in the former (weRichard Smith2013-06-121-4/+47
* 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
OpenPOWER on IntegriCloud