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

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

Issue 29743003: Add passes for applying SFI sandboxing at the LLVM IR level Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Retry upload Created 6 years, 6 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 | « lib/Transforms/NaCl/AllocateDataSegment.cpp ('k') | lib/Transforms/NaCl/FlattenGlobals.cpp » ('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 AddSFI.cpp
4 AllocateDataSegment.cpp
5 SandboxIndirectCalls.cpp
6 SandboxMemoryAccesses.cpp
7 StripTls.cpp
3 CanonicalizeMemIntrinsics.cpp 8 CanonicalizeMemIntrinsics.cpp
4 CombineVectorInstructions.cpp 9 CombineVectorInstructions.cpp
5 ConstantInsertExtractElementIndex.cpp 10 ConstantInsertExtractElementIndex.cpp
6 ExceptionInfoWriter.cpp 11 ExceptionInfoWriter.cpp
7 ExpandArithWithOverflow.cpp 12 ExpandArithWithOverflow.cpp
8 ExpandByVal.cpp 13 ExpandByVal.cpp
9 ExpandConstantExpr.cpp 14 ExpandConstantExpr.cpp
10 ExpandCtors.cpp 15 ExpandCtors.cpp
11 ExpandGetElementPtr.cpp 16 ExpandGetElementPtr.cpp
12 ExpandIndirectBr.cpp 17 ExpandIndirectBr.cpp
(...skipping 17 matching lines...) Expand all
30 ReplacePtrsWithInts.cpp 35 ReplacePtrsWithInts.cpp
31 ResolvePNaClIntrinsics.cpp 36 ResolvePNaClIntrinsics.cpp
32 RewriteAtomics.cpp 37 RewriteAtomics.cpp
33 RewriteLLVMIntrinsics.cpp 38 RewriteLLVMIntrinsics.cpp
34 RewritePNaClLibraryCalls.cpp 39 RewritePNaClLibraryCalls.cpp
35 StripAttributes.cpp 40 StripAttributes.cpp
36 StripMetadata.cpp 41 StripMetadata.cpp
37 ) 42 )
38 43
39 add_dependencies(LLVMNaClTransforms intrinsics_gen) 44 add_dependencies(LLVMNaClTransforms intrinsics_gen)
OLDNEW
« no previous file with comments | « lib/Transforms/NaCl/AllocateDataSegment.cpp ('k') | lib/Transforms/NaCl/FlattenGlobals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698