- Jun 25, 2010
-
-
Bill Wendling authored
- 2010-06-25-CoalescerSubRegDefDead.ll is the testcase for r106878. llvm-svn: 106880
-
Bill Wendling authored
are dead, not just the def of this register. I.e., a register could be dead, but it's subreg isn't. Testcase to follow with a subsequent patch. llvm-svn: 106878
-
Bruno Cardoso Lopes authored
llvm-svn: 106877
-
Bruno Cardoso Lopes authored
llvm-svn: 106876
-
Fariborz Jahanian authored
llvm-svn: 106875
-
Eric Christopher authored
llvm-svn: 106873
-
Dan Gohman authored
llvm-svn: 106872
-
Jim Grosbach authored
with the following instructions. This is done via trickery by considering the instruction preceding the IT to be the hazard. Care must be taken to ensure it's the first non-debug instruction, or the presence of debug info will affect codegen. Part of the continuing work for rdar://7797940, making ARM code-gen unaffected by the presence of debug information. llvm-svn: 106871
-
Fariborz Jahanian authored
array of other done c++ objects. Fixes PR7490. llvm-svn: 106869
-
Tom Care authored
Change RegionStoreManager::Retrieve to infer the type of a symbolic region from the context when it is not already available. llvm-svn: 106868
-
Bruno Cardoso Lopes authored
Refactoring of more SSE conversion instructions. Also add some AVX instrinsics Int_V... placeholders llvm-svn: 106867
-
Dale Johannesen authored
llvm-svn: 106865
-
Daniel Dunbar authored
llvm-svn: 106864
-
Daniel Dunbar authored
llvm-svn: 106863
-
Devang Patel authored
llvm-svn: 106862
-
Daniel Dunbar authored
llvm-svn: 106861
-
Argyrios Kyrtzidis authored
llvm-svn: 106860
-
Argyrios Kyrtzidis authored
llvm-svn: 106859
-
Argyrios Kyrtzidis authored
llvm-svn: 106858
-
Argyrios Kyrtzidis authored
llvm-svn: 106857
-
Benjamin Kramer authored
llvm-svn: 106856
-
Duncan Sands authored
is not used. Spotted by gcc-4.6. llvm-svn: 106854
-
Benjamin Kramer authored
llvm-svn: 106841
-
Benjamin Kramer authored
Lexer/hexfloat.cpp is now XFAIL'd, I'd appreciate if someone could look into it. llvm-svn: 106840
-
Benjamin Kramer authored
buffer in the same chunk of memory. 2 less mallocs for every uninitialized MemoryBuffer and 1 less malloc for every MemoryBuffer pointing to a memory range translate into 20% less mallocs on clang -cc1 -Eonly Cocoa_h.m. llvm-svn: 106839
-
Gabor Greif authored
and CallInst for getting hold of the intrinsic's arguments simplify along the way (at least for me this is much more legible now) Bill, Baldrick or Anton, please review\! llvm-svn: 106838
-
Gabor Greif authored
llvm-svn: 106837
-
Gabor Greif authored
llvm-svn: 106836
-
Gabor Greif authored
llvm-svn: 106835
-
Duncan Sands authored
llvm-svn: 106834
-
Gabor Greif authored
llvm-svn: 106833
-
Argyrios Kyrtzidis authored
llvm-svn: 106832
-
Argyrios Kyrtzidis authored
llvm-svn: 106831
-
Argyrios Kyrtzidis authored
llvm-svn: 106830
-
Gabor Greif authored
llvm-svn: 106829
-
Gabor Greif authored
llvm-svn: 106828
-
Gabor Greif authored
llvm-svn: 106827
-
Gabor Greif authored
llvm-svn: 106825
-
Gabor Greif authored
llvm-svn: 106824
-
Gabor Greif authored
use ArgOperand API; tighten type of handleFreeWithNonTrivialDependency to be able to use isFreeCall whithout a cast or new overload llvm-svn: 106823
-