- Jan 25, 2010
-
-
Bob Wilson authored
already checked that TmpBB->getSinglePredecessor() is non-null. llvm-svn: 94451
-
Chris Lattner authored
llvm-svn: 94450
-
Chris Lattner authored
llvm-svn: 94449
-
Chris Lattner authored
make it clear what it is, instead of how it is used. llvm-svn: 94448
-
Ted Kremenek authored
llvm-svn: 94447
-
Chris Lattner authored
and MCize the non-pic case. Now printPICJumpTableEntry really is just about printing PIC entries. llvm-svn: 94446
-
Chris Lattner authored
llvm-svn: 94445
-
Fariborz Jahanian authored
to subclass. (Fixes radar 7575882). llvm-svn: 94444
-
Chris Lattner authored
llvm-svn: 94443
-
Chris Lattner authored
llvm-svn: 94441
-
Chris Lattner authored
rename it to avoid shadowing. llvm-svn: 94440
-
Chris Lattner authored
even on x86-32/elf which uses a GOT. llvm-svn: 94439
-
Chris Lattner authored
llvm-svn: 94438
-
Chris Lattner authored
normal form of .file would fail if the filename had a weird character in it. llvm-svn: 94437
-
Chris Lattner authored
llvm-svn: 94436
-
Chris Lattner authored
llvm-svn: 94435
-
Fariborz Jahanian authored
(fixes radar 7574896). llvm-svn: 94434
-
Bob Wilson authored
parameter with a default value, instead of just hardcoding it in the implementation. The limit of MaxLookup = 6 was introduced in r69151 to fix a performance problem with O(n^2) behavior in instcombine, but the scalarrepl pass is relying on getUnderlyingObject to go all the way back to an AllocaInst. Making the limit part of the method signature makes it clear that by default the result is limited and should help avoid similar problems in the future. This fixes pr6126. llvm-svn: 94433
-
Victor Hernandez authored
llvm-svn: 94432
-
Douglas Gregor authored
llvm-svn: 94429
-
Ted Kremenek authored
llvm-svn: 94428
-
Eli Friedman authored
llvm-svn: 94427
-
Douglas Gregor authored
string when given a cursor that does not have a name. Also, don't give silly names for statements and non-reference expressions. llvm-svn: 94426
-
Douglas Gregor authored
llvm-svn: 94425
-
Douglas Gregor authored
the tag kind (union, struct, class, enum) over to the name of the tag, if there is a name, since most clients want to point at the name. llvm-svn: 94424
-
Douglas Gregor authored
condition even when we've visited the condition variable, so that we'll see implicit conversions there. llvm-svn: 94423
-
Rafael Espindola authored
llvm-svn: 94421
-
Benjamin Kramer authored
llvm-svn: 94420
-
Daniel Dunbar authored
cindex/Python: Move translation unit load functions to Index, there isn't a good reason to have separate static methods for this. llvm-svn: 94419
-
Daniel Dunbar authored
llvm-svn: 94418
-
Chris Lattner authored
llvm-svn: 94417
-
Chris Lattner authored
mcstreamer. llvm-svn: 94416
-
Chris Lattner authored
llvm-svn: 94414
-
Chris Lattner authored
llvm-svn: 94413
-
Chris Lattner authored
Previously we would just silently miscompile code that used aligned common's, now at least you'll get a build error. tiger-ppc already triggered the build error because it didn't have a version of this logic. llvm-svn: 94412
-
Chris Lattner authored
llvm-svn: 94411
-
Chris Lattner authored
llvm-svn: 94410
-
Ted Kremenek authored
llvm-svn: 94409
-
Jim Grosbach authored
llvm-svn: 94408
-
Ted Kremenek authored
llvm-svn: 94407
-