- Jul 18, 2009
-
-
Bruno Cardoso Lopes authored
llvm-svn: 76334
-
Anders Carlsson authored
llvm-svn: 76333
-
Anders Carlsson authored
llvm-svn: 76330
-
Daniel Dunbar authored
llvm-svn: 76329
-
Daniel Dunbar authored
llvm-svn: 76328
-
Anders Carlsson authored
llvm-svn: 76327
-
Bruno Cardoso Lopes authored
Use proper relocation type to build relocations for JumpTables (rodata sections). llvm-svn: 76326
-
Eli Friedman authored
way (bitcast -> insert/extractelement). llvm-svn: 76325
-
Chris Lattner authored
llvm-svn: 76324
-
Viktor Kutuzov authored
Require a remote command to exit with the exit status of the test program or with 255 if an error occurred. llvm-svn: 76323
-
Steve Naroff authored
llvm-svn: 76322
-
Steve Naroff authored
llvm-svn: 76321
-
Sebastian Redl authored
llvm-svn: 76320
-
Sebastian Redl authored
llvm-svn: 76319
-
Sebastian Redl authored
llvm-svn: 76318
-
Sebastian Redl authored
llvm-svn: 76317
-
Anton Korobeynikov authored
llvm-svn: 76316
-
Anton Korobeynikov authored
llvm-svn: 76315
-
Anton Korobeynikov authored
llvm-svn: 76314
-
Anton Korobeynikov authored
llvm-svn: 76313
-
Anton Korobeynikov authored
llvm-svn: 76312
-
Anton Korobeynikov authored
llvm-svn: 76311
-
Anton Korobeynikov authored
llvm-svn: 76310
-
Eli Friedman authored
sign bit set. llvm-svn: 76304
-
Zhongxing Xu authored
llvm-svn: 76303
-
Eli Friedman authored
llvm-svn: 76302
-
Eli Friedman authored
llvm-svn: 76301
-
Eli Friedman authored
bitcasts. It would also be possible to canonicalize the other way; does anyone have a preference? llvm-svn: 76300
-
Argyrios Kyrtzidis authored
llvm-svn: 76299
-
Argyrios Kyrtzidis authored
Introduce a redecl_iterator in Decl class, so that we can do a "iterate over all declarations of the same decl" without knowing the exact type. llvm-svn: 76298
-
Argyrios Kyrtzidis authored
Introduce the Redeclarable template class, which serves as a base type defining the common interface for Decls that can be redeclared. Make FunctionDecl and VarDecl use it. llvm-svn: 76297
-
Argyrios Kyrtzidis authored
Remove StmtLocResolver::VisitObjCIvarRefExpr, it was only there to avoid returning an implicit 'self' instead of the ivar. Since implicit 'self' no longer has a source location, it's not needed. (plus we also want to check for a 'self' that is visible in source code) llvm-svn: 76296
-
Argyrios Kyrtzidis authored
llvm-svn: 76295
-
Zhongxing Xu authored
llvm-svn: 76294
-
Eli Friedman authored
where int is 32 bits. llvm-svn: 76293
-
Daniel Dunbar authored
- Otherwise we get two regressions in llvm-test for applications which run out of space. - Once the JIT memory manager is improved, this can be switched back. llvm-svn: 76291
-
Nick Lewycky authored
all values belonging to the intersection will belong to the resulting range. The former was inconsistent about that point (either way is fine, just pick one.) This is part of PR4545. llvm-svn: 76289
-
Ted Kremenek authored
Fix crash in StoreManager::NewCastRegion() when handling casts from 'id' (or whatever) to a BlockPointerType. llvm-svn: 76288
-
Ted Kremenek authored
llvm-svn: 76287
-
Daniel Dunbar authored
- Reid, please check, I'm not sure if this is what was intended. llvm-svn: 76286
-