- Aug 25, 2010
-
-
Eric Christopher authored
llvm-svn: 112042
-
Eric Christopher authored
Fixes PR7967. Owen: You added these, any reason? llvm-svn: 112041
-
Chandler Carruth authored
functionality changed. llvm-svn: 112040
-
Eric Christopher authored
llvm-svn: 112039
-
John McCall authored
llvm-svn: 112038
-
Chandler Carruth authored
templates when only the declaration is in scope. This requires deferring the instantiation to be lazy, and ensuring the definition is required for that translation unit. We re-use the existing pending instantiation queue, previously only used to track implicit instantiations which were required to be lazy. Fixes PR7979. A subsequent change will rename *PendingImplicitInstantiations to *PendingInstatiations for clarity given its broader role. llvm-svn: 112037
-
Eric Christopher authored
llvm-svn: 112036
-
Eric Christopher authored
llvm-svn: 112035
-
Anton Korobeynikov authored
Mark _alloca call as clobberring EFLAGS, otherwise some DCE might remove other flags-clobberring stuff (e.g. cmp instructions) occuring after _alloca call. llvm-svn: 112034
-
Eric Christopher authored
llvm-svn: 112033
-
John McCall authored
llvm-svn: 112032
-
Eric Christopher authored
Fix some todos. No functional change. llvm-svn: 112031
-
John McCall authored
llvm-svn: 112030
-
Eric Christopher authored
Untested. llvm-svn: 112029
-
John McCall authored
llvm-svn: 112028
-
John McCall authored
llvm-svn: 112027
-
John McCall authored
llvm-svn: 112026
-
Eric Christopher authored
ARM instructions with: foo GPR, rGPR which happens a lot. llvm-svn: 112025
-
John McCall authored
llvm-svn: 112024
-
Daniel Dunbar authored
llvm-svn: 112023
-
Daniel Dunbar authored
llvm-svn: 112022
-
Daniel Dunbar authored
as a truncation not a comparison to null. llvm-svn: 112021
-
Bruno Cardoso Lopes authored
llvm-svn: 112020
-
John McCall authored
but not in C++, so don't emit aggregate loads of volatile references in null context in C++. Happens to have been caught by an assertion. We do not get the scalar case right. Volatiles are really broken. llvm-svn: 112019
-
John McCall authored
llvm-svn: 112018
-
Bruno Cardoso Lopes authored
teach lowering to get target specific nodes for pshufd, emulating the same isel behavior for now, so we can pass all vector shuffle tests llvm-svn: 112017
-
Bruno Cardoso Lopes authored
llvm-svn: 112016
-
Owen Anderson authored
In the default address space, any GEP off of null results in a trap value if you try to load it. Thus, any load in the default address space that completes implies that the base value that it GEP'd from was not null. llvm-svn: 112015
-
Zhongxing Xu authored
llvm-svn: 112014
-
Douglas Gregor authored
(e.g., for message sends or method declaration/definition completions), adjust methods that come from a base class. llvm-svn: 112013
-
Sebastian Redl authored
llvm-svn: 112012
-
Sebastian Redl authored
llvm-svn: 112011
-
Greg Clayton authored
subclassing it anywhere. llvm-svn: 112010
-
Greg Clayton authored
contains the entire stack backtrace. llvm-svn: 112009
-
Eric Christopher authored
accordingly. No functional change. llvm-svn: 112008
-
Greg Clayton authored
functionality into StackFrameList. This will allow us to copy the previous stack backtrace from the previous stop into another variable so we can re-use as much as possible from the previous stack backtrace. llvm-svn: 112007
-
Argyrios Kyrtzidis authored
llvm-svn: 112006
-
Argyrios Kyrtzidis authored
llvm-svn: 112005
-
Argyrios Kyrtzidis authored
llvm-svn: 112004
-
Fariborz Jahanian authored
has its own getter and setter methods declared. Fixed 8349319 (nonfragile-abi2). llvm-svn: 112003
-