- Oct 23, 2010
-
-
Benjamin Kramer authored
llvm-svn: 117213
-
Douglas Gregor authored
name *in the same scope*, but not across scopes. Implement the highlighted condition. llvm-svn: 117212
-
Eric Christopher authored
note that we can actually handle some f64 arguments. llvm-svn: 117209
-
Benjamin Kramer authored
llvm-svn: 117208
-
Benjamin Kramer authored
llvm-svn: 117206
-
Michael J. Spencer authored
llvm-svn: 117205
-
Chandler Carruth authored
llvm-svn: 117204
-
Chandler Carruth authored
name and prefixed with 'LLVM_'. llvm-svn: 117203
-
Chandler Carruth authored
llvm-svn: 117202
-
Chandler Carruth authored
llvm-svn: 117201
-
Chandler Carruth authored
until other LLVM projects using these are cleaned up. llvm-svn: 117200
-
Chandler Carruth authored
was found by a GCC warning. ;] llvm-svn: 117199
-
Mikhail Glushenkov authored
llvm-svn: 117198
-
Mikhail Glushenkov authored
llvm-svn: 117197
-
Mikhail Glushenkov authored
llvm-svn: 117196
-
Mikhail Glushenkov authored
llvm-svn: 117195
-
Evan Cheng authored
llvm-svn: 117194
-
Evan Cheng authored
2) live-outs. Previously the post-RA schedulers completely ignore these dependencies since returns, branches, etc. are all scheduling barriers. This patch model the latencies between instructions being scheduled and the barriers. It also handle calls by marking their register uses. llvm-svn: 117193
-
Evan Cheng authored
llvm-svn: 117192
-
Jakob Stoklund Olesen authored
of all predecessors. llvm-svn: 117191
-
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
-