- Dec 10, 2010
-
-
Jakob Stoklund Olesen authored
The spiller should only spill. The register allocator will drive live range splitting, it has the needed information about register pressure and interferences. llvm-svn: 121590
-
Bill Wendling authored
llvm-svn: 121589
-
Owen Anderson authored
llvm-svn: 121588
-
Owen Anderson authored
llvm-svn: 121587
-
Bill Wendling authored
declared. Add a note specifying this and spruce up the list a bit. llvm-svn: 121586
-
Owen Anderson authored
llvm-svn: 121585
-
Jakob Stoklund Olesen authored
llvm-svn: 121584
-
Bob Wilson authored
llvm-svn: 121583
-
Bob Wilson authored
llvm-svn: 121582
-
Owen Anderson authored
llvm-svn: 121581
-
Jim Grosbach authored
llvm-svn: 121580
-
Owen Anderson authored
llvm-svn: 121579
-
Dan Gohman authored
llvm-svn: 121573
-
Johnny Chen authored
test class. llvm-svn: 121538
-
-
-
Jim Grosbach authored
just assign to it. llvm-svn: 121523
-
Jim Grosbach authored
llvm-svn: 121522
-
Jim Grosbach authored
llvm-svn: 121521
-
Dan Gohman authored
llvm-svn: 121520
-
Jakob Stoklund Olesen authored
interference check. llvm-svn: 121519
-
Dan Gohman authored
llvm-svn: 121518
-
Argyrios Kyrtzidis authored
llvm-svn: 121517
-
Argyrios Kyrtzidis authored
llvm-svn: 121516
-
Argyrios Kyrtzidis authored
llvm-svn: 121515
-
Dan Gohman authored
llvm-svn: 121514
-
Dan Gohman authored
llvm-svn: 121513
-
Dan Gohman authored
llvm-svn: 121512
-
Sean Callanan authored
operator names. llvm-svn: 121511
-
Michael J. Spencer authored
llvm-svn: 121510
-
Bob Wilson authored
Most Neon shift intrinsics do not have variants for polynomial types, but vsri_n and vsli_n do support them, and we need to properly range-check the shift immediates for them. llvm-svn: 121509
-
Dan Gohman authored
llvm-svn: 121508
-
Dan Gohman authored
AliasAnalysis consumers, PartialAlias will be treated as MayAlias. For AliasAnalysis chaining, MayAlias says "procede to the next analysis". PartialAlias will be used to indicate that the query should terminate, even though it didn't reach MustAlias or NoAlias. llvm-svn: 121507
-
Bob Wilson authored
Alignments smaller than the total size of the memory being loaded or stored, unless the alignment is 8 bytes, are not allowed. Add tests for this, too. llvm-svn: 121506
-
Douglas Gregor authored
llvm-svn: 121505
-
Douglas Gregor authored
llvm-svn: 121504
-
Howard Hinnant authored
llvm-svn: 121503
-
Howard Hinnant authored
llvm-svn: 121502
-
Johnny Chen authored
llvm-svn: 121501
-
Johnny Chen authored
Add an attribute __python_api_test__ (set to True) to the @python_api_test decorated test method to distinguish them from the lldb command line tests. llvm-svn: 121500
-