summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/RuntimeDebugBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* [IR] Include target specific intrinsic headersHeejin Ahn2019-12-121-1/+1
* Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse2019-03-281-1/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CodeGen] Print executed statement instances at runtime.Michael Kruse2018-04-251-0/+13
* [RuntimeDebugBuilder] Do not break for 64 bit integersTobias Grosser2018-04-191-3/+6
* [RuntimeDebugBuilder] Turn assert into an unreachableTobias Grosser2018-04-181-2/+1
* Update for alloca construction changesMatt Arsenault2017-04-111-1/+3
* Update for llvm r274769Justin Bogner2016-07-071-6/+6
* polly/ADT: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-061-1/+1
* RunTimeDebugBuilder: Allocate memory _after_ knowing how much is neededTobias Grosser2015-11-051-7/+7
* Add option -polly-codegen-add-debug-printingTobias Grosser2015-09-061-31/+78
* RuntimeDebugPrinter: Simplify code [NFC]Tobias Grosser2015-09-061-12/+8
* GPURuntimeDebugPrinter: Printer pointer values (except if they are strings)Tobias Grosser2015-07-171-7/+12
* Print thread-identifiers in GPU debug outputTobias Grosser2015-07-061-1/+46
* Fix the clang -Werror build (-Wbraced-scalar-init)David Blaikie2015-06-191-1/+1
* Add NVIDIA vprintf printing to RuntimeDebugBuilderTobias Grosser2015-06-191-0/+101
* Revert "Add NVIDIA vprintf printing to RuntimeDebugBuilder"Tobias Grosser2015-06-081-101/+0
* Add NVIDIA vprintf printing to RuntimeDebugBuilderTobias Grosser2015-06-061-0/+101
* Adapt to IRBuilder::CreateCall interface changeTobias Grosser2015-05-191-1/+1
* Sort include directivesTobias Grosser2015-05-091-1/+0
* Use argument type directly from fflush if available in translation unitTobias Grosser2014-11-041-1/+7
* [Refactor] Expose the runtime debug builderJohannes Doerfert2014-07-241-0/+74
OpenPOWER on IntegriCloud