- Aug 23, 2008
-
-
Ted Kremenek authored
llvm-svn: 55213
-
Dan Gohman authored
llvm-svn: 55212
-
Ted Kremenek authored
llvm-svn: 55211
-
Dan Gohman authored
llvm-svn: 55210
-
Daniel Dunbar authored
llvm-svn: 55209
-
Dale Johannesen authored
These just test that they go through the BE. llvm-svn: 55208
-
Anders Carlsson authored
llvm-svn: 55207
-
- Aug 22, 2008
-
-
Dale Johannesen authored
llvm-svn: 55206
-
Dan Gohman authored
llvm-svn: 55205
-
Argyrios Kyrtzidis authored
llvm-svn: 55204
-
Anton Korobeynikov authored
llvm-svn: 55203
-
Bill Wendling authored
{standard input}:17:bad register name `%sil' make[4]: *** [libgcc/./_addvsi3.o] Error 1 make[4]: *** Waiting for unfinished jobs.... {standard input}:23:bad register name `%dil' {standard input}:28:bad register name `%dil' make[4]: *** [libgcc/./_addvdi3.o] Error 1 {standard input}:18:bad register name `%sil' make[4]: *** [libgcc/./_subvsi3.o] Error 1 llvm-svn: 55200
-
Daniel Dunbar authored
llvm-svn: 55197
-
Daniel Dunbar authored
llvm-svn: 55196
-
Dan Gohman authored
llvm-svn: 55192
-
Dan Gohman authored
llvm-svn: 55191
-
Dan Gohman authored
instructions that define the full 32 or 64-bit value. When anyexting from i8 to i16 or i32, it's not necessary to zero out the high portion of the register. llvm-svn: 55190
-
Owen Anderson authored
llvm-svn: 55189
-
Ted Kremenek authored
llvm-svn: 55188
-
Dan Gohman authored
are not yet updated properly, but that's a separate task. llvm-svn: 55187
-
Dale Johannesen authored
llvm-svn: 55186
-
Dan Gohman authored
llvm-svn: 55182
-
Dan Gohman authored
handled correctly, and change a few SmallVector uses to use size 0 to more clearly reflect their intent. llvm-svn: 55181
-
Anders Carlsson authored
llvm-svn: 55180
-
Chris Lattner authored
Patch contributed by Bjorn Reese! llvm-svn: 55179
-
Argyrios Kyrtzidis authored
llvm-svn: 55178
-
Argyrios Kyrtzidis authored
-The Parser calls a new "ActOnCXXTypeConstructExpr" action. -Sema, depending on the type and expressions number: -If the type is a class, it will treat it as a class constructor. [TODO] -If there's only one expression (i.e. "int(0.5)" ), creates a new "CXXFunctionalCastExpr" Expr node -If there are no expressions (i.e "int()" ), creates a new "CXXZeroInitValueExpr" Expr node. llvm-svn: 55177
-
Nico Weber authored
make test fails if llvm is checked out to llvm-svn of if there is a dash somewhere else in the path. fix that. llvm-svn: 55175
-
Nico Weber authored
For example, adding the default system include paths in clients is now as simple as InitHeaderSearch init(headers); init.AddDefaultSystemIncludePaths(langopts); init.Realize(); llvm-svn: 55174
-
Nicolas Geoffray authored
llvm-svn: 55173
-
Owen Anderson authored
llvm-svn: 55171
-
Chris Lattner authored
patch contributed by Benjamin Stiglitz! llvm-svn: 55170
-
Ted Kremenek authored
llvm-svn: 55169
-
Chris Lattner authored
Patch contributed by m-s. llvm-svn: 55167
-
Anders Carlsson authored
llvm-svn: 55166
-
Dale Johannesen authored
so that lwarx and stwcx are always executed the same number of times. This is important for performance, I'm told. llvm-svn: 55163
-
Ted Kremenek authored
llvm-svn: 55162
-
Eli Friedman authored
because nothing uses the merged types yet.) llvm-svn: 55161
-
Eli Friedman authored
llvm-svn: 55160
-
Eli Friedman authored
testing compatibility. This is necessary for some constructs, like merging redeclarations. Also, there are some ObjC changes to make sure that typesAreCompatible(a,b) == typesAreCompatible(b,a). I don't have any ObjC code beyond the testsuite, so please tell me if there are any cases where this doesn't behave as expected. llvm-svn: 55158
-