| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add support for putting constructors and destructos in explicit comdats. | Rafael Espindola | 2014-09-16 | 1 | -6/+7 |
| * | Test cleanup: move CHECK close to code. | Rafael Espindola | 2014-09-01 | 1 | -132/+131 |
| * | Cleanup the test a bit. It was too dependent on the output order. | Rafael Espindola | 2014-08-29 | 1 | -180/+176 |
| * | Update for llvm API change. | Rafael Espindola | 2014-06-03 | 1 | -2/+2 |
| * | Update for llvm api change. | Rafael Espindola | 2014-05-16 | 1 | -2/+2 |
| * | Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a... | David Blaikie | 2014-04-02 | 1 | -3/+3 |
| * | [ms-cxxabi] Fix cast when structor replacement is an alias | Reid Kleckner | 2014-02-03 | 1 | -0/+7 |
| * | Output destructors and constructors in a more natural order. | Rafael Espindola | 2013-12-09 | 1 | -12/+12 |
| * | Don't use alias from derived dtor to base dtor at -O0. | Rafael Espindola | 2013-11-13 | 1 | -1/+1 |
| * | Keep the old function order in CodeGenModule::applyReplacements. | Rafael Espindola | 2013-11-12 | 1 | -8/+8 |
| * | Revert "Keep the old function order in CodeGenModule::applyReplacements." | Rafael Espindola | 2013-11-11 | 1 | -8/+8 |
| * | Keep the old function order in CodeGenModule::applyReplacements. | Rafael Espindola | 2013-11-10 | 1 | -8/+8 |
| * | Use rauw for all discardable aliases, not just linkonce_odr. | Rafael Espindola | 2013-11-08 | 1 | -18/+4 |
| * | If a linkonce_odr dtor/ctor is identical to another one, just rauw. | Rafael Espindola | 2013-11-08 | 1 | -1/+1 |
| * | Produce direct calls instead of alias to linkonce_odr functions. | Rafael Espindola | 2013-11-05 | 1 | -4/+6 |
| * | Expand the test a bit. | Rafael Espindola | 2013-11-05 | 1 | -1/+4 |
| * | Add a testcase from the recent bootstrap failure. | Rafael Espindola | 2013-11-05 | 1 | -0/+13 |
| * | Revert "Produce direct calls instead of alias to linkonce_odr functions." | Rafael Espindola | 2013-11-05 | 1 | -3/+1 |
| * | Produce direct calls instead of alias to linkonce_odr functions. | Rafael Espindola | 2013-11-05 | 1 | -1/+3 |
| * | Use aliases for more constructors and destructors. | Rafael Espindola | 2013-11-04 | 1 | -8/+6 |
| * | Don't hardcode the alias order in this test. | Rafael Espindola | 2013-10-11 | 1 | -9/+9 |
| * | Revert "Use aliases for more constructors and destructors." | Rafael Espindola | 2013-10-10 | 1 | -28/+3 |
| * | Use aliases for more constructors and destructors. | Rafael Espindola | 2013-10-09 | 1 | -3/+28 |
| * | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes... | Stephen Lin | 2013-08-15 | 1 | -26/+26 |
| * | Test updates missed from r186799. | Richard Smith | 2013-07-21 | 1 | -1/+1 |
| * | Update to use references to attribute groups instead of listing the attribute... | Bill Wendling | 2013-02-22 | 1 | -4/+6 |
| * | 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 |