- May 21, 2010
-
-
Jakob Stoklund Olesen authored
This correctly handles partial redefines and undef uses. llvm-svn: 104322
-
Jakob Stoklund Olesen authored
definitions of the virtual register. This happens when spilling the registers produced by REG_SEQUENCE: %reg1047:5<def>, %reg1047:6<def>, %reg1047:7<def> = VLD3d8 %reg1033, 0, pred:14, pred:%reg0 The rewriter would spill the register multiple times, dead store elimination tried to keep up, but ended up cutting the branch it was sitting on. llvm-svn: 104321
-
Jakob Stoklund Olesen authored
<imp-def> operand for the full register. This ensures that the full physical register is marked live after register allocation. llvm-svn: 104320
-
Fariborz Jahanian authored
llvm-svn: 104319
-
Matt Fleming authored
isn't ideal if we want to be able to use another object file format. Add a createObjectStreamer() factory method so that the correct object file streamer can be instantiated for a given target triple. llvm-svn: 104318
-
Matt Fleming authored
differently. This will make adding ELF support easier in the long run. llvm-svn: 104317
-
Matt Fleming authored
llvm-svn: 104316
-
Chandler Carruth authored
Factor its implementation to ease the addition of these custom edges to traverse. With this patch we get initializer expressions, block bodies, type source info, and function argument, result, and exception types. There are probably still some more missed edges. While we're here, clean up and flesh out a bunch of comments. Patch by Zhanyong Wan; I've done a cursory review, but further review appreciated. This is fast becoming one of the most important public APIs to the AST. llvm-svn: 104315
-
Chandler Carruth authored
llvm-svn: 104314
-
John McCall authored
'self' variable arising from uses of the 'super' keyword. Also reorganize some code so that BlockInfo (now CGBlockInfo) can be opaque outside of CGBlocks.cpp. Fixes rdar://problem/8010633. llvm-svn: 104312
-
Lang Hames authored
llvm-svn: 104311
-
John McCall authored
class initialization, drill down through an arbitrary number of anonymous records. llvm-svn: 104310
-
John McCall authored
to the associated object declaration. llvm-svn: 104309
-
Dale Johannesen authored
tricky since there's a 3rd 64-bit type, MMX vectors. PR 7135. llvm-svn: 104308
-
Evan Cheng authored
Change ARM scheduling default to list-hybrid if the target supports floating point instructions (and is not using soft float). llvm-svn: 104307
-
Evan Cheng authored
llvm-svn: 104306
-
Douglas Gregor authored
sure that the anonymous struct/union record declaration gets instantiated before the variable declaration, and that it and its fields (recursively) get entries in the local instantiation map. Fixes PR7088. llvm-svn: 104305
-
Daniel Dunbar authored
-integrated-as and -no-integrated-as options. llvm-svn: 104304
-
Daniel Dunbar authored
llvm-svn: 104303
-
Devang Patel authored
llvm-svn: 104302
-
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
-