| Commit message (Expand) | Author | Age | Files | Lines |
* | clang/test/CodeGenCXX: Fix two tests, destructors.cpp and microsoft-abi-array... | NAKAMURA Takumi | 2012-05-01 | 1 | -1/+1 |
* | PR12710 - broken default argument handling for templates. | David Blaikie | 2012-05-01 | 1 | -0/+16 |
* | Throw the switch to convert clang to the new exception handling model! | Bill Wendling | 2011-09-19 | 1 | -4/+6 |
* | Simplify EH control flow by observing that EH scopes form a simple | John McCall | 2011-08-11 | 1 | -1/+0 |
* | Be sure to destroy the normal entry block of a cleanup that we | John McCall | 2011-08-06 | 1 | -0/+25 |
* | Fix a lot of problems with the partial destruction of arrays: | John McCall | 2011-07-11 | 1 | -2/+13 |
* | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner | 2011-07-09 | 1 | -5/+5 |
* | A number of array-related IR-gen cleanups. | John McCall | 2011-07-09 | 1 | -18/+7 |
* | Convert Clang over to resuming from landing pads with llvm.eh.resume. | John McCall | 2011-05-28 | 1 | -2/+2 |
* | Back out r132209; it's breaking nightly tests. | Eli Friedman | 2011-05-27 | 1 | -2/+2 |
* | Implement a new, much improved version of the cleanup hack. We just need | John McCall | 2011-05-27 | 1 | -2/+2 |
* | Add -fcxx-exceptions to all tests that use C++ exceptions. | Anders Carlsson | 2011-02-28 | 1 | -1/+1 |
* | Look through array types when deciding whether a field requires non-trivial | John McCall | 2011-02-13 | 1 | -0/+20 |
* | Move unnamed_addr after the function arguments on Sabre's request. | Rafael Espindola | 2011-01-25 | 1 | -17/+17 |
* | Add unnamed_addr to constructors and destructors. | Rafael Espindola | 2011-01-11 | 1 | -17/+17 |
* | Implement proper base/member destructor EH chaining. | John McCall | 2010-07-21 | 1 | -1/+47 |
* | Convert the EH cleanups for base and member destructors in a constructor into | John McCall | 2010-07-21 | 1 | -5/+5 |
* | Mark calls to 'throw()' functions as nounwind, and mark the functions nounwind | John McCall | 2010-07-08 | 1 | -9/+6 |
* | When destroying a cleanup, kill any references to instructions in the entry | John McCall | 2010-07-06 | 1 | -0/+31 |
* | Validated by nightly-test runs on x86 and x86-64 darwin, including after | John McCall | 2010-07-06 | 1 | -3/+55 |
* | Reinstate fix for PR7526, which was failing because, now that we | Douglas Gregor | 2010-07-01 | 1 | -0/+19 |
* | Revert r107374, which broke bootstrap. | Douglas Gregor | 2010-07-01 | 1 | -11/+0 |
* | When building the type of a destructor, make sure to keep the | Douglas Gregor | 2010-07-01 | 1 | -0/+11 |
* | Give this test a triple. | John McCall | 2010-05-27 | 1 | -1/+1 |
* | When deciding whether a deferred declaration has already been emitted, | John McCall | 2010-05-27 | 1 | -1/+64 |
* | Don't emit derived-to-base destructor aliases if we don't have a definition | John McCall | 2010-03-03 | 1 | -0/+14 |
* | Perform two more constructor/destructor code-size optimizations: | John McCall | 2010-02-23 | 1 | -1/+45 |
* | More refactoring around constructor/destructor code generation. | John McCall | 2010-02-19 | 1 | -1/+48 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Unify the way destructor epilogues are generated for synthesized and regular ... | Anders Carlsson | 2009-11-17 | 1 | -0/+14 |
* | CodeGen may see out-of-line declarations of the various special member | Douglas Gregor | 2009-10-01 | 1 | -1/+9 |
* | We can generate constructors/destructors with base classes and non-trivial fi... | Anders Carlsson | 2009-09-01 | 1 | -0/+22 |