| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | patch for PR9027 and // rdar://11861085 | Fariborz Jahanian | 2013-01-25 | 1 | -3/+13 |
| * | [ubsan] Add support for -fsanitize-blacklist | Will Dietz | 2013-01-18 | 1 | -1/+4 |
| * | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -3/+3 |
| * | Don't assert/crash on reference variables in lambdas bound to a | Eli Friedman | 2013-01-03 | 1 | -5/+0 |
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -8/+8 |
| * | [ubsan] Add flag to enable recovery from checks when possible. | Will Dietz | 2012-12-02 | 1 | -1/+11 |
| * | Fix the Objective-C exception rethrow from cleanups (GNU runtimes). Note that | David Chisnall | 2012-11-07 | 1 | -1/+1 |
| * | Use the individual -fsanitize=<...> arguments to control which of the UBSan | Richard Smith | 2012-11-05 | 1 | -2/+3 |
| * | Split emission of -ftrapv checks and -fcatch-undefined-behavior checks into | Richard Smith | 2012-11-01 | 1 | -2/+7 |
| * | -fcatch-undefined-behavior checking for appropriate vptr value: Clang CodeGen... | Richard Smith | 2012-10-25 | 1 | -2/+5 |
| * | At -O0, prefer objc_storeStrong with a null new value to the | John McCall | 2012-10-17 | 1 | -0/+1 |
| * | Transform pattern: | Alexey Samsonov | 2012-10-16 | 1 | -0/+8 |
| * | Add codegen support for __uuidof(). | Nico Weber | 2012-10-11 | 1 | -0/+2 |
| * | -fcatch-undefined-behavior: emit calls to the runtime library whenever one of... | Richard Smith | 2012-10-09 | 1 | -3/+18 |
| * | CodeGen: Copy tail padding when we're not dealing with a trivial copy assign ... | Benjamin Kramer | 2012-09-30 | 1 | -1/+14 |
| * | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 2012-09-27 | 1 | -2/+2 |
| * | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 2012-09-27 | 1 | -2/+2 |
| * | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. | Dmitri Gribenko | 2012-09-15 | 1 | -6/+6 |
| * | -fcatch-undefined-behavior: Factor emission of the creation of, and branch to, | Richard Smith | 2012-09-08 | 1 | -17/+16 |
| * | [ms-inline asm] Have MSAsmStmts use the generic EmitAsmStmt codegen function. | Chad Rosier | 2012-08-28 | 1 | -1/+0 |
| * | [ms-inline asm] Rename EmitGCCAsmStmt to EmitAsmStmt and have it accept | Chad Rosier | 2012-08-28 | 1 | -1/+1 |