- Jun 05, 2010
-
-
Evan Cheng authored
llvm-svn: 105502
-
Dan Gohman authored
register pressure. llvm-svn: 105501
-
Rafael Espindola authored
llvm-svn: 105500
-
-
Nate Begeman authored
llvm-svn: 105496
-
Devang Patel authored
llvm-svn: 105495
-
Anders Carlsson authored
When deciding whether reinterpret_cast casts away constness we need to look at array qualifiers. Fixes rdar://problem/8018292. llvm-svn: 105494
-
Stuart Hastings authored
llvm-svn: 105492
-
John McCall authored
I just implemented. llvm-svn: 105491
-
Devang Patel authored
Copy location info for current function argument from dbg.declare if respective store instruction does not have any location info. llvm-svn: 105490
-
- Jun 04, 2010
-
-
Nate Begeman authored
llvm-svn: 105489
-
Nate Begeman authored
llvm-svn: 105488
-
Fariborz Jahanian authored
class object in blocks and carry it to IRGen. llvm-svn: 105487
-
Dale Johannesen authored
llvm-svn: 105485
-
John McCall authored
llvm-svn: 105484
-
Jim Grosbach authored
llvm-svn: 105481
-
Dan Gohman authored
llvm-svn: 105480
-
Fariborz Jahanian authored
No functionality change yet. llvm-svn: 105479
-
John McCall authored
was given. Remove some unnecessary accounting from BlockScopeInfo. Handle typedef'ed function types until such time as we decide not. llvm-svn: 105478
-
Daniel Dunbar authored
arguments after translation, instead of the -cc1 level arguments. llvm-svn: 105476
-
Daniel Dunbar authored
added as the last output step, instead of just hacking it into the link step. - Among other things, this fixes dSYM generation when using multiple -arch options. llvm-svn: 105475
-
Daniel Dunbar authored
llvm-svn: 105474
-
Jakob Stoklund Olesen authored
register allocation. Process all of the clobber lists at the end of the function, marking the registers as used in MachineRegisterInfo. This is necessary in case the calls clobber callee-saved registers (sic). llvm-svn: 105473
-
Dale Johannesen authored
8060143, although this doesn't fix the real problem with tail call. llvm-svn: 105472
-
-
Fariborz Jahanian authored
setting up block's descriptor. This is on going work to support c++ specific issues in setting up blocks various APIs. llvm-svn: 105469
-
Rafael Espindola authored
moves us further. llvm-svn: 105468
-
Dan Gohman authored
llvm-svn: 105467
-
John McCall authored
the case where we pick up block arguments from a typedef. Save the block signature as it was written, and preserve same through PCH. llvm-svn: 105466
-
Abramo Bagnara authored
llvm-svn: 105465
-
Douglas Gregor authored
type parameter pack is distinct from a template type parameter. llvm-svn: 105464
-
John McCall authored
Allows this check to work properly for instantiated fields and removes an unnecessary GetTypeForDeclarator call. llvm-svn: 105463
-
Douglas Gregor authored
type-parameter within a template parameter list. Found by inspection. llvm-svn: 105462
-
Nate Begeman authored
llvm-svn: 105461
-
John McCall authored
llvm-svn: 105458
-
Anders Carlsson authored
llvm-svn: 105457
-
Nate Begeman authored
llvm-svn: 105456
-
Jim Grosbach authored
llvm-svn: 105454
-
Mon P Wang authored
replace an OpA with a widened OpB, it is possible to get new uses of OpA due to CSE when recursively updating nodes. Since OpA has been processed, the new uses are not examined again. The patch checks if this occurred and it it did, updates the new uses of OpA to use OpB. llvm-svn: 105453
-
Jordy Rose authored
llvm-svn: 105452
-