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
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
2011-06-15
Automatic Reference Counting.
John McCall
2011-05-28
Convert Clang over to resuming from landing pads with llvm.eh.resume.
John McCall
2011-05-27
Back out r132209; it's breaking nightly tests.
Eli Friedman
2011-05-27
Implement a new, much improved version of the cleanup hack. We just need
John McCall
2011-04-26
IRgen/Darwin: Fix refacto introduced in Triple changes.
Daniel Dunbar
2011-04-19
ADT/Triple: Switch to using .isOSDarwin() predicate.
Daniel Dunbar
2011-04-18
Get rid of std::vector usage when getting function types in CGException.cpp
Anders Carlsson
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-03-20
Fix Objective-C++ exceptions (GNU runtime).
David Chisnall
2011-03-15
Reintroduce r127617: "Code generation for noexcept." with fixes.
Sebastian Redl
2011-03-15
Revert r127617: "Code generation for noexcept."
Jakob Stoklund Olesen
2011-03-14
Code generation for noexcept.
Sebastian Redl
2011-03-12
Propagate the new exception information to FunctionProtoType.
Sebastian Redl
2011-02-28
Add a -fcxx-exceptions flag to the frontend, which can be used to enable
Anders Carlsson
2011-02-28
Get rid of the areExceptionsEnabled() getter from LangOptions.
Anders Carlsson
2011-02-22
Reorganize the emission of local variables.
John McCall
[next]