summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/dllexport.ll
AgeCommit message (Expand)Author
2016-04-01Improve CHECK-NOT robustness of dllexport testsSean Silva
2016-03-31Fix case confusion.Sean Silva
2015-09-11[opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie
2015-06-29Teach LTOModule to emit linker flags for dllexported symbols, plus interface ...Peter Collingbourne
2015-02-07MC: Emit COFF section flags in the "proper" orderDavid Majnemer
2015-02-06Don't dllexport declarationsReid Kleckner
2015-01-19Bring r226038 back.Rafael Espindola
2015-01-16Revert r226242 - Revert Revert Don't create new comdats in CodeGenTimur Iskhodzhanov
2015-01-16Revert "Revert Don't create new comdats in CodeGen"Rafael Espindola
2015-01-15Revert Don't create new comdats in CodeGenTimur Iskhodzhanov
2015-01-14Don't create new comdats in CodeGen.Rafael Espindola
2014-07-30Use "weak alias" instead of "alias weak"Rafael Espindola
2014-05-26Just check the entire string.Rafael Espindola
2014-05-25Make these CHECKs a bit more strict.Rafael Espindola
2014-05-16Fix most of PR10367.Rafael Espindola
2014-05-04X86: repair export compatibility with MinGW/cygwinSaleem Abdulrasool
2014-04-23MC: honour IMAGE_SCN_CNT_INITIALIZED_DATASaleem Abdulrasool
2014-03-27Prevent alias from pointing to weak aliases.Rafael Espindola
2014-03-26Revert "Prevent alias from pointing to weak aliases."Rafael Espindola
2014-03-26Prevent alias from pointing to weak aliases.Rafael Espindola
2014-01-14Handle dllexport for global aliasesNico Rieck
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck
2014-01-14Revert "Decouple dllexport/dllimport from linkage"Nico Rieck
2014-01-14Revert "Handle dllexport for global aliases"Nico Rieck
2014-01-14Handle dllexport for global aliasesNico Rieck
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck
2010-08-30Correct bogus module triple specifications.Duncan Sands
2010-04-07add newlines at the end of files.Chris Lattner
2010-02-12Testcases for recent stdcall / fastcall mangling improvementsAnton Korobeynikov