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