Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
CodeGen
/
EHScopeStack.h
2c51880
Spelling mistakes in comments. NFCI. (PR27635)
by Simon Pilgrim
· 8 years ago
c3f8925
Retire llvm::alignOf in favor of C++11 alignof.
by Benjamin Kramer
· 9 years ago
421119f
[Temporary, Lifetime] Add lifetime marks for temporaries
by Tim Shen
· 9 years ago
8af7bb2
[CodeGen] Emit lifetime.end intrinsic after objects are destructed in
by Akira Hatanaka
· 9 years ago
4e52d6f
Update clang to use the updated LLVM EH instructions
by David Majnemer
· 10 years ago
c2d2b42
[CodeGen] Remove dead code. NFC.
by Benjamin Kramer
· 10 years ago
2586aac
[SEH] Use cleanupendpad so that WinEHPrepare gets the coloring right
by Reid Kleckner
· 10 years ago
7e70d68
Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymorphically
by David Blaikie
· 10 years ago
50ccaa6
Fix for MSVC
by David Blaikie
· 10 years ago
fb2b796
Wdeprecated: Support movability of EHScopeStack::Cleanup objects as they are move constructed in ConditionalCleanup::restore
by David Blaikie
· 10 years ago
dbf1045
[MS ABI] Hook clang up to the new EH instructions
by David Majnemer
· 10 years ago
8041e59
Hopefully fix android i386 build after r242554.
by James Y Knight
· 10 years ago
53c7616
Fix alignment issues in Clang.
by James Y Knight
· 10 years ago
dc012fa
Revert "Revert r234581, it might have caused a few miscompiles in Chromium."
by David Majnemer
· 10 years ago
1c565c3
Revert r234581, it might have caused a few miscompiles in Chromium.
by Nico Weber
· 10 years ago
047a686
Remove threshold for inserting lifetime markers for named temporaries
by Arnaud A. de Grandmaison
· 10 years ago
7f1f6b5
Disambiguate call for GCC.
by Benjamin Kramer
· 11 years ago
51680bc
CodeGen: Base the conditional cleanup machinery on variadic templates
by Benjamin Kramer
· 11 years ago
ebf9a05
Add comments for two CleanupKinds.
by Nico Weber
· 11 years ago
6c4f606
Remove comment addressed by d0k in r229327.
by Nico Weber
· 11 years ago
583089c
Unbreak the build.
by Benjamin Kramer
· 11 years ago
c582c89
Make pushCleanup a variadic template. NFC.
by Benjamin Kramer
· 11 years ago
c311aba
Silence a warning from MSVC "14" by making an enum unsigned
by Reid Kleckner
· 11 years ago
2f5db8b
Header guard canonicalization, clang part.
by Benjamin Kramer
· 11 years ago
8a13c41
[C++11] Use 'nullptr'. CodeGen edition.
by Craig Topper
· 11 years ago
4f12f10
[C++11] Add 'override' keyword to virtual methods that override their base class.
by Craig Topper
· 12 years ago
ed2f476
[C++11] Replace LLVM-style type traits with C++11 standard ones.
by Benjamin Kramer
· 12 years ago
5553d0d
Sort all the #include lines with LLVM's utils/sort_includes.py which
by Chandler Carruth
· 12 years ago
d29f134
[CodeGen] Move EHScopeStack into its own header
by Reid Kleckner
· 12 years ago