Misha Brukman
|
53e199440e
|
Remove trailing whitespace
llvm-svn: 21427
|
2005-04-21 23:48:37 +00:00 |
|
Chris Lattner
|
4b688a1c70
|
This mega patch converts us from using Function::a{iterator|begin|end} to
using Function::arg_{iterator|begin|end}. Likewise Module::g* -> Module::global_*.
This patch is contributed by Gabor Greif, thanks!
llvm-svn: 20597
|
2005-03-15 04:54:21 +00:00 |
|
Chris Lattner
|
a5a08f5484
|
Implement stripping of debug symbols, making the --strip-debug options in
gccas/gccld more than just a noop.
llvm-svn: 18456
|
2004-12-03 16:22:08 +00:00 |
|
Chris Lattner
|
45529acebd
|
Initial reimplementation of the -strip pass, with a stub for implementing
-S
llvm-svn: 18440
|
2004-12-02 21:25:03 +00:00 |
|