Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ccf43ca05cb1540f3d95a73b7b329bf926808c7b
/
clang
/
lib
/
CodeGen
/
CGCleanup.cpp
fe3b069
llvm::SwitchInst
by Stepan Dyatkovskiy
· 14 years ago
85fcc2d
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
by Stepan Dyatkovskiy
· 14 years ago
5fecf544
Compatability fix for SwitchInst refactoring.
by Stepan Dyatkovskiy
· 14 years ago
1425b45
Use function pointers, rather than references, to pass Destroyers
by Peter Collingbourne
· 14 years ago
e4d798f
More dead code removal (using -Wunreachable-code)
by David Blaikie
· 14 years ago
eec0a2a
Another silly workaround for MSVC.
by Peter Collingbourne
· 14 years ago
fc38dfe
Sigh, another workaround for MSVC.
by Peter Collingbourne
· 14 years ago
1424b30
Work around a gcc4.2 bug.
by Peter Collingbourne
· 14 years ago
702b284
When destroying temporaries, instead of a custom cleanup use the
by Peter Collingbourne
· 14 years ago
f4beacd
Whenever explicitly activating or deactivating a cleanup, we
by John McCall
· 14 years ago
e63abb5
Fix a subtle bug with cleanups: when activating
by John McCall
· 14 years ago
8e4c74b
Simplify EH control flow by observing that EH scopes form a simple
by John McCall
· 14 years ago
a3654e3
Formatting.
by John McCall
· 14 years ago
45e4295
Avoid fallthrough-branching to an inactive cleanup even if it's
by John McCall
· 14 years ago
f82bdf6
Be sure to destroy the normal entry block of a cleanup that we
by John McCall
· 14 years ago
0e62c1c
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
by Chris Lattner
· 14 years ago
2192fe5
de-constify llvm::Type, patch by David Blaikie!
by Chris Lattner
· 14 years ago
30317fd
Generalize Cleanup::Emit's "isForEH" parameter into a set
by John McCall
· 14 years ago
5fcf8da
Do full-expression cleanups in a much more sensible way that still lets
by John McCall
· 14 years ago
e03c05c
Change how PHINodes store their operands.
by Jay Foad
· 14 years ago
845511f
update for api change.
by Chris Lattner
· 14 years ago
bc204c8
implement rdar://9289524 - case followed immediately by break results in empty IR block,
by Chris Lattner
· 15 years ago
1b93f1b
Tame an assert; the scope depth of a jump destination does not
by John McCall
· 15 years ago
ad7c5c1
Reorganize CodeGen{Function,Module} to eliminate the unfortunate
by John McCall
· 15 years ago
ed1ae86
Move all the cleanups framework code into a single file. Pure motion.
by John McCall
· 15 years ago