Misha Brukman
|
b1c9317bb4
|
Remove trailing whitespace
llvm-svn: 21427
|
2005-04-21 23:48:37 +00:00 |
Chris Lattner
|
531f9e92d4
|
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
|
9019e5cfa0
|
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
|
e8ebcb3300
|
Initial reimplementation of the -strip pass, with a stub for implementing
-S
llvm-svn: 18440
|
2004-12-02 21:25:03 +00:00 |