- Oct 11, 2010
-
-
Michael J. Spencer authored
This time correctly. llvm-svn: 116247
-
Jakob Stoklund Olesen authored
This helps hiding the LiveRange class which really should be private. llvm-svn: 116244
-
Jim Grosbach authored
llvm-svn: 116243
-
Michael J. Spencer authored
This reverts commit 116234. It compiled just fine with MSVC and clang... llvm-svn: 116242
-
Eric Christopher authored
llvm-svn: 116240
-
Daniel Dunbar authored
llvm-svn: 116239
-
Jim Grosbach authored
map one-to-one with the CodeGenInstruction operand number. llvm-svn: 116238
-
Michael J. Spencer authored
llvm-svn: 116235
-
Michael J. Spencer authored
llvm-svn: 116234
-
Eric Christopher authored
leave custom lowerings for later. Fixes some nightly tests. llvm-svn: 116232
-
Andrew Trick authored
llvm-svn: 116223
-
Jakob Stoklund Olesen authored
virtual registers for those stores since RegAllocFast requires that each live physreg only be used once. This fixes PR8357. llvm-svn: 116222
-
Eric Christopher authored
llvm-svn: 116220
-
Eric Christopher authored
llvm-svn: 116219
-
Eric Christopher authored
llvm-svn: 116218
-
Eric Christopher authored
Also don't use fast-isel on non-darwin since it's untested. llvm-svn: 116217
-
Michael J. Spencer authored
llvm-svn: 116216
-
Jim Grosbach authored
llvm-svn: 116215
-
Andrew Trick authored
llvm-svn: 116214
-
Jim Grosbach authored
matching in tblgen to do the predicate operand. llvm-svn: 116213
-
Eric Christopher authored
llvm-svn: 116212
-
Jim Grosbach authored
try to match them by name first. If there is no by-name match, fall back to assuming they are in order (this was the previous behavior). llvm-svn: 116211
-
Jakob Stoklund Olesen authored
LocalRewriter. This is a bit of a hack that adds an implicit use operand to model the read-modify-write nature of a partial redef. Uses and defs are rewritten in separate passes, and a single operand would never be processed twice. <rdar://problem/8518892> llvm-svn: 116210
-
Chris Lattner authored
llvm-svn: 116209
-
Francois Pichet authored
llvm-svn: 116201
-
Eric Christopher authored
llvm-svn: 116198
-
Eric Christopher authored
llvm-svn: 116197
-
Eric Christopher authored
llvm-svn: 116196
-
Eric Christopher authored
llvm-svn: 116195
-
Eric Christopher authored
llvm-svn: 116194
-
Chris Lattner authored
llvm-svn: 116192
-
Chris Lattner authored
it comes back, it will be largely a rewrite, so keeping the old codebase in tree isn't helping anyone. llvm-svn: 116190
-
Michael J. Spencer authored
llvm-svn: 116188
-
Michael J. Spencer authored
llvm-svn: 116177
-
Michael J. Spencer authored
llvm-svn: 116174
-
Michael J. Spencer authored
llvm-svn: 116173
-
- Oct 10, 2010
-
-
Chris Lattner authored
llvm-svn: 116170
-
Chris Lattner authored
truncate the stack pointer to 32-bits on a 64-bit machine. llvm-svn: 116169
-
Chris Lattner authored
alignment for PPC32/64, avoiding some masking operations. llvm-gcc expands vaarg inline instead of using the instruction so it has never hit this. llvm-svn: 116168
-
Chris Lattner authored
llvm-svn: 116167
-