- Dec 09, 2010
-
-
Chris Lattner authored
llvm-svn: 121362
-
Chris Lattner authored
substitution because it doesn't actually change the IR. Patch by Jakub Staszak! llvm-svn: 121361
-
Bob Wilson authored
Radar 8446277c. llvm-svn: 121360
-
Bob Wilson authored
Radar 8446277c. llvm-svn: 121359
-
Eric Christopher authored
the output to the correct register. Fixes a hidden problem uncovered by the last patch where we'd try to DAG combine our MVT::Other node oddly. llvm-svn: 121358
-
Owen Anderson authored
llvm-svn: 121357
-
Eric Christopher authored
llvm-svn: 121356
-
Wesley Peck authored
llvm-svn: 121355
-
Owen Anderson authored
llvm-svn: 121354
-
Dan Gohman authored
before eliminating the operation that zeros them. This fixes rdar://8739316. llvm-svn: 121353
-
Argyrios Kyrtzidis authored
llvm-svn: 121352
-
Eric Christopher authored
llvm-svn: 121351
-
Owen Anderson authored
llvm-svn: 121350
-
Jim Grosbach authored
llvm-svn: 121349
-
Jim Grosbach authored
referencing the stack pointer as they say they are. llvm-svn: 121347
-
Jim Grosbach authored
update the opcode when necessary as well as the source register. llvm-svn: 121346
-
Jim Grosbach authored
them. llvm-svn: 121345
-
Jakob Stoklund Olesen authored
references instead. Similarly, IntervalMap::begin() is almost as expensive as find(), so use find(x) instead of begin().advanceTo(x); This makes RegAllocBasic run another 5% faster. llvm-svn: 121344
-
Matt Beaumont-Gay authored
llvm-svn: 121343
-
Owen Anderson authored
llvm-svn: 121342
-
Anders Carlsson authored
llvm-svn: 121341
-
Eric Christopher authored
llvm-svn: 121340
-
Bill Wendling authored
llvm-svn: 121338
-
Bill Wendling authored
overwritten. llvm-svn: 121337
-
Bill Wendling authored
particular, the immediate has 20-bits of value instead of 21. And bit 0 is '0' always. Going through the BL fixup encoding was trashing the "bit 0 is '0'" invariant. Attempt to get the encoding at slightly more correct with this. llvm-svn: 121336
-
Argyrios Kyrtzidis authored
Before determining the effect the alignment of base struct will have in the aligment of the sub-struct, take into account if the sub-struct is packed and its maximum field alignment. Fixes rdar://8745206 llvm-svn: 121335
-
Ted Kremenek authored
llvm-svn: 121334
-
Devang Patel authored
llvm-svn: 121333
-
Eric Christopher authored
popping up at O0 when it wasn't folded and the fast allocator would complain. llvm-svn: 121330
-
Owen Anderson authored
llvm-svn: 121329
-
Eric Christopher authored
llvm-svn: 121328
-
Devang Patel authored
llvm-svn: 121326
-
Devang Patel authored
llvm-svn: 121324
-
Devang Patel authored
This fixes radar 8730409. llvm-svn: 121323
-
Douglas Gregor authored
declaration that is a value in ill-formed code. Instead of crashing, treat this as a dependent typename specifier and suggest that the using add "typename" into the using declaration. Fixes <rdar://problem/8740998>. llvm-svn: 121322
-
Ted Kremenek authored
llvm-svn: 121321
-
-
Jakob Stoklund Olesen authored
llvm-svn: 121319
-
Ted Kremenek authored
DenseMap-backed hashtable for doing client-side management of CXCursors within a set. llvm-svn: 121318
-
Jason W Kim authored
llvm-svn: 121317
-