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

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

Issue 992493002: Lower signatures exposing struct registers to byval struct pointers (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Final. Created 5 years, 9 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/PNaClABISimplify.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 BackendCanonicalize.cpp 3 BackendCanonicalize.cpp
4 CanonicalizeMemIntrinsics.cpp 4 CanonicalizeMemIntrinsics.cpp
5 ConstantInsertExtractElementIndex.cpp 5 ConstantInsertExtractElementIndex.cpp
6 ExceptionInfoWriter.cpp 6 ExceptionInfoWriter.cpp
7 ExpandArithWithOverflow.cpp 7 ExpandArithWithOverflow.cpp
8 ExpandByVal.cpp 8 ExpandByVal.cpp
9 ExpandConstantExpr.cpp 9 ExpandConstantExpr.cpp
10 ExpandCtors.cpp 10 ExpandCtors.cpp
(...skipping 16 matching lines...) Expand all
27 PNaClSjLjEH.cpp 27 PNaClSjLjEH.cpp
28 PromoteI1Ops.cpp 28 PromoteI1Ops.cpp
29 PromoteIntegers.cpp 29 PromoteIntegers.cpp
30 RemoveAsmMemory.cpp 30 RemoveAsmMemory.cpp
31 ReplacePtrsWithInts.cpp 31 ReplacePtrsWithInts.cpp
32 ResolvePNaClIntrinsics.cpp 32 ResolvePNaClIntrinsics.cpp
33 RewriteAtomics.cpp 33 RewriteAtomics.cpp
34 RewriteLLVMIntrinsics.cpp 34 RewriteLLVMIntrinsics.cpp
35 RewritePNaClLibraryCalls.cpp 35 RewritePNaClLibraryCalls.cpp
36 SimplifyAllocas.cpp 36 SimplifyAllocas.cpp
37 SimplifyStructRegSignatures.cpp
37 StripAttributes.cpp 38 StripAttributes.cpp
38 StripMetadata.cpp 39 StripMetadata.cpp
39 ) 40 )
40 41
41 add_dependencies(LLVMNaClTransforms intrinsics_gen) 42 add_dependencies(LLVMNaClTransforms intrinsics_gen)
OLDNEW
« no previous file with comments | « include/llvm/Transforms/NaCl.h ('k') | lib/Transforms/NaCl/PNaClABISimplify.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698