| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add support for complex compound assignments where the LHS is a scalar. | Eli Friedman | 2013-06-12 | 1 | -0/+2 |
* | Revert r183721. It caused cleanups to be delayed too long in some cases. | Richard Smith | 2013-06-11 | 1 | -47/+4 |
* | Rework IR emission for lifetime-extended temporaries. Instead of trying to walk | Richard Smith | 2013-06-11 | 1 | -4/+47 |
* | Make sure we don't emit invalid IR for StmtExprs with complex cleanups. | Eli Friedman | 2013-06-10 | 1 | -5/+6 |
* | [CodeGen] Move EHScopeStack to CGCleanup.h from CodeGenFunction.h | Reid Kleckner | 2013-06-09 | 1 | -451/+1 |
* | [ms-cxxabi] Implement MSVC virtual base adjustment | Reid Kleckner | 2013-05-29 | 1 | -4/+0 |
* | Cleanup: Use a member variable to store the SourceLocation for EH code. | Adrian Prantl | 2013-05-16 | 1 | -6/+6 |
* | Use only explicit bool conversion operator | David Blaikie | 2013-05-15 | 1 | -1/+1 |
* | CodeGen for CapturedStmts | Ben Langmuir | 2013-05-09 | 1 | -1/+64 |
* | Don't crash in IRGen if a conditional with 'throw' in one of its branches is | Richard Smith | 2013-05-07 | 1 | -1/+1 |
* | AArch64: teach Clang about __clear_cache intrinsic | Tim Northover | 2013-05-04 | 1 | -0/+1 |
* | Reapply r180982 with repaired logic and an additional testcase. | Adrian Prantl | 2013-05-03 | 1 | -6/+10 |
* | Correctly emit certain implicit references to 'self' even within | John McCall | 2013-05-03 | 1 | -4/+5 |
* | Revert "Attempt to un-break the gdb buildbot." | Adrian Prantl | 2013-05-03 | 1 | -10/+6 |
* | Attempt to un-break the gdb buildbot. | Adrian Prantl | 2013-05-03 | 1 | -6/+10 |
* | Ensure that the line table for functions with cleanups is sequential. | Adrian Prantl | 2013-05-02 | 1 | -1/+10 |
* | ArrayRefize code. No functionality change. | Benjamin Kramer | 2013-04-26 | 1 | -2/+1 |
* | C++1y: Allow aggregates to have default initializers. | Richard Smith | 2013-04-20 | 1 | -0/+41 |
* | Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica... | Richard Smith | 2013-04-19 | 1 | -1/+2 |
* | Standardize accesses to the TargetInfo in IR-gen. | John McCall | 2013-04-16 | 1 | -0/+1 |
* | Implement CapturedStmt AST | Tareq A. Siraj | 2013-04-16 | 1 | -0/+1 |
* | Initial support for struct-path aware TBAA. | Manman Ren | 2013-04-04 | 1 | -2/+6 |
* | revert r178784 since it does not have a commit message | Manman Ren | 2013-04-04 | 1 | -6/+2 |
* | Index: include/clang/Driver/CC1Options.td | Manman Ren | 2013-04-04 | 1 | -2/+6 |
* | * Attempt to un-break gdb buildbot by emitting a lexical block end only | Adrian Prantl | 2013-04-01 | 1 | -7/+4 |
* | Make clang to mark static stack allocations with lifetime markers to enable a... | Nadav Rotem | 2013-03-23 | 1 | -3/+41 |
* | Under ARC, when we're passing the address of a strong variable | John McCall | 2013-03-23 | 1 | -0/+2 |
* | Exploit this-return of a callsite in a this-return function. | Manman Ren | 2013-03-20 | 1 | -0/+4 |
* | revert r177211 due to its potential issues | Manman Ren | 2013-03-16 | 1 | -4/+0 |
* | Exploit this-return of a callsite in a this-return function. | Manman Ren | 2013-03-16 | 1 | -0/+4 |
* | Tighten up the rules for precise lifetime and document | John McCall | 2013-03-13 | 1 | -4/+4 |
* | Add support for the OpenCL attribute 'vec_type_hint'. | Joey Gouly | 2013-03-08 | 1 | -0/+3 |
* | Promote atomic type sizes up to a power of two, capped by | John McCall | 2013-03-07 | 1 | -0/+7 |
* | Change hasAggregateLLVMType, which conflates complex and | John McCall | 2013-03-07 | 1 | -10/+30 |
* | Restore order to placate test. I had no real reason to switch them. | John McCall | 2013-03-01 | 1 | -1/+1 |
* | Re-use bit from superclass and extract stuff into a local | John McCall | 2013-03-01 | 1 | -9/+10 |
* | Use the actual ABI-determined C calling convention for runtime | John McCall | 2013-02-28 | 1 | -0/+18 |
* | Better support for constructors with -cxx-abi microsoft, partly fixes PR12784 | Timur Iskhodzhanov | 2013-02-27 | 1 | -0/+7 |
* | ubsan: Emit bounds checks for array indexing, vector indexing, and (in really... | Richard Smith | 2013-02-23 | 1 | -1/+8 |
* | Re-apply r174919 - smarter copy/move assignment/construction, with fixes for | Lang Hames | 2013-02-17 | 1 | -0/+1 |
* | ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11, | Richard Smith | 2013-02-13 | 1 | -1/+7 |
* | Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058 | Timur Iskhodzhanov | 2013-02-13 | 1 | -8/+18 |
* | Backing out r174919 while I investigate a self-host bug on Takumi's builder. | Lang Hames | 2013-02-12 | 1 | -1/+0 |
* | When generating IR for default copy-constructors, copy-assignment operators, | Lang Hames | 2013-02-11 | 1 | -0/+1 |
* | Fix typo in comment | Arnaud A. de Grandmaison | 2013-02-05 | 1 | -2/+2 |
* | Fix exception handling line table problems introduced by r173593 | David Blaikie | 2013-02-01 | 1 | -1/+1 |
* | Destroy arrays and ARC fields when throwing out of ctors. | John McCall | 2013-02-01 | 1 | -0/+2 |
* | When we're emitting a constructor or destructor call from a delegating | Douglas Gregor | 2013-01-31 | 1 | -2/+4 |
* | [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping | Chad Rosier | 2013-01-29 | 1 | -1/+1 |
* | PR14566: Debug Info: avoid top level lexical blocks in functions | David Blaikie | 2013-01-26 | 1 | -1/+4 |