Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Factor GC metadata table assembly generation out of Collector in preparation ↵ | Gordon Henriksen | 2008-08-17 | 1 | -178/+0 |
| | | | | | | for splitting AsmPrinter into its own library. llvm-svn: 54881 | ||||
* | Factor GC metadata table assembly generation out of Collector in preparation ↵ | Gordon Henriksen | 2008-08-17 | 1 | -5/+12 |
| | | | | | | for splitting AsmPrinter into its own library. llvm-svn: 54880 | ||||
* | Fix some typos. Apparently I think C needs a power-of operator. | Gordon Henriksen | 2008-08-09 | 1 | -3/+3 |
| | | | | llvm-svn: 54574 | ||||
* | 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 |