Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(8)

Delta Between Two Patch Sets: include/llvm/Target/TargetOptions.h

Issue 91042: Implement LLVM JIT side of GDB JIT debugging interface (Closed) SVN Base: http://llvm.org/svn/llvm-project/llvm/trunk/
Left Patch Set: Move the object files off disk and into memory. Created 3 months, 2 weeks ago
Right Patch Set: Synced with TOT. Created 2 months, 2 weeks ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 //===-- llvm/Target/TargetOptions.h - Target Options ------------*- C++ -*-===// 1 //===-- llvm/Target/TargetOptions.h - Target Options ------------*- C++ -*-===//
2 // 2 //
3 // The LLVM Compiler Infrastructure 3 // The LLVM Compiler Infrastructure
4 // 4 //
5 // This file is distributed under the University of Illinois Open Source 5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details. 6 // License. See LICENSE.TXT for details.
7 // 7 //
8 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===//
9 // 9 //
10 // This file defines command line option flags that are shared across various 10 // This file defines command line option flags that are shared across various
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 /// compile time. 132 /// compile time.
133 extern bool EnableFastISel; 133 extern bool EnableFastISel;
134 134
135 /// StrongPHIElim - This flag enables more aggressive PHI elimination 135 /// StrongPHIElim - This flag enables more aggressive PHI elimination
136 /// wth earlier copy coalescing. 136 /// wth earlier copy coalescing.
137 extern bool StrongPHIElim; 137 extern bool StrongPHIElim;
138 138
139 } // End llvm namespace 139 } // End llvm namespace
140 140
141 #endif 141 #endif
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r497