- Sep 03, 2010
-
-
Fariborz Jahanian authored
type of 'i8' for the same for __block variables of type bool. refixes radar 8382559. llvm-svn: 113015
-
Dale Johannesen authored
Bruno, please review. llvm-svn: 113014
-
Chandler Carruth authored
a previous iteration of the test. llvm-svn: 113013
-
Greg Clayton authored
llvm-svn: 113012
-
Chandler Carruth authored
but this makes them work even as an extension in C++98. This resolves PR8077. llvm-svn: 113011
-
David Greene authored
Generalize getFieldType to work on all TypedInits. Add a couple of testcases from Amaury Pouly. llvm-svn: 113010
-
Bruno Cardoso Lopes authored
llvm-svn: 113009
-
Bruno Cardoso Lopes authored
llvm-svn: 113008
-
Bruno Cardoso Lopes authored
functional changes llvm-svn: 113007
-
Bruno Cardoso Lopes authored
llvm-svn: 113006
-
Daniel Dunbar authored
some infinite loop and select failures. - Apologies for eager reverting, but its branch day. llvm-svn: 113000
-
Daniel Dunbar authored
infinite loop and select failures. llvm-svn: 112999
-
Daniel Dunbar authored
mask pattern fragment", which depends on r112934, which introduced some infinite loop and select failures. llvm-svn: 112998
-
Bob Wilson authored
solve the root problem, but it corrects the bug in the code I added to support legalizing in the case where the non-extended type is also legal. llvm-svn: 112997
-
Greg Clayton authored
not release it by making sure a mutex locker object is appropriately used. llvm-svn: 112996
-
Bill Wendling authored
llvm-svn: 112995
-
Owen Anderson authored
is provable that they're equivalent. This fixes PR4855. llvm-svn: 112994
-
Jim Ingham authored
Also move "Carbon.framework" to the right place. llvm-svn: 112993
-
John McCall authored
initializing; it at best matches the element type of the variable it's initializing. Fixes PR8073. llvm-svn: 112992
-
Bill Wendling authored
llvm-svn: 112991
-
Howard Hinnant authored
llvm-svn: 112990
-
Jim Grosbach authored
"For ARM stack frames that utilize variable sized objects and have either large local stack areas or require dynamic stack realignment, allocate a base register via which to access the local frame. This allows efficient access to frame indices not accessible via the FP (either due to being out of range or due to dynamic realignment) or the SP (due to variable sized object allocation). In particular, this greatly improves efficiency of access to spill slots in Thumb functions which contain VLAs." r112986 fixed a latent bug exposed by the above. llvm-svn: 112989
-
Jakob Stoklund Olesen authored
slot. Teach it to also check for early clobbered aliases, and early clobber operands following the current operand. This fixes the miscompilation in PR8044 where EC registers eax and ecx were being used for inputs. llvm-svn: 112988
-
Owen Anderson authored
llvm-svn: 112987
-
Jim Grosbach authored
alignment should be performed. Otherwise dynamic realignment may trigger when the register allocator has already used the frame pointer as a general purpose register. That is, we need to make sure that the list of reserved registers doesn't change after register allocation. llvm-svn: 112986
-
Benjamin Kramer authored
Pacify operator precedence warnings. No functionality change because eLaunchFlagDisableASLR happens to be 1. llvm-svn: 112985
-
Jim Grosbach authored
llvm-svn: 112984
-
Bob Wilson authored
instructions prior to regalloc. Since it's getting a little close to the 2.8 branch deadline, I'll have to leave the rest of the instructions handled by the NEONPreAllocPass for now, but I didn't want to leave half of the VLD instructions converted and the other half not. llvm-svn: 112983
-
Dan Gohman authored
llvm-svn: 112982
-
Douglas Gregor authored
last of the C++-specific expressions where we have decent source information in the AST already. In particular, various object-construction expressions (CXXNewExpr, CXXTemporaryObjectExpr) still have poor source-location information that needs to be addressed. llvm-svn: 112981
-
Nuno Lopes authored
llvm-svn: 112980
-
Fariborz Jahanian authored
Per Chris's comment. llvm-svn: 112979
-
Douglas Gregor authored
llvm-svn: 112978
-
Fariborz Jahanian authored
c++ operator token. (radar 8328250). llvm-svn: 112977
-
Dan Gohman authored
llvm-svn: 112976
-
Douglas Gregor authored
llvm-svn: 112975
-
Douglas Gregor authored
llvm-svn: 112974
-
Greg Clayton authored
Added extra logging for stepping. Fixed an issue where cached stack frame data could be lost between runs when the thread plans read a stack frame. llvm-svn: 112973
-
Dawn Perchik authored
titled "Testing on the Command Line". llvm-svn: 112972
-
Owen Anderson authored
llvm-svn: 112971
-