- May 21, 2010
-
-
Daniel Dunbar authored
llvm-svn: 104301
-
Daniel Dunbar authored
llvm-svn: 104300
-
Douglas Gregor authored
llvm-svn: 104299
-
Chris Lattner authored
thanks to doug for pointing this out! llvm-svn: 104297
-
Fariborz Jahanian authored
classes whose base class have GC'able object pointers. llvm-svn: 104296
-
Chris Lattner authored
matching G++'s behavior. Warn when -pedantic or -Wc++-hex-floats is passed, and don't warn if -pedantic -Wno-c++-hex-floats are both passed. llvm-svn: 104295
-
Evan Cheng authored
Allow targets more controls on what nodes are scheduled by reg pressure, what for latency in hybrid mode. llvm-svn: 104293
-
John McCall authored
recursively, e.g. so that members of anonymous unions inside anonymous structs still get initialized. Also generate default constructor calls for anonymous struct members when necessary. llvm-svn: 104292
-
Douglas Gregor authored
<rdar://problem/7971948>. llvm-svn: 104291
-
Dan Gohman authored
llvm-svn: 104290
-
Dan Gohman authored
llvm-svn: 104287
-
Douglas Gregor authored
capture failures when we try to initialize an incomplete type. Previously, we would (ab)use FK_ConversionFailed, then occasionally dereference a null pointer when trying to diagnose the failure. Fixes <rdar://problem/7959007>. llvm-svn: 104286
-
- May 20, 2010
-
-
Daniel Dunbar authored
(or -save-temps), when the integrated assembler is enabled. llvm-svn: 104282
-
Fariborz Jahanian authored
in Objective-C++ mode. llvm-svn: 104281
-
Daniel Dunbar authored
llvm-svn: 104280
-
Mikhail Glushenkov authored
llvm-svn: 104279
-
Dan Gohman authored
top-level LSRInstance logic. llvm-svn: 104278
-
Douglas Gregor authored
class for UnresolvedLookupExprs, even when occuring on template names" along with a fix for an Objective-C++ crasher it introduced. llvm-svn: 104277
-
Dan Gohman authored
llvm-svn: 104276
-
Daniel Dunbar authored
llvm-svn: 104275
-
Devang Patel authored
llvm-svn: 104274
-
Dan Gohman authored
aren't needed. llvm-svn: 104273
-
Daniel Dunbar authored
llvm-svn: 104272
-
Daniel Dunbar authored
llvm-svn: 104271
-
Daniel Dunbar authored
it. llvm-svn: 104270
-
Dan Gohman authored
Changed directly instead of using a return value. Rename FilterOutUndesirableDedicatedRegisters's Changed variable to distinguish it from LSRInstance's Changed member. llvm-svn: 104269
-
Dan Gohman authored
llvm-svn: 104268
-
Dan Gohman authored
llvm-svn: 104267
-
Howard Hinnant authored
llvm-svn: 104266
-
Devang Patel authored
llvm-svn: 104265
-
Matt Fleming authored
llvm-svn: 104264
-
Dan Gohman authored
llvm-svn: 104263
-
Dan Gohman authored
operand on the left, the interesting operand is on the right. This fixes a bug where LSR was failing to recognize ICmpZero uses, which led it to be unable to reverse the induction variable in the attached testcase. Delete test/CodeGen/X86/stack-color-with-reg-2.ll, because its test is extremely fragile and hard to meaningfully update. llvm-svn: 104262
-
Mikhail Glushenkov authored
llvm-svn: 104261
-
Dan Gohman authored
it isn't a very interesting change, it's a change nonetheless. llvm-svn: 104260
-
Bob Wilson authored
This fixes the remaining issue with pr7167. llvm-svn: 104257
-
Jim Grosbach authored
llvm-svn: 104254
-
Fariborz Jahanian authored
llvm-svn: 104253
-
Daniel Dunbar authored
Also, fix output defaulting to match llvm-mc. llvm-svn: 104246
-
Dan Gohman authored
have a pattern and it had an invalid encoding. llvm-svn: 104244
-