index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
mangle.c
Age
Commit message (
Expand
)
Author
2011-04-06
Do not use IR marker for LLVM intrinsics
Peter Collingbourne
2011-02-15
Add a hack to avoid adding '\01' to asm names when possible. It would be
Rafael Espindola
2010-03-26
Implement new mangling for vectors.
Nick Lewycky
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-10-28
Mangle based on the declaration we're given, not the canonical
Douglas Gregor
2009-05-19
Remove the -arch option from clang-cc: for all practical purposes, it's
Eli Friedman
2009-03-31
Change UsedArray to be a vector of WeakVH to fix a dangling pointer problem t...
Chris Lattner
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-21
fix a crash that could occur when a variable declaration became a
Chris Lattner
2009-03-21
simplify and cleanup global variable creation stuff to all go through one
Chris Lattner
2009-03-21
fix several problems with asm renaming, by pulling it into the mangling code:
Chris Lattner
2009-02-20
We must always mangle attribute overloadable functions; even if in a
Daniel Dunbar