summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/OcamlCollector.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Factor GC metadata table assembly generation out of Collector in preparation ↵Gordon Henriksen2008-08-171-178/+0
| | | | | | for splitting AsmPrinter into its own library. llvm-svn: 54881
* Factor GC metadata table assembly generation out of Collector in preparation ↵Gordon Henriksen2008-08-171-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 Henriksen2008-08-091-3/+3
| | | | llvm-svn: 54574
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-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 Henriksen2008-01-071-6/+0
| | | | llvm-svn: 45700
* Setting GlobalDirective in TargetAsmInfo by default rather thanGordon Henriksen2008-01-071-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
OpenPOWER on IntegriCloud