- Mar 15, 2008
-
-
Evan Cheng authored
Replace all target specific implicit def instructions with a target independent one: TargetInstrInfo::IMPLICIT_DEF. llvm-svn: 48380
-
Gordon Henriksen authored
Patch by Erick Tryzelaar. llvm-svn: 48379
-
Gordon Henriksen authored
Patch by Erick Tryzelaar. llvm-svn: 48378
-
Ted Kremenek authored
llvm-svn: 48377
-
- Mar 14, 2008
-
-
Gabor Greif authored
llvm-svn: 48376
-
Evan Cheng authored
llvm-svn: 48375
-
Ted Kremenek authored
llvm-svn: 48374
-
Duncan Sands authored
table for nounwind calls. llvm-svn: 48373
-
Chris Lattner authored
llvm-svn: 48372
-
Evan Cheng authored
Fix PR2138. Apparently any modification to a std::multimap (including remove entries for a different key) can invalidate multimap iterators. llvm-svn: 48371
-
Chris Lattner authored
llvm-svn: 48370
-
Dan Gohman authored
llvm-svn: 48369
-
Ted Kremenek authored
llvm-svn: 48368
-
Dan Gohman authored
llvm-svn: 48367
-
Nate Begeman authored
non-default address space, and fix comment. Add a test for this. llvm-svn: 48366
-
Dale Johannesen authored
vectors go at the end of the memory area, after all non-vector parameters. llvm-svn: 48364
-
Ted Kremenek authored
a block of "code". Patched various ASTConsumers (such as ASTDumper) to have more support for processing ObjCMethodDecl. CFGVisitor now builds CFGs for ObjCMethodDecls. llvm-svn: 48363
-
Chris Lattner authored
llvm-svn: 48362
-
Evan Cheng authored
llvm-svn: 48361
-
Evan Cheng authored
Fix a number of encoding bugs. SSE 4.1 instructions MPSADBWrri, PINSRDrr, etc. have 8-bits immediate field (ImmT == Imm8). llvm-svn: 48360
-
Evan Cheng authored
llvm-svn: 48359
-
Chris Lattner authored
llvm-svn: 48358
-
Chris Lattner authored
Patch by Sam Bishop! llvm-svn: 48357
-
Chris Lattner authored
llvm-svn: 48356
-
Duncan Sands authored
llvm-svn: 48355
-
Bill Wendling authored
the type instead of the byte size. This was causing troublesome mis-compilations. True to form, this took 2 days to find and is a one-line fix. :-P llvm-svn: 48354
-
Evan Cheng authored
llvm-svn: 48353
-
Nate Begeman authored
Use getIntPtrConstant in a couple places to shorten stuff up Handle splitting vector shuffles with undefs in the mask llvm-svn: 48351
-
Nate Begeman authored
An address space name cannot be used to qualify an object that has automatic storage duration. Still not catching ASQual'd allocas of array type, just scalars at the moment. llvm-svn: 48350
-
Evan Cheng authored
llvm-svn: 48349
-
Evan Cheng authored
Livein copy scheduling fixes: do not coalesce physical register copies, correctly determine the safe location to insert the copies. llvm-svn: 48348
-
Nate Begeman authored
llvm-svn: 48347
-
Dan Gohman authored
llvm-svn: 48346
-
Dan Gohman authored
llvm-svn: 48345
-
- Mar 13, 2008
-
-
Dan Gohman authored
llvm-svn: 48344
-
Owen Anderson authored
pointer bitcast when performing return slot optimization. llvm-svn: 48343
-
Tanya Lattner authored
Patch by Julien Lerouge. Thanks! llvm-svn: 48342
-
Evan Cheng authored
llvm-svn: 48341
-
Devang Patel authored
Thanks Daniel Dunbar! llvm-svn: 48340
-
Ted Kremenek authored
to be run on other declarations of blocks of code (e.g., Objective-C methods.) llvm-svn: 48339
-