summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/Mips16HardFloat.cpp
AgeCommit message (Expand)Author
2025-05-26[llvm] Remove unused includes (NFC) (#141526)Kazu Hirata
2025-04-17[llvm] Use llvm::binary_search (NFC) (#136228)Kazu Hirata
2024-03-19[NFC][RemoveDIs] Use iterators for insertion at various call-sites (#84736)Jeremy Morse
2022-11-14[TableGen] Use MemoryEffects to represent intrinsic memory effects (NFCI)Nikita Popov
2022-11-04[IR] Switch everything to use memory attributeNikita Popov
2021-12-22[Mips16HardFloat] Simplify attribute change (NFC)Nikita Popov
2021-08-17[NFC] Cleanup more AttributeList::addAttribute()Arthur Eubanks
2021-08-17[NFC] Migrate some callers away from Function/AttributeLists methods that tak...Arthur Eubanks
2021-06-17Update @llvm.powi to handle different int sizes for the exponentBjorn Pettersson
2020-02-13[AsmPrinter] De-capitalize all AsmPrinter::Emit* but EmitInstructionFangrui Song
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-02-01[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight
2019-01-31Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight
2019-01-31[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-10[opaque pointer types] Remove some calls to generic Type subtype accessors.James Y Knight
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2017-08-03[Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...Eugene Zelenko
2017-05-18[LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih
2017-05-02Re-land r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of A...Reid Kleckner
2017-04-28Revert r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of At...Hans Wennborg
2017-04-28[IR] Make add/remove Attributes use AttrBuilder instead of AttributeListReid Kleckner
2017-04-11Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton
2017-04-11Revert "Turn some C-style vararg into variadic templates"Diana Picus
2017-04-11Turn some C-style vararg into variadic templatesSerge Guelton
2017-03-21Rename AttributeSet to AttributeListReid Kleckner
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-06-28Convert more cases to isPositionIndependent(). NFC.Rafael Espindola
2016-03-14[mips] Use range-based for loops. NFC.Vasileios Kalintiris
2016-01-17[opaque pointer types] [NFC] CallSite: use getFunctionType() instead of going...Manuel Jacob
2015-10-21[mips][mips16] Re-work the inline assembly stubs to work with IAS. NFC.Daniel Sanders
2015-10-20Mips: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-10-18Make a bunch of static arrays const.Craig Topper
2015-08-01De-constify pointers to Type since they can't be modified. NFCCraig Topper
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer
2015-03-14[mips] Remove trivial header for the Mips16HardFloat pass. NFC.Vasileios Kalintiris
2015-03-09Move unreferenced passes into the cpp fileBenjamin Kramer
2015-01-06Rewrite the Mips16HardFloat pass to avoid using the Subtarget.Eric Christopher
2014-12-17[mips] Set GCC-compatible MIPS asssembler options before inline asm blocks.Toma Tabacu
2014-11-20Fix more instances of -Wsentinel on Windows with s/NULL/nullptr/Reid Kleckner
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-04-12Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer
2014-02-14This patch has two main functions:Reed Kotler
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth
2013-12-18Fix a problem with mips16 stubs when calls are transformed duringReed Kotler
2013-12-10Next step in Mips16 prologue/epilogue cleanup.Reed Kotler
2013-10-08Add fabsf to the list of inlined functions; otherwiseReed Kotler