- Dec 14, 2009
-
-
Devang Patel authored
llvm-svn: 91278
-
Shantonu Sen authored
llvm-svn: 91277
-
Torok Edwin authored
gcc warned that the function may not have a return value, indeed for non-intel and non-amd X86 CPUs it is right (VIA, etc.). llvm-svn: 91276
-
Lang Hames authored
llvm-svn: 91275
-
Bill Wendling authored
llvm-svn: 91274
-
Lang Hames authored
Moved spill weight calculation out of SimpleRegisterCoalescing and into its own pass: CalculateSpillWeights. llvm-svn: 91273
-
Zhongxing Xu authored
llvm-svn: 91272
-
Chris Lattner authored
files: PR5238. llvm-svn: 91270
-
Nate Begeman authored
llvm-svn: 91269
-
Chris Lattner authored
sent to Bob. llvm-svn: 91268
-
Chris Lattner authored
llvm-svn: 91267
-
rdar://7466570Chris Lattner authored
expanding directives withing macro expansions. This is undefined behavior according to 6.10.3p11, so we might as well be undefined in ways similar to GCC. llvm-svn: 91266
-
Chris Lattner authored
llvm-svn: 91265
-
Nate Begeman authored
llvm-svn: 91264
-
Chris Lattner authored
llvm-svn: 91263
-
Chris Lattner authored
llvm-svn: 91262
-
Jim Grosbach authored
llvm-svn: 91260
-
Mikhail Glushenkov authored
llvm-svn: 91259
-
Zhongxing Xu authored
llvm-svn: 91258
-
Anders Carlsson authored
llvm-svn: 91257
-
Anders Carlsson authored
llvm-svn: 91256
-
Anders Carlsson authored
llvm-svn: 91255
-
- Dec 13, 2009
-
-
Douglas Gregor authored
conversion to void*" according to C++ [over.ics.rank]p4b2 if the type we're converting from is not a pointer. llvm-svn: 91254
-
Douglas Gregor authored
from a PointerType. Fixes PR5756. llvm-svn: 91253
-
Douglas Gregor authored
operators. Fixes PR5266. llvm-svn: 91252
-
Anders Carlsson authored
llvm-svn: 91251
-
Jeffrey Yasskin authored
nlewycky's fix to add -rdynamic so the JIT can look symbols up in Linux builds of the JITTests binary. llvm-svn: 91250
-
Anders Carlsson authored
Fix regression in my last commit - if a struct has a trivial destructor but no usual deallocation function we don't need a cookie. llvm-svn: 91249
-
Anders Carlsson authored
llvm-svn: 91247
-
Anders Carlsson authored
If the usual array deallocation function of a class takes two arguments, we need to pass the number of bytes allocated to the deallocation function, just not the number of bytes in a single element. llvm-svn: 91246
-
Anders Carlsson authored
llvm-svn: 91245
-
Anders Carlsson authored
llvm-svn: 91244
-
Anders Carlsson authored
Change the RTTIBuilder's finish member function to take a pointer to the constants array + the length of the array. llvm-svn: 91241
-
Torok Edwin authored
x86 CPU detection for the X86 getHostCPUName too, and create a simple getHostCPUName that returns "generic" for all else. llvm-svn: 91240
-
Chandler Carruth authored
about the potential use of these uninitialized members under certain conditions. llvm-svn: 91239
-
Daniel Dunbar authored
Lift builtin-include-path logic out of ASTUnit::LoadFromCommandLine and fix CIndex to pass in the right directory (previously it was using the path to the main executable, which generally is wrong). llvm-svn: 91238
-
Daniel Dunbar authored
llvm-svn: 91237
-
Daniel Dunbar authored
llvm-svn: 91236
-
Daniel Dunbar authored
because it had two inputs, except on Win32 where /dev/null doesn't exist. llvm-svn: 91235
-
Chandler Carruth authored
llvm-svn: 91234
-