Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -3/+3 |
| | | | | | | | several things that were neither in an anonymous namespace nor static but not intended to be global. llvm-svn: 51017 | ||||
* | Pruning includes. | Gordon Henriksen | 2008-01-07 | 1 | -6/+0 |
| | | | | llvm-svn: 45700 | ||||
* | Setting GlobalDirective in TargetAsmInfo by default rather than | Gordon Henriksen | 2008-01-07 | 1 | -0/+177 |
providing a misleading facility. It's used once in the MIPS backend and hardcoded as "\t.globl\t" everywhere else. llvm-svn: 45676 |