- Sep 09, 2009
-
-
Dan Gohman authored
loop exit edge -- new PHIs may be needed not only for the additional splits that are made to preserve LoopSimplify form, but also for the original split. Factor out the code that inserts new PHIs so that it can be used for both. Remove LoopRotation.cpp's code for manually updating LCSSA form, as it is now redundant. This fixes PR4934. llvm-svn: 81363
-
Benjamin Kramer authored
llvm-svn: 81362
-
Mike Stump authored
llvm-svn: 81361
-
Andreas Neustifter authored
llvm-svn: 81360
-
Andreas Neustifter authored
llvm-svn: 81359
-
Andreas Neustifter authored
llvm-svn: 81358
-
Devang Patel authored
llvm-svn: 81356
-
Devang Patel authored
llvm-svn: 81355
-
Dan Gohman authored
llvm-svn: 81354
-
Devang Patel authored
Gracefully destroy MDNodes. llvm-svn: 81353
-
Chris Lattner authored
llvm-svn: 81347
-
Dan Gohman authored
llvm-svn: 81343
-
Andreas Neustifter authored
Fixed non working -profile-verifier-noassert option. Fixed missing newline in debugEntry(). Cleaned up assert messages. (assert(0 && Message) is still shown, but the message is printed before.) When verifiying loaded profiles the ProfileVerifier got confused when block was a setjmp target, this is checked now. When verifiying loaded profiles the ProfileVerifier got confused when block eventually reaching an exit(), this is checked now. llvm-svn: 81338
-
Andreas Neustifter authored
llvm-svn: 81335
-
Benjamin Kramer authored
clang's testsuite. llvm-svn: 81333
-
Mikhail Glushenkov authored
Thanks to Duncan Sands for spotting this. llvm-svn: 81328
-
Anton Korobeynikov authored
llvm-svn: 81322
-
Anton Korobeynikov authored
llvm-svn: 81321
-
Chris Lattner authored
printing stuff are quoting symbols now, breaking objc testcases. llvm-svn: 81319
-
Evan Cheng authored
llvm-svn: 81318
-
Evan Cheng authored
llvm-svn: 81311
-
Evan Cheng authored
llvm-svn: 81310
-
Evan Cheng authored
llvm-svn: 81308
-
Evan Cheng authored
llvm-svn: 81306
-
Chris Lattner authored
expect the slight syntax differences in the generated code. llvm-svn: 81305
-
Chris Lattner authored
llvm-svn: 81304
-
Chris Lattner authored
this fixes mingw-alloca.ll with the new asmprinter. llvm-svn: 81301
-
Chris Lattner authored
allows things like @PLT without quotes. llvm-svn: 81296
-
Bill Wendling authored
'DwarfException.cpp' file, which changed how CIEs were emitted, the sizes of some fields, etc. llvm-svn: 81295
-
Chris Lattner authored
x86-64-pic-11.ll with the new asmprinter. llvm-svn: 81294
-
Daniel Dunbar authored
name (e.g. "ppc") to the appropriate constant. Also, StringRefize additional Triple constructor. llvm-svn: 81274
-
Daniel Dunbar authored
mention -version in messages about missing targets. llvm-svn: 81272
-
Chris Lattner authored
the new asmprinter. llvm-svn: 81269
-
Chris Lattner authored
to instructions instead of zero extended ones. This makes the asmprinter print signed values more consistently. This apparently only really affects the X86 backend. llvm-svn: 81265
-
Anton Korobeynikov authored
llvm-svn: 81262
-
Dan Gohman authored
of requiring a name be passed in. This makes it use "<stdin>" instead of "-" and makes it more consistent with the Bitcode reader. llvm-svn: 81256
-
- Sep 08, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 81252
-
Owen Anderson authored
llvm-svn: 81250
-
Mikhail Glushenkov authored
llvm-svn: 81249
-
Mikhail Glushenkov authored
llvm-svn: 81247
-