- Aug 24, 2010
-
-
Jim Grosbach authored
For now it's still a command line option, but the interface to the generic code doesn't need to know that. llvm-svn: 111942
-
Dan Gohman authored
which does the same thing. This eliminates redundant code and handles MDNodes better. MDNode linking still doesn't fully work yet though. llvm-svn: 111941
-
Fariborz Jahanian authored
previous use of a synthesized 'ivar' with property of same name declared as @dynamic. In this case, 'ivar' is in the inherited class and no diagnostics should be issued. llvm-svn: 111940
-
Johnny Chen authored
llvm-svn: 111939
-
Johnny Chen authored
llvm-svn: 111938
-
rdar://problem/8348251Johnny Chen authored
"variable list bits" display bits variable correctly, but not "variable list". llvm-svn: 111937
-
Devang Patel authored
llvm-svn: 111936
-
Ted Kremenek authored
llvm-svn: 111935
-
Daniel Dunbar authored
- Implemented by manually splicing the tokens. If this turns out to be problematically platform specific, a more elegant solution would be to implement some context dependent lexing support. llvm-svn: 111934
-
Dan Gohman authored
llvm-svn: 111933
-
Jim Grosbach authored
Intended to help ease reproducing problems by increasing base register usage after heuristics for only using the when needed are in place. llvm-svn: 111930
-
Chris Lattner authored
patch by NAKAMURA Takumi! llvm-svn: 111929
-
Johnny Chen authored
llvm-svn: 111928
-
Daniel Dunbar authored
identify what version of the compiler was used to build something. llvm-svn: 111927
-
John McCall authored
llvm-svn: 111926
-
Benjamin Kramer authored
Relocate against parent if the symbol is not in section or it's a common symbol, from Roman Divacky. llvm-svn: 111925
-
Owen Anderson authored
llvm-svn: 111923
-
Dan Gohman authored
that it avoids a lot of unnecessary cloning by avoiding remapping MDNode cycles when none of the nodes in the cycle actually need to be remapped. Also it uses the new temporary MDNode mechanism. llvm-svn: 111922
-
Daniel Dunbar authored
integrated assembler. For now this mostly just means that we will error out if someone tries to use this mechanism to send an argument to the assembler. llvm-svn: 111921
-
Johnny Chen authored
llvm-svn: 111920
-
Douglas Gregor authored
corresponds to a block pointer, provide the skeleton of a block literal. llvm-svn: 111918
-
Dan Gohman authored
need not be RIP-relative in small mode. llvm-svn: 111917
-
Douglas Gregor authored
llvm-svn: 111916
-
Dan Gohman authored
make their protected members private. And remove an unnecessary explicit keyword. llvm-svn: 111915
-
Dan Gohman authored
ParseMetadataValue. llvm-svn: 111914
-
Dan Gohman authored
initially seems it should require. llvm-svn: 111913
-
Douglas Gregor authored
from Francois Pichet! Fixes PR7754. llvm-svn: 111912
-
Kalle Raiskila authored
llc used to assert on the added testcase. llvm-svn: 111911
-
Kalle Raiskila authored
from 64bit vector support. llvm-svn: 111910
-
John McCall authored
- teach DifferenceEngine to unify successors of calls and invokes in certain circumstances - basic blocks actually don't have their own numbering; did that change? - add llvm-diff to the Makefile and CMake build systems llvm-svn: 111909
-
John McCall authored
llvm-svn: 111908
-
John McCall authored
#include Sema.h while keeping all the AST declarations opaque. That may not be reasonably attainable, though. llvm-svn: 111907
-
Owen Anderson authored
llvm-svn: 111906
-
John McCall authored
If someone wants to fix this some other way.... llvm-svn: 111905
-
John McCall authored
llvm-svn: 111904
-
John McCall authored
M-x query-replace-regexp \(Sema::\|Action::\|Parser::\|\)Owning\(Expr\|Stmt\)Result -> \2Result llvm-svn: 111903
-
John McCall authored
llvm-svn: 111902
-
John McCall authored
llvm-svn: 111901
-
Douglas Gregor authored
members, from Faisal Vali! Fixes PR6904. llvm-svn: 111900
-
Eli Friedman authored
UnresolvedMemberExpr. llvm-svn: 111899
-