summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/mangle.c
Commit message (Expand)AuthorAgeFilesLines
* Do not use IR marker for LLVM intrinsicsPeter Collingbourne2011-04-061-0/+9
* Add a hack to avoid adding '\01' to asm names when possible. It would beRafael Espindola2011-02-151-3/+3
* Implement new mangling for vectors.Nick Lewycky2010-03-261-0/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Mangle based on the declaration we're given, not the canonicalDouglas Gregor2009-10-281-8/+15
* Remove the -arch option from clang-cc: for all practical purposes, it's Eli Friedman2009-05-191-1/+1
* Change UsedArray to be a vector of WeakVH to fix a dangling pointer problem t...Chris Lattner2009-03-311-0/+5
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* fix a crash that could occur when a variable declaration became aChris Lattner2009-03-211-0/+11
* simplify and cleanup global variable creation stuff to all go through oneChris Lattner2009-03-211-0/+10
* fix several problems with asm renaming, by pulling it into the mangling code:Chris Lattner2009-03-211-1/+20
* We must always mangle attribute overloadable functions; even if in aDaniel Dunbar2009-02-201-0/+9