index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CGException.cpp
Age
Commit message (
Expand
)
Author
2013-05-08
Merging r181368:
Bill Wendling
2013-03-07
Change hasAggregateLLVMType, which conflates complex and
John McCall
2013-02-28
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-12
Call __cxa_begin_catch with the current exception before
John McCall
2013-02-12
Change some CGF parameters to CGMs.
John McCall
2013-01-19
Re-sort all the headers. Lots of regressions have crept in here.
Chandler Carruth
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-11
Enable the new (more C++-like, less broken) EH model when targeting the GNUstep
David Chisnall
2013-01-10
objectiveC++: When throwing c++ exception of
Fariborz Jahanian
2013-01-02
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2012-11-14
The ObjC++-to-C++ personality trick is only necessary on NeXT runtimes,
John McCall
2012-11-07
Fix the Objective-C exception rethrow from cleanups (GNU runtimes). Note that
David Chisnall
2012-07-12
Add the ObjFW runtime. Patch by Jonathan Schleifer!
John McCall
2012-07-03
Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep
David Chisnall
2012-06-20
Restructure how the driver communicates information about the
John McCall
2012-06-15
It turns out that implementing the rethrow-on-fallthrough
John McCall
2012-03-29
Revert r153613 as it's causing large compile-time regressions on the nightly ...
Chad Rosier
2012-03-28
When we can't prove that the target of an aggregate copy is
John McCall
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-02-19
Remove dead code.
Ahmed Charles
2012-02-08
CodeGen: Move EHPersonality from CGException.h into the cpp file, it has no o...
Benjamin Kramer
2012-02-07
simplify a bunch of code to use the well-known LLVM IR types computed by Code...
Chris Lattner
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-17
When initializing a catch variable in ARC, be sure to emit retains
John McCall
2011-12-08
Don't get the exception obj from the slot more than once.
Bill Wendling
2011-12-03
Switch the Alignment argument on AggValueSlot over to CharUnits, per John's r...
Eli Friedman
2011-12-03
Track alignment in AggValueSlot. No functional change in this patch, but I'l...
Eli Friedman
2011-11-10
Whenever explicitly activating or deactivating a cleanup, we
John McCall
2011-09-22
Don't remove filters.
Bill Wendling
2011-09-20
Don't assume that the clause is a GlobalVariable. It could be a constant.
Bill Wendling
2011-09-19
The eh.selector intrinsic isn't used anymore. Replace the check here with a
Bill Wendling
2011-09-19
Throw the switch to convert clang to the new exception handling model!
Bill Wendling
2011-09-15
Refactor the load of the exception pointer and the exception selector from their
Bill Wendling
2011-09-02
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-08-27
Remove unused variables noticed by GCC.
Benjamin Kramer
2011-08-26
The allocated exception slot does not alias anything; should fix self-host.
John McCall
2011-08-25
Use stronger typing for the flags on AggValueSlot and require
John McCall
2011-08-11
Simplify EH control flow by observing that EH scopes form a simple
John McCall
2011-07-29
Remove some unnecessary single element array temporaries.
Jay Foad
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-18
de-constify llvm::Type, patch by David Blaikie!
Chris Lattner
2011-07-15
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-12
Generalize Cleanup::Emit's "isForEH" parameter into a set
John McCall
2011-07-12
Do full-expression cleanups in a much more sensible way that still lets
John McCall
2011-07-10
Use cached types; no functionality change.
John McCall
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-07-06
Call objc_terminate() instead of abort() when a cleanup throws an
John McCall
2011-06-23
Support for catching objc pointer objects in c++ catch-statement
Fariborz Jahanian
2011-06-22
Alloa catching Objective-C id's being thrown with C++ throw
Fariborz Jahanian
2011-06-22
Emit @finally blocks completely lazily instead of forcing their
John McCall
[next]