summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/mips64-class-return.cpp
AgeCommit message (Expand)Author
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2016-03-13Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...Mehdi Amini
2014-10-24[mips] Mark aggregate arguments passed in registers with the inreg attributeDaniel Sanders
2014-09-04[mips] Mark aggregates returned in registers with the 'inreg' attribute.Daniel Sanders
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-10-09The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola
2012-05-11Coerce byval aggregate arguments to integers whose size matches the integerAkira Hatanaka
2012-02-09Class objects passed by value follow the same rules as structure objects.Akira Hatanaka
2012-02-09Fix bugs in function MipsABIInfo::returnAggregateInRegs. Functions returningAkira Hatanaka