Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make MachineModuleInfoMachO hold non-const MCSymbol*'s instead | Chris Lattner | 2010-02-03 | 1 | -4/+4 |
| | | | | | | | of const ones. non-const ones aren't very useful, because you can't even, say, emit them. llvm-svn: 95205 | ||||
* | Don't sort the vector when it is empty. This should fix some expensive checking | Benjamin Kramer | 2009-09-16 | 1 | -1/+2 |
| | | | | | | failures. llvm-svn: 82040 | ||||
* | add a new MachineModuleInfoMachO class, which is the per-module | Chris Lattner | 2009-09-16 | 1 | -0/+44 |
stuff common across all macho targets. llvm-svn: 82018 |