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
/
CGCleanup.cpp
Age
Commit message (
Expand
)
Author
2013-03-07
Change hasAggregateLLVMType, which conflates complex and
John McCall
2012-08-02
Make sure we don't emit IR for unused EH cleanups. PR13359.
Eli Friedman
2012-03-11
llvm::SwitchInst
Stepan Dyatkovskiy
2012-03-08
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-02-01
Compatability fix for SwitchInst refactoring.
Stepan Dyatkovskiy
2012-01-26
Use function pointers, rather than references, to pass Destroyers
Peter Collingbourne
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2011-11-28
Another silly workaround for MSVC.
Peter Collingbourne
2011-11-28
Sigh, another workaround for MSVC.
Peter Collingbourne
2011-11-28
Work around a gcc4.2 bug.
Peter Collingbourne
2011-11-27
When destroying temporaries, instead of a custom cleanup use the
Peter Collingbourne
2011-11-10
Whenever explicitly activating or deactivating a cleanup, we
John McCall
2011-11-10
Fix a subtle bug with cleanups: when activating
John McCall
2011-08-11
Simplify EH control flow by observing that EH scopes form a simple
John McCall
2011-08-10
Formatting.
John McCall
2011-08-07
Avoid fallthrough-branching to an inactive cleanup even if it's
John McCall
2011-08-06
Be sure to destroy the normal entry block of a cleanup that we
John McCall
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-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-06-20
Change how PHINodes store their operands.
Jay Foad
2011-06-18
update for api change.
Chris Lattner
2011-04-17
implement rdar://9289524 - case followed immediately by break results in empt...
Chris Lattner
2011-02-25
Tame an assert; the scope depth of a jump destination does not
John McCall
2011-02-08
Reorganize CodeGen{Function,Module} to eliminate the unfortunate
John McCall
2011-01-28
Move all the cleanups framework code into a single file.
John McCall