- Aug 17, 2010
-
-
Jim Grosbach authored
mapping. Have the local block track its alignment requirement, and then apply that when the block itself is allocated. Previously, offsets could get adjusted in PEI to be different, relative to one another, than the block allocation thought they would be, which defeats the point of doing the allocation this way. Continuing rdar://8277890 llvm-svn: 111197
-
Bob Wilson authored
that the high halfword is zero. The shift need not be exactly 16 bits. llvm-svn: 111196
-
Bob Wilson authored
llvm-svn: 111195
-
Sean Callanan authored
cleanup here, since this is a new and fairly clean class already. llvm-svn: 111194
-
Dan Gohman authored
make its constructor protected. llvm-svn: 111193
-
- Aug 16, 2010
-
-
Dan Gohman authored
llvm-svn: 111192
-
Fariborz Jahanian authored
non-fragile abi mode as sizes are not statically known. Fixes radar 8315734. llvm-svn: 111191
-
Tom Care authored
llvm-svn: 111190
-
Dan Gohman authored
PMTopLevelManager's constructor take a PMDataManager *, which already provides the needed abstraction support. llvm-svn: 111189
-
Johnny Chen authored
cleanup before finish into the test fixture in lldbtest.TestBase.tearDown(). Derivatives of TestBase is responsible for setting self.runStarted to True if an inferior process has been started. llvm-svn: 111188
-
Douglas Gregor authored
llvm-svn: 111186
-
Eli Friedman authored
llvm-svn: 111185
-
Douglas Gregor authored
llvm-svn: 111184
-
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
-