Skip to content
  1. Oct 07, 2009
  2. Sep 12, 2009
  3. Sep 09, 2009
  4. Sep 07, 2009
  5. Sep 05, 2009
  6. Sep 02, 2009
  7. Aug 01, 2009
  8. Jul 31, 2009
  9. Apr 17, 2009
  10. Apr 15, 2009
  11. Apr 13, 2009
  12. Mar 21, 2009
  13. Feb 19, 2009
  14. Feb 13, 2009
    • Douglas Gregor's avatar
      Add basic support for C++ name mangling according to the Itanium C++ · 5fec5b04
      Douglas Gregor authored
      ABI to the CodeGen library. Since C++ code-generation is so
      incomplete, we can't exercise much of this mangling code. However, a
      few smoke tests show that it's doing the same thing as GCC. When C++
      codegen matures, we'll extend the ABI tester to verify name-mangling
      as well, and complete the implementation here.
      
      At this point, the major client of name mangling is in the uses of the
      new "overloadable" attribute in C, which allows overloading. Any
      "overloadable" function in C (or in an extern "C" block in C++) will
      be mangled the same way that the corresponding C++ function would be
      mangled.
      
      llvm-svn: 64413
      5fec5b04
Loading