aboutsummaryrefslogtreecommitdiff
path: root/support/lib/Support/Mangler.cpp
AgeCommit message (Expand)Author
2003-10-05Move support/lib into lib/SupportChris Lattner
2003-08-24Mangle ALL letters that we do not allow, not just a few.Chris Lattner
2003-08-11Add support to the mangler for targets which require _'s on global symbolsChris Lattner
2003-07-25Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>,Brian Gaeke
2003-07-24Cleanups:Brian Gaeke
2003-07-24Factor out name-mangling from X86/Printer, which is derived from CWriter,Brian Gaeke