Side by Side Diff

Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Keyboard Shortcuts

File
u :up to issue
m :publish + mail comments
M :edit review message
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
<Enter> :respond to / edit current comment
d :mark current comment as done
Issue
u :up to list of issues
m :publish + mail comments
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
# : close issue
Comment/message editing
<Ctrl> + s or <Ctrl> + Enter :save comment
<Esc> :cancel edit
Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(164)
Issues Repositories Search
Open Issues | Closed Issues | All Issues | Sign in with your Google Account to create issues and add comments

Side by Side Diff: Python/ll_compile.cc

Issue 67042: Move include files to Include/ with all the other real include files. Base URL: http://unladen-swallow.googlecode.com/svn/trunk/
Patch Set: Created 16 years, 8 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Python/ll_compile.h ('k') | Python/llvm_compile.cc » ('j') | no next file with comments »
('i') | ('e') | ('c') | ('s')
OLDNEW
1 #include "Python/ll_compile.h" 1 #include "ll_compile.h"
2 2
3 #include "Python.h" 3 #include "Python.h"
4 #include "code.h" 4 #include "code.h"
5 #include "opcode.h" 5 #include "opcode.h"
6 #include "frameobject.h" 6 #include "frameobject.h"
7 #include "global_llvm_data.h"
7 8
8 #include "Python/global_llvm_data.h"
9 #include "Util/PyTypeBuilder.h" 9 #include "Util/PyTypeBuilder.h"
10 10
11 #include "llvm/ADT/STLExtras.h" 11 #include "llvm/ADT/STLExtras.h"
12 #include "llvm/BasicBlock.h" 12 #include "llvm/BasicBlock.h"
13 #include "llvm/Constant.h" 13 #include "llvm/Constant.h"
14 #include "llvm/Constants.h" 14 #include "llvm/Constants.h"
15 #include "llvm/DerivedTypes.h" 15 #include "llvm/DerivedTypes.h"
16 #include "llvm/Function.h" 16 #include "llvm/Function.h"
17 #include "llvm/Instructions.h" 17 #include "llvm/Instructions.h"
18 #include "llvm/Module.h" 18 #include "llvm/Module.h"
(...skipping 2625 matching lines...) | | Loading...
2644 2644
2645 this->builder_.SetInsertPoint(decref_value); 2645 this->builder_.SetInsertPoint(decref_value);
2646 this->DecRef(value); 2646 this->DecRef(value);
2647 this->builder_.CreateBr(done); 2647 this->builder_.CreateBr(done);
2648 2648
2649 this->builder_.SetInsertPoint(done); 2649 this->builder_.SetInsertPoint(done);
2650 return this->builder_.CreateLoad(result_addr); 2650 return this->builder_.CreateLoad(result_addr);
2651 } 2651 }
2652 2652
2653 } // namespace py 2653 } // namespace py
OLDNEW
« no previous file with comments | « Python/ll_compile.h ('k') | Python/llvm_compile.cc » ('j') | no next file with comments »
Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b

AltStyle によって変換されたページ (->オリジナル) /