- Nov 30, 2010
-
-
Chris Lattner authored
llvm-svn: 120347
-
Chris Lattner authored
llvm-svn: 120346
-
Fariborz Jahanian authored
when checking for integer signed/unsigned-ness. PR8694, // rdar://8707031 llvm-svn: 120345
-
Jim Grosbach authored
llvm-svn: 120344
-
Jim Grosbach authored
locations and formatting specially. rdar://7353441 llvm-svn: 120343
-
Chris Lattner authored
Patch by Danil Malyshev! llvm-svn: 120341
-
- Nov 29, 2010
-
-
Owen Anderson authored
llvm-svn: 120340
-
Evan Cheng authored
assignment instructions from being moved below / above calls. rdar://8690640 llvm-svn: 120339
-
Jim Grosbach authored
llvm-svn: 120338
-
Benjamin Kramer authored
llvm-svn: 120336
-
Jim Grosbach authored
llvm-svn: 120335
-
Bill Wendling authored
llvm-svn: 120334
-
Jim Grosbach authored
instructions. This simplifies instruction printing and disassembly. llvm-svn: 120333
-
Benjamin Kramer authored
llvm-svn: 120332
-
Argyrios Kyrtzidis authored
The issue was brought to our attention by Matthieu Monrocq. llvm-svn: 120331
-
Michael J. Spencer authored
llvm-svn: 120330
-
Michael J. Spencer authored
llvm-svn: 120329
-
Michael J. Spencer authored
llvm-svn: 120328
-
Michael J. Spencer authored
llvm-svn: 120327
-
Bill Wendling authored
reduces some code duplication. llvm-svn: 120326
-
Chris Lattner authored
llvm-svn: 120325
-
Eric Christopher authored
llvm-svn: 120324
-
Frits van Bommel authored
Transform (extractvalue (load P), ...) to (load (gep P, 0, ...)) if the load has no other uses, shrinking the load. llvm-svn: 120323
-
Jason Molenda authored
llvm-svn: 120322
-
Jim Grosbach authored
data. Next up, pseudo-izing them. llvm-svn: 120320
-
Frits van Bommel authored
Update this test to keep testing the -instcombine transform it's supposed to be testing instead of triggering the improved constant folding for insertvalue and extractvalue. llvm-svn: 120319
-
Johnny Chen authored
the process status is indeed 'stopped' before invoking 'frame variable -t val' command to inspect the frame variable. When I run the test suite, it sometimes emits an output like: runCmd: frame variable -t val runCmd failed! error: you must be stopped in a valid stack frame to view frame variables. The expect() statement inserted is to make sure that the process is stopped and we have a valid frame. llvm-svn: 120318
-
Owen Anderson authored
llvm-svn: 120317
-
Frits van Bommel authored
llvm-svn: 120316
-
Johnny Chen authored
Increase the delta between successive test cases, enabled with the '-w' option to the test driver, from 0.5 to 1.0 second, to arrive at a cleaner state before the next test case. llvm-svn: 120315
-
Charles Davis authored
from LLVM forever: grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g' llvm-svn: 120314
-
Benjamin Kramer authored
llvm-svn: 120313
-
Bob Wilson authored
llvm-svn: 120312
-
Bob Wilson authored
llvm-svn: 120311
-
Jim Grosbach authored
llvm-svn: 120310
-
Owen Anderson authored
llvm-svn: 120309
-
Michael J. Spencer authored
llvm-svn: 120308
-
Owen Anderson authored
llvm-svn: 120307
-
Owen Anderson authored
llvm-svn: 120306
-
Jim Grosbach authored
get the pretty-printer. That's handled explicityly by the MC lowering now. llvm-svn: 120305
-