Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for assemblers that don't support periods in a name | Mon P Wang | 2010-04-29 | 1 | -5/+8 |
* | Rip out the 'is temporary' nonsense from the MCContext interface to | Chris Lattner | 2010-03-30 | 1 | -4/+1 |
* | move fastcall/stdcall mangling up into Mangler. | Chris Lattner | 2010-03-12 | 1 | -9/+59 |
* | finally give Mangler a getSymbol method, which returns an MCSymbol | Chris Lattner | 2010-03-12 | 1 | -0/+13 |
* | make the mangler take an MCContext instead of an MAI. | Chris Lattner | 2010-03-12 | 1 | -4/+6 |
* | stop the CBE from using Mangler::appendMangledName, which is a private functi... | Chris Lattner | 2010-01-17 | 1 | -2/+2 |
* | Get MCSymbol out of the mangling business, and move all the logic | Chris Lattner | 2010-01-17 | 1 | -4/+95 |
* | factor this code better how that the string version of getNameWithPrefix | Chris Lattner | 2010-01-17 | 1 | -28/+8 |
* | now that mangler is in libtarget, it can use MCAsmInfo instead of clients | Chris Lattner | 2010-01-17 | 1 | -21/+25 |
* | move the mangler into libtarget from vmcore. | Chris Lattner | 2010-01-16 | 1 | -0/+104 |