index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
polly
/
lib
/
CodeGen
/
IRBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply include-what-you-use #include removal suggestions. NFC.
Michael Kruse
2019-03-28
1
-1
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CodeGen] Fix potential null pointer dereference. NFC.
Michael Kruse
2018-07-05
1
-3
/
+5
*
[CodeGen] Fix noalias annotations for memcpy/memmove.
Michael Kruse
2017-12-22
1
-0
/
+6
*
[IRBuilder] Only emit alias scop metadata for arrays, but not scalars
Tobias Grosser
2017-08-22
1
-3
/
+11
*
Disable the Loop Vectorizer in case of GEMM
Roman Gareev
2017-08-22
1
-8
/
+20
*
Use SCEV information for the second level aliasing
Roman Gareev
2017-08-08
1
-8
/
+10
*
[CodeGen] Emit aliasing metadata for new arrays.
Michael Kruse
2017-06-19
1
-1
/
+3
*
[PollyIRBuilder] Bound size of alias metadata
Tobias Grosser
2017-04-03
1
-0
/
+8
*
Introduce another level of metadata to distinguish non-aliasing accesses
Roman Gareev
2017-03-22
1
-5
/
+56
*
[IRBuilder] Extract base pointers directly from ScopArray
Tobias Grosser
2017-02-09
1
-13
/
+7
*
Perform copying to created arrays according to the packing transformation
Roman Gareev
2016-09-14
1
-1
/
+2
*
Drop '@brief' from doxygen comments
Tobias Grosser
2016-09-02
1
-1
/
+1
*
Support calls with known ModRef function behaviour
Johannes Doerfert
2016-02-25
1
-1
/
+5
*
Introduce MemAccInst helper class; NFC
Michael Kruse
2016-01-27
1
-2
/
+3
*
IRBuilder: Use Map.lookup instead of Map.find [NFC]
Tobias Grosser
2015-10-07
1
-8
/
+6
*
IRBuilder: Ensure we do not add empty map elements
Tobias Grosser
2015-10-07
1
-4
/
+14
*
IRBuilder: Simplify code and reduce indention [NFC]
Tobias Grosser
2015-10-07
1
-20
/
+24
*
Generate alias metadata even in OpenMP mode
Tobias Grosser
2015-08-19
1
-2
/
+10
*
Use value semantics for list of ScopStmt(s) instead of std::owningptr
Tobias Grosser
2015-05-27
1
-2
/
+2
*
Use unique_ptr to clarify ownership of ScopStmt
Tobias Grosser
2015-05-23
1
-1
/
+1
*
Sort include directives
Tobias Grosser
2015-05-09
1
-2
/
+0
*
CodeGen: Update IRBuilder for LLVM API change
Duncan P. N. Exon Smith
2015-01-19
1
-3
/
+2
*
Unbreak after LLVM's metadata split in r223802
Tobias Grosser
2014-12-09
1
-4
/
+4
*
Stop relying on MDNode::get() returning self-references
Duncan P. N. Exon Smith
2014-12-07
1
-2
/
+3
*
Safely generate new loop metadata node
David Peixotto
2014-11-07
1
-1
/
+5
*
[Refactor] Rename LoopAnnotator to ScopAnnotator
Johannes Doerfert
2014-10-02
1
-7
/
+7
*
Allow to annotate alias scopes in the new SCoP.
Johannes Doerfert
2014-10-02
1
-13
/
+80
*
Annotate LLVM-IR for all parallel loops
Johannes Doerfert
2014-10-01
1
-25
/
+43
*
Emit llvm.loop metadata for parallel loops
Tobias Grosser
2014-03-04
1
-0
/
+60