aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Mangler.cpp
Commit message (Expand)AuthorAgeFilesLines
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Allow an arbitrary prefixChris Lattner2004-08-171-4/+3
* Do not call Type::getUniqueIDChris Lattner2004-07-081-4/+12
* Work around apparent Apple compiler bug which was making all mangledBrian Gaeke2004-07-061-2/+2
* Do not mangle intrinsics in any way!Chris Lattner2004-04-051-1/+4
* Fix the logic in the name mangler. If there are two symbols named 'X', and oneChris Lattner2004-02-141-12/+27
* Initialize the count instance variable.Chris Lattner2004-02-111-1/+1
* Finegrainify namespacificationChris Lattner2003-12-141-4/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+3
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* 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