- Oct 28, 2009
-
-
Douglas Gregor authored
inlined functions. For example, given template<typename T> class string { unsigned Len; public: unsigned size() const { return Len; } }; extern template class string<char>; we now give the instantiation of string<char>::size available_externally linkage (if it is ever instantiated!), as permitted by the C++0x standard. llvm-svn: 85340
-
Edward O'Callaghan authored
llvm-svn: 85339
-
Lang Hames authored
Fixed a bug in the coalescer where intervals were occasionally merged despite a real interference. This fixes rdar://problem/7157961. llvm-svn: 85338
-
Fariborz Jahanian authored
class pointer is the most derived common class of the two. This is <rdar://problem/7334235>. llvm-svn: 85337
-
- Oct 27, 2009
-
-
Jim Grosbach authored
llvm-svn: 85335
-
Bill Wendling authored
llvm-svn: 85334
-
Jim Grosbach authored
default behind a command line option. This will enable better performance for vectors on NEON enabled processors. llvm-svn: 85333
-
Bill Wendling authored
llvm-svn: 85332
-
Bill Wendling authored
llvm-svn: 85331
-
Jeffrey Yasskin authored
against both 2.6 and HEAD. The default is still changed to eager jitting. llvm-svn: 85330
-
Bill Wendling authored
llvm-svn: 85329
-
Devang Patel authored
llvm-svn: 85327
-
Dan Gohman authored
llvm-svn: 85325
-
Mike Stump authored
side-effects up front, as when we switch to the llvm intrinsic call for __builtin_object_size later, it will have two evaluations. We also finish off the intrinsic version of the code so we can just turn it on once llvm has the intrinsic. llvm-svn: 85324
-
Dan Gohman authored
llvm-svn: 85323
-
Chris Lattner authored
llvm-svn: 85322
-
Chris Lattner authored
llvm-svn: 85321
-
Chris Lattner authored
llvm-svn: 85320
-
Chris Lattner authored
llvm-svn: 85319
-
Evan Cheng authored
llvm-svn: 85318
-
Chris Lattner authored
llvm-svn: 85316
-
Chris Lattner authored
llvm-svn: 85312
-
Chris Lattner authored
llvm-svn: 85311
-
Chris Lattner authored
llvm-svn: 85310
-
Oscar Fuentes authored
${libdir}/clang Patch by Ingmar Vanhassel! llvm-svn: 85308
-
Douglas Gregor authored
be inlined. llvm-svn: 85307
-
Chris Lattner authored
llvm-svn: 85306
-
Douglas Gregor authored
FunctionDecl::isInlineSpecified/setInlineSpecified. llvm-svn: 85305
-
Douglas Gregor authored
function template specializations and member functions of class template specializations. llvm-svn: 85300
-
Johnny Chen authored
llvm-svn: 85299
-
Devang Patel authored
Do not held on to DenseMap slot accross map insertion. The insertion may cause the map to grow rending the slot invalid. Use this opportunity to use ValueMap instead of DenseMap. llvm-svn: 85298
-
Johnny Chen authored
BL_pred and BLr9_pred. llvm-svn: 85297
-
Chris Lattner authored
llvm-svn: 85296
-
Jeffrey Yasskin authored
http://llvm.org/PR5184, and beef up the comments to describe what both options do and the risks of lazy compilation in the presence of threads. llvm-svn: 85295
-
Chris Lattner authored
llvm-svn: 85294
-
Dale Johannesen authored
llvm-svn: 85290
-
Dale Johannesen authored
llvm-svn: 85287
-
Victor Hernandez authored
llvm-svn: 85286
-
Oscar Fuentes authored
llvm-svn: 85285
-
Oscar Fuentes authored
CMakeLists.txt, Makefiles, ... it's better to whitelist what we really want to install. Patch by Ingmar Vanhassel! llvm-svn: 85283
-