aboutsummaryrefslogtreecommitdiff
path: root/polly/lib/Exchange/JSONExporter.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-11-16[Polly] Remove ScopPass infrastructure (#125783)Michael Kruse1-27/+0
2025-11-14[Polly] Introduce PhaseManager and remove LPM support (#125442) (#167560)Michael Kruse1-138/+22
2025-11-04Revert "[Polly] Introduce PhaseManager and remove LPM support (#125442)"Aiden Grossman1-22/+138
2025-11-03[Polly] Introduce PhaseManager and remove LPM support (#125442)Michael Kruse1-138/+22
2024-09-17[polly] Tidy uses of raw_string_ostream (NFC)Youngsuk Kim1-4/+4
2024-02-19[clang-format] Correctly annotate braces of empty ctors/dtors (#82097)Owen Pan1-1/+1
2023-03-14[polly] Use DenseMap::contains (NFC)Kazu Hirata1-1/+1
2022-12-16JSON: llvm::Optional => std::optionalFangrui Song1-1/+1
2022-07-15Use value instead of getValue (NFC)Kazu Hirata1-8/+8
2022-07-13Use has_value instead of hasValue (NFC)Kazu Hirata1-1/+1
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-11/+12
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-12/+11
2022-06-20Don't use Optional::getValue (NFC)Kazu Hirata1-3/+3
2022-06-13[NFC][Alignment] Simplify code in JSONExporterGuillaume Chatelet1-5/+3
2022-05-17[Polly] Mark classes as final by default. NFC.Michael Kruse1-3/+5
2022-03-14[polly] Introduce -polly-print-* passes to replace -analyze.Michael Kruse1-0/+46
2021-11-05[Polly][Isl] Use the function unsignedFromIslSize to manage a isl::size objec...Riccardo Mori1-2/+3
2021-08-16[Polly][Isl] Move to the new-polly-generator branch version of isl-noexceptio...Riccardo Mori1-2/+2
2021-07-19[Polly][Isl] Use isl::union_map::unite() instead of isl::union_map::add_map()...Riccardo Mori1-2/+2
2021-07-19[Polly][Isl] Stop generating isl::union_{set,map} from isl::space. NFCRiccardo Mori1-1/+1
2021-06-11[Polly][Isl] Removing explicit operator bool() from isl C++ bindings. NFC.patacca1-1/+1
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan1-1/+1
2020-02-10[Polly] Silence mixed signed/unsigned comparison warnings. NFC.Michael Kruse1-2/+2
2020-01-28Fix polly build after StringRef change.Eli Friedman1-10/+11
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-03-28Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse1-4/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-10[DepInfo] Use isl++ in Dependences::isValidSchedule. NFC.Michael Kruse1-11/+3
2018-08-02[JSONExporter] Print instead of ignoring parser error.Michael Kruse1-2/+3
2018-08-01[JSONExporter] Try to appease buildbot. NFC.Michael Kruse1-1/+1
2018-08-01[JSONExporter] Replace bundled Jsoncpp with llvm/Support/JSON.h. NFC.Michael Kruse1-67/+79
2018-04-10[CodeGen] Allow undefined loads in statement instances outside context.Michael Kruse1-0/+2
2017-11-19Port ScopInfo to the isl cpp bindingsPhilip Pfaffe1-22/+14
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner1-1/+1
2017-08-28[PM] Properly require and preserve OptimizationRemarkEmitter. NFCI.Michael Kruse1-0/+3
2017-08-10[JSON] Make the failure to parse a jscop file a hard errorPhilip Pfaffe1-5/+10
2017-08-10[JSON][PM] Port json import/export over to new pmPhilip Pfaffe1-96/+121
2017-08-06[ScopInfo] Translate Scop::getParamSpace to isl++ [NFC]Tobias Grosser1-3/+3
2017-08-06[ScopInfo] Translate Scop::getContext to isl++ [NFC]Tobias Grosser1-3/+3
2017-08-06[ScopInfo] Move ScopStmt::getSchedule to isl++Tobias Grosser1-1/+2
2017-08-06Move ScopInfo::getDomain(), getDomainSpace(), getDomainId() to isl++Tobias Grosser1-1/+1
2017-08-02Move setNewAccessRelation to isl++Tobias Grosser1-1/+1
2017-07-24Move ScopArrayInfo::getFromAccessFunction and getFromId to isl++Tobias Grosser1-1/+1
2017-07-23Move MemoryAccess::NewAccessRelation to isl++Tobias Grosser1-1/+1
2017-07-21Move ScopArrayInfo to isl++Tobias Grosser1-1/+1
2017-07-21[ScopInfo] Print instructions in dump().Michael Kruse1-2/+2
2017-07-11Always export the latest memory access relationsTobias Grosser1-1/+1
2017-06-28Heap allocation for new arrays.Michael Kruse1-7/+14
2017-06-27[JSONImport] Check, if the size of an imported array is positiveAndreas Simbuerger1-1/+9
2017-06-08Fix a lot of typos. NFC.Michael Kruse1-1/+1