Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not mangle intrinsics in any way! | Chris Lattner | 2004-04-05 | 1 | -1/+4 |
* | Fix the logic in the name mangler. If there are two symbols named 'X', and one | Chris Lattner | 2004-02-14 | 1 | -12/+27 |
* | Initialize the count instance variable. | Chris Lattner | 2004-02-11 | 1 | -1/+1 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-14 | 1 | -4/+1 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+3 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Mangle ALL letters that we do not allow, not just a few. | Chris Lattner | 2003-08-24 | 1 | -14/+26 |
* | Add support to the mangler for targets which require _'s on global symbols | Chris Lattner | 2003-08-11 | 1 | -3/+5 |
* | Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>, | Brian Gaeke | 2003-07-25 | 1 | -5/+1 |
* | Cleanups: | Brian Gaeke | 2003-07-24 | 1 | -4/+5 |
* | Factor out name-mangling from X86/Printer, which is derived from CWriter, | Brian Gaeke | 2003-07-24 | 1 | -0/+83 |