DataLayout is mandatory, update the API to reflect it with references.
[oota-llvm.git] / lib / IR / Mangler.cpp
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2014-10-28 Aaron BallmanSilencing an "enumeral and non-enumeral type in conditi...
2014-10-28 Reid KlecknerX86: Implement the vectorcall calling convention
2014-10-23 Reid KlecknerRevert "Don't count inreg params when mangling fastcall...
2014-08-06 Reid KlecknerDon't count inreg params when mangling fastcall functions
2014-08-01 Rafael Espindola[pr20127] Check for leading \1 in the Twine version...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-10 Rafael EspindolaMark the methods in the Mangler const.
2014-01-31 Reid KlecknerImplement inalloca codegen for x86 with the new inalloc...
2014-01-29 Rafael EspindolaUse a raw_stream to implement the mangler.
2014-01-14 Nico RieckFix fastcall mangling of dllimported symbols
2014-01-08 Chandler CarruthRemove vestigal bits of MC from the mangler. It no...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.