- Aug 20, 2009
-
-
Chris Lattner authored
llvm-svn: 79498
-
Dale Johannesen authored
llvm-svn: 79495
-
Reid Kleckner authored
llvm-svn: 79494
-
Dan Gohman authored
llvm-svn: 79493
-
Daniel Dunbar authored
llvm-svn: 79492
-
Dan Gohman authored
depend on TargetData information. llvm-svn: 79491
-
Dan Gohman authored
TargetData to find the pointer size. llvm-svn: 79490
-
Tanya Lattner authored
llvm-svn: 79488
-
David Greene authored
Remove an unnecessary include. Now we won't have circular include problems later on. llvm-svn: 79487
-
Owen Anderson authored
llvm-svn: 79486
-
Dan Gohman authored
array member of a struct, it's possible to land in an arbitrary position inside that struct, such that attempting to find further getelementptr indices will fail. In such cases, folding cannot be done. llvm-svn: 79485
-
Dale Johannesen authored
llvm-svn: 79484
-
Reid Kleckner authored
llvm-svn: 79483
-
Daniel Dunbar authored
llvm-svn: 79482
-
David Greene authored
Add missing forward declaration. llvm-svn: 79481
-
David Greene authored
Add missing includes. llvm-svn: 79480
-
David Greene authored
Add missing includes. llvm-svn: 79479
-
David Greene authored
Add missing includes. llvm-svn: 79478
-
Nicolas Geoffray authored
elimination optimization on the LLVM code base. llvm-svn: 79477
-
David Greene authored
Add missing includes. llvm-svn: 79476
-
- Aug 19, 2009
-
-
David Greene authored
Add missing includes. llvm-svn: 79475
-
David Greene authored
Add missing includes. llvm-svn: 79474
-
David Greene authored
Add missing includes. llvm-svn: 79473
-
Owen Anderson authored
we can find a way to cache the answer that isn't racy. llvm-svn: 79472
-
David Greene authored
Add missing includes. llvm-svn: 79469
-
David Greene authored
Add missing includes. llvm-svn: 79468
-
David Greene authored
Add missing includes. llvm-svn: 79467
-
Daniel Dunbar authored
llvm-svn: 79465
-
David Greene authored
Add missing header. llvm-svn: 79463
-
Eli Friedman authored
llvm-svn: 79461
-
Dan Gohman authored
that led to errs() getting made buffered. llvm-svn: 79458
-
Daniel Dunbar authored
SmallString::c_str. llvm-svn: 79456
-
Daniel Dunbar authored
llvm-svn: 79454
-
Daniel Dunbar authored
c_str(). llvm-svn: 79453
-
Benjamin Kramer authored
llvm-svn: 79451
-
Daniel Dunbar authored
conversion code do we really need? - S.append_uint(N) can be replaced with 'raw_svector_ostream(S) << N' which is somewhat slower due to the extra set up cost, but still plenty fast (especially if the svector set up cost can be amortized). llvm-svn: 79450
-
Daniel Dunbar authored
llvm-svn: 79449
-
Bill Wendling authored
llvm-svn: 79447
-
Daniel Dunbar authored
right. - This class turns out to be much more convenient to use if we do this; clients can make sure the buffer is always big enough if they care (since our current idiom tends to be to use a SmallString<256> for the input to this we should generally be avoiding an unnecessary malloc). Also, add a convenience raw_svector_ostream::str method which flushes the buffer and returns a StringRef for the vector contents. llvm-svn: 79446
-
Daniel Dunbar authored
llvm-svn: 79445
-