summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/GCMetadata.cpp
AgeCommit message (Expand)Author
2025-05-14[GC] Use `MapVector` for `GCStrategyMap` (#132729)paperchalice
2025-03-22[CodeGen] Avoid repeated hash lookups (NFC) (#132513)Kazu Hirata
2024-12-06[CodeGen][PM] Initialize analyses with isAnalysis=true (#118779)Akshat Oke
2024-11-12[CodeGen] Remove unused includes (NFC) (#115996)Kazu Hirata
2024-06-28[IR] Don't include Module.h in Analysis.h (NFC) (#97023)Nikita Popov
2023-12-13[CodeGen] Add analyses to help for porting GC passes (#74972)paperchalice
2023-12-12[CodeGen][GC] Remove `GCInfoPrinter` (#75033)paperchalice
2022-03-16Cleanup codegen includesserge-sans-paille
2022-03-10Revert "Cleanup codegen includes"Nico Weber
2022-03-10Cleanup codegen includesserge-sans-paille
2021-08-02[GC][NFC] Make getGCStrategy by name available in IRMax Kazantsev
2021-05-13[GC][NFC] Move GCStrategy from CodeGen to IRMax Kazantsev
2021-02-17[CodeGen] Use ListSeparator (NFC)Kazu Hirata
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-11-13Sink all InitializePasses.h includesReid Kleckner
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-12[GC][NFC] Simplify code now that we only have one safepoint kindPhilip Reames
2018-11-12[GC] Remove so called PreCall safepointsPhilip Reames
2018-07-30Remove trailing spaceFangrui Song
2017-06-07[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
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-04-26Make the message associated with a fatal error slightly more helpfulPhilip Reames
2015-04-02[gcroot] Remove unused items from an enumPhilip Reames
2015-02-13Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth
2015-01-26Revert GCStrategy ownership changesPhilip Reames
2015-01-16clang-format all the GC related files (NFC)Philip Reames
2015-01-16Move ownership of GCStrategy objects to LLVMContextPhilip Reames
2014-12-11GCStrategy should not own GCFunctionInfoPhilip Reames
2014-12-09Remove the Module pointer from GCStrategy and GCMetadataPrinterPhilip Reames
2014-11-19Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie
2014-04-15Use unique_ptr for the result of Registry entries.David Blaikie
2014-04-15Use unique_ptr to manage ownership of GCStrategy objects in GCMetadataDavid Blaikie
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2013-02-19Fix GCMetadaPrinter::finishAssembly not executed, patch by Yiannis Tsiouris.Benjamin Kramer
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-01-10Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-10-07Now with fewer extraneous semicolons!Owen Anderson
2010-09-04zap dead code.Chris Lattner
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson