Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(545)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: test/Transforms/NaCl/allocate-data-segment-size.ll
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.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
include/llvm/Transforms/NaCl.h
lib/Bitcode/NaCl/Analysis/LLVMBuild.txt
lib/Transforms/NaCl/AddSFI.cpp
lib/Transforms/NaCl/AllocateDataSegment.cpp
lib/Transforms/NaCl/CMakeLists.txt
lib/Transforms/NaCl/FlattenGlobals.cpp
lib/Transforms/NaCl/ReplacePtrsWithInts.cpp
lib/Transforms/NaCl/SandboxIndirectCalls.cpp
lib/Transforms/NaCl/SandboxMemoryAccesses.cpp
lib/Transforms/NaCl/StripTls.cpp
lib/Transforms/Scalar/LowerAtomic.cpp
test/Transforms/NaCl/allocate-data-segment.ll
test/Transforms/NaCl/allocate-data-segment-size.ll
test/Transforms/NaCl/expand-alloca.ll
test/Transforms/NaCl/flatten-globals.ll
test/Transforms/NaCl/sandbox-indirect-calls.ll
test/Transforms/NaCl/sandbox-memory-accesses.ll
test/Transforms/NaCl/strip-tls.ll
tools/opt/opt.cpp
View unified diff
|
Download patch
« no previous file with comments
|
« test/Transforms/NaCl/allocate-data-segment.ll
('k') |
test/Transforms/NaCl/expand-alloca.ll »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
; RUN: opt %s -allocate-data-segment -S | FileCheck %s
2
3
@var1 = global i32 11
4
@var2 = global i32 22
5
6
; Check for a bug in which we got the following, which FlattenGlobals
7
; doesn't handle:
8
; @__sfi_data_segment_size = constant i64 mul nuw (i64 ptrtoint (i32* getelement ptr (i32* null, i32 1) to i64), i64 2)
9
10
; CHECK: @__sfi_data_segment_size = constant i32 8
OLD
NEW
« no previous file with comments
|
« test/Transforms/NaCl/allocate-data-segment.ll
('k') |
test/Transforms/NaCl/expand-alloca.ll »
('j') |
no next file with comments »
Issue 29743003: Add passes for applying SFI sandboxing at the LLVM IR level
Created 7 years, 2 months ago by Mark Seaborn
Modified 6 years, 6 months ago
Reviewers:
Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Comments: 0
This is Rietveld
408576698