index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Target
/
Mangler.h
Age
Commit message (
Expand
)
Author
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2012-10-09
whitespace
Nadav Rotem
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-03-25
Prune some includes and forward declarations.
Craig Topper
2011-02-11
Remove std::string version of getNameWithPrefix.
Rafael Espindola
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-03-12
give Mangler access to TargetData.
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-03-12
make TargetLoweringObjectFile::getExprForDwarfReference
Chris Lattner
2010-03-11
fix a fixme in TargetLoweringObjectFile::getExprForDwarfReference
Chris Lattner
2010-02-11
refactor x86 conditional branches to use a multipattern
Chris Lattner
2010-01-18
Unnamed symbol index should be >= 1. This was lost during the mangler refacto...
Benjamin Kramer
2010-01-17
stop the CBE from using Mangler::appendMangledName, which is a private functi...
Chris Lattner
2010-01-17
fix uninit member, thanks to Benjamin Kramer for identifying the bug.
Chris Lattner
2010-01-17
Get MCSymbol out of the mangling business, and move all the logic
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