summaryrefslogtreecommitdiff
path: root/polly/lib/CodeGen/RuntimeDebugBuilder.cpp
AgeCommit message (Expand)Author
2024-09-23[IRBuilder] Remove uses of CreateGlobalStringPtr() (NFC)Nikita Popov
2023-11-27[mlir,polly] Replace uses of IRBuilder::getInt8PtrTy with getPtrTy. NFCFangrui Song
2023-03-08[Polly] Remove Polly-ACC.Michael Kruse
2022-03-30[RuntimeDebugBuilder] Remove pointer element type accessesNikita Popov
2021-07-17[OpaquePtr] Remove uses of CreateGEP() without element typeNikita Popov
2021-03-12[OpaquePtrs] Remove some uses of type-less CreateGEP() (NFC)Nikita Popov
2020-01-23[Alignment][NFC] Use Align with CreateAlignedStoreGuillaume Chatelet
2019-12-12[IR] Include target specific intrinsic headersHeejin Ahn
2019-03-28Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-04-25[CodeGen] Print executed statement instances at runtime.Michael Kruse
2018-04-19[RuntimeDebugBuilder] Do not break for 64 bit integersTobias Grosser
2018-04-18[RuntimeDebugBuilder] Turn assert into an unreachableTobias Grosser
2017-04-11Update for alloca construction changesMatt Arsenault
2016-07-07Update for llvm r274769Justin Bogner
2015-11-06polly/ADT: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-11-05RunTimeDebugBuilder: Allocate memory _after_ knowing how much is neededTobias Grosser
2015-09-06Add option -polly-codegen-add-debug-printingTobias Grosser
2015-09-06RuntimeDebugPrinter: Simplify code [NFC]Tobias Grosser
2015-07-17GPURuntimeDebugPrinter: Printer pointer values (except if they are strings)Tobias Grosser
2015-07-06Print thread-identifiers in GPU debug outputTobias Grosser
2015-06-19Fix the clang -Werror build (-Wbraced-scalar-init)David Blaikie
2015-06-19Add NVIDIA vprintf printing to RuntimeDebugBuilderTobias Grosser
2015-06-08Revert "Add NVIDIA vprintf printing to RuntimeDebugBuilder"Tobias Grosser
2015-06-06Add NVIDIA vprintf printing to RuntimeDebugBuilderTobias Grosser
2015-05-19Adapt to IRBuilder::CreateCall interface changeTobias Grosser
2015-05-09Sort include directivesTobias Grosser
2014-11-04Use argument type directly from fflush if available in translation unitTobias Grosser
2014-07-24[Refactor] Expose the runtime debug builderJohannes Doerfert