| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | IRgen/Darwin: Fix refacto introduced in Triple changes. | Daniel Dunbar | 2011-04-26 | 1 | -1/+1 | 
| *  | ADT/Triple: Switch to using .isOSDarwin() predicate. | Daniel Dunbar | 2011-04-19 | 1 | -1/+1 | 
| *  | Get rid of std::vector usage when getting function types in CGException.cpp | Anders Carlsson | 2011-04-18 | 1 | -30/+22 | 
| *  | fix a bunch of comment typos found by codespell.  Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 | 
| *  | Fix Objective-C++ exceptions (GNU runtime). | David Chisnall | 2011-03-20 | 1 | -1/+2 | 
| *  | Reintroduce r127617: "Code generation for noexcept." with fixes. | Sebastian Redl | 2011-03-15 | 1 | -17/+25 | 
| *  | Revert r127617: "Code generation for noexcept." | Jakob Stoklund Olesen | 2011-03-15 | 1 | -25/+17 | 
| *  | Code generation for noexcept. | Sebastian Redl | 2011-03-14 | 1 | -17/+25 | 
| *  | Propagate the new exception information to FunctionProtoType. | Sebastian Redl | 2011-03-12 | 1 | -4/+3 | 
| *  | Add a -fcxx-exceptions flag to the frontend, which can be used to enable | Anders Carlsson | 2011-02-28 | 1 | -2/+2 | 
| *  | Get rid of the areExceptionsEnabled() getter from LangOptions. | Anders Carlsson | 2011-02-28 | 1 | -3/+3 | 
| *  | Reorganize the emission of local variables. | John McCall | 2011-02-22 | 1 | -7/+9 | 
| *  | Add a LangOptions::areExceptionsEnabled and start using it. | Anders Carlsson | 2011-02-20 | 1 | -3/+3 | 
| *  | Change the representation of GNU ?: expressions to use a different expression | John McCall | 2011-02-17 | 1 | -1/+2 | 
| *  | Remove this FIXME;  clear up an unused variable;  style. | John McCall | 2011-02-16 | 1 | -8/+6 | 
| *  | Save a copy expression for non-trivial copy constructions of catch variables. | John McCall | 2011-02-16 | 1 | -19/+19 | 
| *  | Reorganize CodeGen{Function,Module} to eliminate the unfortunate | John McCall | 2011-02-08 | 1 | -12/+11 | 
| *  | Move all the cleanups framework code into a single file. | John McCall | 2011-01-28 | 1 | -172/+1 | 
| *  | Convert the exception-freeing cleanup over to the conditional cleanups code, | John McCall | 2011-01-28 | 1 | -89/+25 | 
| *  | Fix some obvious bugs in the conditional-cleanup code and then make the | John McCall | 2011-01-26 | 1 | -2/+1 | 
| *  | Better framework for conditional cleanups;  untested as yet. | John McCall | 2011-01-26 | 1 | -0/+36 | 
| *  | "Name" a bool parameter. | Anders Carlsson | 2011-01-24 | 1 | -3/+5 | 
| *  | Fix a latent bug where, after emitting an expression statement, we would | John McCall | 2011-01-12 | 1 | -8/+7 | 
| *  | Rename CXXExprWithTemporaries -> ExprWithCleanups;  there's no theoretical | John McCall | 2010-12-06 | 1 | -1/+1 | 
| *  | ARM EH uses a different personality function in C. | John McCall | 2010-11-07 | 1 | -0/+3 | 
| *  | Don't assert on attempts to throw 'bool'.  I wonder if in the history of C++ | John McCall | 2010-10-29 | 1 | -1/+1 | 
| *  | Death to blocks, or at least the word "block" in one particular obnoxiously | John McCall | 2010-10-15 | 1 | -1/+1 | 
| *  | Opportunistically use the C++ personality function in ObjC++ | John McCall | 2010-09-16 | 1 | -13/+93 | 
| *  | one piece of code is responsible for the lifetime of every aggregate | John McCall | 2010-09-15 | 1 | -1/+1 | 
| *  | IRgen: Change Emit{Load,Store}OfScalar to take a required Alignment argument and | Daniel Dunbar | 2010-08-21 | 1 | -1/+4 | 
| *  | Sketch out a framework for delaying the activation of a cleanup. | John McCall | 2010-08-13 | 1 | -2/+4 | 
| *  | When re-raising an exception after a cleanup, we need to call _Unwind_Resume_... | John McCall | 2010-08-11 | 1 | -1/+1 | 
| *  | Fix a bug in @finally emission in both the fragile and non-fragile EH schemes | John McCall | 2010-08-11 | 1 | -0/+10 | 
| *  | Support catching Objective C pointers in C++ under the non-fragile NeXT runtime. | John McCall | 2010-07-24 | 1 | -1/+7 | 
| *  | Revise cleanup IR generation to fix a major bug with cleanups (PR7686) | John McCall | 2010-07-23 | 1 | -57/+68 | 
| *  | Rename LazyCleanup -> Cleanup.  No functionality change for these last three | John McCall | 2010-07-21 | 1 | -36/+36 | 
| *  | Rip out EHCleanupScope. | John McCall | 2010-07-21 | 1 | -45/+6 | 
| *  | Kill the CleanupBlock API. | John McCall | 2010-07-21 | 1 | -63/+0 | 
| *  | Switch finally cleanups over to being lazy cleanups.  We get basically nothing | John McCall | 2010-07-21 | 1 | -46/+62 | 
| *  | Convert the end-catch call for finally blocks to a lazy cleanup.  This kills off | John McCall | 2010-07-21 | 1 | -13/+25 | 
| *  | Fix the IR generation for catching pointers by references. | John McCall | 2010-07-20 | 1 | -2/+49 | 
| *  | The GNU-runtime ObjC personality function doesn't let us rethrow with URR for | John McCall | 2010-07-17 | 1 | -43/+66 | 
| *  | Work around an obnoxious GCC warning by changing semantics in a hopefully- | John McCall | 2010-07-13 | 1 | -1/+3 | 
| *  | Switch the __cxa_rethrow cleanup to be lazy. | John McCall | 2010-07-13 | 1 | -6/+12 | 
| *  | Allow for the possibility that __cxa_end_catch might throw for a catch-all block | John McCall | 2010-07-13 | 1 | -13/+43 | 
| *  | Switch the __cxa_free_exception cleanup to be lazy. | John McCall | 2010-07-13 | 1 | -16/+32 | 
| *  | Teach IR generation how to lazily emit cleanups.  This has a lot of advantages, | John McCall | 2010-07-13 | 1 | -14/+69 | 
| *  | Teach function-try-blocks on constructors and destructors to implicitly | John McCall | 2010-07-07 | 1 | -8/+18 | 
| *  | Validated by nightly-test runs on x86 and x86-64 darwin, including after | John McCall | 2010-07-06 | 1 | -409/+1084 | 
| *  | Remove unnecessary ASTContext parameter from | Douglas Gregor | 2010-07-01 | 1 | -1/+1 |