- Jul 15, 2010
-
-
Bill Wendling authored
make sure to allocate enough space in the std::vector. llvm-svn: 108449
-
Bill Wendling authored
llvm-svn: 108448
-
Daniel Dunbar authored
llvm-svn: 108445
-
Daniel Dunbar authored
llvm-svn: 108444
-
Douglas Gregor authored
with the proper spelling of "non-class prvalue". Silly me, I think class rvalues were xvalues rather than prvalues! Hah hah hah. llvm-svn: 108443
-
Douglas Gregor authored
that we don't warn when there isn't going to be any computation anyway. llvm-svn: 108442
-
Devang Patel authored
llvm-svn: 108441
-
Bill Wendling authored
llvm-svn: 108440
-
Douglas Gregor authored
broke nightlytest. llvm-svn: 108439
-
Bill Wendling authored
llvm-svn: 108438
-
Douglas Gregor authored
de-cv-qualification fixes. llvm-svn: 108437
-
Owen Anderson authored
llvm-svn: 108436
-
Howard Hinnant authored
llvm-svn: 108435
-
Devang Patel authored
This is not required (I am not 100% sure why) but method.exp from gdb testsuite flagged regression due to this patch. llvm-svn: 108434
-
Douglas Gregor authored
llvm-svn: 108433
-
Greg Clayton authored
e_ident, EI_CLASS to name a few). llvm-svn: 108432
-
Douglas Gregor authored
that involve binding a reference to a pure rvalue temporary (e.g., not a class temporary), by creating a new temporary and copying the result there. Fixes PR6024. llvm-svn: 108431
-
Owen Anderson authored
the corresponding or-icmp-and pattern. This has the added benefit of doing the matching earlier, and thus being less susceptible to being confused by earlier transforms. llvm-svn: 108429
-
Douglas Gregor authored
llvm-svn: 108428
-
Owen Anderson authored
llvm-svn: 108427
-
Daniel Dunbar authored
assume we are targetting OS X unless an explicit option is given. llvm-svn: 108426
-
Daniel Dunbar authored
- This should be safe, because the driver itself shouldn't need to make decisions that depend on the deployment target. llvm-svn: 108425
-
Dan Gohman authored
a zero. This situation arrises in Fortran code with induction variables that start at 1 instead of 0. This fixes PR7651. llvm-svn: 108424
-
Daniel Dunbar authored
llvm-svn: 108423
-
Owen Anderson authored
This now passes LIT, nighty test, and llvm-gcc bootstrap on my machine. llvm-svn: 108422
-
Gabor Greif authored
llvm-svn: 108421
-
Eric Christopher authored
llvm-svn: 108420
-
Chris Lattner authored
llvm-svn: 108419
-
Nick Lewycky authored
llvm-svn: 108418
-
Nick Lewycky authored
llvm-svn: 108417
-
Ted Kremenek authored
Correctly set rpath on Mac OS X for executable tools. Note that I am not certain this is the best fix; the code immediately above looks confused, as it first checks to see if we are NOT on Darwin and then checks the Darwin version number. This fix allows c-index-test (in Clang) to run outside of running the regression test suite. I would appreciate if someone reviewed this. llvm-svn: 108416
-
Chris Lattner authored
mutated by recursive simplification. This also enhances ReplaceAndSimplifyAllUses to actually do a real RAUW at the end of it, which updates any value handles pointing to "From" to start pointing to "To". This seems useful for debug info and random other VH users. llvm-svn: 108415
-
Chris Lattner authored
it *changing* the things it replaces, not just causing them to drop to null. There is no functionality change yet, but this is required for a subsequent patch. llvm-svn: 108414
-
Bill Wendling authored
llvm-svn: 108413
-
Bill Wendling authored
get *very* large, but we only need it to be the size of the number of pregs. llvm-svn: 108412
-
Bill Wendling authored
get *very* large, but we only need it to be the size of thenumber of pregs. llvm-svn: 108411
-
Chris Lattner authored
llvm-svn: 108410
-
Chris Lattner authored
llvm-svn: 108409
-
Chris Lattner authored
llvm-svn: 108408
-
Eli Friedman authored
llvm-svn: 108407
-