| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an AST node for __leave statements, hook it up. | Nico Weber | 2014-07-07 | 1 | -0/+4 |
* | Remove CleanupHackLevel from CGException. | Logan Chien | 2014-07-01 | 1 | -111/+16 |
* | Update for llvm api change. | Rafael Espindola | 2014-06-04 | 1 | -1/+1 |
* | [C++11] Use 'nullptr'. CodeGen edition. | Craig Topper | 2014-05-21 | 1 | -18/+21 |
* | [OPENMP] Initial codegen for '#pragma omp parallel' | Alexey Bataev | 2014-05-06 | 1 | -2/+14 |
* | MS ABI: Emit an error during IRgen on C++ exception handling | Reid Kleckner | 2014-05-05 | 1 | -0/+10 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-12 | 1 | -4/+4 |
* | [C++11] Update Clang for the change to LLVM's Use-Def chain iterators in | Chandler Carruth | 2014-03-09 | 1 | -6/+3 |
* | [Modules] Update to reflect the move of CallSite into the IR library in | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
* | Debug info: Refactor NoLocation and ArtificialLocation to use a common base | Adrian Prantl | 2014-01-17 | 1 | -6/+2 |
* | 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 |