aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Mangler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mangle ALL letters that we do not allow, not just a few.Chris Lattner2003-08-241-14/+26
* Add support to the mangler for targets which require _'s on global symbolsChris Lattner2003-08-111-3/+5
* Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>,Brian Gaeke2003-07-251-5/+1
* Cleanups:Brian Gaeke2003-07-241-4/+5
* Factor out name-mangling from X86/Printer, which is derived from CWriter,Brian Gaeke2003-07-241-0/+83