- Oct 23, 2010
-
-
Sean Callanan authored
informative message when they have no description. llvm-svn: 117190
-
Owen Anderson authored
llvm-svn: 117189
-
Jim Grosbach authored
llvm-svn: 117188
-
Jim Grosbach authored
llvm-svn: 117187
-
Owen Anderson authored
llvm-svn: 117186
-
Jim Grosbach authored
llvm-svn: 117185
-
Anders Carlsson authored
llvm-svn: 117184
-
Owen Anderson authored
llvm-svn: 117183
-
John McCall authored
llvm-svn: 117182
-
Anders Carlsson authored
Minor tweak so that fixit-errors.c is never compiled; it crashes and pops up a crash dialog on my system. llvm-svn: 117181
-
Andrew Trick authored
llvm-svn: 117180
-
Jim Ingham authored
If we hit a thread specific breakpoint for another thread, don't report the Exception as the stop reason, you have to report no stop reason. llvm-svn: 117179
-
Sean Callanan authored
method results to int. This will only last until we get accurate type information for Objective-C methods or some way of making their types inferred by the parser. llvm-svn: 117178
-
Owen Anderson authored
llvm-svn: 117177
-
Gabor Greif authored
llvm-svn: 117176
-
Johnny Chen authored
llvm-svn: 117175
-
Andrew Trick authored
framework. It's purpose is not to improve register allocation per se, but to make it easier to develop powerful live range splitting. I call it the basic allocator because it is as simple as a global allocator can be but provides the building blocks for sophisticated register allocation with live range splitting. A minimal implementation is provided that trivially spills whenever it runs out of registers. I'm checking in now to get high-level design and style feedback. I've only done minimal testing. The next step is implementing a "greedy" allocation algorithm that does some register reassignment and makes better splitting decisions. llvm-svn: 117174
-
Owen Anderson authored
llvm-svn: 117173
-
Bob Wilson authored
llvm-svn: 117172
-
Owen Anderson authored
llvm-svn: 117171
-
Jakob Stoklund Olesen authored
llvm-svn: 117170
-
Jakob Stoklund Olesen authored
When a block has exactly two uses and the register is both live-in and live-out, don't isolate the block. We would be inserting two copies, so we haven't really made any progress. If the live-in and live-out values separate into disconnected components after splitting, we would be making progress. We can't detect that for now. llvm-svn: 117169
-
Fariborz Jahanian authored
llvm-svn: 117168
-
Douglas Gregor authored
llvm-svn: 117167
-
Jim Grosbach authored
llvm-svn: 117166
-
Jim Grosbach authored
llvm-svn: 117165
-
Bob Wilson authored
Apple builds. Radar 8585383. llvm-svn: 117164
-
Douglas Gregor authored
members in class subobjects of different types. So long as the underlying declaration sets are the same, and the declaration sets involve non-instance members, this is not an ambiguity. llvm-svn: 117163
-
Ted Kremenek authored
Fix a horrible bug in all dataflow analyses that use CFGRecStmtVisitor (including live variables analysis). We shouldn't recurse into CompoundStmts since they are already inlined in the CFG. This could result in bogus dead stores warnings (among other things). llvm-svn: 117162
-
Ted Kremenek authored
llvm-svn: 117161
-
Fariborz Jahanian authored
llvm-svn: 117160
-
Fariborz Jahanian authored
the patch. llvm-svn: 117159
-
Jim Grosbach authored
llvm-svn: 117158
-
Jim Grosbach authored
llvm-svn: 117157
-
- Oct 22, 2010
-
-
Jim Grosbach authored
llvm-svn: 117156
-
Evan Cheng authored
llvm-svn: 117155
-
Bob Wilson authored
llvm-svn: 117154
-
Johnny Chen authored
llvm-svn: 117153
-
Johnny Chen authored
llvm-svn: 117152
-
Evan Cheng authored
llvm-svn: 117151
-