[TwoAddressInstructionPass] When looking for a 3 addr conversion after commuting...
[oota-llvm.git] / test / CodeGen / X86 / fastcall-correct-mangling.ll
2015-03-17 David MajnemerCOFF: Let globals with private linkage reside in their...
2014-01-29 Rafael EspindolaUse a raw_stream to implement the mangler.
2013-12-09 Rafael EspindolaDon't add suffixes for stdcall/fastcall on 64 coff.
2013-10-18 Hans WennborgRevert "Re-commit r192758 - MC: quote tricky symbol...
2013-10-17 Hans WennborgRe-commit r192758 - MC: quote tricky symbol names in...
2013-10-16 NAKAMURA TakumiRevert r192758 (and r192759), "MC: Better handling...
2013-10-16 Hans WennborgMC: Better handling of tricky symbol and section names
2013-04-19 Anton KorobeynikovDo not mangle in MS-way the globals with magic \001...
2010-02-12 Anton KorobeynikovCleanup stdcall / fastcall name mangling.
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-03 Daniel DunbarPass target triple string in to TargetMachine constructor.
2008-02-21 Tanya LattnerRemove llvm-upgrade and update tests.
2007-04-15 Reid SpencerFor PR1319: Upgrade to new test harness.
2007-03-01 Anton KorobeynikovEnsure that fastcall'ed function is correctly mangled...