aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/CommandLine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass argc by value, not by reference, since it isn't modified.Dan Gohman2007-10-091-1/+1
* Move the space in overview output for commands out of each of theDan Gohman2007-10-081-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+1072