- Aug 20, 2009
-
-
Dale Johannesen authored
llvm-svn: 79495
-
Reid Kleckner authored
llvm-svn: 79494
-
Dan Gohman authored
llvm-svn: 79493
-
Daniel Dunbar authored
llvm-svn: 79492
-
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
-
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
-
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
-
Eli Friedman authored
llvm-svn: 79461
-
Daniel Dunbar authored
SmallString::c_str. llvm-svn: 79456
-
Daniel Dunbar authored
llvm-svn: 79449
-
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
-
Dan Gohman authored
llvm-svn: 79443
-
Dan Gohman authored
available. This is very conservative for now. llvm-svn: 79442
-
Dan Gohman authored
by hand, and fix a few places that were using hasInitializer() that appear to depend on the initializer value. llvm-svn: 79441
-
Dan Gohman authored
static extents of the static array type, it causes GlobalOpt and other passes to be more conservative. This canonicalization also allows the constant folder to add "inbounds" to GEPs. llvm-svn: 79440
-
Dan Gohman authored
a smaller encoding. These kinds of patterns are very frequent in sqlite3, for example. llvm-svn: 79439
-
Daniel Dunbar authored
llvm-svn: 79437
-
David Goodwin authored
llvm-svn: 79436
-
Daniel Dunbar authored
- This avoids unnecessary malloc/free overhead in the common case, and unnecessary copying from the ostream buffer into the output vector. llvm-svn: 79434
-
Owen Anderson authored
actually added. llvm-svn: 79429
-
Bob Wilson authored
This is derived from a patch by Anton Korzh. I modified it to recognize the VEXT shuffles during legalization and lower them to a target-specific DAG node. llvm-svn: 79428
-
Daniel Dunbar authored
rather obscure way (the other candidate is r79377). llvm-svn: 79426
-
David Goodwin authored
Use the schedule itinerary operand use/def cycle information to adjust dependence edge latency for post-RA scheduling. llvm-svn: 79425
-
Eli Friedman authored
llvm-svn: 79415
-
Nick Lewycky authored
delete a newed pointer, and improve readability a little bit. llvm-svn: 79411
-
Chris Lattner authored
llvm-svn: 79408
-
Nick Lewycky authored
llvm-svn: 79407
-
Chris Lattner authored
llvm-svn: 79406
-
Chris Lattner authored
talk to the MCStreamer directly instead. llvm-svn: 79405
-
Andreas Neustifter authored
llvm-svn: 79404
-