summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/IRBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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] Fix potential null pointer dereference. NFC.Michael Kruse2018-07-051-3/+5
* [CodeGen] Fix noalias annotations for memcpy/memmove.Michael Kruse2017-12-221-0/+6
* [IRBuilder] Only emit alias scop metadata for arrays, but not scalarsTobias Grosser2017-08-221-3/+11
* Disable the Loop Vectorizer in case of GEMMRoman Gareev2017-08-221-8/+20
* Use SCEV information for the second level aliasingRoman Gareev2017-08-081-8/+10
* [CodeGen] Emit aliasing metadata for new arrays.Michael Kruse2017-06-191-1/+3
* [PollyIRBuilder] Bound size of alias metadataTobias Grosser2017-04-031-0/+8
* Introduce another level of metadata to distinguish non-aliasing accessesRoman Gareev2017-03-221-5/+56
* [IRBuilder] Extract base pointers directly from ScopArrayTobias Grosser2017-02-091-13/+7
* Perform copying to created arrays according to the packing transformationRoman Gareev2016-09-141-1/+2
* Drop '@brief' from doxygen commentsTobias Grosser2016-09-021-1/+1
* Support calls with known ModRef function behaviourJohannes Doerfert2016-02-251-1/+5
* Introduce MemAccInst helper class; NFCMichael Kruse2016-01-271-2/+3
* IRBuilder: Use Map.lookup instead of Map.find [NFC]Tobias Grosser2015-10-071-8/+6
* IRBuilder: Ensure we do not add empty map elementsTobias Grosser2015-10-071-4/+14
* IRBuilder: Simplify code and reduce indention [NFC]Tobias Grosser2015-10-071-20/+24
* Generate alias metadata even in OpenMP modeTobias Grosser2015-08-191-2/+10
* Use value semantics for list of ScopStmt(s) instead of std::owningptrTobias Grosser2015-05-271-2/+2
* Use unique_ptr to clarify ownership of ScopStmtTobias Grosser2015-05-231-1/+1
* Sort include directivesTobias Grosser2015-05-091-2/+0
* CodeGen: Update IRBuilder for LLVM API changeDuncan P. N. Exon Smith2015-01-191-3/+2
* Unbreak after LLVM's metadata split in r223802Tobias Grosser2014-12-091-4/+4
* Stop relying on MDNode::get() returning self-referencesDuncan P. N. Exon Smith2014-12-071-2/+3
* Safely generate new loop metadata nodeDavid Peixotto2014-11-071-1/+5
* [Refactor] Rename LoopAnnotator to ScopAnnotatorJohannes Doerfert2014-10-021-7/+7
* Allow to annotate alias scopes in the new SCoP.Johannes Doerfert2014-10-021-13/+80
* Annotate LLVM-IR for all parallel loopsJohannes Doerfert2014-10-011-25/+43
* Emit llvm.loop metadata for parallel loopsTobias Grosser2014-03-041-0/+60
OpenPOWER on IntegriCloud