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