| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
forms remain to handle older IR files, but will go away soon.
llvm-svn: 55781
|
| |
|
|
| |
llvm-svn: 55779
|
| |
|
|
|
|
|
| |
names. This can save a lot of allocations if you aren't going to be
looking at the output.
llvm-svn: 54546
|
| |
|
|
|
|
|
|
| |
empty string for ConstantAggregateZero case which surprises selectiondag.
- Correctly handle memcpy from constant string which is zero-initialized.
llvm-svn: 52891
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Move GetConstantStringInfo to lib/Analysis. Remove
string output routine from Constant. Update all
callers. Change debug intrinsic api slightly to
accomodate move of routine, these now return values
instead of strings.
This unbreaks llvm-gcc bootstrap.
llvm-svn: 52884
|
| |
|
|
| |
llvm-svn: 52749
|
| |
|
|
| |
llvm-svn: 52295
|
| |
|
|
| |
llvm-svn: 52138
|
| |
|
|
|
|
| |
an i16! Cleaned up trailing whitespace while there.
llvm-svn: 51240
|
| |
|
|
|
|
| |
themselves weren't in the anonymous namespace.
llvm-svn: 50673
|
| |
|
|
| |
llvm-svn: 50586
|
| |
|
|
|
|
|
| |
2) Return NULL instead of false in several places for tidiness.
3) fix a bug optimizing sprintf(p, "%c", x)
llvm-svn: 50521
|
|
|
a FunctionPass. This makes it simpler, fixes dozens of bugs, adds
a couple of minor features, and shrinks is considerably: from
2214 to 1437 lines.
llvm-svn: 50520
|