aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/Mangler.h
AgeCommit message (Expand)Author
2004-02-14Add methodChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-08-11Add support to the mangler for targets which require _'s on global symbolsChris Lattner
2003-07-28Need to include <string> to fix compile error on SunTanya Lattner
2003-07-25Forward-declare class Module to make the header file self-contained.Brian Gaeke
2003-07-24Cleanups:Brian Gaeke
2003-07-24Factor out name-mangling from X86/Printer, which is derived from CWriter,Brian Gaeke