index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mangler.cpp
Age
Commit message (
Expand
)
Author
2012-04-07
Output UTF-8-encoded characters as identifier characters into assembly
Sean Hunt
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-02-11
Remove std::string version of getNameWithPrefix.
Rafael Espindola
2010-08-20
Create the new linker type "linker_private_weak_def_auto".
Bill Wendling
2010-07-01
Implement the "linker_private_weak" linkage type. This will be used for
Bill Wendling
2010-06-29
Revert r107205 and r107207.
Bill Wendling
2010-06-29
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-04-29
Add support for assemblers that don't support periods in a name
Mon P Wang
2010-03-30
Rip out the 'is temporary' nonsense from the MCContext interface to
Chris Lattner
2010-03-12
move fastcall/stdcall mangling up into Mangler.
Chris Lattner
2010-03-12
finally give Mangler a getSymbol method, which returns an MCSymbol
Chris Lattner
2010-03-12
make the mangler take an MCContext instead of an MAI.
Chris Lattner
2010-01-17
stop the CBE from using Mangler::appendMangledName, which is a private functi...
Chris Lattner
2010-01-17
Get MCSymbol out of the mangling business, and move all the logic
Chris Lattner
2010-01-17
factor this code better how that the string version of getNameWithPrefix
Chris Lattner
2010-01-17
now that mangler is in libtarget, it can use MCAsmInfo instead of clients
Chris Lattner
2010-01-16
move the mangler into libtarget from vmcore.
Chris Lattner