| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | For PR411: | Reid Spencer | 2007-01-06 | 1 | -4/+3 |
| | | | | | | | | | | Take an incremental step towards type plane elimination. This change separates types from values in the symbol tables by finally making use of the TypeSymbolTable class. This yields more natural interfaces for dealing with types and unclutters the SymbolTable class. llvm-svn: 32956 | ||||
| * | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner | 2006-08-27 | 1 | -2/+3 |
| | | | | | llvm-svn: 29925 | ||||
| * | Strip changes to llvm.dbg intrinsics. | Jim Laskey | 2006-03-23 | 1 | -7/+34 |
| | | | | | llvm-svn: 26993 | ||||
| * | Teach the strip pass to strip type names in addition to value names. This | Chris Lattner | 2006-03-15 | 1 | -0/+5 |
| | | | | | | | is fallout from the type/value split in the symtab long long ago :) llvm-svn: 26785 | ||||
| * | Handle the removal of the debug chain. | Jim Laskey | 2006-03-13 | 1 | -1/+1 |
| | | | | | llvm-svn: 26729 | ||||
| * | fix a pasto | Chris Lattner | 2006-03-09 | 1 | -1/+1 |
| | | | | | llvm-svn: 26627 | ||||
| * | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -5/+5 |
| | | | | | llvm-svn: 21427 | ||||
| * | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner | 2005-03-15 | 1 | -1/+1 |
| | | | | | | | | | using Function::arg_{iterator|begin|end}. Likewise Module::g* -> Module::global_*. This patch is contributed by Gabor Greif, thanks! llvm-svn: 20597 | ||||
| * | Implement stripping of debug symbols, making the --strip-debug options in | Chris Lattner | 2004-12-03 | 1 | -2/+82 |
| | | | | | | | gccas/gccld more than just a noop. llvm-svn: 18456 | ||||
| * | Initial reimplementation of the -strip pass, with a stub for implementing | Chris Lattner | 2004-12-02 | 1 | -0/+68 |
| -S llvm-svn: 18440 | |||||

