- Aug 24, 2010
-
-
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
-
Douglas Gregor authored
State explicitly that we are intentionally not providing macro completions for declarator name completions llvm-svn: 111898
-
Zhongxing Xu authored
llvm-svn: 111897
-
Dan Gohman authored
llvm-svn: 111896
-
Dan Gohman authored
llvm-svn: 111895
-
Dan Gohman authored
directly instead of going through EnumerateValue. llvm-svn: 111894
-
Dan Gohman authored
This is in preparation for generalizing its parsing of function-local values. llvm-svn: 111893
-
Dan Gohman authored
llvm-svn: 111892
-
Greg Clayton authored
llvm-svn: 111891
-
Bruno Cardoso Lopes authored
llvm-svn: 111890
-
Bill Wendling authored
llvm-svn: 111889
-
Douglas Gregor authored
llvm-svn: 111888
-
Eric Christopher authored
llvm-svn: 111887
-
Mikhail Glushenkov authored
llvm-svn: 111886
-
Eric Christopher authored
llvm-svn: 111885
-
Douglas Gregor authored
keywords "in", "out", "inout", "byref", "bycopy", and "oneway". llvm-svn: 111884
-
Eric Christopher authored
that it needs to go away. Use loadRegFromStackSlot where possible. Also, remember to update the value map. llvm-svn: 111883
-