- Apr 16, 2009
-
-
Douglas Gregor authored
llvm-svn: 69230
-
- Apr 15, 2009
-
-
Fariborz Jahanian authored
__string/__weak attributes. llvm-svn: 69229
-
Devang Patel authored
llvm-svn: 69228
-
Anders Carlsson authored
struct X { X(int, int); }; X x(10, 10); we model that as X x = X(10, 10); inserting a temporary object expr. llvm-svn: 69227
-
Daniel Dunbar authored
- Also, fixed one to actually be one (instead of zero). :) llvm-svn: 69226
-
Douglas Gregor authored
llvm-svn: 69225
-
Anders Carlsson authored
llvm-svn: 69222
-
Chris Lattner authored
llvm-svn: 69221
-
Chris Lattner authored
llvm-svn: 69220
-
Chris Lattner authored
llvm-svn: 69219
-
Chris Lattner authored
llvm-svn: 69218
-
Devang Patel authored
llvm-svn: 69216
-
Dale Johannesen authored
if a longer iv is available. These subscript forms are not common; they're a bottleneck in OpenSSL. llvm-svn: 69215
-
Chris Lattner authored
llvm-svn: 69214
-
Chris Lattner authored
llvm-svn: 69213
-
Chris Lattner authored
llvm-svn: 69212
-
Chris Lattner authored
llvm-svn: 69211
-
Devang Patel authored
This fixes test/CodeGen//2009-01-21-invalid-debug-info.m test case. llvm-svn: 69210
-
Dan Gohman authored
to support replacing a node with another that has a superset of the result types. Use this instead of calling ReplaceAllUsesOfValueWith for each value. llvm-svn: 69209
-
Chris Lattner authored
llvm-svn: 69208
-
Chris Lattner authored
updating the llvm tree. llvm-svn: 69207
-
Chris Lattner authored
llvm-svn: 69206
-
Daniel Dunbar authored
- This was particularly bad since I fixed one instance of this name and not another, meaning we got an LLVM module with the same effective name in two different globals! llvm-svn: 69205
-
Dan Gohman authored
llvm-svn: 69204
-
Dan Gohman authored
llvm-svn: 69203
-
Devang Patel authored
llvm-svn: 69202
-
rdar://problem/6786597Steve Naroff authored
Teach Sema::SemaBuiltinVAStart() about blocks. llvm-svn: 69201
-
Fariborz Jahanian authored
gen. issue for property in continuation class declared readwrite but which did not generate the declaration for the setter. Fix also removed a FIXME and resulted in code cleanup. llvm-svn: 69200
-
Daniel Dunbar authored
llvm-svn: 69199
-
Daniel Dunbar authored
llvm-svn: 69198
-
Chris Lattner authored
spectacularly when built for x86-64. llvm-svn: 69197
-
Douglas Gregor authored
Some minor cleanup. llvm-svn: 69196
-
Chris Lattner authored
llvm-svn: 69193
-
Chris Lattner authored
diagnostic can belong to at most one group. Each group can contain multiple diags, but we have nice syntax for the common case of "1 diag to one group". llvm-svn: 69192
-
Douglas Gregor authored
token length in the PCH file rather than trying (and failing) to reconstruct it be getting the spelling token's length. llvm-svn: 69191
-
Dan Gohman authored
variadic operands correctly. Patch by Jakob Stoklund Olesen! llvm-svn: 69190
-
Douglas Gregor authored
llvm-svn: 69186
-
-
Chris Lattner authored
move the remaining default mapping exceptions from C++ code into the .td files. llvm-svn: 69183
-
Chris Lattner authored
llvm-svn: 69179
-