summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Mangler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move these files (which are dependent on VMCore) into VMCoreMisha Brukman2004-08-161-127/+0
| | | | llvm-svn: 15825
* Do not call Type::getUniqueIDChris Lattner2004-07-081-4/+12
| | | | llvm-svn: 14706
* Work around apparent Apple compiler bug which was making all mangledBrian Gaeke2004-07-061-2/+2
| | | | | | names start with l0_. llvm-svn: 14651
* Do not mangle intrinsics in any way!Chris Lattner2004-04-051-1/+4
| | | | llvm-svn: 12673
* Fix the logic in the name mangler. If there are two symbols named 'X', and oneChris Lattner2004-02-141-12/+27
| | | | | | is external, make sure to mangle the *internal* one, not external one llvm-svn: 11424
* Initialize the count instance variable.Chris Lattner2004-02-111-1/+1
| | | | llvm-svn: 11305
* Finegrainify namespacificationChris Lattner2003-12-141-4/+1
| | | | llvm-svn: 10464
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+3
| | | | llvm-svn: 9903
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
| | | | | | Header files will be on the way. llvm-svn: 9298
* Mangle ALL letters that we do not allow, not just a few.Chris Lattner2003-08-241-14/+26
| | | | llvm-svn: 8140
* Add support to the mangler for targets which require _'s on global symbolsChris Lattner2003-08-111-3/+5
| | | | llvm-svn: 7741
* Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>,Brian Gaeke2003-07-251-5/+1
| | | | | | <string>, or llvm/Value.h. Move up the inclusion of llvm/Support/Mangler.h. llvm-svn: 7321
* Cleanups:Brian Gaeke2003-07-241-4/+5
| | | | | | | | | Mangler.cpp: Constify parameter to makeNameProper, and use const_iterator. Make Count an unsigned int, and use utostr(). Don't name parameters things that start with underscore. Mangler.h: All of the above, and also: Add Emacs mode-line. Include <set>. llvm-svn: 7301
* Factor out name-mangling from X86/Printer, which is derived from CWriter,Brian Gaeke2003-07-241-0/+83
into this new support class. llvm-svn: 7300
OpenPOWER on IntegriCloud