- Apr 03, 2009
-
-
Dan Gohman authored
loads when an input node has multiple uses. llvm-svn: 68398
-
Ted Kremenek authored
the subtle ownership issues of such objects. llvm-svn: 68397
-
Daniel Dunbar authored
- Particularly nice for small constant strings, which get optimized down nicely. On a synthetic benchmark writing out "hello" in a loop, this is about 2x faster with gcc and 3x faster with llvm-gcc. llc on insn-attrtab.bc from 403.gcc is about .5% faster. - I tried for a fancier solution which wouldn't increase code size as much (by trying to match constant arrays), but can't quite make it fly. llvm-svn: 68396
-
Chris Lattner authored
llvm-svn: 68395
-
Chris Lattner authored
llvm-svn: 68394
-
Chris Lattner authored
llvm-svn: 68391
-
Chris Lattner authored
llvm-svn: 68387
-
Oscar Fuentes authored
separator in sed scripts. Resolves Bug 3881. llvm-svn: 68385
-
Oscar Fuentes authored
llvm-svn: 68384
-
Anton Korobeynikov authored
llvm-svn: 68383
-
Anton Korobeynikov authored
llvm-svn: 68382
-
Anton Korobeynikov authored
llvm-svn: 68381
-
Anton Korobeynikov authored
llvm-svn: 68380
-
Steve Naroff authored
llvm-svn: 68379
-
Zhongxing Xu authored
when creating symbolic values, we distinguish between location and non-location values. For location values, we create a symbolic region instead of a loc::SymbolVal. llvm-svn: 68373
-
Daniel Dunbar authored
llvm-svn: 68372
-
Anders Carlsson authored
Ignore plus operands when looking up the operand number from a named operand. This matches llvm-gcc and fixes PR3908. llvm-svn: 68371
-
Daniel Dunbar authored
llvm-svn: 68370
-
Fariborz Jahanian authored
llvm-svn: 68369
-
Mon P Wang authored
movq for v2i64 on x86-32. llvm-svn: 68368
-
Ted Kremenek authored
llvm-svn: 68366
-
Daniel Dunbar authored
wasn't being forwarded. llvm-svn: 68365
-
Steve Naroff authored
Tweak test (now that http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090330/015001.html is fixed). llvm-svn: 68364
-
Daniel Dunbar authored
string literals. llvm-svn: 68363
-
Chris Lattner authored
llvm-svn: 68362
-
Chris Lattner authored
this fixes a regression on some compilers from r68147. llvm-svn: 68356
-
Dan Gohman authored
Note that these are distinct from TargetInstrInfo::INSERT_SUBREG and TargetInstrInfo::EXTRACT_SUBREG, which are used. llvm-svn: 68355
-
Douglas Gregor authored
llvm-svn: 68354
-
Chris Lattner authored
llvm-svn: 68353
-
Chris Lattner authored
llvm-svn: 68352
-
Chris Lattner authored
llvm-svn: 68351
-
Chris Lattner authored
llvm-svn: 68350
-
Mike Stump authored
llvm-svn: 68349
-
Douglas Gregor authored
llvm-svn: 68348
-
Mike Stump authored
llvm-svn: 68347
-
Douglas Gregor authored
llvm-svn: 68346
-
Ted Kremenek authored
llvm-svn: 68345
-
- Apr 02, 2009
-
-
Ed Schouten authored
Approved by: ddunbar llvm-svn: 68343
-
Douglas Gregor authored
applies fix-its to error messages that occur at that specific location in the program. llvm-svn: 68342
-
Fariborz Jahanian authored
objc's continuation class. llvm-svn: 68339
-