- May 20, 2009
-
-
Evan Cheng authored
llvm-svn: 72160
-
Eli Friedman authored
It would be nice if someone could write an ObjC++ testcase for the case of passing a property returning a struct to a function taking a const reference. llvm-svn: 72159
-
Zhongxing Xu authored
llvm-svn: 72158
-
Anders Carlsson authored
llvm-svn: 72157
-
Anders Carlsson authored
llvm-svn: 72156
-
Anders Carlsson authored
llvm-svn: 72155
-
Evan Cheng authored
llvm-svn: 72154
-
Anders Carlsson authored
llvm-svn: 72153
-
Dan Gohman authored
about the convention from LoopInfo that a null Loop* means the entire function body. llvm-svn: 72152
-
Owen Anderson authored
Add llvm_start_multithreaded(), which starts up the LLVM internals in thread-safe mode. Provide double-check locking initialization of ManagedStatic's when running in thread-safe mode. llvm-svn: 72151
-
Anders Carlsson authored
llvm-svn: 72150
-
Dan Gohman authored
of the comparison is defined inside the loop. This fixes a use-before-def problem, because the transformation puts a use of the RHS outside the loop. llvm-svn: 72149
-
Owen Anderson authored
llvm-svn: 72148
-
Anders Carlsson authored
Add EmitReferenceBindingToExpr. Have EmitCallArg use it for now. Doesn't support anything but at least we don't crash ;) llvm-svn: 72147
-
Douglas Gregor authored
llvm-svn: 72146
-
Douglas Gregor authored
need template instantiation logic. Remove one FIXME by instantiating the callee in a non-type-dependent CXXOperatorCallExpr. llvm-svn: 72145
-
Douglas Gregor authored
llvm-svn: 72144
-
Douglas Gregor authored
llvm-svn: 72143
-
Douglas Gregor authored
and it isn't clear exactly what it's supposed to mean. Thanks Eli! llvm-svn: 72142
-
Owen Anderson authored
llvm-svn: 72141
-
Owen Anderson authored
Split the ENABLE_THREADS #define in two. Now ENABLE_THREADS indicates the ability to run multiple threads at once in the JIT, and requires only mutex support. LLVM_MULTITHREADED indicates (or will indicate) the ability to run LLVM itself across multiple threads, and requires atomics support. llvm-svn: 72140
-
Douglas Gregor authored
llvm-svn: 72139
-
- May 19, 2009
-
-
Bob Wilson authored
llvm-svn: 72138
-
Eli Friedman authored
llvm-svn: 72137
-
Eli Friedman authored
llvm-svn: 72136
-
Eli Friedman authored
include/clang/Frontend, and move AnalysisConsumer.cpp from tools/clang-cc to lib/Frontend. llvm-svn: 72135
-
Douglas Gregor authored
llvm-svn: 72134
-
Anders Carlsson authored
llvm-svn: 72133
-
Dan Gohman authored
llvm-svn: 72132
-
Dan Gohman authored
llvm-svn: 72131
-
Dan Gohman authored
llvm-svn: 72130
-
Douglas Gregor authored
llvm-svn: 72129
-
Douglas Gregor authored
operator in C++, and verify that template instantiation for the condition operator does the right thing. llvm-svn: 72127
-
Douglas Gregor authored
llvm-svn: 72126
-
Anders Carlsson authored
llvm-svn: 72125
-
Dan Gohman authored
it's an implementation detail. llvm-svn: 72122
-
Dan Gohman authored
MultiSource/Benchmarks/Prolangs-C/football and a variety of other failures. llvm-svn: 72120
-
Douglas Gregor authored
llvm-svn: 72119
-
Anders Carlsson authored
llvm-svn: 72118
-
Anders Carlsson authored
llvm-svn: 72117
-