Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Side by Side Diff: lib/Transforms/NaCl/CMakeLists.txt

Issue 24777002: Add PNaClSjLjEH pass to implement C++ exception handling using setjmp()+longjmp() (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Retry upload Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « include/llvm/Transforms/NaCl.h ('k') | lib/Transforms/NaCl/ExceptionInfoWriter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 add_llvm_library(LLVMNaClTransforms 1 add_llvm_library(LLVMNaClTransforms
2 AddPNaClExternalDecls.cpp 2 AddPNaClExternalDecls.cpp
3 CanonicalizeMemIntrinsics.cpp 3 CanonicalizeMemIntrinsics.cpp
4 ExceptionInfoWriter.cpp
4 ExpandArithWithOverflow.cpp 5 ExpandArithWithOverflow.cpp
5 ExpandByVal.cpp 6 ExpandByVal.cpp
6 ExpandConstantExpr.cpp 7 ExpandConstantExpr.cpp
7 ExpandCtors.cpp 8 ExpandCtors.cpp
8 ExpandGetElementPtr.cpp 9 ExpandGetElementPtr.cpp
9 ExpandSmallArguments.cpp 10 ExpandSmallArguments.cpp
10 ExpandStructRegs.cpp 11 ExpandStructRegs.cpp
11 ExpandTls.cpp 12 ExpandTls.cpp
12 ExpandTlsConstantExpr.cpp 13 ExpandTlsConstantExpr.cpp
13 ExpandUtils.cpp 14 ExpandUtils.cpp
14 ExpandVarArgs.cpp 15 ExpandVarArgs.cpp
15 FlattenGlobals.cpp 16 FlattenGlobals.cpp
16 GlobalCleanup.cpp 17 GlobalCleanup.cpp
17 InsertDivideCheck.cpp 18 InsertDivideCheck.cpp
18 PNaClABISimplify.cpp 19 PNaClABISimplify.cpp
20 PNaClSjLjEH.cpp
19 PromoteI1Ops.cpp 21 PromoteI1Ops.cpp
20 PromoteIntegers.cpp 22 PromoteIntegers.cpp
21 RemoveAsmMemory.cpp 23 RemoveAsmMemory.cpp
22 ReplacePtrsWithInts.cpp 24 ReplacePtrsWithInts.cpp
23 ResolvePNaClIntrinsics.cpp 25 ResolvePNaClIntrinsics.cpp
24 RewriteAtomics.cpp 26 RewriteAtomics.cpp
25 RewriteLLVMIntrinsics.cpp 27 RewriteLLVMIntrinsics.cpp
26 RewritePNaClLibraryCalls.cpp 28 RewritePNaClLibraryCalls.cpp
27 StripAttributes.cpp 29 StripAttributes.cpp
28 StripMetadata.cpp 30 StripMetadata.cpp
29 ) 31 )
30 32
31 add_dependencies(LLVMNaClTransforms intrinsics_gen) 33 add_dependencies(LLVMNaClTransforms intrinsics_gen)
OLDNEW
« no previous file with comments | « include/llvm/Transforms/NaCl.h ('k') | lib/Transforms/NaCl/ExceptionInfoWriter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698