| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Fix leak in lib/CodeGen/CGException.cpp, PR18318 | Kostya Serebryany | 2014-01-09 | 1 | -0/+1 | 
| *  | CodeGen: Sentences end with a period | Justin Bogner | 2014-01-07 | 1 | -1/+1 | 
| *  | CodeGen: Initial instrumentation based PGO implementation | Justin Bogner | 2014-01-06 | 1 | -0/+6 | 
| *  | Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs | Nick Lewycky | 2013-10-02 | 1 | -4/+5 | 
| *  | Emit an error when attempting to generate IR for SEH __try | Reid Kleckner | 2013-09-16 | 1 | -0/+4 | 
| *  | Fix typo in comment. Patch by Matthew Dempsky! | Richard Smith | 2013-06-20 | 1 | -1/+1 | 
| *  | Call __cxa_begin_catch before std::terminate() in a noexcept trap. | John McCall | 2013-06-20 | 1 | -2/+9 | 
| *  | Set the debug location for landing pad code to the canonical EH location. | Adrian Prantl | 2013-05-16 | 1 | -0/+7 | 
| *  | Don't crash in IRGen if a conditional with 'throw' in one of its branches is | Richard Smith | 2013-05-07 | 1 | -4/+8 | 
| *  | Change hasAggregateLLVMType, which conflates complex and | John McCall | 2013-03-07 | 1 | -14/+19 | 
| *  | Use the actual ABI-determined C calling convention for runtime | John McCall | 2013-02-28 | 1 | -51/+33 | 
| *  | Call __cxa_begin_catch with the current exception before | John McCall | 2013-02-12 | 1 | -3/+69 | 
| *  | Change some CGF parameters to CGMs. | John McCall | 2013-02-12 | 1 | -49/+49 | 
| *  | Re-sort all the headers. Lots of regressions have crept in here. | Chandler Carruth | 2013-01-19 | 1 | -1/+1 | 
| *  | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -1/+1 | 
| *  | Enable the new (more C++-like, less broken) EH model when targeting the GNUstep | David Chisnall | 2013-01-11 | 1 | -0/+6 | 
| *  | objectiveC++: When throwing c++ exception of  | Fariborz Jahanian | 2013-01-10 | 1 | -0/+12 | 
| *  | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth | 2013-01-02 | 1 | -1/+1 | 
| *  | The ObjC++-to-C++ personality trick is only necessary on NeXT runtimes, | John McCall | 2012-11-14 | 1 | -4/+5 | 
| *  | Fix the Objective-C exception rethrow from cleanups (GNU runtimes).  Note that | David Chisnall | 2012-11-07 | 1 | -4/+4 | 
| *  | Add the ObjFW runtime.  Patch by Jonathan Schleifer! | John McCall | 2012-07-12 | 1 | -0/+2 | 
| *  | Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep | David Chisnall | 2012-07-03 | 1 | -5/+6 | 
| *  | Restructure how the driver communicates information about the | John McCall | 2012-06-20 | 1 | -14/+23 | 
| *  | It turns out that implementing the rethrow-on-fallthrough | John McCall | 2012-06-15 | 1 | -18/+20 | 
| *  | Revert r153613 as it's causing large compile-time regressions on the nightly ... | Chad Rosier | 2012-03-29 | 1 | -5/+4 | 
| *  | When we can't prove that the target of an aggregate copy is | John McCall | 2012-03-28 | 1 | -4/+5 | 
| *  | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -13/+13 | 
| *  | Remove dead code. | Ahmed Charles | 2012-02-19 | 1 | -6/+2 | 
| *  | CodeGen: Move EHPersonality from CGException.h into the cpp file, it has no o... | Benjamin Kramer | 2012-02-08 | 1 | -23/+43 | 
| *  | simplify a bunch of code to use the well-known LLVM IR types computed by Code... | Chris Lattner | 2012-02-07 | 1 | -3/+1 | 
| *  | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -2/+1 | 
| *  | When initializing a catch variable in ARC, be sure to emit retains | John McCall | 2012-01-17 | 1 | -2/+17 | 
| *  | Don't get the exception obj from the slot more than once. | Bill Wendling | 2011-12-08 | 1 | -4/+3 | 
| *  | Switch the Alignment argument on AggValueSlot over to CharUnits, per John's r... | Eli Friedman | 2011-12-03 | 1 | -1/+1 | 
| *  | Track alignment in AggValueSlot.  No functional change in this patch, but I'l... | Eli Friedman | 2011-12-03 | 1 | -4/+6 | 
| *  | Whenever explicitly activating or deactivating a cleanup, we | John McCall | 2011-11-10 | 1 | -1/+1 | 
| *  | Don't remove filters. | Bill Wendling | 2011-09-22 | 1 | -7/+3 | 
| *  | Don't assume that the clause is a GlobalVariable. It could be a constant. | Bill Wendling | 2011-09-20 | 1 | -13/+11 | 
| *  | The eh.selector intrinsic isn't used anymore. Replace the check here with a | Bill Wendling | 2011-09-19 | 1 | -16/+30 | 
| *  | Throw the switch to convert clang to the new exception handling model! | Bill Wendling | 2011-09-19 | 1 | -59/+54 | 
| *  | Refactor the load of the exception pointer and the exception selector from their | Bill Wendling | 2011-09-15 | 1 | -13/+18 | 
| *  | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor | 2011-09-02 | 1 | -1/+1 | 
| *  | Remove unused variables noticed by GCC. | Benjamin Kramer | 2011-08-27 | 1 | -1/+0 | 
| *  | The allocated exception slot does not alias anything;  should fix self-host. | John McCall | 2011-08-26 | 1 | -1/+2 | 
| *  | Use stronger typing for the flags on AggValueSlot and require | John McCall | 2011-08-25 | 1 | -2/+3 | 
| *  | Simplify EH control flow by observing that EH scopes form a simple | John McCall | 2011-08-11 | 1 | -211/+268 | 
| *  | Remove some unnecessary single element array temporaries. | Jay Foad | 2011-07-29 | 1 | -16/+8 | 
| *  | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -6/+6 | 
| *  | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner | 2011-07-18 | 1 | -19/+19 | 
| *  | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 2011-07-15 | 1 | -8/+7 |