summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Mangler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Standardize on MSVC behavior for triples with no environmentReid Kleckner2019-07-081-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [IR] Avoid the need to prefix MS C++ symbols with '\01'Reid Kleckner2018-03-161-2/+10
* CodeGen: handle llvm.used properly for COFFSaleem Abdulrasool2018-01-201-0/+10
* Move llvm::emitLinkerFlagsForGlobalCOFF() to Mangler.Peter Collingbourne2017-03-311-0/+32
* Remove the default constructor and count variable from the Mangler sinceEric Christopher2016-09-291-1/+1
* Update to use new name alignTo().Rui Ueyama2016-01-141-1/+1
* Remove unused arguments and move ManglerPrefixTy to the implementation.Rafael Espindola2015-06-231-13/+25
* Simplify the Mangler interface now that DataLayout is mandatory.Rafael Espindola2015-06-231-18/+14
* Use MCSymbols for FastISel.Rafael Espindola2015-06-231-6/+14
* Revert "Move dllimport name mangling to IR mangler."Reid Kleckner2015-06-111-4/+0
* Move dllimport name mangling to IR mangler.Peter Collingbourne2015-06-091-0/+4
* Revert "Address review comments"David Majnemer2015-03-171-6/+4
* Address review commentsDavid Majnemer2015-03-171-4/+6
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-3/+3
* Silencing an "enumeral and non-enumeral type in conditional expression" warni...Aaron Ballman2014-10-281-1/+2
* X86: Implement the vectorcall calling conventionReid Kleckner2014-10-281-34/+47
* Revert "Don't count inreg params when mangling fastcall functions"Reid Kleckner2014-10-231-3/+0
* Don't count inreg params when mangling fastcall functionsReid Kleckner2014-08-061-0/+3
* [pr20127] Check for leading \1 in the Twine version of getNameWithPrefix.Rafael Espindola2014-08-011-8/+8
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-091-1/+1
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-131-3/+0
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-191-6/+13
* Revert r201622 and r201608.Daniel Jasper2014-02-191-13/+6
* Fix PR18743.Rafael Espindola2014-02-181-6/+13
* Mark the methods in the Mangler const.Rafael Espindola2014-02-101-5/+6
* Implement inalloca codegen for x86 with the new inalloca designReid Kleckner2014-01-311-2/+2
* Use a raw_stream to implement the mangler.Rafael Espindola2014-01-291-61/+73
* Fix fastcall mangling of dllimported symbolsNico Rieck2014-01-141-7/+6
* Remove vestigal bits of MC from the mangler. It no longer uses this, andChandler Carruth2014-01-081-1/+0
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-0/+129
OpenPOWER on IntegriCloud