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

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

Issue 120773002: PNaCl: Implement computed gotos (indirectbr) by expanding out to switches (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Cleanup Created 6 years, 11 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
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 ExceptionInfoWriter.cpp
5 ExpandArithWithOverflow.cpp 5 ExpandArithWithOverflow.cpp
6 ExpandByVal.cpp 6 ExpandByVal.cpp
7 ExpandConstantExpr.cpp 7 ExpandConstantExpr.cpp
8 ExpandCtors.cpp 8 ExpandCtors.cpp
9 ExpandGetElementPtr.cpp 9 ExpandGetElementPtr.cpp
10 ExpandIndirectBr.cpp
10 ExpandSmallArguments.cpp 11 ExpandSmallArguments.cpp
11 ExpandStructRegs.cpp 12 ExpandStructRegs.cpp
12 ExpandTls.cpp 13 ExpandTls.cpp
13 ExpandTlsConstantExpr.cpp 14 ExpandTlsConstantExpr.cpp
14 ExpandUtils.cpp 15 ExpandUtils.cpp
15 ExpandVarArgs.cpp 16 ExpandVarArgs.cpp
16 FlattenGlobals.cpp 17 FlattenGlobals.cpp
17 GlobalCleanup.cpp 18 GlobalCleanup.cpp
18 InsertDivideCheck.cpp 19 InsertDivideCheck.cpp
19 PNaClABISimplify.cpp 20 PNaClABISimplify.cpp
20 PNaClSjLjEH.cpp 21 PNaClSjLjEH.cpp
21 PromoteI1Ops.cpp 22 PromoteI1Ops.cpp
22 PromoteIntegers.cpp 23 PromoteIntegers.cpp
23 RemoveAsmMemory.cpp 24 RemoveAsmMemory.cpp
24 ReplacePtrsWithInts.cpp 25 ReplacePtrsWithInts.cpp
25 ResolvePNaClIntrinsics.cpp 26 ResolvePNaClIntrinsics.cpp
26 RewriteAtomics.cpp 27 RewriteAtomics.cpp
27 RewriteLLVMIntrinsics.cpp 28 RewriteLLVMIntrinsics.cpp
28 RewritePNaClLibraryCalls.cpp 29 RewritePNaClLibraryCalls.cpp
29 StripAttributes.cpp 30 StripAttributes.cpp
30 StripMetadata.cpp 31 StripMetadata.cpp
31 ) 32 )
32 33
33 add_dependencies(LLVMNaClTransforms intrinsics_gen) 34 add_dependencies(LLVMNaClTransforms intrinsics_gen)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698