- May 15, 2008
-
-
rdar://problem/5929344Steve Naroff authored
Fix rewriter bug <rdar://problem/5929344> clang ObjC rewriter: "extern int __CFConstantStringClassReference[];" should be extern "C". Have clang predefine OBJC_NEW_PROPERTIES (which is what gcc does). llvm-svn: 51163
-
Dale Johannesen authored
This changes the .bc file format, but if I understand how it works correctly, old .bc files continue to be readable. llvm-svn: 51161
-
Nate Begeman authored
something with a v1 type. llvm-svn: 51160
-
Steve Naroff authored
llvm-svn: 51159
-
Steve Naroff authored
Author: akirtzidis Date: Wed May 14 05:00:15 2008 New Revision: 51101 URL: http://llvm.org/viewvc/llvm-project?rev=51101&view=rev Log: Upgrading VC++ projects to VC++ 2008. I really need to build with VC++ 2005. llvm-svn: 51158
-
Dan Gohman authored
moving toward making structs and arrays first-class types. llvm-svn: 51157
-
Dan Gohman authored
llvm-svn: 51156
-
Devang Patel authored
llvm-svn: 51155
-
Devang Patel authored
Patch by Matthijs Kooijman. llvm-svn: 51154
-
Argyrios Kyrtzidis authored
llvm-svn: 51153
-
Evan Cheng authored
llvm-svn: 51152
-
Argyrios Kyrtzidis authored
llvm-svn: 51151
-
Duncan Sands authored
compiling with gcc 4.3. llvm-svn: 51145
-
Gabor Greif authored
Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better. llvm-svn: 51143
-
Gabor Greif authored
llvm-svn: 51142
-
Evan Cheng authored
Make use of vector load and store operations to implement memcpy, memmove, and memset. Currently only X86 target is taking advantage of these. llvm-svn: 51140
-
Evan Cheng authored
llvm-svn: 51139
-
Nate Begeman authored
intrin.h files are finished llvm-svn: 51137
-
Nate Begeman authored
operator new() referring to the static initTags function, which has to be in the same linkage unit as any file including User.h. llvm-svn: 51136
-
Dale Johannesen authored
to 64 bits. llvm-svn: 51135
-
Bill Wendling authored
is bitcast to return a floating point value. The result of the instruction may not be used by the program afterwards, and LLVM will happily remove all instructions except the call. But, on some platforms, if a value is returned as a floating point, it may need to be removed from the stack (like x87). Thus, we can't get rid of the bitcast even if there isn't a use of the value. llvm-svn: 51134
-
Steve Naroff authored
llvm-svn: 51133
-
Dale Johannesen authored
conversion. Try 0x1.0000a4p+0f. Neil, please review. llvm-svn: 51132
-
- May 14, 2008
-
-
Evan Cheng authored
llvm-svn: 51131
-
Chris Lattner authored
llvm-svn: 51130
-
Evan Cheng authored
llvm-svn: 51129
-
Eli Friedman authored
#define pollution. llvm-svn: 51128
-
Nate Begeman authored
llvm-svn: 51127
-
Evan Cheng authored
llvm-svn: 51126
-
Nate Begeman authored
Add some checks to the new vicmp,vfcmp instructions llvm-svn: 51125
-
Ted Kremenek authored
llvm-svn: 51124
-
Evan Cheng authored
llvm-svn: 51123
-
Ted Kremenek authored
llvm-svn: 51122
-
Ted Kremenek authored
llvm-svn: 51121
-
Dale Johannesen authored
llvm-svn: 51120
-
Dale Johannesen authored
llvm-svn: 51119
-
Dale Johannesen authored
are represented as "weak", but there are subtle differences in some cases on Darwin, so we need both. The intent is that "common" will behave identically to "weak" unless somebody changes their target to do something else. No functional change as yet. llvm-svn: 51118
-
Eli Friedman authored
llvm-svn: 51117
-
Ted Kremenek authored
Added "-a" option to scan-build to select the analysis (ASTConsumer) used by clang. The default is -checker-cfref. llvm-svn: 51116
-
Evan Cheng authored
llvm-svn: 51115
-