- Aug 16, 2010
-
-
Eli Friedman authored
llvm-svn: 111183
-
Eli Friedman authored
llvm-svn: 111182
-
Jordy Rose authored
Instead of using operator bool() for testing if a BindingKey is valid, use an explicit isValid() method. llvm-svn: 111181
-
Jordy Rose authored
llvm-svn: 111179
-
Howard Hinnant authored
llvm-svn: 111178
-
Eli Friedman authored
emission. llvm-svn: 111177
-
Douglas Gregor authored
inlined. No functionality change. llvm-svn: 111176
-
Eli Friedman authored
llvm-svn: 111175
-
Matt Fleming authored
I forgot to add these files in commit 111172. llvm-svn: 111174
-
Matt Fleming authored
llvm-svn: 111173
-
Matt Fleming authored
llvm-svn: 111172
-
Matt Fleming authored
Introduce a helper method to add a section to the end of a layout. This will be used by the ELF ObjectWriter code to add the metadata sections (symbol table, etc) to the end of an object file. llvm-svn: 111171
-
Matt Fleming authored
llvm-svn: 111170
-
Matt Fleming authored
Some ELF sections contain fixed-sized entries. Provide a way to record the entry size of a section. llvm-svn: 111169
-
Bob Wilson authored
instructions besides saturate instructions. No functional changes. llvm-svn: 111168
-
Jakob Stoklund Olesen authored
clang says is unused. llvm-svn: 111167
-
Sebastian Redl authored
llvm-svn: 111166
-
Douglas Gregor authored
the usage type of each declaration result, then compare those types to the preferred type of the completion. This provides parity in the priority calculation between the code-completion results produced directly from Sema and those cached by ASTUnit. For the standard Cocoa.h (+ others) example, there's a penalty of 3-4 hundredeths of a second when caching the global results (for ~31,000 results), because we need an ASTContext-agnostic representation of types for the comparison, and therefore we use... strings. Eventually, we'd like to implement a more efficient ASTContext-agnostic encoding of types. llvm-svn: 111165
-
Jim Grosbach authored
llvm-svn: 111164
-
Fariborz Jahanian authored
definition. radar 8307865. llvm-svn: 111163
-
Dan Gohman authored
expression being loop invariant is not equivalent to the property of properly dominating the loop header. Other optimizations have also made this optimization less important. llvm-svn: 111160
-
Argyrios Kyrtzidis authored
llvm-svn: 111159
-
Argyrios Kyrtzidis authored
llvm-svn: 111158
-
Jakob Stoklund Olesen authored
llvm-svn: 111156
-
Jakob Stoklund Olesen authored
llvm-svn: 111155
-
Bob Wilson authored
llvm-svn: 111154
-
Bob Wilson authored
llvm-svn: 111153
-
Dan Gohman authored
llvm-svn: 111152
-
Dan Gohman authored
middle, copy the elements in two groups, rather than copying all the elements and then doing an erase on the middle of the result. These are SmallVectors, so we shouldn't expect to hit dynamic allocation in the common case. llvm-svn: 111151
-
Douglas Gregor authored
llvm-svn: 111150
-
Bob Wilson authored
llvm-svn: 111149
-
Chris Lattner authored
64 bits (was 64-bit shift intended?)", pointed out by 'nobled' on llvmdev llvm-svn: 111148
-
Dan Gohman authored
llvm-svn: 111147
-
Dan Gohman authored
llvm-svn: 111145
-
Dan Gohman authored
llvm-svn: 111144
-
Dan Gohman authored
llvm-svn: 111143
-
Dan Gohman authored
llvm-svn: 111142
-
Anton Yartsev authored
llvm-svn: 111141
-
Dan Gohman authored
them to iterators. llvm-svn: 111140
-
Douglas Gregor authored
type class, so that we can adjust priorities appropriately when the preferred type for the context and the actual type of the completion are similar. This gets us one step closer to parity of the cached completion results with the non-cached completion results. llvm-svn: 111139
-